-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Homebridge SIGTERM on network error with Node 16.
- Loading branch information
1 parent
c9e59c5
commit 2b8a2e0
Showing
3 changed files
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,15 +37,15 @@ | |
"prepublishOnly": "npm run lint", | ||
"preversion": "npm run lint" | ||
}, | ||
"version": "4.6.8", | ||
"version": "4.6.9", | ||
"warnings": [ | ||
{ | ||
"code": "ENOTSUP", | ||
"required": { | ||
"node": ">=7.0.0", | ||
"homebridge": ">=0.2.5" | ||
}, | ||
"pkgid": "[email protected].8" | ||
"pkgid": "[email protected].9" | ||
} | ||
] | ||
} |