@zwave-js/config 12.8.0 → 12.9.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.
@@ -199,7 +199,7 @@
199
199
  "0x00c5": "RPE Ajax LLC",
200
200
  "0x00c6": "Venstar",
201
201
  "0x00c7": "Wireless Maingate AB",
202
- "0x00c8": "Cloud Media ",
202
+ "0x00c8": "Cloud Media",
203
203
  "0x00c9": "Samsung Electronics",
204
204
  "0x00ca": "Monoprice",
205
205
  "0x00cb": "Newland Communication Science Technology Co. Ltd",
@@ -648,7 +648,7 @@
648
648
  "0x0369": "2KLIC",
649
649
  "0x036b": "NEC Platforms Ltd.",
650
650
  "0x036c": "Shenzhen Sen5 Technology Co., Ltd.",
651
- "0x036d": "Luffanet Co. Lte. ",
651
+ "0x036d": "Luffanet Co. Lte.",
652
652
  "0x036e": "Zinno",
653
653
  "0x036f": "Evolvere SpA",
654
654
  "0x0370": "Raylios",
@@ -756,6 +756,7 @@
756
756
  "0x0447": "Schneider Electric",
757
757
  "0x044b": "Dongguan Will Power",
758
758
  "0x0460": "Shelly",
759
+ "0x0466": "Nabu Casa",
759
760
  "0x1486": "Remotec",
760
761
  "0x5254": "Remotec",
761
762
  "0xffff": "_Not defined"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "12.8.0",
3
+ "version": "12.9.0",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -55,7 +55,7 @@
55
55
  "test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
56
56
  },
57
57
  "dependencies": {
58
- "@zwave-js/core": "12.8.0",
58
+ "@zwave-js/core": "12.9.0",
59
59
  "@zwave-js/shared": "12.5.3",
60
60
  "alcalzone-shared": "^4.0.8",
61
61
  "ansi-colors": "^4.1.3",
@@ -76,7 +76,7 @@
76
76
  "@types/sinon": "^17.0.3",
77
77
  "@types/xml2js": "^0.4.14",
78
78
  "@types/yargs": "^17.0.32",
79
- "@zwave-js/maintenance": "12.8.0",
79
+ "@zwave-js/maintenance": "12.9.0",
80
80
  "ava": "^6.1.2",
81
81
  "comment-json": "^4.2.3",
82
82
  "del-cli": "^5.1.0",