prev-cli 0.3.0 → 0.3.1

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 +6 -7
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -477,13 +477,12 @@ async function createViteConfig(options) {
477
477
  "react/jsx-dev-runtime",
478
478
  "mermaid",
479
479
  "dayjs",
480
- "@terrastruct/d2",
481
- "fumadocs-core/framework",
482
- "fumadocs-core/framework/tanstack",
483
- "fumadocs-core/link",
484
- "fumadocs-core/breadcrumb",
485
- "fumadocs-ui/provider/tanstack",
486
- "fumadocs-ui/layouts/docs"
480
+ "@terrastruct/d2"
481
+ ],
482
+ exclude: [
483
+ "fumadocs-core",
484
+ "fumadocs-ui",
485
+ "@fumadocs/ui"
487
486
  ]
488
487
  },
489
488
  ssr: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prev-cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Transform MDX directories into beautiful documentation websites",
5
5
  "type": "module",
6
6
  "license": "MIT",