lexical 0.36.2 → 0.36.3-nightly.20251002.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/Lexical.dev.js CHANGED
@@ -10803,7 +10803,7 @@ class LexicalEditor {
10803
10803
  };
10804
10804
  }
10805
10805
  }
10806
- LexicalEditor.version = "0.36.2+dev.cjs";
10806
+ LexicalEditor.version = "0.36.3-nightly.20251002.0+dev.cjs";
10807
10807
 
10808
10808
  let pendingNodeToClone = null;
10809
10809
  function setPendingNodeToClone(pendingNode) {
package/Lexical.dev.mjs CHANGED
@@ -10801,7 +10801,7 @@ class LexicalEditor {
10801
10801
  };
10802
10802
  }
10803
10803
  }
10804
- LexicalEditor.version = "0.36.2+dev.esm";
10804
+ LexicalEditor.version = "0.36.3-nightly.20251002.0+dev.esm";
10805
10805
 
10806
10806
  let pendingNodeToClone = null;
10807
10807
  function setPendingNodeToClone(pendingNode) {