Skip to content

Commit

Permalink
feat: support for Z-Wave JS v13 (#3799)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Lando <[email protected]>
  • Loading branch information
AlCalzone and robertsLando authored Jul 18, 2024
1 parent f919273 commit 35f5e7c
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 68 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/server/
/snippets/
/store/
/dev-dist/
133 changes: 67 additions & 66 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@jamescoyle/vue-icon": "^0.1.2",
"@kvaster/zwavejs-prom": "^0.0.2",
"@mdi/js": "7.4.47",
"@zwave-js/server": "github:zwave-js/zwave-js-server#zwave-js-13",
"@zwave-js/server": "^1.37.0",
"@zwave-js/winston-daily-rotate-file": "^4.5.6-1",
"ansi_up": "^6.0.2",
"archiver": "^7.0.1",
Expand Down Expand Up @@ -110,7 +110,7 @@
"vuedraggable": "^2.24.3",
"vuetify": "^2.7.2",
"winston": "^3.13.0",
"zwave-js": "^13.0.0-beta.6"
"zwave-js": "^13.0.0"
},
"devDependencies": {
"@actions/github": "^6.0.0",
Expand Down

0 comments on commit 35f5e7c

Please sign in to comment.