homebridge-flume 1.2.3 → 1.2.4
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.
- package/CHANGELOG.md +10 -0
- package/README.md +1 -1
- package/lib/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to homebridge-flume will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## 1.2.4 (2022-01-13)
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Bump `node` recommended versions to v14.18.3 or v16.13.2
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- Plugin crash for older versions of Homebridge
|
|
14
|
+
|
|
5
15
|
## 1.2.3 (2022-01-03)
|
|
6
16
|
|
|
7
17
|
### Changed
|
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
Homebridge plugin to integrate Flume devices into HomeKit
|
|
9
9
|
|
|
10
10
|
[](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
|
|
11
|
-
[](https://plugins.hoobs.org/plugin/homebridge-thermobit)
|
|
11
|
+
[](https://plugins.hoobs.org/plugin/homebridge-thermobit)
|
|
12
12
|
[](https://www.npmjs.com/package/homebridge-flume)
|
|
13
13
|
[](https://github.com/bwp91/homebridge-flume/wiki/Beta-Version)
|
|
14
14
|
[](https://www.npmjs.com/package/homebridge-flume)
|
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge-flume",
|
|
3
3
|
"alias": "Flume",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.4",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Ben Potter",
|
|
7
7
|
"email": "bwp91@icloud.com"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
],
|
|
25
25
|
"engines": {
|
|
26
26
|
"homebridge": "^1.3.9",
|
|
27
|
-
"node": "^14.18.
|
|
27
|
+
"node": "^14.18.3 || ^16.13.2"
|
|
28
28
|
},
|
|
29
29
|
"repository": {
|
|
30
30
|
"type": "git",
|