@zwave-js/config 13.1.0 → 13.2.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.
@@ -0,0 +1,16 @@
1
+ {
2
+ "manufacturer": "ZVIDAR",
3
+ "manufacturerId": "0x045a",
4
+ "label": "ZW871",
5
+ "description": "800 Series USB Controller",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0004",
9
+ "productId": "0x0367"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ }
16
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "manufacturer": "ZVIDAR",
3
+ "manufacturerId": "0x045a",
4
+ "label": "ZW872",
5
+ "description": "800 Series Pi Module",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0004",
9
+ "productId": "0x0368"
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": "13.1.0",
3
+ "version": "13.2.0",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -56,7 +56,7 @@
56
56
  "test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
57
57
  },
58
58
  "dependencies": {
59
- "@zwave-js/core": "13.1.0",
59
+ "@zwave-js/core": "13.2.0",
60
60
  "@zwave-js/shared": "13.1.0",
61
61
  "alcalzone-shared": "^4.0.8",
62
62
  "ansi-colors": "^4.1.3",
@@ -77,7 +77,7 @@
77
77
  "@types/sinon": "^17.0.3",
78
78
  "@types/xml2js": "^0.4.14",
79
79
  "@types/yargs": "^17.0.32",
80
- "@zwave-js/maintenance": "13.1.0",
80
+ "@zwave-js/maintenance": "13.2.0",
81
81
  "ava": "^6.1.3",
82
82
  "comment-json": "^4.2.3",
83
83
  "del-cli": "^5.1.0",
File without changes