Skip to content

Commit

Permalink
Bump schema and server version (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 authored Sep 21, 2021
1 parent 63aeb96 commit ae97634
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.3",
"version": "1.10.4",
"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.1.1"
"zwave-js": "^8.3.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.1.1",
"zwave-js": "^8.3.1",
"alcalzone-shared": "^4.0.0"
},
"husky": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export const version = require("../../package.json").version;
export const minSchemaVersion = 0;

// maximal/current schema version the server supports
export const maxSchemaVersion = 8;
export const maxSchemaVersion = 9;

0 comments on commit ae97634

Please sign in to comment.