Skip to content

Commit

Permalink
Bump zwave-js to 8.4.1 and zwave-js-server to 1.10.6 (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 authored Sep 30, 2021
1 parent a0e014e commit e26b225
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
110 changes: 55 additions & 55 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/server",
"version": "1.10.5",
"version": "1.10.6",
"description": "Full access to zwave-js driver through Websockets",
"main": "dist/lib/index.js",
"bin": {
Expand All @@ -25,7 +25,7 @@
"ws": "^8.0.0"
},
"peerDependencies": {
"zwave-js": "^8.3.1"
"zwave-js": "^8.4.1"
},
"devDependencies": {
"@types/minimist": "^1.2.1",
Expand All @@ -42,7 +42,7 @@
"prettier": "^2.3.0",
"ts-node": "^10.0.0",
"typescript": "^4.1.3",
"zwave-js": "^8.3.1",
"zwave-js": "^8.4.1",
"alcalzone-shared": "^4.0.0"
},
"husky": {
Expand Down

0 comments on commit e26b225

Please sign in to comment.