@zwave-js/config 15.22.1 → 15.22.5
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.
package/build/cjs/_version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "15.22.
|
|
1
|
+
export declare const PACKAGE_VERSION = "15.22.5";
|
|
2
2
|
//# sourceMappingURL=_version.d.ts.map
|
package/build/cjs/_version.js
CHANGED
|
@@ -21,7 +21,7 @@ __export(version_exports, {
|
|
|
21
21
|
PACKAGE_VERSION: () => PACKAGE_VERSION
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(version_exports);
|
|
24
|
-
const PACKAGE_VERSION = "15.22.
|
|
24
|
+
const PACKAGE_VERSION = "15.22.5";
|
|
25
25
|
// Annotate the CommonJS export names for ESM import in node:
|
|
26
26
|
0 && (module.exports = {
|
|
27
27
|
PACKAGE_VERSION
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/_version.ts"],
|
|
4
|
-
"sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"15.22.
|
|
4
|
+
"sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"15.22.5\";\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;;;;;AACO,MAAM,kBAAkB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/build/esm/_version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "15.22.
|
|
1
|
+
export declare const PACKAGE_VERSION = "15.22.5";
|
|
2
2
|
//# sourceMappingURL=_version.d.ts.map
|
package/build/esm/_version.js
CHANGED
|
@@ -6,8 +6,14 @@
|
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x0007",
|
|
9
|
-
"productId": "0x0081"
|
|
10
|
-
|
|
9
|
+
"productId": "0x0081"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
// In firmware version 12.0, the product type was mistakenly
|
|
13
|
+
// changed to 0x0004:
|
|
14
|
+
// https://github.com/QubinoHelp/Shelly_Wave_FW_OTA/issues/8#issuecomment-4153013931
|
|
15
|
+
"productType": "0x0004",
|
|
16
|
+
"productId": "0x0081"
|
|
11
17
|
}
|
|
12
18
|
],
|
|
13
19
|
"firmwareVersion": {
|