@fumadocs/cli 0.2.0 → 0.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.
- package/dist/index.js +4 -5
- package/package.json +4 -5
package/dist/index.js
CHANGED
|
@@ -771,7 +771,7 @@ async function runTree(args) {
|
|
|
771
771
|
// package.json
|
|
772
772
|
var package_default = {
|
|
773
773
|
name: "@fumadocs/cli",
|
|
774
|
-
version: "0.2.
|
|
774
|
+
version: "0.2.1",
|
|
775
775
|
description: "The CLI tool for Fumadocs",
|
|
776
776
|
keywords: [
|
|
777
777
|
"NextJs",
|
|
@@ -805,7 +805,7 @@ var package_default = {
|
|
|
805
805
|
"types:check": "tsc --noEmit"
|
|
806
806
|
},
|
|
807
807
|
dependencies: {
|
|
808
|
-
"@clack/prompts": "^0.
|
|
808
|
+
"@clack/prompts": "^0.11.0",
|
|
809
809
|
commander: "^14.0.0",
|
|
810
810
|
"package-manager-detector": "^1.3.0",
|
|
811
811
|
picocolors: "^1.1.1",
|
|
@@ -813,11 +813,10 @@ var package_default = {
|
|
|
813
813
|
"ts-morph": "^26.0.0"
|
|
814
814
|
},
|
|
815
815
|
devDependencies: {
|
|
816
|
-
"@types/node": "
|
|
817
|
-
"@types/react": "^19.1.4",
|
|
816
|
+
"@types/node": "24.0.1",
|
|
818
817
|
"eslint-config-custom": "workspace:*",
|
|
819
818
|
tsconfig: "workspace:*",
|
|
820
|
-
tsx: "^4.
|
|
819
|
+
tsx: "^4.20.2"
|
|
821
820
|
},
|
|
822
821
|
publishConfig: {
|
|
823
822
|
access: "public"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fumadocs/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "The CLI tool for Fumadocs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"NextJs",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"dist/*"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@clack/prompts": "^0.
|
|
29
|
+
"@clack/prompts": "^0.11.0",
|
|
30
30
|
"commander": "^14.0.0",
|
|
31
31
|
"package-manager-detector": "^1.3.0",
|
|
32
32
|
"picocolors": "^1.1.1",
|
|
@@ -34,9 +34,8 @@
|
|
|
34
34
|
"ts-morph": "^26.0.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@types/node": "
|
|
38
|
-
"
|
|
39
|
-
"tsx": "^4.19.4",
|
|
37
|
+
"@types/node": "24.0.1",
|
|
38
|
+
"tsx": "^4.20.2",
|
|
40
39
|
"eslint-config-custom": "0.0.0",
|
|
41
40
|
"tsconfig": "0.0.0"
|
|
42
41
|
},
|