@etrepum/lexical-builder 0.0.12-nightly.20240605.0 → 0.0.13-nightly.20240605.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -415,7 +415,7 @@ const RichTextPlan = definePlan({
|
|
415
415
|
nodes: [HeadingNode, QuoteNode],
|
416
416
|
register: registerRichText
|
417
417
|
});
|
418
|
-
const PACKAGE_VERSION = "0.0.
|
418
|
+
const PACKAGE_VERSION = "0.0.13-nightly.20240605.0";
|
419
419
|
export {
|
420
420
|
AutoFocusPlan,
|
421
421
|
DragonPlan,
|