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