lexical 0.32.2-nightly.20250702.0 → 0.32.2-nightly.20250703.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
|
@@ -10733,7 +10733,7 @@ class LexicalEditor {
|
|
|
10733
10733
|
};
|
|
10734
10734
|
}
|
|
10735
10735
|
}
|
|
10736
|
-
LexicalEditor.version = "0.32.2-nightly.
|
|
10736
|
+
LexicalEditor.version = "0.32.2-nightly.20250703.0+dev.cjs";
|
|
10737
10737
|
|
|
10738
10738
|
let pendingNodeToClone = null;
|
|
10739
10739
|
function setPendingNodeToClone(pendingNode) {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10731,7 +10731,7 @@ class LexicalEditor {
|
|
|
10731
10731
|
};
|
|
10732
10732
|
}
|
|
10733
10733
|
}
|
|
10734
|
-
LexicalEditor.version = "0.32.2-nightly.
|
|
10734
|
+
LexicalEditor.version = "0.32.2-nightly.20250703.0+dev.esm";
|
|
10735
10735
|
|
|
10736
10736
|
let pendingNodeToClone = null;
|
|
10737
10737
|
function setPendingNodeToClone(pendingNode) {
|