fix(package): correct bin path for the tsbundle CLI entry
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-05-09 - 2.10.4 - fix(package)
|
||||
correct bin path for the tsbundle CLI entry
|
||||
|
||||
- Updates the package bin mapping from "cli.js" to "./cli.js" for a properly explicit executable path in package metadata.
|
||||
|
||||
## 2026-05-09 - 2.10.3 - fix(release-config)
|
||||
update Verdaccio registry URL in smart config
|
||||
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"bin": {
|
||||
"tsbundle": "cli.js"
|
||||
"tsbundle": "./cli.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^4.4.0",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tsbundle',
|
||||
version: '2.10.3',
|
||||
version: '2.10.4',
|
||||
description: 'a multi-bundler tool supporting esbuild, rolldown, and rspack for painless bundling of web projects'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user