homebridge-econet-rheem 1.0.2 → 1.0.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.
@@ -20,7 +20,7 @@
20
20
  "description": "Rheem/Econet account password"
21
21
  },
22
22
  "debug": {
23
- "title": "Password",
23
+ "title": "Debug",
24
24
  "type": "boolean",
25
25
  "required": false,
26
26
  "description": "Enabled additional debug logging"
package/package.json CHANGED
@@ -4,18 +4,16 @@
4
4
  "displayName": "Homebridge Econet Rheem",
5
5
  "description": "Homebridge plugin based on pyeconet for control of Rheem water heaters",
6
6
  "type": "module",
7
- "version": "1.0.2",
7
+ "version": "1.0.3",
8
8
  "homepage": "https://github.com/mpatfield/homebridge-econet-rheem#readme",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "https://github.com/mpatfield/homebridge-econet-rheem.git"
12
12
  },
13
- "funding": [
14
- {
15
- "type": "github",
16
- "url": "https://github.com/sponsors/mpatfield"
17
- }
18
- ],
13
+ "funding": {
14
+ "type": "github",
15
+ "url": "https://github.com/sponsors/mpatfield"
16
+ },
19
17
  "bugs": {
20
18
  "url": "https://github.com/mpatfield/homebridge-econet-rheem/issues"
21
19
  },
@@ -38,13 +36,11 @@
38
36
  "homebridge": "^1.8.0 || ^2.0.0-beta.0"
39
37
  },
40
38
  "dependencies": {
41
- "axios": "^1.7.2",
42
39
  "homebridge-lib": "^7.1.4",
43
40
  "mqtt": "^5.7.0"
44
41
  },
45
42
  "devDependencies": {
46
43
  "@eslint/js": "^9.21.0",
47
- "@types/axios": "^0.14.0",
48
44
  "@types/node": "^22.13.5",
49
45
  "eslint": "^9.24.0",
50
46
  "homebridge": "^2.0.0-beta.0",