lexical 0.35.1-nightly.20250922.0 → 0.35.1-nightly.20250924.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
|
@@ -10742,7 +10742,7 @@ class LexicalEditor {
|
|
|
10742
10742
|
};
|
|
10743
10743
|
}
|
|
10744
10744
|
}
|
|
10745
|
-
LexicalEditor.version = "0.35.1-nightly.
|
|
10745
|
+
LexicalEditor.version = "0.35.1-nightly.20250924.0+dev.cjs";
|
|
10746
10746
|
|
|
10747
10747
|
let pendingNodeToClone = null;
|
|
10748
10748
|
function setPendingNodeToClone(pendingNode) {
|
package/Lexical.dev.mjs
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.20250924.0+dev.esm";
|
|
10744
10744
|
|
|
10745
10745
|
let pendingNodeToClone = null;
|
|
10746
10746
|
function setPendingNodeToClone(pendingNode) {
|