lexical 0.30.0 → 0.30.1-nightly.20250408.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
|
@@ -10301,7 +10301,7 @@ class LexicalEditor {
|
|
|
10301
10301
|
};
|
|
10302
10302
|
}
|
|
10303
10303
|
}
|
|
10304
|
-
LexicalEditor.version = "0.30.0+dev.cjs";
|
|
10304
|
+
LexicalEditor.version = "0.30.1-nightly.20250408.0+dev.cjs";
|
|
10305
10305
|
|
|
10306
10306
|
let keyCounter = 1;
|
|
10307
10307
|
function resetRandomKey() {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10299,7 +10299,7 @@ class LexicalEditor {
|
|
|
10299
10299
|
};
|
|
10300
10300
|
}
|
|
10301
10301
|
}
|
|
10302
|
-
LexicalEditor.version = "0.30.0+dev.esm";
|
|
10302
|
+
LexicalEditor.version = "0.30.1-nightly.20250408.0+dev.esm";
|
|
10303
10303
|
|
|
10304
10304
|
let keyCounter = 1;
|
|
10305
10305
|
function resetRandomKey() {
|