lexical 0.27.2 → 0.27.3-nightly.20250312.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
|
@@ -10223,7 +10223,7 @@ class LexicalEditor {
|
|
|
10223
10223
|
};
|
|
10224
10224
|
}
|
|
10225
10225
|
}
|
|
10226
|
-
LexicalEditor.version = "0.27.
|
|
10226
|
+
LexicalEditor.version = "0.27.3-nightly.20250312.0+dev.cjs";
|
|
10227
10227
|
|
|
10228
10228
|
let keyCounter = 1;
|
|
10229
10229
|
function resetRandomKey() {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10221,7 +10221,7 @@ class LexicalEditor {
|
|
|
10221
10221
|
};
|
|
10222
10222
|
}
|
|
10223
10223
|
}
|
|
10224
|
-
LexicalEditor.version = "0.27.
|
|
10224
|
+
LexicalEditor.version = "0.27.3-nightly.20250312.0+dev.esm";
|
|
10225
10225
|
|
|
10226
10226
|
let keyCounter = 1;
|
|
10227
10227
|
function resetRandomKey() {
|