Skip to content

Commit b60d8ad

Browse files
0.1.6
1 parent a5da13b commit b60d8ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@convex-dev/twilio",
33
"description": "Convex component for sending/receiving SMS messages with Twilio.",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"type": "module",
66
"repository": "github:get-convex/twilio",
77
"homepage": "https://github.com/get-convex/twilio#readme",
@@ -49,7 +49,7 @@
4949
}
5050
},
5151
"peerDependencies": {
52-
"convex": "~1.16.5 || ~1.17.0 || ~1.18.0"
52+
"convex": "~1.16.5 || >=1.17.0 <1.25.0"
5353
},
5454
"devDependencies": {
5555
"@eslint/js": "^9.9.1",

0 commit comments

Comments
 (0)