@liveblocks/emails 3.14.0-pre2 → 3.14.0-pre4
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liveblocks/emails",
|
|
3
|
-
"version": "3.14.0-
|
|
3
|
+
"version": "3.14.0-pre4",
|
|
4
4
|
"description": "A set of functions and utilities to make sending emails based on Liveblocks notification events easy. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@liveblocks/core": "3.14.0-
|
|
39
|
-
"@liveblocks/node": "3.14.0-
|
|
38
|
+
"@liveblocks/core": "3.14.0-pre4",
|
|
39
|
+
"@liveblocks/node": "3.14.0-pre4"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"react": "^18 || ^19 || ^19.0.0-rc"
|