lexical 0.28.0 → 0.28.1-nightly.20250319.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
|
@@ -10255,7 +10255,7 @@ class LexicalEditor {
|
|
|
10255
10255
|
};
|
|
10256
10256
|
}
|
|
10257
10257
|
}
|
|
10258
|
-
LexicalEditor.version = "0.28.0+dev.cjs";
|
|
10258
|
+
LexicalEditor.version = "0.28.1-nightly.20250319.0+dev.cjs";
|
|
10259
10259
|
|
|
10260
10260
|
let keyCounter = 1;
|
|
10261
10261
|
function resetRandomKey() {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10253,7 +10253,7 @@ class LexicalEditor {
|
|
|
10253
10253
|
};
|
|
10254
10254
|
}
|
|
10255
10255
|
}
|
|
10256
|
-
LexicalEditor.version = "0.28.0+dev.esm";
|
|
10256
|
+
LexicalEditor.version = "0.28.1-nightly.20250319.0+dev.esm";
|
|
10257
10257
|
|
|
10258
10258
|
let keyCounter = 1;
|
|
10259
10259
|
function resetRandomKey() {
|