fix(packages): add needsUpdate and isSecurityUpdate fields to package hosts

This commit is contained in:
tigattack
2025-10-01 22:10:19 +01:00
parent fffc571453
commit 757feab9cd
2 changed files with 5 additions and 4 deletions

View File

@@ -126,6 +126,7 @@ router.get("/", async (req, res) => {
osType: hp.hosts.os_type,
currentVersion: hp.current_version,
availableVersion: hp.available_version,
needsUpdate: hp.needs_update,
isSecurityUpdate: hp.is_security_update,
})),
stats: {