@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 CHANGED
@@ -3,7 +3,7 @@ var _core = require('@liveblocks/core');
3
3
 
4
4
  // src/version.ts
5
5
  var PKG_NAME = "@liveblocks/emails";
6
- var PKG_VERSION = "3.14.0-pre2";
6
+ var PKG_VERSION = "3.14.0-pre4";
7
7
  var PKG_FORMAT = "cjs";
8
8
 
9
9
  // src/text-mention-notification.tsx
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import { detectDupes } from "@liveblocks/core";
3
3
 
4
4
  // src/version.ts
5
5
  var PKG_NAME = "@liveblocks/emails";
6
- var PKG_VERSION = "3.14.0-pre2";
6
+ var PKG_VERSION = "3.14.0-pre4";
7
7
  var PKG_FORMAT = "esm";
8
8
 
9
9
  // src/text-mention-notification.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/emails",
3
- "version": "3.14.0-pre2",
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-pre2",
39
- "@liveblocks/node": "3.14.0-pre2"
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"