@etrepum/lexical-builder 0.0.11 → 0.0.12

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.11";
418
+ const PACKAGE_VERSION = "0.0.12";
419
419
  export {
420
420
  AutoFocusPlan,
421
421
  DragonPlan,
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "test": "vitest run",
18
18
  "test:watch": "vitest"
19
19
  },
20
- "version": "0.0.11",
20
+ "version": "0.0.12",
21
21
  "license": "MIT",
22
22
  "repository": {
23
23
  "type": "git",