barodoc 7.0.0 → 7.1.0
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.
|
@@ -151,7 +151,7 @@ function generateAstroConfig(config, configPath, docsDir) {
|
|
|
151
151
|
base: ${JSON.stringify(config.base)},` : "";
|
|
152
152
|
return `import { defineConfig } from "astro/config";
|
|
153
153
|
import barodoc from "@barodoc/core";
|
|
154
|
-
import docsTheme from "@barodoc/theme-docs";
|
|
154
|
+
import docsTheme from "@barodoc/theme-docs/theme";
|
|
155
155
|
|
|
156
156
|
export default defineConfig({${siteLine}${baseLine}
|
|
157
157
|
integrations: [
|
package/dist/cli.js
CHANGED
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
installDependencies,
|
|
7
7
|
isCustomProject,
|
|
8
8
|
loadProjectConfig
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-7PJMPS7Q.js";
|
|
10
10
|
|
|
11
11
|
// src/cli.ts
|
|
12
12
|
import cac from "cac";
|
|
13
13
|
import pc10 from "picocolors";
|
|
14
14
|
|
|
15
15
|
// package.json
|
|
16
|
-
var version = "7.
|
|
16
|
+
var version = "7.1.0";
|
|
17
17
|
|
|
18
18
|
// src/commands/serve.ts
|
|
19
19
|
import path from "path";
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "barodoc",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"description": "Documentation framework powered by Astro",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"zod": "^3.24.0",
|
|
28
28
|
"zod-to-json-schema": "^3.25.1",
|
|
29
29
|
"@barodoc/core": "7.0.0",
|
|
30
|
-
"@barodoc/theme-docs": "7.
|
|
30
|
+
"@barodoc/theme-docs": "7.1.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/fs-extra": "^11.0.4",
|