lexical 0.36.0 → 0.36.1
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
|
@@ -10786,7 +10786,7 @@ class LexicalEditor {
|
|
|
10786
10786
|
};
|
|
10787
10787
|
}
|
|
10788
10788
|
}
|
|
10789
|
-
LexicalEditor.version = "0.36.
|
|
10789
|
+
LexicalEditor.version = "0.36.1+dev.cjs";
|
|
10790
10790
|
|
|
10791
10791
|
let pendingNodeToClone = null;
|
|
10792
10792
|
function setPendingNodeToClone(pendingNode) {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10784,7 +10784,7 @@ class LexicalEditor {
|
|
|
10784
10784
|
};
|
|
10785
10785
|
}
|
|
10786
10786
|
}
|
|
10787
|
-
LexicalEditor.version = "0.36.
|
|
10787
|
+
LexicalEditor.version = "0.36.1+dev.esm";
|
|
10788
10788
|
|
|
10789
10789
|
let pendingNodeToClone = null;
|
|
10790
10790
|
function setPendingNodeToClone(pendingNode) {
|