lexical 0.31.2 → 0.31.3-nightly.20250521.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
|
@@ -10456,7 +10456,7 @@ class LexicalEditor {
|
|
|
10456
10456
|
};
|
|
10457
10457
|
}
|
|
10458
10458
|
}
|
|
10459
|
-
LexicalEditor.version = "0.31.
|
|
10459
|
+
LexicalEditor.version = "0.31.3-nightly.20250521.0+dev.cjs";
|
|
10460
10460
|
|
|
10461
10461
|
let keyCounter = 1;
|
|
10462
10462
|
function resetRandomKey() {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10454,7 +10454,7 @@ class LexicalEditor {
|
|
|
10454
10454
|
};
|
|
10455
10455
|
}
|
|
10456
10456
|
}
|
|
10457
|
-
LexicalEditor.version = "0.31.
|
|
10457
|
+
LexicalEditor.version = "0.31.3-nightly.20250521.0+dev.esm";
|
|
10458
10458
|
|
|
10459
10459
|
let keyCounter = 1;
|
|
10460
10460
|
function resetRandomKey() {
|