homebridge-unifi-access 1.10.0 → 1.10.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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge-unifi-access",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.1",
|
|
4
4
|
"displayName": "UniFi Access",
|
|
5
5
|
"description": "Homebridge UniFi Access plugin providing complete HomeKit integration for the UniFi Access ecosystem with full support for most features including autoconfiguration, motion detection, multiple controllers, and realtime updates.",
|
|
6
6
|
"author": {
|
|
@@ -55,17 +55,17 @@
|
|
|
55
55
|
},
|
|
56
56
|
"main": "dist/index.js",
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@homebridge/plugin-ui-utils": "2.1.
|
|
59
|
-
"homebridge-plugin-utils": "1.29.
|
|
60
|
-
"unifi-access": "1.5.
|
|
58
|
+
"@homebridge/plugin-ui-utils": "2.1.2",
|
|
59
|
+
"homebridge-plugin-utils": "1.29.4",
|
|
60
|
+
"unifi-access": "1.5.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@stylistic/eslint-plugin": "5.
|
|
64
|
-
"@types/node": "24.10.
|
|
63
|
+
"@stylistic/eslint-plugin": "5.6.1",
|
|
64
|
+
"@types/node": "24.10.1",
|
|
65
65
|
"eslint": "9.39.1",
|
|
66
66
|
"homebridge": "1.11.1",
|
|
67
67
|
"shx": "^0.4.0",
|
|
68
68
|
"typescript": "5.9.3",
|
|
69
|
-
"typescript-eslint": "^8.
|
|
69
|
+
"typescript-eslint": "^8.48.0"
|
|
70
70
|
}
|
|
71
71
|
}
|