fix(all): Fixing CI integration bugs.

This commit is contained in:
rodrigorodriguez 2022-12-16 10:54:34 -03:00
parent b2c1dda2b2
commit c323f5a3e8
3 changed files with 19 additions and 18 deletions

View file

@ -18,6 +18,7 @@ branches:
- /^v\d+\.\d+\.\d+$/
after_success:
- npm install -g travis-deploy-once
- npm run travis-deploy-once "npm run semantic-release"
- npm pack

2
package-lock.json generated
View file

@ -139,7 +139,7 @@
"prettier-standard": "^15.0.1",
"semantic-release": "19.0.5",
"simple-commit-message": "^1.1.0",
"travis-deploy-once": "^3.0.0",
"travis-deploy-once": "^3.3.0",
"ts-node": "10.9.1",
"tslint": "6.1.3"
},

View file

@ -50,17 +50,17 @@
"commit": "git-cz"
},
"dependencies": {
"@azure/arm-appservice": "^13.0.3",
"@azure/arm-cognitiveservices": "^7.3.1",
"@azure/arm-resources": "^5.1.0",
"@azure/arm-search": "^3.0.1",
"@azure/arm-sql": "^9.0.1",
"@azure/arm-subscriptions": "^5.1.0",
"@azure/arm-appservice": "13.0.3",
"@azure/arm-cognitiveservices": "7.3.1",
"@azure/arm-resources": "5.1.0",
"@azure/arm-search": "3.0.1",
"@azure/arm-sql": "9.0.1",
"@azure/arm-subscriptions": "5.1.0",
"@azure/cognitiveservices-computervision": "8.2.0",
"@azure/keyvault-keys": "4.6.0",
"@azure/ms-rest-js": "2.6.2",
"@azure/msal-node": "1.14.3",
"@azure/search-documents": "^11.3.1",
"@azure/search-documents": "11.3.1",
"@google-cloud/pubsub": "3.2.1",
"@google-cloud/translate": "7.0.4",
"@hubspot/api-client": "7.1.2",
@ -87,7 +87,7 @@
"botframework-connector": "4.18.0",
"botlib": "3.0.0",
"c3-chart-maker": "0.2.8",
"chatgpt": "^2.4.2",
"chatgpt": "2.4.2",
"chrome-remote-interface": "0.31.3",
"cli-progress": "3.11.2",
"cli-spinner": "0.2.10",
@ -146,13 +146,13 @@
"speakingurl": "14.0.1",
"ssr-for-bots": "1.0.1-c",
"strict-password-generator": "1.1.2",
"swagger-client": "^3.18.5",
"swagger-client": "3.18.5",
"tabulator-tables": "5.4.2",
"tedious": "15.1.2",
"textract": "^2.5.0",
"textract": "2.5.0",
"twitter-api-v2": "1.12.9",
"typescript": "4.9.3",
"typescript-rest-rpc": "^1.0.7",
"typescript-rest-rpc": "1.0.7",
"url-join": "5.0.0",
"vbscript-to-typescript": "1.0.8",
"vhost": "3.0.2",
@ -162,8 +162,8 @@
"washyourmouthoutwithsoap": "1.0.2",
"whatsapp-web.js": "1.18.3",
"winston": "3.8.2",
"winston-logs-display": "^1.0.0",
"yarn": "^1.22.19"
"winston-logs-display": "1.0.0",
"yarn": "1.22.19"
},
"devDependencies": {
"@types/url-join": "4.0.1",
@ -171,13 +171,13 @@
"commitizen": "4.2.5",
"cz-conventional-changelog": "3.3.0",
"dependency-check": "4.1.0",
"git-issues": "^1.0.0",
"git-issues": "1.0.0",
"license-checker": "25.0.1",
"ngrok": "4.3.3",
"prettier-standard": "^15.0.1",
"prettier-standard": "15.0.1",
"semantic-release": "19.0.5",
"simple-commit-message": "^1.1.0",
"travis-deploy-once": "^3.0.0",
"simple-commit-message": "1.1.0",
"travis-deploy-once": "3.3.0",
"ts-node": "10.9.1",
"tslint": "6.1.3"
},