fumapress 0.1.30 → 0.1.31

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.
@@ -63,7 +63,7 @@ async function findConfigPath() {
63
63
  }
64
64
  //#endregion
65
65
  //#region package.json
66
- var version = "0.1.30";
66
+ var version = "0.1.31";
67
67
  //#endregion
68
68
  //#region src/cli/index.ts
69
69
  program.command("init").description("create configuration file").action(async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumapress",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "Opinionated Fumadocs for fast content preview",
5
5
  "keywords": [
6
6
  "Docs",
@@ -41,8 +41,8 @@
41
41
  "unrun": "^0.2.36",
42
42
  "waku": "1.0.0-alpha.7",
43
43
  "zod": "^4.3.6",
44
- "fumadocs-core": "16.8.1",
45
- "fumadocs-ui": "16.8.1"
44
+ "fumadocs-core": "16.8.2",
45
+ "fumadocs-ui": "16.8.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@hono/node-server": "^1.19.14",