@etrepum/lexical-builder-markdown 0.3.0 → 0.3.1-nightly.20260331.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -551,7 +551,7 @@ const Ue = Z({
551
551
  o.getDependency(W).output.transformersByType
552
552
  );
553
553
  })
554
- }), We = "0.3.0";
554
+ }), We = "0.3.1-nightly.20260331.0";
555
555
  export {
556
556
  Ue as MarkdownShortcutsExtension,
557
557
  W as MarkdownTransformersExtension,
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "test": "vitest run",
17
17
  "test:watch": "vitest"
18
18
  },
19
- "version": "0.3.0",
19
+ "version": "0.3.1-nightly.20260331.0",
20
20
  "license": "MIT",
21
21
  "repository": {
22
22
  "type": "git",