homebridge-nuheat2 1.2.8 → 1.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ All notable changes to this project should be documented in this file
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [1.2.9] - 2026-04-15
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- Remove the published `homebridge` peer dependency so verification installs no longer pull in `homebridge` and `hap-nodejs`
|
|
12
|
+
|
|
7
13
|
## [1.2.8] - 2026-04-15
|
|
8
14
|
|
|
9
15
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge-nuheat2",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.9",
|
|
4
4
|
"description": "Homebridge Platform for NuHeat Signature Thermostats",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -42,9 +42,6 @@
|
|
|
42
42
|
"ws": "^7.5.10",
|
|
43
43
|
"tough-cookie": "^4.1.3"
|
|
44
44
|
},
|
|
45
|
-
"peerDependencies": {
|
|
46
|
-
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
|
|
47
|
-
},
|
|
48
45
|
"engines": {
|
|
49
46
|
"node": "^18.20.4 || ^20.18.0 || ^22.0.0 || ^24.0.0",
|
|
50
47
|
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
|