node-red-contrib-zwave-js 6.4.0 → 6.4.1
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 +9 -0
- package/README.md +4 -5
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -2,12 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
# node-red-contrib-zwave-js
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
[](https://www.npmjs.com/package/node-red-contrib-zwave-js)
|
|
5
|
+

|
|
6
|
+

|
|
8
7
|
[](https://lgtm.com/projects/g/zwave-js/node-red-contrib-zwave-js/context:javascript)
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+

|
|
9
|
+

|
|
11
10
|
|
|
12
11
|
The most powerful/fully integrated Z-Wave node for Node-RED based on Z-Wave JS. If you want a fully featured Z-Wave framework in your Node-RED instance, look no further.
|
|
13
12
|
|
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-zwave-js",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "An extremely powerful, easy to use, and feature rich Z-Wave node for Node Red, based on Z-Wave JS.",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"express": "^4.17.
|
|
7
|
+
"express": "^4.17.2",
|
|
8
8
|
"limiter": "^2.1.0",
|
|
9
9
|
"lodash": "^4.17.21",
|
|
10
10
|
"serialport": "9.2.8",
|
|
11
11
|
"winston": "^3.3.3",
|
|
12
|
-
"winston-transport": "^4.4.
|
|
13
|
-
"zwave-js": "^8.
|
|
12
|
+
"winston-transport": "^4.4.1",
|
|
13
|
+
"zwave-js": "^8.9.2",
|
|
14
14
|
"ip": "^1.1.5"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"eslint": "^8.
|
|
18
|
-
"prettier": "^2.5.
|
|
17
|
+
"eslint": "^8.5.0",
|
|
18
|
+
"prettier": "^2.5.1"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=12.22.2",
|