lexical 0.32.2-nightly.20250616.0 → 0.32.2-nightly.20250617.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
|
@@ -10467,7 +10467,7 @@ class LexicalEditor {
|
|
|
10467
10467
|
};
|
|
10468
10468
|
}
|
|
10469
10469
|
}
|
|
10470
|
-
LexicalEditor.version = "0.32.2-nightly.
|
|
10470
|
+
LexicalEditor.version = "0.32.2-nightly.20250617.0+dev.cjs";
|
|
10471
10471
|
|
|
10472
10472
|
let keyCounter = 1;
|
|
10473
10473
|
function resetRandomKey() {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10465,7 +10465,7 @@ class LexicalEditor {
|
|
|
10465
10465
|
};
|
|
10466
10466
|
}
|
|
10467
10467
|
}
|
|
10468
|
-
LexicalEditor.version = "0.32.2-nightly.
|
|
10468
|
+
LexicalEditor.version = "0.32.2-nightly.20250617.0+dev.esm";
|
|
10469
10469
|
|
|
10470
10470
|
let keyCounter = 1;
|
|
10471
10471
|
function resetRandomKey() {
|