lexical 0.35.1-nightly.20250918.0 → 0.35.1-nightly.20250919.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
|
@@ -10740,7 +10740,7 @@ class LexicalEditor {
|
|
|
10740
10740
|
};
|
|
10741
10741
|
}
|
|
10742
10742
|
}
|
|
10743
|
-
LexicalEditor.version = "0.35.1-nightly.
|
|
10743
|
+
LexicalEditor.version = "0.35.1-nightly.20250919.0+dev.cjs";
|
|
10744
10744
|
|
|
10745
10745
|
let pendingNodeToClone = null;
|
|
10746
10746
|
function setPendingNodeToClone(pendingNode) {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10738,7 +10738,7 @@ class LexicalEditor {
|
|
|
10738
10738
|
};
|
|
10739
10739
|
}
|
|
10740
10740
|
}
|
|
10741
|
-
LexicalEditor.version = "0.35.1-nightly.
|
|
10741
|
+
LexicalEditor.version = "0.35.1-nightly.20250919.0+dev.esm";
|
|
10742
10742
|
|
|
10743
10743
|
let pendingNodeToClone = null;
|
|
10744
10744
|
function setPendingNodeToClone(pendingNode) {
|