fix(aidocs): correct smartconfig file handling and tighten TypeScript typings
This commit is contained in:
+19
-17
@@ -19,31 +19,33 @@
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^4.3.0",
|
||||
"@git.zone/tsrun": "^2.0.1",
|
||||
"@git.zone/tstest": "^3.5.1",
|
||||
"@types/node": "^25.5.0"
|
||||
"@git.zone/tsbuild": "^4.4.0",
|
||||
"@git.zone/tsrun": "^2.0.3",
|
||||
"@git.zone/tstest": "^3.6.5",
|
||||
"@types/json-schema": "^7.0.15",
|
||||
"@types/node": "^25.6.2",
|
||||
"@types/yargs-parser": "^21.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@git.zone/tspublish": "^1.11.3",
|
||||
"@git.zone/tspublish": "^1.11.6",
|
||||
"@push.rocks/early": "^4.0.4",
|
||||
"@push.rocks/smartconfig": "^6.0.1",
|
||||
"@push.rocks/qenv": "^6.1.3",
|
||||
"@push.rocks/smartagent": "^3.0.2",
|
||||
"@push.rocks/smartai": "^2.0.0",
|
||||
"@push.rocks/smartcli": "^4.0.20",
|
||||
"@push.rocks/smartdelay": "^3.0.5",
|
||||
"@push.rocks/smartfile": "^13.1.2",
|
||||
"@push.rocks/smartfs": "^1.5.0",
|
||||
"@push.rocks/smartgit": "^3.3.1",
|
||||
"@push.rocks/qenv": "^6.1.4",
|
||||
"@push.rocks/smartagent": "^3.1.0",
|
||||
"@push.rocks/smartai": "^2.2.0",
|
||||
"@push.rocks/smartcli": "^4.0.21",
|
||||
"@push.rocks/smartconfig": "^6.1.1",
|
||||
"@push.rocks/smartdelay": "^3.1.0",
|
||||
"@push.rocks/smartfile": "^13.1.3",
|
||||
"@push.rocks/smartfs": "^1.5.1",
|
||||
"@push.rocks/smartgit": "^3.3.2",
|
||||
"@push.rocks/smartinteract": "^2.0.16",
|
||||
"@push.rocks/smartlog": "^3.2.1",
|
||||
"@push.rocks/smartlog": "^3.2.2",
|
||||
"@push.rocks/smartlog-destination-local": "^9.0.2",
|
||||
"@push.rocks/smartpath": "^6.0.0",
|
||||
"@push.rocks/smartshell": "^3.3.8",
|
||||
"@push.rocks/smarttime": "^4.2.3",
|
||||
"typedoc": "^0.28.18",
|
||||
"typescript": "^6.0.2"
|
||||
"typedoc": "^0.28.19",
|
||||
"typescript": "^6.0.3"
|
||||
},
|
||||
"files": [
|
||||
"ts/**/*",
|
||||
|
||||
Reference in New Issue
Block a user