File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Visual Studio Projects/ZWaveJS.NET/ZWaveJS.NET Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
"name" : " server" ,
4
4
"bin" : " ./server.js" ,
5
5
"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 "
8
8
},
9
9
"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"
14
14
},
15
15
"scripts" : {
16
16
"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
23
23
private Dictionary < string , Action < JObject > > NodeEventMap ;
24
24
private Dictionary < string , Action < JObject > > ControllerEventMap ;
25
25
private Dictionary < string , Action < JObject > > DriverEventMap ;
26
- private int _schemaVersion = 42 ;
26
+ private int _schemaVersion = 43 ;
27
27
private string SerialPort ;
28
28
private bool RequestedExit = false ;
29
29
private JsonSerializer _jsonSerializer ;
You can’t perform that action at this time.
0 commit comments