@git.zone/tsdoc 1.11.0 → 1.11.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_ts/cli.js +0 -0
- package/package.json +12 -13
package/dist_ts/cli.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@git.zone/tsdoc",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A comprehensive TypeScript documentation tool that leverages AI to generate and enhance project documentation, including dynamic README creation, API docs via TypeDoc, and smart commit message generation.",
|
|
6
6
|
"type": "module",
|
|
@@ -12,28 +12,22 @@
|
|
|
12
12
|
"bin": {
|
|
13
13
|
"tsdoc": "cli.js"
|
|
14
14
|
},
|
|
15
|
-
"scripts": {
|
|
16
|
-
"test": "(tstest test/ --verbose --logfile --timeout 600) && npm run testCli",
|
|
17
|
-
"testCli": "(node ./cli.ts.js) && (node ./cli.ts.js aidocs)",
|
|
18
|
-
"build": "(tsbuild --web --allowimplicitany)",
|
|
19
|
-
"buildDocs": "tsdoc"
|
|
20
|
-
},
|
|
21
15
|
"devDependencies": {
|
|
22
|
-
"@git.zone/tsbuild": "^
|
|
16
|
+
"@git.zone/tsbuild": "^4.0.2",
|
|
23
17
|
"@git.zone/tsrun": "^2.0.1",
|
|
24
18
|
"@git.zone/tstest": "^3.1.3",
|
|
25
|
-
"@types/node": "^25.0.
|
|
19
|
+
"@types/node": "^25.0.2"
|
|
26
20
|
},
|
|
27
21
|
"dependencies": {
|
|
28
22
|
"@git.zone/tspublish": "^1.10.3",
|
|
29
23
|
"@push.rocks/early": "^4.0.4",
|
|
30
24
|
"@push.rocks/npmextra": "^5.3.3",
|
|
31
25
|
"@push.rocks/qenv": "^6.1.3",
|
|
32
|
-
"@push.rocks/smartagent": "
|
|
26
|
+
"@push.rocks/smartagent": "^1.1.1",
|
|
33
27
|
"@push.rocks/smartai": "^0.8.0",
|
|
34
28
|
"@push.rocks/smartcli": "^4.0.19",
|
|
35
29
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
36
|
-
"@push.rocks/smartfile": "^13.1.
|
|
30
|
+
"@push.rocks/smartfile": "^13.1.2",
|
|
37
31
|
"@push.rocks/smartfs": "^1.2.0",
|
|
38
32
|
"@push.rocks/smartgit": "^3.3.1",
|
|
39
33
|
"@push.rocks/smartinteract": "^2.0.16",
|
|
@@ -82,5 +76,10 @@
|
|
|
82
76
|
"url": "https://gitlab.com/gitzone/tsdoc/issues"
|
|
83
77
|
},
|
|
84
78
|
"homepage": "https://gitlab.com/gitzone/tsdoc#readme",
|
|
85
|
-
"
|
|
86
|
-
|
|
79
|
+
"scripts": {
|
|
80
|
+
"test": "(tstest test/ --verbose --logfile --timeout 600) && npm run testCli",
|
|
81
|
+
"testCli": "(node ./cli.ts.js) && (node ./cli.ts.js aidocs)",
|
|
82
|
+
"build": "(tsbuild --web --allowimplicitany)",
|
|
83
|
+
"buildDocs": "tsdoc"
|
|
84
|
+
}
|
|
85
|
+
}
|