fix(package): normalize bin entry path for the tsdoc CLI
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-05-09 - 2.0.5 - fix(package)
|
||||
normalize bin entry path for the tsdoc CLI
|
||||
|
||||
- Update the package.json bin mapping from "cli.js" to "./cli.js" for explicit executable resolution.
|
||||
|
||||
## 2026-05-09 - 2.0.4 - fix(aidocs)
|
||||
correct smartconfig file handling and tighten TypeScript typings
|
||||
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@
|
||||
"author": "Task Venture Capital GmbH",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"tsdoc": "cli.js"
|
||||
"tsdoc": "./cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "(tstest test/ --verbose --logfile --timeout 600) && pnpm run testCli",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tsdoc',
|
||||
version: '2.0.4',
|
||||
version: '2.0.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.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user