@etrepum/lexical-builder-markdown 0.0.32-nightly.20240809.0 → 0.0.32

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
1
  # `@etrepum/lexical-builder-markdown`
2
2
 
3
3
  **EXPERIMENTAL** Lexical Builder Markdown
4
+
5
+ This is based on the legacy `@lexical/markdown` package, I would not recommend
6
+ using it but if you're migrating a legacy app that uses the old package it
7
+ may make sense!
package/dist/index.js CHANGED
@@ -547,7 +547,7 @@ const ze = G({
547
547
  })
548
548
  );
549
549
  }
550
- }), Ue = "0.0.32-nightly.20240809.0";
550
+ }), Ue = "0.0.32";
551
551
  export {
552
552
  ze as MarkdownShortcutsPlan,
553
553
  W as MarkdownTransformersPlan,
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "test": "vitest run",
17
17
  "test:watch": "vitest"
18
18
  },
19
- "version": "0.0.32-nightly.20240809.0",
19
+ "version": "0.0.32",
20
20
  "license": "MIT",
21
21
  "repository": {
22
22
  "type": "git",