node-red-contrib-homebridge-automation 0.0.86-beta.1 → 0.0.86-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -30,7 +30,7 @@ The above Node-RED Flow, turns on my 'Outside Office' light when the powder room
30
30
  * [Feb 2, 2021 - Version 0.0.78](#feb-2-2021---version-0078)
31
31
  * [Mar 9, 2021 - Version 0.0.80](#mar-9-2021---version-0080)
32
32
  * [April 23, 2021 - Version 0.0.82](#april-23-2021---version-0082)
33
- * [April 23, 2022 - Version 0.0.85](#april-23-2022---version-0085)
33
+ * [April 23, 2022 - Version 0.0.86](#april-23-2022---version-0086)
34
34
  * [Backlog / Roadmap](#backlog--roadmap)
35
35
  * [Dropped items](#dropped-items)
36
36
  * [Installation Steps](#installation-steps)
@@ -162,9 +162,9 @@ With a plugin, you can see if it supports Real Time events, by opening the Home
162
162
 
163
163
  - Support for homebridge instances with different PINS. Tks @dxdc
164
164
 
165
- ### April 23, 2022 - Version 0.0.85
165
+ ### April 23, 2022 - Version 0.0.86
166
166
 
167
- - Removal of request from hap-node-client
167
+ - Removal of request dependency from hap-node-client
168
168
 
169
169
  # Backlog / Roadmap
170
170
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-homebridge-automation",
3
- "version": "0.0.86-beta.1",
3
+ "version": "0.0.86-beta.2",
4
4
  "description": "NodeRED Automation for HomeBridge",
5
5
  "main": "HAP-NodeRed.js",
6
6
  "scripts": {
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "better-queue": ">=3.8.10",
29
29
  "debug": ">2.6.9",
30
- "hap-node-client": ">=0.1.22-beta.1"
30
+ "hap-node-client": ">=0.1.22-beta.2"
31
31
  },
32
32
  "author": "NorthernMan54",
33
33
  "license": "ISC",