-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FRIDGE-814 upgrade to twilio 4.23.0, fix tests (#509)
* FRIDGE-814 upgrade to twilio 4.23.0, fix tests * improvement(@twilio-labs/serverless-runtime-types, @twilio/runtime-handler, twilio-run): Twilio SDK Twilio SDK bump from 3.x to 4.23 with fixes to types, tests BREAKING CHANGE: Underlying Twilio SDK was bumped by a major version, Twilio SDK 3.x to 4.23. This might require changes in how importing this package will work. fix #473 #483 #455 * FRIDGE-814 revert logger.ts * FRIDGE-814 add changeset * improvement(plugin-serverless plugin-assets runtime-handler serverless-api serverless-twilio-runtime change node.js to 18 minimum in required and in docs where necessary BREAKING CHANGE: minimum Node.js now 18 * FRIDGE-814 remove node 16 github actions, make it use npm@10 * FRIDGE-814 replace deprecated npm-run-all with a maintained fork * FRIDGE-814 remove npm-run-all deps and convert commands to regular as the package seems broken on windows * add typescript install explicitly * Revert "FRIDGE-814 remove node 16 github actions, make it use npm@10" This reverts commit 2ca5371. * remove node 16 * update snapshots * fix snapshots
- Loading branch information
Showing
17 changed files
with
137 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@twilio-labs/serverless-runtime-types': major | ||
'@twilio/runtime-handler': major | ||
'twilio-run': major | ||
--- | ||
|
||
Twilio SDK from 3.x to 4.23.0. Required Node version bumped to 18 min. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,3 +74,5 @@ dist/ | |
packages/serverless-api/docs/ | ||
|
||
.idea | ||
|
||
**/.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,22 +36,22 @@ | |
"build": "tsc", | ||
"watch": "tsc --watch", | ||
"build:noemit": "tsc --noEmit", | ||
"clean": "rimraf ./dist" | ||
"clean": "rimraf ./dist ./node_modules" | ||
}, | ||
"devDependencies": { | ||
"@twilio/test-dep": "npm:[email protected]", | ||
"@types/common-tags": "^1.8.0", | ||
"@types/cookie-parser": "^1.4.2", | ||
"@types/debug": "^4.1.4", | ||
"@types/express-useragent": "^0.2.21", | ||
"@types/jest": "^26.0.24", | ||
"@types/lodash.debounce": "^4.0.6", | ||
"@types/node": "^14.0.19", | ||
"@types/node": "^18.0.0", | ||
"@types/supertest": "^2.0.8", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^2.6.3", | ||
"supertest": "^3.1.0", | ||
"typescript": "^4.9.4", | ||
"@twilio/test-dep": "npm:[email protected]" | ||
"typescript": "^4.9.4" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/twilio-labs/serverless-toolkit/issues" | ||
|
@@ -69,7 +69,7 @@ | |
"nocache": "^2.1.0", | ||
"normalize.css": "^8.0.1", | ||
"serialize-error": "^7.0.1", | ||
"twilio": "3.80.0" | ||
"twilio": "4.23.0" | ||
}, | ||
"gitHead": "6db273648ed19474f4125042556b10c051529912" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.