Skip to content

Commit

Permalink
fix(twilio-run): handle adding object as header correctly as an error
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreLars committed Dec 11, 2024
1 parent d43ab63 commit 6a75585
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-jest": "^29.1.2",
"typedoc": "^0.26.5",
"typedoc": "^0.27.4",
"typescript": "^5.3.3"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "src/index.js",
"dependencies": {
"@oclif/core": "^1.14.2",
"@twilio-labs/serverless-api": "^5.5.0",
"@twilio-labs/serverless-api": "^5.5.2",
"@twilio/cli-core": "^7.0.0",
"inquirer": "^8.0.0",
"ora": "^5.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-twilio-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/twilio-labs/serverless-toolkit/issues"
},
"dependencies": {
"@twilio-labs/serverless-api": "^1.0.1"
"@twilio-labs/serverless-api": "^5.5.2"
},
"gitHead": "9382ba7f1c23cdf18ac8bb6cada92340d63491dd"
}

0 comments on commit 6a75585

Please sign in to comment.