-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from zwave-js/dev
Supplementary 5.1.1 update
- Loading branch information
Showing
5 changed files
with
59 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "node-red-contrib-zwave-js", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"license": "MIT", | ||
"description": "An extremely powerful, easy to use, zero dependency and feature rich Z-Wave node for Node Red, based on Z-Wave JS.", | ||
"dependencies": { | ||
"@serialport/bindings": "9.2.0", | ||
"@serialport/bindings": "9.2.1", | ||
"express": "4.17.1", | ||
"lodash": "4.17.21", | ||
"serialport": "9.2.0", | ||
"serialport": "9.2.1", | ||
"winston": "3.3.3", | ||
"winston-transport": "4.4.0", | ||
"zwave-js": "^8.2.3" | ||
|
@@ -21,7 +21,7 @@ | |
"npm": ">=6.14.13" | ||
}, | ||
"scripts": { | ||
"preinstall": "npm install @serialport/[email protected].0 --build-from-source && npm install [email protected].0 --build-from-source" | ||
"preinstall": "npm install @serialport/[email protected].1 --build-from-source && npm install [email protected].1 --build-from-source" | ||
}, | ||
"keywords": [ | ||
"node-red", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters