File tree Expand file tree Collapse file tree
Visual Studio Projects/ZWaveJS.NET/ZWaveJS.NET Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "name" : " server" ,
44 "bin" : " ./server.js" ,
55 "dependencies" : {
6- "@zwave-js/server" : " 1.40.2 " ,
7- "zwave-js" : " 14 .3.8 "
6+ "@zwave-js/server" : " ^3.1.0 " ,
7+ "zwave-js" : " ^15 .3.0 "
88 },
99 "devDependencies" : {
10- "@yao-pkg/pkg" : " ^6.2.0 " ,
11- "esbuild" : " ^0.24.2 " ,
12- "eslint" : " ^8.57 .0" ,
13- "prettier" : " ^3.4 .2"
10+ "@yao-pkg/pkg" : " ^6.5.1 " ,
11+ "esbuild" : " ^0.25.6 " ,
12+ "eslint" : " ^9.31 .0" ,
13+ "prettier" : " ^3.6 .2"
1414 },
1515 "scripts" : {
1616 "build" : " npm run do_esbuild && npm run do_pkgbuild" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class Driver
2323 private Dictionary < string , Action < JObject > > NodeEventMap ;
2424 private Dictionary < string , Action < JObject > > ControllerEventMap ;
2525 private Dictionary < string , Action < JObject > > DriverEventMap ;
26- private int _schemaVersion = 42 ;
26+ private int _schemaVersion = 43 ;
2727 private string SerialPort ;
2828 private bool RequestedExit = false ;
2929 private JsonSerializer _jsonSerializer ;
You can’t perform that action at this time.
0 commit comments