lexical 0.38.3-nightly.20251105.0 → 0.38.3-nightly.20251106.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
|
@@ -10865,7 +10865,7 @@ class LexicalEditor {
|
|
|
10865
10865
|
};
|
|
10866
10866
|
}
|
|
10867
10867
|
}
|
|
10868
|
-
LexicalEditor.version = "0.38.3-nightly.
|
|
10868
|
+
LexicalEditor.version = "0.38.3-nightly.20251106.0+dev.cjs";
|
|
10869
10869
|
|
|
10870
10870
|
let pendingNodeToClone = null;
|
|
10871
10871
|
function setPendingNodeToClone(pendingNode) {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10863,7 +10863,7 @@ class LexicalEditor {
|
|
|
10863
10863
|
};
|
|
10864
10864
|
}
|
|
10865
10865
|
}
|
|
10866
|
-
LexicalEditor.version = "0.38.3-nightly.
|
|
10866
|
+
LexicalEditor.version = "0.38.3-nightly.20251106.0+dev.esm";
|
|
10867
10867
|
|
|
10868
10868
|
let pendingNodeToClone = null;
|
|
10869
10869
|
function setPendingNodeToClone(pendingNode) {
|