markdown-to-jsx 9.0.0 → 9.1.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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "A very fast and versatile markdown toolchain. AST, React, and HTML output available with full customization.",
4
4
  "homepage": "https://markdown-to-jsx.quantizor.dev",
5
5
  "license": "MIT",
6
- "version": "9.0.0",
6
+ "version": "9.1.0",
7
7
  "publishConfig": {
8
8
  "access": "public",
9
9
  "mangle": {
@@ -150,7 +150,7 @@
150
150
  "prepublish": "in-publish && npm run build && npm run release || not-in-publish",
151
151
  "build": "rimraf dist && bunup",
152
152
  "build:debug": "rimraf dist && bunup --filter main --minifyIdentifiers=false --minifyWhitespace=false",
153
- "build-site": "rimraf dist-site && vite build",
153
+ "build-site": "rimraf docs && vite build",
154
154
  "dev": "vite dev --host",
155
155
  "entities": "bun scripts/generate-entities.ts",
156
156
  "fixture": "bun scripts/generate-fixture.ts",