barodoc 7.2.0 → 7.2.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.
@@ -1,5 +1,5 @@
1
1
  // package.json
2
- var version = "7.2.0";
2
+ var version = "7.2.1";
3
3
 
4
4
  // src/runtime/project.ts
5
5
  import fs from "fs-extra";
@@ -184,6 +184,11 @@ export default defineConfig({${siteLine}${baseLine}
184
184
  theme: docsTheme(),
185
185
  }),
186
186
  ],
187
+ vite: {
188
+ resolve: {
189
+ preserveSymlinks: true,
190
+ },
191
+ },
187
192
  });
188
193
  `;
189
194
  }
package/dist/cli.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  isCustomProject,
8
8
  loadProjectConfig,
9
9
  version
10
- } from "./chunk-G25BMQMN.js";
10
+ } from "./chunk-IEDARORE.js";
11
11
 
12
12
  // src/cli.ts
13
13
  import cac from "cac";
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  cleanupProject,
3
3
  createProject
4
- } from "./chunk-G25BMQMN.js";
4
+ } from "./chunk-IEDARORE.js";
5
5
 
6
6
  // src/index.ts
7
7
  export * from "@barodoc/core";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barodoc",
3
- "version": "7.2.0",
3
+ "version": "7.2.1",
4
4
  "description": "Documentation framework powered by Astro",
5
5
  "type": "module",
6
6
  "bin": {
@@ -26,8 +26,8 @@
26
26
  "picocolors": "^1.1.1",
27
27
  "zod": "^3.24.0",
28
28
  "zod-to-json-schema": "^3.25.1",
29
- "@barodoc/theme-docs": "7.1.1",
30
- "@barodoc/core": "7.0.0"
29
+ "@barodoc/core": "7.0.0",
30
+ "@barodoc/theme-docs": "7.1.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/fs-extra": "^11.0.4",