fix(config): migrate runtime configuration loading from npmextra to smartconfig

This commit is contained in:
2026-03-24 15:08:13 +00:00
parent 7f4528bdab
commit 02b3a79d99
10 changed files with 50 additions and 22 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-03-24 - 1.12.2 - fix(config)
migrate runtime configuration loading from npmextra to smartconfig
- replace the @push.rocks/npmextra dependency with @push.rocks/smartconfig
- update tsview startup configuration types and loading logic to read port, killIfBusy, and openBrowser from smartconfig
- adjust busy-port error messaging to reference smartconfig.json
- add npmjs.org to the release registries configuration
## 2026-03-14 - 1.12.1 - fix(storage)
rename S3 configuration and change stream interfaces to storage-oriented types