homebridge-eosstb 1.4.6 → 1.4.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 +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,10 @@ Please restart Homebridge after every plugin update.
|
|
|
10
10
|
* In work: improve handling of channel names: characters not allowed in HomeKit are now replaced with whitespace
|
|
11
11
|
|
|
12
12
|
|
|
13
|
+
## 1.4.7 (2022-07-19)
|
|
14
|
+
* Bumped dependencies (node)
|
|
15
|
+
|
|
16
|
+
|
|
13
17
|
## 1.4.6 (2022-07-08)
|
|
14
18
|
* Bumped dependencies (qs)
|
|
15
19
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"displayName": "Homebridge EOSSTB",
|
|
4
4
|
"description": "homebridge-plugin - Add your set-top box to Homekit (for Magenta AT, Telenet BE, Sunrise CH, Virgin Media GB & IE, Ziggo NL)",
|
|
5
5
|
"author": "Jochen Siegenthaler (https://github.com/jsiegenthaler/)",
|
|
6
|
-
"version": "1.4.
|
|
6
|
+
"version": "1.4.7",
|
|
7
7
|
"platformname": "eosstb",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"axios-cookiejar-support": "^4.0.2",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"deprecated": false,
|
|
16
16
|
"engines": {
|
|
17
17
|
"homebridge": ">=1.5.0",
|
|
18
|
-
"node": ">=16.
|
|
18
|
+
"node": ">=16.16.0"
|
|
19
19
|
},
|
|
20
20
|
"homepage": "https://github.com/jsiegenthaler/homebridge-eosstb#readme",
|
|
21
21
|
"keywords": [
|