@matter/main 0.17.1 → 0.17.2-alpha.0-20260605-b2c9f3f65

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.
@@ -26,5 +26,5 @@ module.exports = __toCommonJS(version_exports);
26
26
  * Copyright 2022-2026 Matter.js Authors
27
27
  * SPDX-License-Identifier: Apache-2.0
28
28
  */
29
- const version = "0.17.1";
29
+ const version = "0.17.2-alpha.0-20260605-b2c9f3f65";
30
30
  //# sourceMappingURL=version.js.map
@@ -3,7 +3,7 @@
3
3
  * Copyright 2022-2026 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
- const version = "0.17.1";
6
+ const version = "0.17.2-alpha.0-20260605-b2c9f3f65";
7
7
  export {
8
8
  version
9
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/main",
3
- "version": "0.17.1",
3
+ "version": "0.17.2-alpha.0-20260605-b2c9f3f65",
4
4
  "description": "Matter.js main entrypoint",
5
5
  "keywords": [
6
6
  "iot",
@@ -32,14 +32,14 @@
32
32
  "#*": "./src/*"
33
33
  },
34
34
  "dependencies": {
35
- "@matter/general": "0.17.1",
36
- "@matter/model": "0.17.1",
37
- "@matter/node": "0.17.1",
38
- "@matter/protocol": "0.17.1",
39
- "@matter/types": "0.17.1"
35
+ "@matter/general": "0.17.2-alpha.0-20260605-b2c9f3f65",
36
+ "@matter/model": "0.17.2-alpha.0-20260605-b2c9f3f65",
37
+ "@matter/node": "0.17.2-alpha.0-20260605-b2c9f3f65",
38
+ "@matter/protocol": "0.17.2-alpha.0-20260605-b2c9f3f65",
39
+ "@matter/types": "0.17.2-alpha.0-20260605-b2c9f3f65"
40
40
  },
41
41
  "optionalDependencies": {
42
- "@matter/nodejs": "0.17.1"
42
+ "@matter/nodejs": "0.17.2-alpha.0-20260605-b2c9f3f65"
43
43
  },
44
44
  "files": [
45
45
  "dist/**/*",
package/src/version.ts CHANGED
@@ -4,4 +4,4 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
- export const version: string = "0.17.1";
7
+ export const version: string = "0.17.2-alpha.0-20260605-b2c9f3f65";