From 78a5a874a898840abebec8e4b4150eaf3d187c41 Mon Sep 17 00:00:00 2001 From: HJD Date: Tue, 11 Apr 2023 13:18:50 -0500 Subject: [PATCH] v6.4.2. --- docs/Changelog.md | 3 +++ package-lock.json | 14 ++------------ package.json | 3 +-- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index 78bf77e..5bd448a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/). +## 6.4.2 (2023-04-11) + * Fix: correctly discern motion events when smart motion detection is disabled on smart motion detection capable cameras. + ## 6.4.1 (2023-04-10) ## 6.4.0 (2023-04-10) * Improvement: hardware accelerated decoding is always-on on macOS. This has no negative implications to quality, and is only a net quality-of-life for those running Homebridge on macOS. diff --git a/package-lock.json b/package-lock.json index 481fdb1..7a4cbe0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-unifi-protect", - "version": "6.4.1", + "version": "6.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-unifi-protect", - "version": "6.4.1", + "version": "6.4.2", "license": "ISC", "dependencies": { "@homebridge/plugin-ui-utils": "^0.0.19", @@ -16,7 +16,6 @@ "ws": "^8.13.0" }, "devDependencies": { - "@types/ip": "^1.1.0", "@types/node": "^18.15.11", "@types/ws": "^8.5.4", "@typescript-eslint/eslint-plugin": "^5.58.0", @@ -259,15 +258,6 @@ "node": ">= 8" } }, - "node_modules/@types/ip": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@types/ip/-/ip-1.1.0.tgz", - "integrity": "sha512-dwNe8gOoF70VdL6WJBwVHtQmAX4RMd62M+mAB9HQFjG1/qiCLM/meRy95Pd14FYBbEDwCq7jgJs89cHpLBu4HQ==", - "dev": true, - "dependencies": { - "@types/node": "*" - } - }, "node_modules/@types/json-schema": { "version": "7.0.11", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", diff --git a/package.json b/package.json index c402eac..434a339 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-unifi-protect", - "version": "6.4.1", + "version": "6.4.2", "displayName": "Homebridge UniFi Protect", "description": "Homebridge UniFi Protect plugin providing complete HomeKit integration for the UniFi Protect ecosystem with full support for most features including autoconfiguration, motion detection, multiple controllers, and realtime updates.", "author": { @@ -72,7 +72,6 @@ "ws": "^8.13.0" }, "devDependencies": { - "@types/ip": "^1.1.0", "@types/node": "^18.15.11", "@types/ws": "^8.5.4", "@typescript-eslint/eslint-plugin": "^5.58.0",