@zwave-js/config 15.15.2 → 15.15.3

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.
@@ -1,2 +1,2 @@
1
- export declare const PACKAGE_VERSION = "15.15.2";
1
+ export declare const PACKAGE_VERSION = "15.15.3";
2
2
  //# sourceMappingURL=_version.d.ts.map
@@ -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.15.2";
24
+ const PACKAGE_VERSION = "15.15.3";
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.15.2\";\n"],
4
+ "sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"15.15.3\";\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;AAAA;;;;;AACO,MAAM,kBAAkB;",
6
6
  "names": []
7
7
  }
@@ -1,2 +1,2 @@
1
- export declare const PACKAGE_VERSION = "15.15.2";
1
+ export declare const PACKAGE_VERSION = "15.15.3";
2
2
  //# sourceMappingURL=_version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated by the codegen maintenance script
2
- export const PACKAGE_VERSION = "15.15.2";
2
+ export const PACKAGE_VERSION = "15.15.3";
3
3
  //# sourceMappingURL=_version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "15.15.2",
3
+ "version": "15.15.3",
4
4
  "description": "zwave-js: configuration files",
5
5
  "keywords": [],
6
6
  "publishConfig": {
@@ -79,7 +79,7 @@
79
79
  "test:dirty": "tsx ../maintenance/src/resolveDirtyTests.ts --run"
80
80
  },
81
81
  "dependencies": {
82
- "@zwave-js/core": "15.15.2",
82
+ "@zwave-js/core": "15.15.3",
83
83
  "@zwave-js/shared": "15.15.1",
84
84
  "alcalzone-shared": "^5.0.0",
85
85
  "ansi-colors": "^4.1.3",
@@ -100,7 +100,7 @@
100
100
  "@types/sinon": "^17.0.4",
101
101
  "@types/xml2js": "^0.4.14",
102
102
  "@types/yargs": "^17.0.33",
103
- "@zwave-js/maintenance": "15.15.2",
103
+ "@zwave-js/maintenance": "15.15.3",
104
104
  "comment-json": "^4.3.0",
105
105
  "del-cli": "^6.0.0",
106
106
  "es-main": "^1.4.0",