lexical 0.32.1 → 0.32.2-nightly.20250606.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 +1 -1
- package/Lexical.dev.mjs +1 -1
- package/Lexical.prod.js +1 -1
- package/Lexical.prod.mjs +1 -1
- package/package.json +1 -1
package/Lexical.dev.js
CHANGED
|
@@ -10461,7 +10461,7 @@ class LexicalEditor {
|
|
|
10461
10461
|
};
|
|
10462
10462
|
}
|
|
10463
10463
|
}
|
|
10464
|
-
LexicalEditor.version = "0.32.
|
|
10464
|
+
LexicalEditor.version = "0.32.2-nightly.20250606.0+dev.cjs";
|
|
10465
10465
|
|
|
10466
10466
|
let keyCounter = 1;
|
|
10467
10467
|
function resetRandomKey() {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10459,7 +10459,7 @@ class LexicalEditor {
|
|
|
10459
10459
|
};
|
|
10460
10460
|
}
|
|
10461
10461
|
}
|
|
10462
|
-
LexicalEditor.version = "0.32.
|
|
10462
|
+
LexicalEditor.version = "0.32.2-nightly.20250606.0+dev.esm";
|
|
10463
10463
|
|
|
10464
10464
|
let keyCounter = 1;
|
|
10465
10465
|
function resetRandomKey() {
|