@etrepum/lexical-builder 0.0.5 → 0.0.6-nightly.20240603.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -670,7 +670,7 @@ const RichTextPlan = definePlan({
670
670
  nodes: [HeadingNode, QuoteNode],
671
671
  register: registerRichText
672
672
  });
673
- const PACKAGE_VERSION = "0.0.5";
673
+ const PACKAGE_VERSION = "0.0.6-nightly.20240603.0";
674
674
  export {
675
675
  AutoFocusPlan,
676
676
  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.5",
20
+ "version": "0.0.6-nightly.20240603.0",
21
21
  "license": "MIT",
22
22
  "repository": {
23
23
  "type": "git",