homebridge-eosstb 2.3.2 → 2.3.3
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 +4 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,10 @@ Please restart Homebridge after every plugin update.
|
|
|
8
8
|
## Current To-Do and In-Work List (For Future Releases, in rough order of priority):
|
|
9
9
|
* Add ability to log and read current program name
|
|
10
10
|
|
|
11
|
+
## 2.3.3 (2024-06-20)
|
|
12
|
+
* Bumped dependency "mqtt": "^5.7.2"
|
|
13
|
+
* Bumped dependency "ws": "^8.17.1"
|
|
14
|
+
|
|
11
15
|
## 2.3.2 (2024-06-15)
|
|
12
16
|
This release fixes the logon issues for Belgium users. Other countries still have issues, refer issue #112
|
|
13
17
|
* Fixed login issues for BE users
|
package/package.json
CHANGED
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
"displayName": "Homebridge EOSSTB",
|
|
4
4
|
"description": "Add your set-top box to Homekit (for Telenet BE, Sunrise CH, UPC PL, 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.3",
|
|
7
7
|
"platformname": "eosstb",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"axios-cookiejar-support": "^5.0.2",
|
|
10
10
|
"axios": "^1.7.2",
|
|
11
11
|
"debug": "^4.3.5",
|
|
12
|
-
"mqtt": "^5.7.
|
|
12
|
+
"mqtt": "^5.7.2",
|
|
13
13
|
"qs": "^6.12.1",
|
|
14
14
|
"semver": "^7.6.2",
|
|
15
15
|
"tough-cookie": "^4.1.4",
|
|
16
|
-
"ws": "^8.17.
|
|
16
|
+
"ws": "^8.17.1"
|
|
17
17
|
},
|
|
18
18
|
"deprecated": false,
|
|
19
19
|
"engines": {
|