fix(cli): Correct scripts subcommand argument parsing and bump smartcli dependency
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-10-28 - 1.3.2 - fix(cli)
|
||||
Correct scripts subcommand argument parsing and bump smartcli dependency
|
||||
|
||||
- Fix scripts command argument indices so the subcommand is read from argvArg._[1] and subsequent arguments from argvArg._[2]. This resolves incorrect handling of 'scripts search', 'scripts info' and 'scripts run' inputs.
|
||||
- Upgrade @push.rocks/smartcli dependency from ^4.0.11 to ^4.0.14 in deno.json for compatibility/stability improvements.
|
||||
|
||||
## 2025-10-27 - 1.3.1 - fix(publish)
|
||||
Switch publish registry to internal Verdaccio instance and add local CI settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user