lexical 0.31.1 → 0.31.2-nightly.20250512.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
@@ -10454,7 +10454,7 @@ class LexicalEditor {
10454
10454
  };
10455
10455
  }
10456
10456
  }
10457
- LexicalEditor.version = "0.31.1+dev.cjs";
10457
+ LexicalEditor.version = "0.31.2-nightly.20250512.0+dev.cjs";
10458
10458
 
10459
10459
  let keyCounter = 1;
10460
10460
  function resetRandomKey() {
package/Lexical.dev.mjs CHANGED
@@ -10452,7 +10452,7 @@ class LexicalEditor {
10452
10452
  };
10453
10453
  }
10454
10454
  }
10455
- LexicalEditor.version = "0.31.1+dev.esm";
10455
+ LexicalEditor.version = "0.31.2-nightly.20250512.0+dev.esm";
10456
10456
 
10457
10457
  let keyCounter = 1;
10458
10458
  function resetRandomKey() {