barodoc 6.1.1 → 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-KYABOR6J.js";
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 = "6.1.1";
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
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  cleanupProject,
3
3
  createProject
4
- } from "./chunk-KYABOR6J.js";
4
+ } from "./chunk-7PJMPS7Q.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": "6.1.1",
3
+ "version": "7.1.0",
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/core": "6.0.0",
30
- "@barodoc/theme-docs": "6.1.0"
29
+ "@barodoc/core": "7.0.0",
30
+ "@barodoc/theme-docs": "7.1.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/fs-extra": "^11.0.4",