Skip to content

Commit

Permalink
chore(@twilio-labs/serverless-runtime-types): node sdk and ts bump
Browse files Browse the repository at this point in the history
twilio node sdk and ts versions bump
  • Loading branch information
makserik committed Jan 24, 2024
1 parent 212540b commit 23e68e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/serverless-runtime-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-labs/serverless-runtime-types",
"version": "2.2.3",
"version": "3.0.0",
"description": "TypeScript definitions to define globals for the Twilio Serverless runtime",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -30,12 +30,12 @@
"dependencies": {
"@types/express": "^4.17.11",
"@types/qs": "^6.9.4",
"twilio": "^3.60.0"
"twilio": "^4.20.1"
},
"devDependencies": {
"@types/express": "^4.17.11",
"all-contributors-cli": "^6.7.0",
"typescript": "^4.9.4"
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 23e68e9

Please sign in to comment.