lexical 0.30.0 → 0.30.1-nightly.20250409.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
@@ -1781,7 +1781,7 @@ function warnOnlyOnce(message) {
1781
1781
  function createCommand(type) {
1782
1782
  return {
1783
1783
  type
1784
- } ;
1784
+ };
1785
1785
  }
1786
1786
  const SELECTION_CHANGE_COMMAND = createCommand('SELECTION_CHANGE_COMMAND');
1787
1787
  const SELECTION_INSERT_CLIPBOARD_NODES_COMMAND = createCommand('SELECTION_INSERT_CLIPBOARD_NODES_COMMAND');
@@ -10301,7 +10301,7 @@ class LexicalEditor {
10301
10301
  };
10302
10302
  }
10303
10303
  }
10304
- LexicalEditor.version = "0.30.0+dev.cjs";
10304
+ LexicalEditor.version = "0.30.1-nightly.20250409.0+dev.cjs";
10305
10305
 
10306
10306
  let keyCounter = 1;
10307
10307
  function resetRandomKey() {
package/Lexical.dev.mjs CHANGED
@@ -1779,7 +1779,7 @@ function warnOnlyOnce(message) {
1779
1779
  function createCommand(type) {
1780
1780
  return {
1781
1781
  type
1782
- } ;
1782
+ };
1783
1783
  }
1784
1784
  const SELECTION_CHANGE_COMMAND = createCommand('SELECTION_CHANGE_COMMAND');
1785
1785
  const SELECTION_INSERT_CLIPBOARD_NODES_COMMAND = createCommand('SELECTION_INSERT_CLIPBOARD_NODES_COMMAND');
@@ -10299,7 +10299,7 @@ class LexicalEditor {
10299
10299
  };
10300
10300
  }
10301
10301
  }
10302
- LexicalEditor.version = "0.30.0+dev.esm";
10302
+ LexicalEditor.version = "0.30.1-nightly.20250409.0+dev.esm";
10303
10303
 
10304
10304
  let keyCounter = 1;
10305
10305
  function resetRandomKey() {