@liveblocks/node-lexical 2.24.3 → 2.24.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/dist/index.cjs CHANGED
@@ -169,7 +169,7 @@ var ThreadMarkNode = class _ThreadMarkNode extends _lexical.ElementNode {
169
169
 
170
170
  // src/version.ts
171
171
  var PKG_NAME = "@liveblocks/node-lexical";
172
- var PKG_VERSION = "2.24.3";
172
+ var PKG_VERSION = "2.24.4";
173
173
  var PKG_FORMAT = "cjs";
174
174
 
175
175
  // src/index.ts
package/dist/index.js CHANGED
@@ -169,7 +169,7 @@ var ThreadMarkNode = class _ThreadMarkNode extends ElementNode {
169
169
 
170
170
  // src/version.ts
171
171
  var PKG_NAME = "@liveblocks/node-lexical";
172
- var PKG_VERSION = "2.24.3";
172
+ var PKG_VERSION = "2.24.4";
173
173
  var PKG_FORMAT = "esm";
174
174
 
175
175
  // src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/node-lexical",
3
- "version": "2.24.3",
3
+ "version": "2.24.4",
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": "module",
@@ -34,8 +34,8 @@
34
34
  "test:watch": "jest --silent --verbose --color=always --watch"
35
35
  },
36
36
  "dependencies": {
37
- "@liveblocks/core": "2.24.3",
38
- "@liveblocks/node": "2.24.3",
37
+ "@liveblocks/core": "2.24.4",
38
+ "@liveblocks/node": "2.24.4",
39
39
  "yjs": "^13.6.18"
40
40
  },
41
41
  "peerDependencies": {