fix(all): CI fixing.
This commit is contained in:
parent
67279e21aa
commit
8537bc190a
4 changed files with 1443 additions and 938 deletions
2320
package-lock.json
generated
2320
package-lock.json
generated
File diff suppressed because it is too large
Load diff
57
package.json
57
package.json
|
@ -53,12 +53,12 @@
|
|||
"@semantic-release/changelog": "^5.0.1",
|
||||
"@semantic-release/exec": "^5.0.0",
|
||||
"@semantic-release/git": "^9.0.0",
|
||||
"@types/validator": "12.0.1",
|
||||
"@types/validator": "13.1.0",
|
||||
"adal-node": "0.2.1",
|
||||
"any-shell-escape": "^0.1.1",
|
||||
"async-promises": "0.2.2",
|
||||
"azure-arm-cognitiveservices": "3.0.0",
|
||||
"azure-arm-resource": "7.3.0",
|
||||
"azure-arm-resource": "7.4.0",
|
||||
"azure-arm-search": "1.3.0-preview",
|
||||
"azure-arm-sql": "5.7.0",
|
||||
"azure-arm-website": "5.7.0",
|
||||
|
@ -71,61 +71,62 @@
|
|||
"botframework-connector": "4.7.0",
|
||||
"botlib": "1.5.9",
|
||||
"cli-spinner": "0.2.10",
|
||||
"dotenv-extended": "2.7.1",
|
||||
"exceljs": "3.5.0",
|
||||
"core-js": "^3.6.5",
|
||||
"dotenv-extended": "2.8.0",
|
||||
"exceljs": "4.1.0",
|
||||
"express": "4.17.1",
|
||||
"express-remove-route": "1.0.0",
|
||||
"ffmpeg-static": "4.1.0",
|
||||
"google-libphonenumber": "3.2.8",
|
||||
"js-beautify": "1.10.2",
|
||||
"marked": "0.8.0",
|
||||
"microsoft-cognitiveservices-speech-sdk": "1.12.0",
|
||||
"ffmpeg-static": "4.2.5",
|
||||
"google-libphonenumber": "3.2.10",
|
||||
"js-beautify": "1.11.0",
|
||||
"marked": "1.1.0",
|
||||
"microsoft-cognitiveservices-speech-sdk": "1.12.1",
|
||||
"ms-rest-azure": "3.0.0",
|
||||
"nexmo": "2.5.2",
|
||||
"nexmo": "2.8.0",
|
||||
"ngrok": "3.2.7",
|
||||
"npm": "6.13.4",
|
||||
"npm": "6.14.6",
|
||||
"opn": "6.0.0",
|
||||
"pragmatismo-io-framework": "1.0.20",
|
||||
"prism-media": "1.2.1",
|
||||
"public-ip": "4.0.0",
|
||||
"prism-media": "1.2.2",
|
||||
"public-ip": "4.0.2",
|
||||
"readline": "1.3.0",
|
||||
"reflect-metadata": "0.1.13",
|
||||
"request-promise": "4.2.5",
|
||||
"request-promise-native": "1.0.8",
|
||||
"rimraf": "3.0.0",
|
||||
"safe-buffer": "5.2.0",
|
||||
"rimraf": "3.0.2",
|
||||
"safe-buffer": "5.2.1",
|
||||
"scanf": "1.1.1",
|
||||
"sequelize": "5.21.5",
|
||||
"sequelize": "6.3.3",
|
||||
"sequelize-typescript": "1.1.0",
|
||||
"simple-commit-message": "^4.0.13",
|
||||
"simple-git": "1.129.0",
|
||||
"sppull": "2.5.1",
|
||||
"simple-git": "2.12.0",
|
||||
"sppull": "2.6.5",
|
||||
"strict-password-generator": "1.1.2",
|
||||
"swagger-client": "2.1.18",
|
||||
"tedious": "6.6.5",
|
||||
"tedious": "8.3.0",
|
||||
"textract": "2.5.0",
|
||||
"typescript": "3.7.4",
|
||||
"typescript": "3.9.6",
|
||||
"url-join": "4.0.1",
|
||||
"vbscript-to-typescript": "1.0.8",
|
||||
"walk-promise": "0.2.0",
|
||||
"washyourmouthoutwithsoap": "1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typedoc": "0.15.6",
|
||||
"typedoc": "0.17.8",
|
||||
"@types/url-join": "4.0.0",
|
||||
"@types/winston": "2.4.4",
|
||||
"ban-sensitive-files": "1.9.2",
|
||||
"commitizen": "4.0.3",
|
||||
"cz-conventional-changelog": "3.0.2",
|
||||
"ban-sensitive-files": "1.9.7",
|
||||
"commitizen": "4.1.2",
|
||||
"cz-conventional-changelog": "3.2.0",
|
||||
"dependency-check": "4.1.0",
|
||||
"git-issues": "1.3.1",
|
||||
"license-checker": "25.0.1",
|
||||
"nsp": "3.2.1",
|
||||
"prettier-standard": "16.1.0",
|
||||
"semantic-release": "15.14.0",
|
||||
"prettier-standard": "16.4.1",
|
||||
"semantic-release": "17.1.1",
|
||||
"travis-deploy-once": "5.0.11",
|
||||
"ts-node": "8.5.4",
|
||||
"tslint": "5.20.1"
|
||||
"ts-node": "8.10.2",
|
||||
"tslint": "6.1.2"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"env": {
|
||||
|
|
|
@ -11,7 +11,7 @@ export const Messages = {
|
|||
undeployPackage: text => `Undeploying package ${text}...`,
|
||||
deployPackage: text => `Deploying package ${text}...`,
|
||||
redeployPackage: text => `Redeploying package ${text}...`,
|
||||
packageUndeployed: text => `Package ${text} undeployed...`,
|
||||
packageUndeployed: text => `√ Package ${text} undeployed...`,
|
||||
consent: (url) => `Please, consent access to this app at: [Microsoft Online](${url}).`,
|
||||
wrong_password: 'Sorry, wrong password. Please, try again.',
|
||||
enter_authenticator_tenant: 'Enter the Authenticator Tenant (eg.: domain.onmicrosoft.com):',
|
||||
|
|
|
@ -516,7 +516,7 @@ export class GBDeployer implements IGBDeployer {
|
|||
if (e !== 'packages\\boot.gbot') {
|
||||
GBLog.info(`Deploying bot: ${e}...`);
|
||||
await _this.deployBotFromLocalPath(e, GBServer.globals.publicAddress);
|
||||
GBLog.info(`Bot: ${e} deployed...`);
|
||||
GBLog.info(`√ Bot: ${e} deployed...`);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue