prev-cli 0.22.0 → 0.22.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 +1 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -979,6 +979,7 @@ async function createViteConfig(options) {
979
979
  react: path7.join(cliNodeModules, "react"),
980
980
  "react-dom": path7.join(cliNodeModules, "react-dom"),
981
981
  "@tanstack/react-router": path7.join(cliNodeModules, "@tanstack/react-router"),
982
+ "@mdx-js/react": path7.join(cliNodeModules, "@mdx-js/react"),
982
983
  mermaid: path7.join(cliNodeModules, "mermaid"),
983
984
  dayjs: path7.join(cliNodeModules, "dayjs"),
984
985
  "@terrastruct/d2": path7.join(cliNodeModules, "@terrastruct/d2")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prev-cli",
3
- "version": "0.22.0",
3
+ "version": "0.22.1",
4
4
  "description": "Transform MDX directories into beautiful documentation websites",
5
5
  "type": "module",
6
6
  "license": "MIT",