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.
- package/dist/lib/cli/index.mjs +1 -1
- package/package.json +3 -3
package/dist/lib/cli/index.mjs
CHANGED
|
@@ -63,7 +63,7 @@ async function findConfigPath() {
|
|
|
63
63
|
}
|
|
64
64
|
//#endregion
|
|
65
65
|
//#region package.json
|
|
66
|
-
var version = "0.1.
|
|
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.
|
|
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.
|
|
45
|
-
"fumadocs-ui": "16.8.
|
|
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",
|