mirror of
https://github.com/oznu/homebridge-unifi-occupancy-sensor.git
synced 2025-01-22 11:18:56 +00:00
v2.0.0
This commit is contained in:
parent
4eda9a8c68
commit
9c67202802
8
package-lock.json
generated
8
package-lock.json
generated
@ -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",
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user