fix(cli): replace npmextra config loading with smartconfig

This commit is contained in:
2026-03-24 15:07:43 +00:00
parent e9ad5775a1
commit b85abf7b93
6 changed files with 38 additions and 11 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-24 - 1.3.1 - fix(cli)
replace npmextra config loading with smartconfig
- updates the CLI to read tsrust configuration via @push.rocks/smartconfig
- replaces the @push.rocks/npmextra dependency with @push.rocks/smartconfig
- adjusts config fallback documentation to reference smartconfig.json
## 2026-02-09 - 1.3.0 - feat(toolchain)
add automatic bundled Rust toolchain fallback and integrate with CLI/CargoRunner