fix(processmonitor): Bump tsbuild devDependency and relax ps-tree callback typing in ProcessMonitor

This commit is contained in:
2025-08-30 22:08:24 +00:00
parent 92a6ecac71
commit 1340c1c248
5 changed files with 54 additions and 16 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-08-30 - 5.4.1 - fix(processmonitor)
Bump tsbuild devDependency and relax ps-tree callback typing in ProcessMonitor
- Update devDependency @git.zone/tsbuild from ^2.6.7 to ^2.6.8
- Change psTree callback types in ts/daemon/processmonitor.ts to accept any error and ReadonlyArray for children to improve type compatibility
## 2025-08-30 - 5.4.0 - feat(daemon)
Add CLI systemd service refresh on version mismatch and fix daemon memory leak; update dependencies