Skip to content

Commit

Permalink
Update default Twilio library to v5 (#518)
Browse files Browse the repository at this point in the history
* chore: update twilio version

* chore: add changeset
  • Loading branch information
victoray authored Apr 18, 2024
1 parent 4ef7c69 commit 56e531e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/beige-teachers-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-twilio-function': patch
---

Update default twilio library to v5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const pkgJson = require('../../package.json');

module.exports = {
twilio: '^3.56',
twilio: '5.0.3',
twilioRuntimeHandler: pkgJson.devDependencies[
'@twilio/runtime-handler'
].replace(/[\^~]/, ''),
Expand Down

0 comments on commit 56e531e

Please sign in to comment.