@zwave-js/config 11.4.2 → 11.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,8 +2,8 @@
2
2
  {
3
3
  "manufacturer": "Silicon Labs",
4
4
  "manufacturerId": "0x0000",
5
- "label": "ZST10-700",
6
- "description": "700 Series-based Controller",
5
+ "label": "700 Series",
6
+ "description": "USB Controller",
7
7
  "devices": [
8
8
  {
9
9
  "productType": "0x0004",
@@ -0,0 +1,16 @@
1
+ {
2
+ "manufacturer": "Zooz",
3
+ "manufacturerId": "0x027a",
4
+ "label": "ZST10-700",
5
+ "description": "700 Series USB Controller",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0001",
9
+ "productId": "0x000d"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ }
16
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "11.4.2",
3
+ "version": "11.5.0",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -58,8 +58,8 @@
58
58
  "test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
59
59
  },
60
60
  "dependencies": {
61
- "@zwave-js/core": "11.4.0",
62
- "@zwave-js/shared": "11.3.0",
61
+ "@zwave-js/core": "11.5.0",
62
+ "@zwave-js/shared": "11.5.0",
63
63
  "alcalzone-shared": "^4.0.8",
64
64
  "ansi-colors": "^4.1.3",
65
65
  "fs-extra": "^10.1.0",
@@ -80,7 +80,7 @@
80
80
  "@types/sinon": "^10.0.14",
81
81
  "@types/xml2js": "^0.4.11",
82
82
  "@types/yargs": "^17.0.24",
83
- "@zwave-js/maintenance": "11.4.0",
83
+ "@zwave-js/maintenance": "11.5.0",
84
84
  "ava": "^4.3.3",
85
85
  "comment-json": "^4.2.3",
86
86
  "del-cli": "^5.0.0",