@devwithbobby/loops 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devwithbobby/loops",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Convex component for integrating with Loops.so email marketing platform",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -68,6 +68,10 @@
|
|
|
68
68
|
"alpha": "bun run preversion && npm version prerelease --preid alpha && npm publish --tag alpha",
|
|
69
69
|
"release": "bun run preversion && npm version patch && npm publish"
|
|
70
70
|
},
|
|
71
|
+
"dependencies": {
|
|
72
|
+
"zod": "^4.1.12",
|
|
73
|
+
"zodvex": "^0.2.3"
|
|
74
|
+
},
|
|
71
75
|
"peerDependencies": {
|
|
72
76
|
"convex": "^1.0.0",
|
|
73
77
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -94,8 +98,6 @@
|
|
|
94
98
|
"pkg-pr-new": "^0.0.60",
|
|
95
99
|
"react": "^19.2.0",
|
|
96
100
|
"react-dom": "^19.2.0",
|
|
97
|
-
"tailwindcss": "^4.1.16"
|
|
98
|
-
"zod": "^4.1.12",
|
|
99
|
-
"zodvex": "^0.2.3"
|
|
101
|
+
"tailwindcss": "^4.1.16"
|
|
100
102
|
}
|
|
101
103
|
}
|