prev-cli 0.24.8 → 0.24.9

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 +3 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1177,7 +1177,9 @@ async function createViteConfig(options) {
1177
1177
  include: [
1178
1178
  "react-dom/client",
1179
1179
  "use-sync-external-store",
1180
- "use-sync-external-store/shim/with-selector.js"
1180
+ "use-sync-external-store/shim/with-selector.js",
1181
+ "mermaid",
1182
+ "dayjs"
1181
1183
  ],
1182
1184
  exclude: [
1183
1185
  "virtual:prev-config",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prev-cli",
3
- "version": "0.24.8",
3
+ "version": "0.24.9",
4
4
  "description": "Transform MDX directories into beautiful documentation websites",
5
5
  "type": "module",
6
6
  "license": "MIT",