@liveblocks/node-lexical 3.5.2 → 3.5.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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -188,7 +188,7 @@ var ThreadMarkNode = class _ThreadMarkNode extends _lexical.ElementNode {
|
|
|
188
188
|
|
|
189
189
|
// src/version.ts
|
|
190
190
|
var PKG_NAME = "@liveblocks/node-lexical";
|
|
191
|
-
var PKG_VERSION = "3.5.
|
|
191
|
+
var PKG_VERSION = "3.5.4";
|
|
192
192
|
var PKG_FORMAT = "cjs";
|
|
193
193
|
|
|
194
194
|
// src/index.ts
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liveblocks/node-lexical",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.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": "NODE_OPTIONS=\"--no-deprecation\" vitest"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@liveblocks/core": "3.5.
|
|
38
|
-
"@liveblocks/node": "3.5.
|
|
37
|
+
"@liveblocks/core": "3.5.4",
|
|
38
|
+
"@liveblocks/node": "3.5.4",
|
|
39
39
|
"yjs": "^13.6.18"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|