lexical 0.34.1-nightly.20250826.0 → 0.34.1-nightly.20250828.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
|
@@ -10722,7 +10722,7 @@ class LexicalEditor {
|
|
|
10722
10722
|
};
|
|
10723
10723
|
}
|
|
10724
10724
|
}
|
|
10725
|
-
LexicalEditor.version = "0.34.1-nightly.
|
|
10725
|
+
LexicalEditor.version = "0.34.1-nightly.20250828.0+dev.cjs";
|
|
10726
10726
|
|
|
10727
10727
|
let pendingNodeToClone = null;
|
|
10728
10728
|
function setPendingNodeToClone(pendingNode) {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10720,7 +10720,7 @@ class LexicalEditor {
|
|
|
10720
10720
|
};
|
|
10721
10721
|
}
|
|
10722
10722
|
}
|
|
10723
|
-
LexicalEditor.version = "0.34.1-nightly.
|
|
10723
|
+
LexicalEditor.version = "0.34.1-nightly.20250828.0+dev.esm";
|
|
10724
10724
|
|
|
10725
10725
|
let pendingNodeToClone = null;
|
|
10726
10726
|
function setPendingNodeToClone(pendingNode) {
|