This commit is contained in:
oznu 2021-01-28 19:02:19 +11:00
parent 4eda9a8c68
commit 9c67202802
No known key found for this signature in database
GPG Key ID: 6FF2AA33FF323F1B
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-occupancy-sensor",
"version": "2.0.0-test.1",
"version": "2.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -357,9 +357,9 @@
"integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
},
"unifi-events": {
"version": "2.0.0-beta.2",
"resolved": "https://registry.npmjs.org/unifi-events/-/unifi-events-2.0.0-beta.2.tgz",
"integrity": "sha512-kWZw4oytcpDj0lNYIo4kWP3yj7s6I3eYaP6mcnczDgTL/3MxxoLrNnFlAIGpIXoJ+21WIoHpNdMaAkI6dOwWFA==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/unifi-events/-/unifi-events-2.0.0.tgz",
"integrity": "sha512-geINd5wcYc3CfoO151HG0lJ7Fi9ma+85Xf4kgeBACVJUvHoE3VasrDi2hHKnK1DB/72G+NjFYxcDc4q2l+TIbg==",
"requires": {
"eventemitter2": "^5.0.1",
"request": "^2.83.0",

View File

@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-occupancy-sensor",
"version": "2.0.0-test.2",
"version": "2.0.0",
"description": "An occupancy sensor for Homebridge and UniFi",
"license": "GPL-3.0",
"author": "oznu <dev@oz.nu>",
@ -27,6 +27,6 @@
}
],
"dependencies": {
"unifi-events": "^2.0.0-beta.2"
"unifi-events": "^2.0.0"
}
}