lexical 0.37.1-nightly.20251016.0 → 0.37.1-nightly.20251017.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
|
@@ -10835,7 +10835,7 @@ class LexicalEditor {
|
|
|
10835
10835
|
};
|
|
10836
10836
|
}
|
|
10837
10837
|
}
|
|
10838
|
-
LexicalEditor.version = "0.37.1-nightly.
|
|
10838
|
+
LexicalEditor.version = "0.37.1-nightly.20251017.0+dev.cjs";
|
|
10839
10839
|
|
|
10840
10840
|
let pendingNodeToClone = null;
|
|
10841
10841
|
function setPendingNodeToClone(pendingNode) {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10833,7 +10833,7 @@ class LexicalEditor {
|
|
|
10833
10833
|
};
|
|
10834
10834
|
}
|
|
10835
10835
|
}
|
|
10836
|
-
LexicalEditor.version = "0.37.1-nightly.
|
|
10836
|
+
LexicalEditor.version = "0.37.1-nightly.20251017.0+dev.esm";
|
|
10837
10837
|
|
|
10838
10838
|
let pendingNodeToClone = null;
|
|
10839
10839
|
function setPendingNodeToClone(pendingNode) {
|