fix(bin): normalize bin entry to use a relative cli path

This commit is contained in:
2026-05-09 12:40:48 +00:00
parent 8224085b28
commit 3ef20b78f1
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 2026-05-09 - 3.3.5 - fix(bin)
normalize bin entry to use a relative cli path
- Updates the package bin mapping from "cli.js" to "./cli.js" in package.json for clearer executable resolution.
## 2026-05-09 - 3.3.4 - fix(config)
use .smartconfig.json consistently and pass asset copy paths explicitly