lexical 0.28.1-nightly.20250325.0 → 0.29.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
|
@@ -10291,7 +10291,7 @@ class LexicalEditor {
|
|
|
10291
10291
|
};
|
|
10292
10292
|
}
|
|
10293
10293
|
}
|
|
10294
|
-
LexicalEditor.version = "0.
|
|
10294
|
+
LexicalEditor.version = "0.29.0+dev.cjs";
|
|
10295
10295
|
|
|
10296
10296
|
let keyCounter = 1;
|
|
10297
10297
|
function resetRandomKey() {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10289,7 +10289,7 @@ class LexicalEditor {
|
|
|
10289
10289
|
};
|
|
10290
10290
|
}
|
|
10291
10291
|
}
|
|
10292
|
-
LexicalEditor.version = "0.
|
|
10292
|
+
LexicalEditor.version = "0.29.0+dev.esm";
|
|
10293
10293
|
|
|
10294
10294
|
let keyCounter = 1;
|
|
10295
10295
|
function resetRandomKey() {
|