fix(core): update

This commit is contained in:
2024-04-12 15:07:56 +02:00
parent c0c627fedb
commit 489349e45a
7 changed files with 183 additions and 114 deletions

View File

@@ -2,7 +2,7 @@
"name": "@git.zone/tsdoc",
"version": "1.1.15",
"private": false,
"description": "a tool for better documentation",
"description": "An advanced TypeScript documentation tool leveraging AI for enhanced insights and automated documentation generation.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -20,7 +20,7 @@
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.73",
"@push.rocks/tapbundle": "^5.0.4",
"@types/node": "^20.12.2"
"@types/node": "^20.12.7"
},
"dependencies": {
"@push.rocks/early": "^4.0.3",
@@ -29,14 +29,14 @@
"@push.rocks/smartai": "^0.0.8",
"@push.rocks/smartcli": "^4.0.6",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartfile": "^11.0.4",
"@push.rocks/smartfile": "^11.0.13",
"@push.rocks/smartinteract": "^2.0.15",
"@push.rocks/smartlog": "^3.0.1",
"@push.rocks/smartlog-destination-local": "^9.0.1",
"@push.rocks/smartpath": "^5.0.5",
"@push.rocks/smartpath": "^5.0.13",
"@push.rocks/smartshell": "^3.0.4",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
},
"files": [
"ts/**/*",
@@ -52,5 +52,17 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"TypeScript",
"documentation generation",
"AI-enhanced documentation",
"automated documentation",
"code analysis",
"type annotations",
"continuous integration documentation",
"markdown",
"CLI tool",
"software development tool"
]
}
}