@homebridge-plugins/homebridge-smarthq 0.0.1 → 0.1.0-beta.1

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
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@homebridge-plugins/homebridge-smarthq",
3
- "displayName": "SmartHQ Quality",
3
+ "displayName": "SmartHQ",
4
4
  "type": "module",
5
- "version": "0.0.1",
6
- "description": "The SmartHQ plugin allows you to monitor the current AirQuality for your Zip Code from HomeKit and Siri.",
5
+ "version": "0.1.0-beta.1",
6
+ "description": "The SmartHQ plugin allows you to interact with SmartHQ Devices in HomeKit and with Siri.",
7
7
  "author": {
8
8
  "name": "donavanbecker",
9
9
  "url": "https://github.com/donavanbecker"
@@ -31,14 +31,9 @@
31
31
  },
32
32
  "keywords": [
33
33
  "homebridge-plugin",
34
- "air",
35
- "SmartHQ Quality",
36
- "homebridge",
37
- "airnow",
38
- "aqicn",
39
- "air quality",
40
- "waqi",
41
- "pollution"
34
+ "oven",
35
+ "SmartHQ",
36
+ "homebridge"
42
37
  ],
43
38
  "main": "dist/index.js",
44
39
  "engines": {
@@ -64,26 +59,42 @@
64
59
  },
65
60
  "dependencies": {
66
61
  "@homebridge/plugin-ui-utils": "^1.0.3",
62
+ "axios": "^1.7.7",
63
+ "axios-cookiejar-support": "^5.0.3",
64
+ "axios-form-data": "^1.1.1",
65
+ "cheerio": "^1.0.0-rc.12",
66
+ "lodash": "^4.17.21",
67
+ "openid-client": "^ 5.7.0",
67
68
  "rxjs": "^7.8.1",
68
- "undici": "^6.20.1"
69
+ "tough-cookie": "^5.0.0",
70
+ "undici": "^6.20.1",
71
+ "ws": "^8.18.0"
72
+ },
73
+ "optionalDependencies": {
74
+ "bufferutil": "^4.0.6",
75
+ "utf-8-validat": "*"
69
76
  },
70
77
  "devDependencies": {
71
78
  "@antfu/eslint-config": "^3.8.0",
72
79
  "@types/aes-js": "^3.1.4",
73
80
  "@types/debug": "^4.1.12",
74
81
  "@types/fs-extra": "^11.0.4",
82
+ "@types/lodash": "^4.14.186",
75
83
  "@types/mdast": "^4.0.4",
76
84
  "@types/node": "^22.9.0",
77
85
  "@types/semver": "^7.5.8",
78
86
  "@types/source-map-support": "^0.5.10",
87
+ "@types/ws": "^8.5.3",
79
88
  "@vitest/coverage-v8": "^2.1.4",
80
89
  "eslint": "^9.14.0",
81
90
  "eslint-plugin-format": "^0.1.2",
82
91
  "homebridge": "^1.8.5",
83
92
  "homebridge-config-ui-x": "4.62.0",
84
93
  "nodemon": "^3.1.7",
94
+ "rimraf": "^6.0.1",
85
95
  "shx": "^0.3.4",
86
96
  "ts-node": "^10.9.2",
97
+ "ts-node-dev": "^2.0.0",
87
98
  "typedoc": "^0.26.11",
88
99
  "typescript": "^5.6.3",
89
100
  "vitest": "^2.1.4"