lexical 0.38.3-nightly.20251205.0 → 0.38.3-nightly.20251208.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.38.3-nightly.20251205.0+dev.cjs";
10897
+ LexicalEditor.version = "0.38.3-nightly.20251208.0+dev.cjs";
10898
10898
 
10899
10899
  let pendingNodeToClone = null;
10900
10900
  function setPendingNodeToClone(pendingNode) {
package/Lexical.dev.mjs CHANGED
@@ -10892,7 +10892,7 @@ class LexicalEditor {
10892
10892
  };
10893
10893
  }
10894
10894
  }
10895
- LexicalEditor.version = "0.38.3-nightly.20251205.0+dev.esm";
10895
+ LexicalEditor.version = "0.38.3-nightly.20251208.0+dev.esm";
10896
10896
 
10897
10897
  let pendingNodeToClone = null;
10898
10898
  function setPendingNodeToClone(pendingNode) {