@matter-server/custom-clusters 0.6.1 → 0.6.2-alpha.0-20260421-bc2093e
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"heiman.d.ts","sourceRoot":"","sources":["../../../src/clusters/heiman.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH;;GAEG;AACH,cAAM,mBAAmB;IAErB,UAAU,EAAG,MAAM,CAAC;CACvB;AAED,qBACa,aAAa;IAEtB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAG3B,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IAEH,YAAY,CAAC,QAAQ,EAAE,mBAAmB,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"heiman.d.ts","sourceRoot":"","sources":["../../../src/clusters/heiman.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH;;GAEG;AACH,cAAM,mBAAmB;IAErB,UAAU,EAAG,MAAM,CAAC;CACvB;AAED,qBACa,aAAa;IAEtB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAG3B,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IAEH,YAAY,CAAC,QAAQ,EAAE,mBAAmB,GAAG,IAAI,CAAG;CACvD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matter-server/custom-clusters",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2-alpha.0-20260421-bc2093e",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Custom cluster definitions for matter.js based projects",
|
|
6
6
|
"bugs": {
|
|
@@ -13,16 +13,27 @@
|
|
|
13
13
|
},
|
|
14
14
|
"author": "Open Home Foundation",
|
|
15
15
|
"main": "dist/esm/register.js",
|
|
16
|
+
"exports": {
|
|
17
|
+
".": {
|
|
18
|
+
"dev-types": {
|
|
19
|
+
"types": "./src/register.ts"
|
|
20
|
+
},
|
|
21
|
+
"import": {
|
|
22
|
+
"types": "./dist/esm/register.d.ts",
|
|
23
|
+
"default": "./dist/esm/register.js"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
16
27
|
"scripts": {
|
|
17
|
-
"clean": "
|
|
18
|
-
"build": "
|
|
19
|
-
"build-clean": "
|
|
28
|
+
"clean": "nacho-build clean",
|
|
29
|
+
"build": "nacho-build",
|
|
30
|
+
"build-clean": "nacho-build --clean"
|
|
20
31
|
},
|
|
21
32
|
"engines": {
|
|
22
33
|
"node": ">=20.19.0 <22.0.0 || >=22.13.0"
|
|
23
34
|
},
|
|
24
35
|
"dependencies": {
|
|
25
|
-
"@matter/main": "0.17.0-alpha.0-
|
|
36
|
+
"@matter/main": "0.17.0-alpha.0-20260417-8f958ba0d"
|
|
26
37
|
},
|
|
27
38
|
"files": [
|
|
28
39
|
"dist/**/*",
|
package/src/tsconfig.json
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
// Managed by nacho-build. Nacho will update references automatically but otherwise preserves your edits.
|
|
2
|
+
// Use `nacho-build configure` to overwrite with defaults.
|
|
1
3
|
{
|
|
2
|
-
"extends": "
|
|
4
|
+
"extends": "../../../tsc/tsconfig.lib.json",
|
|
3
5
|
"compilerOptions": {},
|
|
4
6
|
"references": []
|
|
5
|
-
}
|
|
7
|
+
}
|