lexical 0.33.1-nightly.20250707.0 → 0.33.1-nightly.20250709.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
|
@@ -10751,7 +10751,7 @@ class LexicalEditor {
|
|
|
10751
10751
|
};
|
|
10752
10752
|
}
|
|
10753
10753
|
}
|
|
10754
|
-
LexicalEditor.version = "0.33.1-nightly.
|
|
10754
|
+
LexicalEditor.version = "0.33.1-nightly.20250709.0+dev.cjs";
|
|
10755
10755
|
|
|
10756
10756
|
let pendingNodeToClone = null;
|
|
10757
10757
|
function setPendingNodeToClone(pendingNode) {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10749,7 +10749,7 @@ class LexicalEditor {
|
|
|
10749
10749
|
};
|
|
10750
10750
|
}
|
|
10751
10751
|
}
|
|
10752
|
-
LexicalEditor.version = "0.33.1-nightly.
|
|
10752
|
+
LexicalEditor.version = "0.33.1-nightly.20250709.0+dev.esm";
|
|
10753
10753
|
|
|
10754
10754
|
let pendingNodeToClone = null;
|
|
10755
10755
|
function setPendingNodeToClone(pendingNode) {
|