lexical 0.39.0 → 0.39.1-nightly.20251229.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
@@ -10894,7 +10894,7 @@ class LexicalEditor {
10894
10894
  };
10895
10895
  }
10896
10896
  }
10897
- LexicalEditor.version = "0.39.0+dev.cjs";
10897
+ LexicalEditor.version = "0.39.1-nightly.20251229.0+dev.cjs";
10898
10898
 
10899
10899
  let pendingNodeToClone = null;
10900
10900
  function setPendingNodeToClone(pendingNode) {
@@ -12658,7 +12658,7 @@ class AbstractCaret {
12658
12658
  // TODO: Optimize this to work directly with node internals
12659
12659
  for (const node of nodeIter) {
12660
12660
  if (nodesToRemove.size > 0) {
12661
- // For some reason `npm run tsc-extension` needs this annotation?
12661
+ // For some reason `pnpm run tsc-extension` needs this annotation?
12662
12662
  const target = caret.getNodeAtCaret();
12663
12663
  if (target) {
12664
12664
  nodesToRemove.delete(target.getKey());
package/Lexical.dev.mjs CHANGED
@@ -10892,7 +10892,7 @@ class LexicalEditor {
10892
10892
  };
10893
10893
  }
10894
10894
  }
10895
- LexicalEditor.version = "0.39.0+dev.esm";
10895
+ LexicalEditor.version = "0.39.1-nightly.20251229.0+dev.esm";
10896
10896
 
10897
10897
  let pendingNodeToClone = null;
10898
10898
  function setPendingNodeToClone(pendingNode) {
@@ -12656,7 +12656,7 @@ class AbstractCaret {
12656
12656
  // TODO: Optimize this to work directly with node internals
12657
12657
  for (const node of nodeIter) {
12658
12658
  if (nodesToRemove.size > 0) {
12659
- // For some reason `npm run tsc-extension` needs this annotation?
12659
+ // For some reason `pnpm run tsc-extension` needs this annotation?
12660
12660
  const target = caret.getNodeAtCaret();
12661
12661
  if (target) {
12662
12662
  nodesToRemove.delete(target.getKey());