lexical 0.35.0 → 0.35.1-nightly.20250905.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
|
@@ -10726,7 +10726,7 @@ class LexicalEditor {
|
|
|
10726
10726
|
};
|
|
10727
10727
|
}
|
|
10728
10728
|
}
|
|
10729
|
-
LexicalEditor.version = "0.35.0+dev.cjs";
|
|
10729
|
+
LexicalEditor.version = "0.35.1-nightly.20250905.0+dev.cjs";
|
|
10730
10730
|
|
|
10731
10731
|
let pendingNodeToClone = null;
|
|
10732
10732
|
function setPendingNodeToClone(pendingNode) {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10724,7 +10724,7 @@ class LexicalEditor {
|
|
|
10724
10724
|
};
|
|
10725
10725
|
}
|
|
10726
10726
|
}
|
|
10727
|
-
LexicalEditor.version = "0.35.0+dev.esm";
|
|
10727
|
+
LexicalEditor.version = "0.35.1-nightly.20250905.0+dev.esm";
|
|
10728
10728
|
|
|
10729
10729
|
let pendingNodeToClone = null;
|
|
10730
10730
|
function setPendingNodeToClone(pendingNode) {
|