lexical 0.34.0 → 0.34.1-nightly.20250811.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
|
@@ -10771,7 +10771,7 @@ class LexicalEditor {
|
|
|
10771
10771
|
};
|
|
10772
10772
|
}
|
|
10773
10773
|
}
|
|
10774
|
-
LexicalEditor.version = "0.34.0+dev.cjs";
|
|
10774
|
+
LexicalEditor.version = "0.34.1-nightly.20250811.0+dev.cjs";
|
|
10775
10775
|
|
|
10776
10776
|
let pendingNodeToClone = null;
|
|
10777
10777
|
function setPendingNodeToClone(pendingNode) {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10769,7 +10769,7 @@ class LexicalEditor {
|
|
|
10769
10769
|
};
|
|
10770
10770
|
}
|
|
10771
10771
|
}
|
|
10772
|
-
LexicalEditor.version = "0.34.0+dev.esm";
|
|
10772
|
+
LexicalEditor.version = "0.34.1-nightly.20250811.0+dev.esm";
|
|
10773
10773
|
|
|
10774
10774
|
let pendingNodeToClone = null;
|
|
10775
10775
|
function setPendingNodeToClone(pendingNode) {
|