homebridge-eosstb 2.3.6 → 2.3.7
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 +15 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,21 @@ Please restart Homebridge after every plugin update.
|
|
|
10
10
|
|
|
11
11
|
- Try and get authentication working again for CH and GB HELP NEEDED
|
|
12
12
|
|
|
13
|
+
## 2.3.7 (2026-02-14)
|
|
14
|
+
|
|
15
|
+
This is a maintenance release to bring dependencies up to date.
|
|
16
|
+
|
|
17
|
+
- Bumped engine "homebridge": "^1.9.0||^2.0.0-beta",
|
|
18
|
+
- Bumped engine "node": "^24.13.0"
|
|
19
|
+
- Bumped dependency "axios": "^1.13.5",
|
|
20
|
+
- Bumped dependency "axios-cookiejar-support": "^6.0.5",
|
|
21
|
+
- Bumped dependency "debug": "^4.4.3",
|
|
22
|
+
- Bumped dependency "mqtt": "^5.15.0",
|
|
23
|
+
- Bumped dependency "qs": "^6.14.2",
|
|
24
|
+
- Bumped dependency "semver": "^7.7.4",
|
|
25
|
+
- Bumped dependency "tough-cookie": "^6.0.0",
|
|
26
|
+
- Bumped dependency "ws": "^8.19.0"
|
|
27
|
+
|
|
13
28
|
## 2.3.6 (2025-08-22)
|
|
14
29
|
|
|
15
30
|
- Fixed connection problems for NL
|
package/package.json
CHANGED
|
@@ -3,22 +3,22 @@
|
|
|
3
3
|
"displayName": "Homebridge EOSSTB",
|
|
4
4
|
"description": "Add your set-top box to Homekit (for Telenet BE, Sunrise CH, UPC SK, Virgin Media GB & IE, Ziggo NL)",
|
|
5
5
|
"author": "Jochen Siegenthaler (https://github.com/jsiegenthaler/)",
|
|
6
|
-
"version": "2.3.
|
|
6
|
+
"version": "2.3.7",
|
|
7
7
|
"platformname": "eosstb",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"axios
|
|
10
|
-
"axios": "^
|
|
11
|
-
"debug": "^4.4.
|
|
12
|
-
"mqtt": "^5.
|
|
13
|
-
"qs": "^6.14.
|
|
14
|
-
"semver": "^7.7.
|
|
15
|
-
"tough-cookie": "^
|
|
16
|
-
"ws": "^8.
|
|
9
|
+
"axios": "^1.13.5",
|
|
10
|
+
"axios-cookiejar-support": "^6.0.5",
|
|
11
|
+
"debug": "^4.4.3",
|
|
12
|
+
"mqtt": "^5.15.0",
|
|
13
|
+
"qs": "^6.14.2",
|
|
14
|
+
"semver": "^7.7.4",
|
|
15
|
+
"tough-cookie": "^6.0.0",
|
|
16
|
+
"ws": "^8.19.0"
|
|
17
17
|
},
|
|
18
18
|
"deprecated": false,
|
|
19
19
|
"engines": {
|
|
20
|
-
"homebridge": "^1.
|
|
21
|
-
"node": "^
|
|
20
|
+
"homebridge": "^1.11.2||^2.0.0-beta",
|
|
21
|
+
"node": "^24.13.0"
|
|
22
22
|
},
|
|
23
23
|
"homepage": "https://github.com/jsiegenthaler/homebridge-eosstb#readme",
|
|
24
24
|
"keywords": [
|