add back twilio serverless types
All checks were successful
Build and push image for doorman-homeassistant / docker (push) Successful in 26s
Build and push Doorman UI / API / docker (push) Successful in 1m31s
Build and push image for doorman-homeassistant / deploy-gitainer (push) Successful in 3s

This commit is contained in:
Martin Dimitrov 2024-12-15 13:04:47 -08:00
parent a12c7bfb44
commit c5c29382f8
2 changed files with 6 additions and 6 deletions

View File

@ -15,12 +15,12 @@
"@twilio/runtime-handler": "1.3.0",
"discord.js": "^14.16.3",
"prom-client": "^15.1.3",
"twilio": "^3.56"
"twilio": "^3.56",
"@twilio-labs/serverless-runtime-types": "^3.0.0"
},
"devDependencies": {
"twilio-run": "^3.5.4",
"concurrently": "^9.1.0",
"@twilio-labs/serverless-runtime-types": "^3.0.0"
"concurrently": "^9.1.0"
},
"engines": {
"node": "18"

View File

@ -15,13 +15,13 @@
"node-fetch": "^2.7.0",
"prom-client": "^15.1.3",
"prometheus-remote-write": "^0.5.0",
"twilio": "^3.84.1"
"twilio": "^3.84.1",
"@twilio-labs/serverless-runtime-types": "^3.0.0"
},
"devDependencies": {
"@types/bun": "latest",
"concurrently": "^9.1.0",
"twilio-run": "^3.5.4",
"@twilio-labs/serverless-runtime-types": "^3.0.0"
"twilio-run": "^3.5.4"
},
"engines": {
"node": "18"