lexical 0.38.2-nightly.20251030.0 → 0.38.3-nightly.20251031.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
|
@@ -10859,7 +10859,7 @@ class LexicalEditor {
|
|
|
10859
10859
|
};
|
|
10860
10860
|
}
|
|
10861
10861
|
}
|
|
10862
|
-
LexicalEditor.version = "0.38.
|
|
10862
|
+
LexicalEditor.version = "0.38.3-nightly.20251031.0+dev.cjs";
|
|
10863
10863
|
|
|
10864
10864
|
let pendingNodeToClone = null;
|
|
10865
10865
|
function setPendingNodeToClone(pendingNode) {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10857,7 +10857,7 @@ class LexicalEditor {
|
|
|
10857
10857
|
};
|
|
10858
10858
|
}
|
|
10859
10859
|
}
|
|
10860
|
-
LexicalEditor.version = "0.38.
|
|
10860
|
+
LexicalEditor.version = "0.38.3-nightly.20251031.0+dev.esm";
|
|
10861
10861
|
|
|
10862
10862
|
let pendingNodeToClone = null;
|
|
10863
10863
|
function setPendingNodeToClone(pendingNode) {
|