lexical 0.36.2-nightly.20251001.0 → 0.36.2
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
|
@@ -10803,7 +10803,7 @@ class LexicalEditor {
|
|
|
10803
10803
|
};
|
|
10804
10804
|
}
|
|
10805
10805
|
}
|
|
10806
|
-
LexicalEditor.version = "0.36.2
|
|
10806
|
+
LexicalEditor.version = "0.36.2+dev.cjs";
|
|
10807
10807
|
|
|
10808
10808
|
let pendingNodeToClone = null;
|
|
10809
10809
|
function setPendingNodeToClone(pendingNode) {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10801,7 +10801,7 @@ class LexicalEditor {
|
|
|
10801
10801
|
};
|
|
10802
10802
|
}
|
|
10803
10803
|
}
|
|
10804
|
-
LexicalEditor.version = "0.36.2
|
|
10804
|
+
LexicalEditor.version = "0.36.2+dev.esm";
|
|
10805
10805
|
|
|
10806
10806
|
let pendingNodeToClone = null;
|
|
10807
10807
|
function setPendingNodeToClone(pendingNode) {
|