Commit 8df4cb6
authored
fix(twilio-run): align @twilio/runtime-handler dep with create-twilio-function (#558)
twilio-run declared @twilio/runtime-handler@^2.1.0 while create-twilio-function pins ^2.0.3. The two were inconsistent, and 2.1.0 — though published to npm as'latest' — is currently rejected by the Twilio Serverless platform at deploy time (Error 20001). Pin twilio-run to ^2.0.3 to keep the monorepo internally consistent and avoid signalling a non-deployable version.
Refs #5571 parent c77e26e commit 8df4cb6
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments