@liveblocks/node-lexical 2.13.1 → 2.13.3-emails1

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.js CHANGED
@@ -166,7 +166,7 @@ var ThreadMarkNode = class _ThreadMarkNode extends _lexical.ElementNode {
166
166
 
167
167
  // src/version.ts
168
168
  var PKG_NAME = "@liveblocks/node-lexical";
169
- var PKG_VERSION = "2.13.1";
169
+ var PKG_VERSION = "2.13.3-emails1";
170
170
  var PKG_FORMAT = "cjs";
171
171
 
172
172
  // src/index.ts
package/dist/index.mjs CHANGED
@@ -166,7 +166,7 @@ var ThreadMarkNode = class _ThreadMarkNode extends ElementNode {
166
166
 
167
167
  // src/version.ts
168
168
  var PKG_NAME = "@liveblocks/node-lexical";
169
- var PKG_VERSION = "2.13.1";
169
+ var PKG_VERSION = "2.13.3-emails1";
170
170
  var PKG_FORMAT = "esm";
171
171
 
172
172
  // src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/node-lexical",
3
- "version": "2.13.1",
3
+ "version": "2.13.3-emails1",
4
4
  "description": "A server-side utility that lets you modify lexical documents hosted in Liveblocks.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "commonjs",
@@ -34,8 +34,8 @@
34
34
  "test:watch": "jest --silent --verbose --color=always --watch"
35
35
  },
36
36
  "dependencies": {
37
- "@liveblocks/core": "2.13.1",
38
- "@liveblocks/node": "2.13.1",
37
+ "@liveblocks/core": "2.13.3-emails1",
38
+ "@liveblocks/node": "2.13.3-emails1",
39
39
  "yjs": "^13.6.18"
40
40
  },
41
41
  "peerDependencies": {