@lexical/yjs 0.3.2 → 0.3.3

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/LexicalYjs.dev.js CHANGED
@@ -1341,7 +1341,8 @@ function syncLocalCursorPosition(binding, provider) {
1341
1341
  }
1342
1342
  }
1343
1343
 
1344
- function getCollabNodeAndOffset(sharedType, offset) {
1344
+ function getCollabNodeAndOffset( // eslint-disable-next-line @typescript-eslint/no-explicit-any
1345
+ sharedType, offset) {
1345
1346
  const collabNode = sharedType._collabNode;
1346
1347
 
1347
1348
  if (collabNode === undefined) {
package/package.json CHANGED
@@ -11,13 +11,13 @@
11
11
  "crdt"
12
12
  ],
13
13
  "license": "MIT",
14
- "version": "0.3.2",
14
+ "version": "0.3.3",
15
15
  "main": "LexicalYjs.js",
16
16
  "dependencies": {
17
- "@lexical/offset": "0.3.2"
17
+ "@lexical/offset": "0.3.3"
18
18
  },
19
19
  "peerDependencies": {
20
- "lexical": "0.3.2",
20
+ "lexical": "0.3.3",
21
21
  "yjs": ">=13.5.22"
22
22
  },
23
23
  "repository": {