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.
|
|
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
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "barodoc",
|
|
3
|
-
"version": "7.2.
|
|
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/
|
|
30
|
-
"@barodoc/
|
|
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",
|