lexical 0.31.0 → 0.31.1-nightly.20250501.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
|
@@ -10445,7 +10445,7 @@ class LexicalEditor {
|
|
|
10445
10445
|
};
|
|
10446
10446
|
}
|
|
10447
10447
|
}
|
|
10448
|
-
LexicalEditor.version = "0.31.0+dev.cjs";
|
|
10448
|
+
LexicalEditor.version = "0.31.1-nightly.20250501.0+dev.cjs";
|
|
10449
10449
|
|
|
10450
10450
|
let keyCounter = 1;
|
|
10451
10451
|
function resetRandomKey() {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10443,7 +10443,7 @@ class LexicalEditor {
|
|
|
10443
10443
|
};
|
|
10444
10444
|
}
|
|
10445
10445
|
}
|
|
10446
|
-
LexicalEditor.version = "0.31.0+dev.esm";
|
|
10446
|
+
LexicalEditor.version = "0.31.1-nightly.20250501.0+dev.esm";
|
|
10447
10447
|
|
|
10448
10448
|
let keyCounter = 1;
|
|
10449
10449
|
function resetRandomKey() {
|