@matter/main 0.17.4 → 0.17.5-alpha.0-20260704-9ea70abfa

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.
Files changed (58) hide show
  1. package/dist/cjs/forwards/behaviors/ambient-context-sensing.d.ts +9 -0
  2. package/dist/cjs/forwards/behaviors/ambient-context-sensing.d.ts.map +1 -0
  3. package/dist/cjs/forwards/behaviors/ambient-context-sensing.js +25 -0
  4. package/dist/cjs/forwards/behaviors/ambient-context-sensing.js.map +6 -0
  5. package/dist/cjs/forwards/behaviors/groupcast.d.ts +9 -0
  6. package/dist/cjs/forwards/behaviors/groupcast.d.ts.map +1 -0
  7. package/dist/cjs/forwards/behaviors/groupcast.js +25 -0
  8. package/dist/cjs/forwards/behaviors/groupcast.js.map +6 -0
  9. package/dist/cjs/forwards/behaviors/temperature-alarm.d.ts +9 -0
  10. package/dist/cjs/forwards/behaviors/temperature-alarm.d.ts.map +1 -0
  11. package/dist/cjs/forwards/behaviors/temperature-alarm.js +25 -0
  12. package/dist/cjs/forwards/behaviors/temperature-alarm.js.map +6 -0
  13. package/dist/cjs/forwards/clusters/ambient-context-sensing.d.ts +9 -0
  14. package/dist/cjs/forwards/clusters/ambient-context-sensing.d.ts.map +1 -0
  15. package/dist/cjs/forwards/clusters/ambient-context-sensing.js +25 -0
  16. package/dist/cjs/forwards/clusters/ambient-context-sensing.js.map +6 -0
  17. package/dist/cjs/forwards/clusters/groupcast.d.ts +9 -0
  18. package/dist/cjs/forwards/clusters/groupcast.d.ts.map +1 -0
  19. package/dist/cjs/forwards/clusters/groupcast.js +25 -0
  20. package/dist/cjs/forwards/clusters/groupcast.js.map +6 -0
  21. package/dist/cjs/forwards/clusters/temperature-alarm.d.ts +9 -0
  22. package/dist/cjs/forwards/clusters/temperature-alarm.d.ts.map +1 -0
  23. package/dist/cjs/forwards/clusters/temperature-alarm.js +25 -0
  24. package/dist/cjs/forwards/clusters/temperature-alarm.js.map +6 -0
  25. package/dist/cjs/version.js +1 -1
  26. package/dist/esm/forwards/behaviors/ambient-context-sensing.d.ts +9 -0
  27. package/dist/esm/forwards/behaviors/ambient-context-sensing.d.ts.map +1 -0
  28. package/dist/esm/forwards/behaviors/ambient-context-sensing.js +8 -0
  29. package/dist/esm/forwards/behaviors/ambient-context-sensing.js.map +6 -0
  30. package/dist/esm/forwards/behaviors/groupcast.d.ts +9 -0
  31. package/dist/esm/forwards/behaviors/groupcast.d.ts.map +1 -0
  32. package/dist/esm/forwards/behaviors/groupcast.js +8 -0
  33. package/dist/esm/forwards/behaviors/groupcast.js.map +6 -0
  34. package/dist/esm/forwards/behaviors/temperature-alarm.d.ts +9 -0
  35. package/dist/esm/forwards/behaviors/temperature-alarm.d.ts.map +1 -0
  36. package/dist/esm/forwards/behaviors/temperature-alarm.js +8 -0
  37. package/dist/esm/forwards/behaviors/temperature-alarm.js.map +6 -0
  38. package/dist/esm/forwards/clusters/ambient-context-sensing.d.ts +9 -0
  39. package/dist/esm/forwards/clusters/ambient-context-sensing.d.ts.map +1 -0
  40. package/dist/esm/forwards/clusters/ambient-context-sensing.js +8 -0
  41. package/dist/esm/forwards/clusters/ambient-context-sensing.js.map +6 -0
  42. package/dist/esm/forwards/clusters/groupcast.d.ts +9 -0
  43. package/dist/esm/forwards/clusters/groupcast.d.ts.map +1 -0
  44. package/dist/esm/forwards/clusters/groupcast.js +8 -0
  45. package/dist/esm/forwards/clusters/groupcast.js.map +6 -0
  46. package/dist/esm/forwards/clusters/temperature-alarm.d.ts +9 -0
  47. package/dist/esm/forwards/clusters/temperature-alarm.d.ts.map +1 -0
  48. package/dist/esm/forwards/clusters/temperature-alarm.js +8 -0
  49. package/dist/esm/forwards/clusters/temperature-alarm.js.map +6 -0
  50. package/dist/esm/version.js +1 -1
  51. package/package.json +7 -7
  52. package/src/forwards/behaviors/ambient-context-sensing.ts +11 -0
  53. package/src/forwards/behaviors/groupcast.ts +11 -0
  54. package/src/forwards/behaviors/temperature-alarm.ts +11 -0
  55. package/src/forwards/clusters/ambient-context-sensing.ts +11 -0
  56. package/src/forwards/clusters/groupcast.ts +11 -0
  57. package/src/forwards/clusters/temperature-alarm.ts +11 -0
  58. package/src/version.ts +1 -1
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
7
+ import "@matter/main/platform";
8
+ export * from "@matter/node/behaviors/ambient-context-sensing";
9
+ //# sourceMappingURL=ambient-context-sensing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ambient-context-sensing.d.ts","sourceRoot":"","sources":["../../../../src/forwards/behaviors/ambient-context-sensing.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,uBAAuB,CAAC;AAE/B,cAAc,gDAAgD,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
+ var ambient_context_sensing_exports = {};
17
+ module.exports = __toCommonJS(ambient_context_sensing_exports);
18
+ var import_platform = require("@matter/main/platform");
19
+ __reExport(ambient_context_sensing_exports, require("@matter/node/behaviors/ambient-context-sensing"), module.exports);
20
+ /**
21
+ * @license
22
+ * Copyright 2022-2026 Matter.js Authors
23
+ * SPDX-License-Identifier: Apache-2.0
24
+ */
25
+ //# sourceMappingURL=ambient-context-sensing.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../src/forwards/behaviors/ambient-context-sensing.ts"],
4
+ "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAQA,sBAAO;AAEP,4CAAc,2DAVd;AAAA;AAAA;AAAA;AAAA;AAAA;",
5
+ "names": []
6
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
7
+ import "@matter/main/platform";
8
+ export * from "@matter/node/behaviors/groupcast";
9
+ //# sourceMappingURL=groupcast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"groupcast.d.ts","sourceRoot":"","sources":["../../../../src/forwards/behaviors/groupcast.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,uBAAuB,CAAC;AAE/B,cAAc,kCAAkC,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
+ var groupcast_exports = {};
17
+ module.exports = __toCommonJS(groupcast_exports);
18
+ var import_platform = require("@matter/main/platform");
19
+ __reExport(groupcast_exports, require("@matter/node/behaviors/groupcast"), module.exports);
20
+ /**
21
+ * @license
22
+ * Copyright 2022-2026 Matter.js Authors
23
+ * SPDX-License-Identifier: Apache-2.0
24
+ */
25
+ //# sourceMappingURL=groupcast.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../src/forwards/behaviors/groupcast.ts"],
4
+ "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAQA,sBAAO;AAEP,8BAAc,6CAVd;AAAA;AAAA;AAAA;AAAA;AAAA;",
5
+ "names": []
6
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
7
+ import "@matter/main/platform";
8
+ export * from "@matter/node/behaviors/temperature-alarm";
9
+ //# sourceMappingURL=temperature-alarm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"temperature-alarm.d.ts","sourceRoot":"","sources":["../../../../src/forwards/behaviors/temperature-alarm.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,uBAAuB,CAAC;AAE/B,cAAc,0CAA0C,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
+ var temperature_alarm_exports = {};
17
+ module.exports = __toCommonJS(temperature_alarm_exports);
18
+ var import_platform = require("@matter/main/platform");
19
+ __reExport(temperature_alarm_exports, require("@matter/node/behaviors/temperature-alarm"), module.exports);
20
+ /**
21
+ * @license
22
+ * Copyright 2022-2026 Matter.js Authors
23
+ * SPDX-License-Identifier: Apache-2.0
24
+ */
25
+ //# sourceMappingURL=temperature-alarm.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../src/forwards/behaviors/temperature-alarm.ts"],
4
+ "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAQA,sBAAO;AAEP,sCAAc,qDAVd;AAAA;AAAA;AAAA;AAAA;AAAA;",
5
+ "names": []
6
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
7
+ import "@matter/main/platform";
8
+ export * from "@matter/types/clusters/ambient-context-sensing";
9
+ //# sourceMappingURL=ambient-context-sensing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ambient-context-sensing.d.ts","sourceRoot":"","sources":["../../../../src/forwards/clusters/ambient-context-sensing.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,uBAAuB,CAAC;AAE/B,cAAc,gDAAgD,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
+ var ambient_context_sensing_exports = {};
17
+ module.exports = __toCommonJS(ambient_context_sensing_exports);
18
+ var import_platform = require("@matter/main/platform");
19
+ __reExport(ambient_context_sensing_exports, require("@matter/types/clusters/ambient-context-sensing"), module.exports);
20
+ /**
21
+ * @license
22
+ * Copyright 2022-2026 Matter.js Authors
23
+ * SPDX-License-Identifier: Apache-2.0
24
+ */
25
+ //# sourceMappingURL=ambient-context-sensing.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../src/forwards/clusters/ambient-context-sensing.ts"],
4
+ "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAQA,sBAAO;AAEP,4CAAc,2DAVd;AAAA;AAAA;AAAA;AAAA;AAAA;",
5
+ "names": []
6
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
7
+ import "@matter/main/platform";
8
+ export * from "@matter/types/clusters/groupcast";
9
+ //# sourceMappingURL=groupcast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"groupcast.d.ts","sourceRoot":"","sources":["../../../../src/forwards/clusters/groupcast.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,uBAAuB,CAAC;AAE/B,cAAc,kCAAkC,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
+ var groupcast_exports = {};
17
+ module.exports = __toCommonJS(groupcast_exports);
18
+ var import_platform = require("@matter/main/platform");
19
+ __reExport(groupcast_exports, require("@matter/types/clusters/groupcast"), module.exports);
20
+ /**
21
+ * @license
22
+ * Copyright 2022-2026 Matter.js Authors
23
+ * SPDX-License-Identifier: Apache-2.0
24
+ */
25
+ //# sourceMappingURL=groupcast.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../src/forwards/clusters/groupcast.ts"],
4
+ "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAQA,sBAAO;AAEP,8BAAc,6CAVd;AAAA;AAAA;AAAA;AAAA;AAAA;",
5
+ "names": []
6
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
7
+ import "@matter/main/platform";
8
+ export * from "@matter/types/clusters/temperature-alarm";
9
+ //# sourceMappingURL=temperature-alarm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"temperature-alarm.d.ts","sourceRoot":"","sources":["../../../../src/forwards/clusters/temperature-alarm.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,uBAAuB,CAAC;AAE/B,cAAc,0CAA0C,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
+ var temperature_alarm_exports = {};
17
+ module.exports = __toCommonJS(temperature_alarm_exports);
18
+ var import_platform = require("@matter/main/platform");
19
+ __reExport(temperature_alarm_exports, require("@matter/types/clusters/temperature-alarm"), module.exports);
20
+ /**
21
+ * @license
22
+ * Copyright 2022-2026 Matter.js Authors
23
+ * SPDX-License-Identifier: Apache-2.0
24
+ */
25
+ //# sourceMappingURL=temperature-alarm.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../src/forwards/clusters/temperature-alarm.ts"],
4
+ "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAQA,sBAAO;AAEP,sCAAc,qDAVd;AAAA;AAAA;AAAA;AAAA;AAAA;",
5
+ "names": []
6
+ }
@@ -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.4";
29
+ const version = "0.17.5-alpha.0-20260704-9ea70abfa";
30
30
  //# sourceMappingURL=version.js.map
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
7
+ import "@matter/main/platform";
8
+ export * from "@matter/node/behaviors/ambient-context-sensing";
9
+ //# sourceMappingURL=ambient-context-sensing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ambient-context-sensing.d.ts","sourceRoot":"","sources":["../../../../src/forwards/behaviors/ambient-context-sensing.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,uBAAuB,CAAC;AAE/B,cAAc,gDAAgD,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import "@matter/main/platform";
7
+ export * from "@matter/node/behaviors/ambient-context-sensing";
8
+ //# sourceMappingURL=ambient-context-sensing.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../src/forwards/behaviors/ambient-context-sensing.ts"],
4
+ "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAQA,OAAO;AAEP,cAAc;",
5
+ "names": []
6
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
7
+ import "@matter/main/platform";
8
+ export * from "@matter/node/behaviors/groupcast";
9
+ //# sourceMappingURL=groupcast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"groupcast.d.ts","sourceRoot":"","sources":["../../../../src/forwards/behaviors/groupcast.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,uBAAuB,CAAC;AAE/B,cAAc,kCAAkC,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import "@matter/main/platform";
7
+ export * from "@matter/node/behaviors/groupcast";
8
+ //# sourceMappingURL=groupcast.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../src/forwards/behaviors/groupcast.ts"],
4
+ "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAQA,OAAO;AAEP,cAAc;",
5
+ "names": []
6
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
7
+ import "@matter/main/platform";
8
+ export * from "@matter/node/behaviors/temperature-alarm";
9
+ //# sourceMappingURL=temperature-alarm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"temperature-alarm.d.ts","sourceRoot":"","sources":["../../../../src/forwards/behaviors/temperature-alarm.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,uBAAuB,CAAC;AAE/B,cAAc,0CAA0C,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import "@matter/main/platform";
7
+ export * from "@matter/node/behaviors/temperature-alarm";
8
+ //# sourceMappingURL=temperature-alarm.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../src/forwards/behaviors/temperature-alarm.ts"],
4
+ "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAQA,OAAO;AAEP,cAAc;",
5
+ "names": []
6
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
7
+ import "@matter/main/platform";
8
+ export * from "@matter/types/clusters/ambient-context-sensing";
9
+ //# sourceMappingURL=ambient-context-sensing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ambient-context-sensing.d.ts","sourceRoot":"","sources":["../../../../src/forwards/clusters/ambient-context-sensing.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,uBAAuB,CAAC;AAE/B,cAAc,gDAAgD,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import "@matter/main/platform";
7
+ export * from "@matter/types/clusters/ambient-context-sensing";
8
+ //# sourceMappingURL=ambient-context-sensing.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../src/forwards/clusters/ambient-context-sensing.ts"],
4
+ "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAQA,OAAO;AAEP,cAAc;",
5
+ "names": []
6
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
7
+ import "@matter/main/platform";
8
+ export * from "@matter/types/clusters/groupcast";
9
+ //# sourceMappingURL=groupcast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"groupcast.d.ts","sourceRoot":"","sources":["../../../../src/forwards/clusters/groupcast.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,uBAAuB,CAAC;AAE/B,cAAc,kCAAkC,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import "@matter/main/platform";
7
+ export * from "@matter/types/clusters/groupcast";
8
+ //# sourceMappingURL=groupcast.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../src/forwards/clusters/groupcast.ts"],
4
+ "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAQA,OAAO;AAEP,cAAc;",
5
+ "names": []
6
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
7
+ import "@matter/main/platform";
8
+ export * from "@matter/types/clusters/temperature-alarm";
9
+ //# sourceMappingURL=temperature-alarm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"temperature-alarm.d.ts","sourceRoot":"","sources":["../../../../src/forwards/clusters/temperature-alarm.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,6CAA6C;AAE7C,OAAO,uBAAuB,CAAC;AAE/B,cAAc,0CAA0C,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import "@matter/main/platform";
7
+ export * from "@matter/types/clusters/temperature-alarm";
8
+ //# sourceMappingURL=temperature-alarm.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../src/forwards/clusters/temperature-alarm.ts"],
4
+ "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAQA,OAAO;AAEP,cAAc;",
5
+ "names": []
6
+ }
@@ -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.4";
6
+ const version = "0.17.5-alpha.0-20260704-9ea70abfa";
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.4",
3
+ "version": "0.17.5-alpha.0-20260704-9ea70abfa",
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.4",
36
- "@matter/model": "0.17.4",
37
- "@matter/node": "0.17.4",
38
- "@matter/protocol": "0.17.4",
39
- "@matter/types": "0.17.4"
35
+ "@matter/general": "0.17.5-alpha.0-20260704-9ea70abfa",
36
+ "@matter/model": "0.17.5-alpha.0-20260704-9ea70abfa",
37
+ "@matter/node": "0.17.5-alpha.0-20260704-9ea70abfa",
38
+ "@matter/protocol": "0.17.5-alpha.0-20260704-9ea70abfa",
39
+ "@matter/types": "0.17.5-alpha.0-20260704-9ea70abfa"
40
40
  },
41
41
  "optionalDependencies": {
42
- "@matter/nodejs": "0.17.4"
42
+ "@matter/nodejs": "0.17.5-alpha.0-20260704-9ea70abfa"
43
43
  },
44
44
  "files": [
45
45
  "dist/**/*",
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
8
+
9
+ import "@matter/main/platform";
10
+
11
+ export * from "@matter/node/behaviors/ambient-context-sensing";
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
8
+
9
+ import "@matter/main/platform";
10
+
11
+ export * from "@matter/node/behaviors/groupcast";
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
8
+
9
+ import "@matter/main/platform";
10
+
11
+ export * from "@matter/node/behaviors/temperature-alarm";
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
8
+
9
+ import "@matter/main/platform";
10
+
11
+ export * from "@matter/types/clusters/ambient-context-sensing";
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
8
+
9
+ import "@matter/main/platform";
10
+
11
+ export * from "@matter/types/clusters/groupcast";
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2026 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
8
+
9
+ import "@matter/main/platform";
10
+
11
+ export * from "@matter/types/clusters/temperature-alarm";
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.4";
7
+ export const version: string = "0.17.5-alpha.0-20260704-9ea70abfa";