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
…#527)

* fix(twilio-run): handle adding object as header correctly as an error

* Create cyan-carrots-compete.md
  • Loading branch information
AndreLars authored Dec 11, 2024
1 parent d43ab63 commit 255da3b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/cyan-carrots-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-labs/plugin-assets": patch
"@twilio-labs/serverless-twilio-runtime": patch
---

fix(twilio-run): handle adding object as header correctly as an error
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 255da3b

Please sign in to comment.