@zwave-js/config 10.15.0 → 10.17.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.
Files changed (28) hide show
  1. package/build/devices/CompatConfig.d.ts +1 -0
  2. package/build/devices/CompatConfig.d.ts.map +1 -1
  3. package/build/devices/CompatConfig.js +13 -5
  4. package/build/devices/CompatConfig.js.map +1 -1
  5. package/config/devices/0x000c/hs-fls100.json +11 -0
  6. package/config/devices/0x0086/templates/aeotec_template.json +120 -0
  7. package/config/devices/0x0086/zw095.json +102 -0
  8. package/config/devices/0x0090/ged1455.json +49 -0
  9. package/config/devices/0x0109/zd2301eu-5.json +57 -0
  10. package/config/devices/0x0131/vs-zd2301.json +14 -12
  11. package/config/devices/0x0147/razberry7.json +16 -0
  12. package/config/devices/0x0147/{zme_razberry7_pro.json → razberry7_pro.json} +1 -1
  13. package/config/devices/0x0157/ev100.json +11 -0
  14. package/config/devices/0x0234/templates/logic_group_template.json +23 -0
  15. package/config/devices/0x0234/zdb5100.json +6 -3
  16. package/config/devices/0x0258/nas-pd02z-2.json +268 -0
  17. package/config/devices/0x0258/nas-pd03z.json +5 -1
  18. package/config/devices/0x027a/zen04.json +46 -4
  19. package/config/devices/0x027a/zse29.json +2 -1
  20. package/config/devices/0x031e/templates/inovelli_templates.json +394 -0
  21. package/config/devices/0x031e/vzw31-sn.json +705 -0
  22. package/config/devices/0x0345/templates/swidget_template.json +1333 -0
  23. package/config/devices/0x0345/zw000uwa.json +302 -0
  24. package/config/devices/0x0345/zw001uwa.json +302 -0
  25. package/config/devices/0x0345/zw006uwa.json +582 -0
  26. package/config/devices/0x0345/zw008uwa.json +754 -0
  27. package/config/devices/0x0371/zwa011.json +1 -1
  28. package/package.json +17 -25
@@ -130,6 +130,6 @@
130
130
  "inclusion": "Triple clicking the tamper button includes (adds) the device",
131
131
  "exclusion": "Triple clicking the tamper button excludes (removes) the device",
132
132
  "reset": "This device also allows to be reset without any involvement of a Z-Wave controller. This procedure should only be used when the primary controller is inoperable.\nOnce Cover is removed and tamper switch is tripped, push the tamper for 5 seconds until red LED blinks. Then release tamper and push it again for 5 seconds until LED blinks",
133
- "manual": "https://help.aeotec.com/support/solutions/articles/6000230382-door-window-sensor-7-basic-user-guide-zwa011-zwa041-"
133
+ "manual": "https://aeotec.freshdesk.com/support/solutions/articles/6000230382-door-window-sensor-7-basic-user-guide-zwa011-"
134
134
  }
135
135
  }
package/package.json CHANGED
@@ -1,17 +1,9 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "10.15.0",
3
+ "version": "10.17.0",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
- "access": "public",
7
- "$types": "build/index.d.ts",
8
- "$typesVersions": {
9
- "*": {
10
- "safe": [
11
- "build/index_safe.d.ts"
12
- ]
13
- }
14
- }
6
+ "access": "public"
15
7
  },
16
8
  "main": "build/index.js",
17
9
  "exports": {
@@ -53,7 +45,7 @@
53
45
  },
54
46
  "scripts": {
55
47
  "codegen": "yarn ts maintenance/codegen.ts",
56
- "build": "tsc -b tsconfig.build.json",
48
+ "build": "tsc -b tsconfig.build.json --pretty",
57
49
  "clean": "del-cli build/ \"*.tsbuildinfo\"",
58
50
  "extract-api": "yarn api-extractor run",
59
51
  "lint:zwave": "yarn ts maintenance/lintConfigFiles.ts",
@@ -66,14 +58,14 @@
66
58
  "test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
67
59
  },
68
60
  "dependencies": {
69
- "@zwave-js/core": "10.15.0",
70
- "@zwave-js/shared": "10.13.0",
61
+ "@zwave-js/core": "10.17.0",
62
+ "@zwave-js/shared": "10.17.0",
71
63
  "alcalzone-shared": "^4.0.8",
72
64
  "ansi-colors": "^4.1.3",
73
65
  "fs-extra": "^10.1.0",
74
66
  "json-logic-js": "^2.0.2",
75
- "json5": "^2.2.2",
76
- "semver": "^7.3.7",
67
+ "json5": "^2.2.3",
68
+ "semver": "^7.5.0",
77
69
  "winston": "^3.8.2"
78
70
  },
79
71
  "devDependencies": {
@@ -81,26 +73,26 @@
81
73
  "@microsoft/api-extractor": "*",
82
74
  "@types/fs-extra": "^9.0.13",
83
75
  "@types/js-levenshtein": "^1.1.1",
84
- "@types/json-logic-js": "^2.0.1",
85
- "@types/node": "^14.18.36",
76
+ "@types/json-logic-js": "^2.0.2",
77
+ "@types/node": "^14.18.43",
86
78
  "@types/pegjs": "^0.10.3",
87
- "@types/semver": "^7.3.12",
88
- "@types/sinon": "^10.0.13",
79
+ "@types/semver": "^7.3.13",
80
+ "@types/sinon": "^10.0.14",
89
81
  "@types/xml2js": "^0.4.11",
90
- "@types/yargs": "^17.0.12",
91
- "@zwave-js/maintenance": "10.15.0",
82
+ "@types/yargs": "^17.0.24",
83
+ "@zwave-js/maintenance": "10.17.0",
92
84
  "ava": "^4.3.3",
93
85
  "comment-json": "^4.2.3",
94
86
  "del-cli": "^5.0.0",
95
- "esbuild": "0.15.7",
87
+ "esbuild": "0.15.18",
96
88
  "esbuild-register": "^3.4.2",
97
89
  "js-levenshtein": "^1.1.6",
98
90
  "pegjs": "^0.10.0",
99
- "prettier": "^2.8.4",
100
- "sinon": "^14.0.0",
91
+ "prettier": "^2.8.8",
92
+ "sinon": "^14.0.2",
101
93
  "ts-pegjs": "^0.3.1",
102
94
  "typescript": "4.9.5",
103
95
  "xml2js": "^0.5.0",
104
- "yargs": "^17.5.1"
96
+ "yargs": "^17.7.2"
105
97
  }
106
98
  }