markdown-to-jsx 9.8.1 → 9.9.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, React Native, SolidJS, Vue, Markdown, and HTML output available with full customization.",
4
4
  "homepage": "https://markdown-to-jsx.quantizor.dev",
5
5
  "license": "MIT",
6
- "version": "9.8.1",
6
+ "version": "9.9.0",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -172,6 +172,7 @@
172
172
  "scripts": {
173
173
  "prepublish": "in-publish && npm run build && npm run release || not-in-publish",
174
174
  "build": "rimraf dist && bunup",
175
- "test": "bun test"
175
+ "test": "bun test",
176
+ "typecheck": "tsc --noEmit -p tsconfig.typecheck.json"
176
177
  }
177
178
  }