Skip to content

Commit 23e68e9

Browse files
committed
chore(@twilio-labs/serverless-runtime-types): node sdk and ts bump
twilio node sdk and ts versions bump
1 parent 212540b commit 23e68e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/serverless-runtime-types/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-labs/serverless-runtime-types",
3-
"version": "2.2.3",
3+
"version": "3.0.0",
44
"description": "TypeScript definitions to define globals for the Twilio Serverless runtime",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -30,12 +30,12 @@
3030
"dependencies": {
3131
"@types/express": "^4.17.11",
3232
"@types/qs": "^6.9.4",
33-
"twilio": "^3.60.0"
33+
"twilio": "^4.20.1"
3434
},
3535
"devDependencies": {
3636
"@types/express": "^4.17.11",
3737
"all-contributors-cli": "^6.7.0",
38-
"typescript": "^4.9.4"
38+
"typescript": "^5.3.3"
3939
},
4040
"publishConfig": {
4141
"access": "public"

0 commit comments

Comments
 (0)