lexical 0.32.2-nightly.20250625.0 → 0.32.2-nightly.20250627.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
|
@@ -10723,7 +10723,7 @@ class LexicalEditor {
|
|
|
10723
10723
|
};
|
|
10724
10724
|
}
|
|
10725
10725
|
}
|
|
10726
|
-
LexicalEditor.version = "0.32.2-nightly.
|
|
10726
|
+
LexicalEditor.version = "0.32.2-nightly.20250627.0+dev.cjs";
|
|
10727
10727
|
|
|
10728
10728
|
let pendingNodeToClone = null;
|
|
10729
10729
|
function setPendingNodeToClone(pendingNode) {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10721,7 +10721,7 @@ class LexicalEditor {
|
|
|
10721
10721
|
};
|
|
10722
10722
|
}
|
|
10723
10723
|
}
|
|
10724
|
-
LexicalEditor.version = "0.32.2-nightly.
|
|
10724
|
+
LexicalEditor.version = "0.32.2-nightly.20250627.0+dev.esm";
|
|
10725
10725
|
|
|
10726
10726
|
let pendingNodeToClone = null;
|
|
10727
10727
|
function setPendingNodeToClone(pendingNode) {
|