homebridge-eosstb 2.3.5 → 2.3.6

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/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.5",
6
+ "version": "2.3.6",
7
7
  "platformname": "eosstb",
8
8
  "dependencies": {
9
- "axios-cookiejar-support": "^5.0.3",
10
- "axios": "^1.7.7",
11
- "debug": "^4.3.7",
12
- "mqtt": "^5.10.1",
13
- "qs": "^6.13.0",
14
- "semver": "^7.6.3",
15
- "tough-cookie": "^5.0.0",
16
- "ws": "^8.18.0"
9
+ "axios-cookiejar-support": "^6.0.4",
10
+ "axios": "^1.11.0",
11
+ "debug": "^4.4.1",
12
+ "mqtt": "^5.14.0",
13
+ "qs": "^6.14.0",
14
+ "semver": "^7.7.2",
15
+ "tough-cookie": "^5.1.2",
16
+ "ws": "^8.18.3"
17
17
  },
18
18
  "deprecated": false,
19
19
  "engines": {
20
- "homebridge": "^1.8.4||^2.0.0-beta",
21
- "node": "^20.18.0"
20
+ "homebridge": "^1.9.0||^2.0.0-beta",
21
+ "node": "^22.18.0"
22
22
  },
23
23
  "homepage": "https://github.com/jsiegenthaler/homebridge-eosstb#readme",
24
24
  "keywords": [
@@ -1,10 +1,10 @@
1
1
  {
2
- "platforms": [
3
- {
4
- "platform": "eosstb",
5
- "country": "ch",
6
- "username": "yourUsername",
7
- "password": "yourPassword"
8
- }
9
- ]
2
+ "platforms": [
3
+ {
4
+ "platform": "eosstb",
5
+ "country": "ch",
6
+ "username": "yourUsername",
7
+ "password": "yourPassword"
8
+ }
9
+ ]
10
10
  }