fix(dependencies): Update dependencies to latest versions

This commit is contained in:
Philipp Kunz 2025-02-25 18:33:51 +00:00
parent 88b93b8b83
commit 1a9ac9091d
4 changed files with 7785 additions and 3872 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-02-25 - 1.4.4 - fix(dependencies)
Update dependencies to latest versions
- Updated '@push.rocks/smartai' from '^0.0.17' to '^0.4.2'
- Updated 'typedoc' from '^0.26.1' to '^0.27.9'
## 2025-01-14 - 1.4.3 - fix(aidocs_classes)
Improve readme generation instructions to ensure correct markdown formatting.

View File

@ -30,7 +30,7 @@
"@push.rocks/early": "^4.0.3",
"@push.rocks/npmextra": "^5.0.23",
"@push.rocks/qenv": "^6.0.5",
"@push.rocks/smartai": "^0.0.17",
"@push.rocks/smartai": "^0.4.2",
"@push.rocks/smartcli": "^4.0.11",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartfile": "^11.0.20",
@ -41,7 +41,7 @@
"@push.rocks/smartpath": "^5.0.18",
"@push.rocks/smartshell": "^3.0.5",
"@push.rocks/smarttime": "^4.0.6",
"typedoc": "^0.26.1",
"typedoc": "^0.27.9",
"typescript": "^5.5.2"
},
"files": [

11645
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsdoc',
version: '1.4.3',
version: '1.4.4',
description: 'An advanced TypeScript documentation tool using AI to generate and enhance documentation for TypeScript projects.'
}