homebridge 2.0.3-beta.1 → 2.0.3-beta.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.
- package/dist/matter/utils.js +1 -1
- package/package.json +3 -3
package/dist/matter/utils.js
CHANGED
|
@@ -121,6 +121,6 @@ export function stripVendorFromLabel(label, vendor) {
|
|
|
121
121
|
* @returns The version string of @matter/main, or '0.0.0' if not found.
|
|
122
122
|
*/
|
|
123
123
|
export async function getMatterJsVersion() {
|
|
124
|
-
return '0.17.0-alpha.0-
|
|
124
|
+
return '0.17.0-alpha.0-20260514-1682cbb80';
|
|
125
125
|
}
|
|
126
126
|
//# sourceMappingURL=utils.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.3-beta.
|
|
4
|
+
"version": "2.0.3-beta.3",
|
|
5
5
|
"description": "HomeKit support for the impatient",
|
|
6
6
|
"author": "Nick Farina",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@homebridge/hap-nodejs": "2.1.7-beta.1",
|
|
53
|
-
"@matter/main": "0.17.0-alpha.0-
|
|
53
|
+
"@matter/main": "0.17.0-alpha.0-20260514-1682cbb80",
|
|
54
54
|
"chalk": "5.6.2",
|
|
55
55
|
"commander": "14.0.3",
|
|
56
56
|
"fs-extra": "11.3.5",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@prettier/plugin-xml": "^3.4.2",
|
|
64
64
|
"@types/debug": "^4.1.13",
|
|
65
65
|
"@types/fs-extra": "^11.0.4",
|
|
66
|
-
"@types/node": "^25.
|
|
66
|
+
"@types/node": "^25.8.0",
|
|
67
67
|
"@types/semver": "^7.7.1",
|
|
68
68
|
"@types/source-map-support": "^0.5.10",
|
|
69
69
|
"@vitest/coverage-v8": "^4.1.6",
|