Skip to content

Commit

Permalink
v4.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Nov 22, 2020
1 parent 63ff255 commit 36caed0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/).

## 4.1.5 (2020-11-22)
* Fix for a regression of MQTT event triggers.
* Increase API timeout limit to give WiFi-based cameras a little more time to respond.
* Dependency and library updates.

## 4.1.4 (2020-11-09)
* Reinstate compatibility with NodeJS 12.

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect",
"version": "4.1.4",
"version": "4.1.5",
"displayName": "Homebridge UniFi Protect",
"description": "Homebridge UniFi Protect plugin providing complete HomeKit integration for UniFi Protect with full support for most features including autoconfiguration, motion detection, multiple controllers, and realtime updates.",
"author": "HJD https://github.com/hjdhjd",
Expand Down Expand Up @@ -72,20 +72,20 @@
"execa": "^4.1.0",
"ffmpeg-for-homebridge": "0.0.9",
"get-port": "^5.1.1",
"mqtt": "^4.2.4",
"mqtt": "^4.2.5",
"node-fetch": "^3.0.0-beta.9",
"ws": "^7.4.0",
"zlib": "^1.0.5"
},
"devDependencies": {
"@types/ip": "^1.1.0",
"@types/node": "^14.14.6",
"@types/ws": "^7.2.9",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint": "^7.13.0",
"@types/node": "^14.14.9",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"eslint": "^7.14.0",
"homebridge": "^1.1.6",
"rimraf": "^3.0.2",
"typescript": "^4.0.5"
"typescript": "^4.1.2"
}
}

0 comments on commit 36caed0

Please sign in to comment.