@lexical/yjs 0.35.1-nightly.20250905.0 → 0.35.1-nightly.20250909.0

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
@@ -513,7 +513,7 @@ function doesSelectionNeedRecovering(selection) {
513
513
  lexical.$isTextNode(anchorNode) && anchor.offset > anchorNode.getTextContentSize() || lexical.$isTextNode(focusNode) && focus.offset > focusNode.getTextContentSize()) {
514
514
  recoveryNeeded = true;
515
515
  }
516
- } catch (e) {
516
+ } catch (_e) {
517
517
  // Sometimes checking nor a node via getNode might trigger
518
518
  // an error, so we need recovery then too.
519
519
  recoveryNeeded = true;
@@ -511,7 +511,7 @@ function doesSelectionNeedRecovering(selection) {
511
511
  $isTextNode(anchorNode) && anchor.offset > anchorNode.getTextContentSize() || $isTextNode(focusNode) && focus.offset > focusNode.getTextContentSize()) {
512
512
  recoveryNeeded = true;
513
513
  }
514
- } catch (e) {
514
+ } catch (_e) {
515
515
  // Sometimes checking nor a node via getNode might trigger
516
516
  // an error, so we need recovery then too.
517
517
  recoveryNeeded = true;
package/package.json CHANGED
@@ -11,13 +11,13 @@
11
11
  "crdt"
12
12
  ],
13
13
  "license": "MIT",
14
- "version": "0.35.1-nightly.20250905.0",
14
+ "version": "0.35.1-nightly.20250909.0",
15
15
  "main": "LexicalYjs.js",
16
16
  "types": "index.d.ts",
17
17
  "dependencies": {
18
- "@lexical/offset": "0.35.1-nightly.20250905.0",
19
- "@lexical/selection": "0.35.1-nightly.20250905.0",
20
- "lexical": "0.35.1-nightly.20250905.0"
18
+ "@lexical/offset": "0.35.1-nightly.20250909.0",
19
+ "@lexical/selection": "0.35.1-nightly.20250909.0",
20
+ "lexical": "0.35.1-nightly.20250909.0"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "yjs": ">=13.5.22"