We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76af6c0 commit a5da13bCopy full SHA for a5da13b
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@convex-dev/twilio",
3
"description": "Convex component for sending/receiving SMS messages with Twilio.",
4
- "version": "0.1.4",
+ "version": "0.1.5",
5
"type": "module",
6
"repository": "github:get-convex/twilio",
7
"homepage": "https://github.com/get-convex/twilio#readme",
@@ -49,7 +49,7 @@
49
}
50
},
51
"peerDependencies": {
52
- "convex": "~1.16.5 || ~1.17.0"
+ "convex": "~1.16.5 || ~1.17.0 || ~1.18.0"
53
54
"devDependencies": {
55
"@eslint/js": "^9.9.1",
0 commit comments