lexical 0.32.2-nightly.20250623.0 → 0.32.2-nightly.20250624.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
|
@@ -10711,7 +10711,7 @@ class LexicalEditor {
|
|
|
10711
10711
|
};
|
|
10712
10712
|
}
|
|
10713
10713
|
}
|
|
10714
|
-
LexicalEditor.version = "0.32.2-nightly.
|
|
10714
|
+
LexicalEditor.version = "0.32.2-nightly.20250624.0+dev.cjs";
|
|
10715
10715
|
|
|
10716
10716
|
let pendingNodeToClone = null;
|
|
10717
10717
|
function setPendingNodeToClone(pendingNode) {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10709,7 +10709,7 @@ class LexicalEditor {
|
|
|
10709
10709
|
};
|
|
10710
10710
|
}
|
|
10711
10711
|
}
|
|
10712
|
-
LexicalEditor.version = "0.32.2-nightly.
|
|
10712
|
+
LexicalEditor.version = "0.32.2-nightly.20250624.0+dev.esm";
|
|
10713
10713
|
|
|
10714
10714
|
let pendingNodeToClone = null;
|
|
10715
10715
|
function setPendingNodeToClone(pendingNode) {
|