prev-cli 0.1.2 → 0.1.3

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/cli.js +1 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -321,7 +321,7 @@ async function createViteConfig(options) {
321
321
  remarkPlugins: [remarkGfm],
322
322
  rehypePlugins: [
323
323
  rehypeHighlight,
324
- [rehypeMermaid, { strategy: "img-svg" }]
324
+ [rehypeMermaid, { strategy: "pre-mermaid" }]
325
325
  ]
326
326
  }),
327
327
  react(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prev-cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Transform MDX directories into beautiful documentation websites",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -47,7 +47,7 @@
47
47
  "clsx": "^2.1.0",
48
48
  "fast-glob": "^3.3.0",
49
49
  "lucide-react": "^0.460.0",
50
- "playwright": "^1.57.0",
50
+ "mermaid": "^11.0.0",
51
51
  "react": "^19.0.0",
52
52
  "react-dom": "^19.0.0",
53
53
  "react-router-dom": "^7.0.0",