@project-chip/matter.js 0.11.2-alpha.0-20241102-aa282dab8 → 0.11.3-alpha.0-20241105-ecad0373d
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/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@project-chip/matter.js",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.3-alpha.0-20241105-ecad0373d",
|
|
4
4
|
"description": "Matter protocol in pure js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iot",
|
|
@@ -44,16 +44,16 @@
|
|
|
44
44
|
"#*": "./src/*"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@matter/general": "0.11.
|
|
48
|
-
"@matter/model": "0.11.
|
|
49
|
-
"@matter/node": "0.11.
|
|
50
|
-
"@matter/protocol": "0.11.
|
|
51
|
-
"@matter/types": "0.11.
|
|
47
|
+
"@matter/general": "0.11.3-alpha.0-20241105-ecad0373d",
|
|
48
|
+
"@matter/model": "0.11.3-alpha.0-20241105-ecad0373d",
|
|
49
|
+
"@matter/node": "0.11.3-alpha.0-20241105-ecad0373d",
|
|
50
|
+
"@matter/protocol": "0.11.3-alpha.0-20241105-ecad0373d",
|
|
51
|
+
"@matter/types": "0.11.3-alpha.0-20241105-ecad0373d",
|
|
52
52
|
"@noble/curves": "^1.5.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@matter/tools": "0.11.
|
|
56
|
-
"@matter/testing": "0.11.
|
|
55
|
+
"@matter/tools": "0.11.3-alpha.0-20241105-ecad0373d",
|
|
56
|
+
"@matter/testing": "0.11.3-alpha.0-20241105-ecad0373d"
|
|
57
57
|
},
|
|
58
58
|
"files": [
|
|
59
59
|
"dist/**/*",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"default": "./dist/cjs/compat/behavior/*.js"
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
-
"./
|
|
109
|
+
"./behaviors/*": {
|
|
110
110
|
"import": {
|
|
111
111
|
"types": "./dist/esm/forwards/behaviors/*.d.ts",
|
|
112
112
|
"default": "./dist/esm/forwards/behaviors/*.js"
|
|
@@ -161,19 +161,19 @@
|
|
|
161
161
|
"typesVersions": {
|
|
162
162
|
"*": {
|
|
163
163
|
"device/*": [
|
|
164
|
-
"/dist/cjs/
|
|
164
|
+
"/dist/cjs/device/*.d.ts"
|
|
165
165
|
],
|
|
166
166
|
"cluster/*": [
|
|
167
|
-
"/dist/cjs/
|
|
167
|
+
"/dist/cjs/cluster/export.d.ts"
|
|
168
168
|
],
|
|
169
169
|
"devices/*": [
|
|
170
|
-
"/dist/cjs/
|
|
170
|
+
"/dist/cjs/forwards/devices/*.d.ts"
|
|
171
171
|
],
|
|
172
172
|
"endpoints/*": [
|
|
173
|
-
"/dist/cjs/
|
|
173
|
+
"/dist/cjs/forwards/endpoints/*.d.ts"
|
|
174
174
|
],
|
|
175
175
|
"behaviors/*": [
|
|
176
|
-
"/dist/cjs/
|
|
176
|
+
"/dist/cjs/forwards/behaviors/*.d.ts"
|
|
177
177
|
],
|
|
178
178
|
".": [
|
|
179
179
|
"/dist/cjs/export.d.ts"
|