@zwave-js/config 10.2.1-0-pr-5108-7ec35dd → 10.3.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.
@@ -137,6 +137,14 @@
137
137
  "overrideFloatEncoding": {
138
138
  "precision": 1,
139
139
  "size": 2
140
+ },
141
+ "commandClasses": {
142
+ "remove": {
143
+ // The device does not support Supervision correctly
144
+ "0x6c": {
145
+ "endpoints": "*"
146
+ }
147
+ }
140
148
  }
141
149
  }
142
150
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "10.2.1-0-pr-5108-7ec35dd",
3
+ "version": "10.3.0",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -65,8 +65,8 @@
65
65
  "lint:prettier:fix": "yarn run lint:prettier -w"
66
66
  },
67
67
  "dependencies": {
68
- "@zwave-js/core": "10.2.1-0-pr-5108-7ec35dd",
69
- "@zwave-js/shared": "10.2.1-0-pr-5108-7ec35dd",
68
+ "@zwave-js/core": "10.3.0",
69
+ "@zwave-js/shared": "10.3.0",
70
70
  "alcalzone-shared": "^4.0.8",
71
71
  "ansi-colors": "^4.1.3",
72
72
  "fs-extra": "^10.1.0",
@@ -87,7 +87,7 @@
87
87
  "@types/semver": "^7.3.12",
88
88
  "@types/xml2js": "^0.4.11",
89
89
  "@types/yargs": "^17.0.12",
90
- "@zwave-js/maintenance": "10.2.1-0-pr-5108-7ec35dd",
90
+ "@zwave-js/maintenance": "10.3.0",
91
91
  "comment-json": "^4.2.3",
92
92
  "del-cli": "^5.0.0",
93
93
  "esbuild": "0.15.7",
@@ -100,6 +100,5 @@
100
100
  "typescript": "4.8.3",
101
101
  "xml2js": "^0.4.23",
102
102
  "yargs": "^17.5.1"
103
- },
104
- "stableVersion": "10.2.0"
103
+ }
105
104
  }