Skip to content

Commit 255da3b

Browse files
authored
fix(twilio-run): handle adding object as header correctly as an error (#527)
* fix(twilio-run): handle adding object as header correctly as an error * Create cyan-carrots-compete.md
1 parent d43ab63 commit 255da3b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.changeset/cyan-carrots-compete.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@twilio-labs/plugin-assets": patch
3+
"@twilio-labs/serverless-twilio-runtime": patch
4+
---
5+
6+
fix(twilio-run): handle adding object as header correctly as an error

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prettier": "^2.2.1",
4343
"rimraf": "^3.0.2",
4444
"ts-jest": "^29.1.2",
45-
"typedoc": "^0.26.5",
45+
"typedoc": "^0.27.4",
4646
"typescript": "^5.3.3"
4747
},
4848
"lint-staged": {

packages/plugin-assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "src/index.js",
1010
"dependencies": {
1111
"@oclif/core": "^1.14.2",
12-
"@twilio-labs/serverless-api": "^5.5.0",
12+
"@twilio-labs/serverless-api": "^5.5.2",
1313
"@twilio/cli-core": "^7.0.0",
1414
"inquirer": "^8.0.0",
1515
"ora": "^5.4.0",

packages/serverless-twilio-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"url": "https://github.com/twilio-labs/serverless-toolkit/issues"
3131
},
3232
"dependencies": {
33-
"@twilio-labs/serverless-api": "^1.0.1"
33+
"@twilio-labs/serverless-api": "^5.5.2"
3434
},
3535
"gitHead": "9382ba7f1c23cdf18ac8bb6cada92340d63491dd"
3636
}

0 commit comments

Comments
 (0)