fix(config): switch configuration loading from npmextra to smartconfig

This commit is contained in:
2026-03-24 15:07:15 +00:00
parent 93cf2ee7bf
commit 100f37b857
7 changed files with 35 additions and 8 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-24 - 2.2.1 - fix(config)
switch configuration loading from npmextra to smartconfig
- replace the @push.rocks/npmextra dependency with @push.rocks/smartconfig
- update config initialization to use Smartconfig for the @git.zone/tsdocker settings
- refresh CLI help text to reference smartconfig.json instead of npmextra.json
## 2026-03-19 - 2.2.0 - feat(cli/buildx)
add pull control for builds and isolate buildx builders per project