bump unifi-events version

This commit is contained in:
oznu 2021-01-27 22:49:27 +11:00
parent ef4035a818
commit 4eda9a8c68
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": "1.1.0",
"version": "2.0.0-test.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -357,9 +357,9 @@
"integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
},
"unifi-events": {
"version": "2.0.0-beta.1",
"resolved": "https://registry.npmjs.org/unifi-events/-/unifi-events-2.0.0-beta.1.tgz",
"integrity": "sha512-KuO8Dv9Wq+dTQr8ZT0qnMjLnsmUL8fmhC9fpuDGNEGp683ckG+yhkABzaetECzxom1mIAVMnKuahTHundqkK2Q==",
"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==",
"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.1",
"version": "2.0.0-test.2",
"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.1"
"unifi-events": "^2.0.0-beta.2"
}
}