zwave-js 15.0.1 → 15.0.2
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.
|
@@ -22,7 +22,7 @@ __export(version_exports, {
|
|
|
22
22
|
PACKAGE_VERSION: () => PACKAGE_VERSION
|
|
23
23
|
});
|
|
24
24
|
module.exports = __toCommonJS(version_exports);
|
|
25
|
-
const PACKAGE_VERSION = "15.0.
|
|
25
|
+
const PACKAGE_VERSION = "15.0.2";
|
|
26
26
|
const PACKAGE_NAME = "zwave-js";
|
|
27
27
|
// Annotate the CommonJS export names for ESM import in node:
|
|
28
28
|
0 && (module.exports = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/lib/_version.ts"],
|
|
4
|
-
"sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"15.0.
|
|
4
|
+
"sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"15.0.2\";\nexport const PACKAGE_NAME = \"zwave-js\";\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;;;;;;AACO,MAAM,kBAAkB;AACxB,MAAM,eAAe;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zwave-js",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.2",
|
|
4
4
|
"description": "Z-Wave driver written entirely in JavaScript/TypeScript",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"type": "module",
|
|
@@ -102,14 +102,14 @@
|
|
|
102
102
|
"@alcalzone/jsonl-db": "^3.1.1",
|
|
103
103
|
"@andrewbranch/untar.js": "^1.0.3",
|
|
104
104
|
"@homebridge/ciao": "^1.3.1",
|
|
105
|
-
"@zwave-js/cc": "15.0.
|
|
105
|
+
"@zwave-js/cc": "15.0.2",
|
|
106
106
|
"@zwave-js/config": "15.0.1",
|
|
107
107
|
"@zwave-js/core": "15.0.0",
|
|
108
108
|
"@zwave-js/host": "15.0.1",
|
|
109
109
|
"@zwave-js/nvmedit": "15.0.0",
|
|
110
|
-
"@zwave-js/serial": "15.0.
|
|
110
|
+
"@zwave-js/serial": "15.0.2",
|
|
111
111
|
"@zwave-js/shared": "15.0.0",
|
|
112
|
-
"@zwave-js/testing": "15.0.
|
|
112
|
+
"@zwave-js/testing": "15.0.2",
|
|
113
113
|
"alcalzone-shared": "^5.0.0",
|
|
114
114
|
"ansi-colors": "^4.1.3",
|
|
115
115
|
"ky": "^1.7.2",
|