fix(package): normalize bin entry path for the tsdoc CLI

This commit is contained in:
2026-05-09 12:41:20 +00:00
parent 67ba8b0576
commit cd8058e85a
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -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