lexical 0.36.3-nightly.20251010.0 → 0.37.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
|
@@ -10828,7 +10828,7 @@ class LexicalEditor {
|
|
|
10828
10828
|
};
|
|
10829
10829
|
}
|
|
10830
10830
|
}
|
|
10831
|
-
LexicalEditor.version = "0.
|
|
10831
|
+
LexicalEditor.version = "0.37.0+dev.cjs";
|
|
10832
10832
|
|
|
10833
10833
|
let pendingNodeToClone = null;
|
|
10834
10834
|
function setPendingNodeToClone(pendingNode) {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10826,7 +10826,7 @@ class LexicalEditor {
|
|
|
10826
10826
|
};
|
|
10827
10827
|
}
|
|
10828
10828
|
}
|
|
10829
|
-
LexicalEditor.version = "0.
|
|
10829
|
+
LexicalEditor.version = "0.37.0+dev.esm";
|
|
10830
10830
|
|
|
10831
10831
|
let pendingNodeToClone = null;
|
|
10832
10832
|
function setPendingNodeToClone(pendingNode) {
|