fix(config): replace npmextra with smartconfig for daemon key-value storage and release settings

This commit is contained in:
2026-03-24 15:06:39 +00:00
parent f1d685b819
commit ec57cc7c42
7 changed files with 47 additions and 31 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-24 - 5.10.3 - fix(config)
replace npmextra with smartconfig for daemon key-value storage and release settings
- swap the configuration storage dependency from @push.rocks/npmextra to @push.rocks/smartconfig
- update daemon config accessors to use the smartconfig KeyValueStore implementation
- add @git.zone/cli release registry and access configuration to npmextra.json
## 2025-09-03 - 5.10.2 - fix(processmonitor)
Bump smartdaemon and stop aggressive pidusage cache clearing in ProcessMonitor