@matter/main 0.11.0-alpha.0-20241006-eccb81ae1 → 0.11.0-alpha.0-20241008-64a416779
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +9 -9
- package/src/tsconfig.json +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@matter/main",
|
3
|
-
"version": "0.11.0-alpha.0-
|
3
|
+
"version": "0.11.0-alpha.0-20241008-64a416779",
|
4
4
|
"description": "Matter.js main entrypoint",
|
5
5
|
"keywords": [
|
6
6
|
"iot",
|
@@ -42,18 +42,18 @@
|
|
42
42
|
},
|
43
43
|
"dependencies": {
|
44
44
|
"@noble/curves": "^1.5.0",
|
45
|
-
"@matter/general": "0.11.0-alpha.0-
|
46
|
-
"@matter/model": "0.11.0-alpha.0-
|
47
|
-
"@matter/types": "0.11.0-alpha.0-
|
48
|
-
"@matter/protocol": "0.11.0-alpha.0-
|
49
|
-
"@matter/node": "0.11.0-alpha.0-
|
45
|
+
"@matter/general": "0.11.0-alpha.0-20241008-64a416779",
|
46
|
+
"@matter/model": "0.11.0-alpha.0-20241008-64a416779",
|
47
|
+
"@matter/types": "0.11.0-alpha.0-20241008-64a416779",
|
48
|
+
"@matter/protocol": "0.11.0-alpha.0-20241008-64a416779",
|
49
|
+
"@matter/node": "0.11.0-alpha.0-20241008-64a416779"
|
50
50
|
},
|
51
51
|
"optionalDependencies": {
|
52
|
-
"@matter/nodejs": "0.11.0-alpha.0-
|
53
|
-
"@matter/react-native": "0.11.0-alpha.0-
|
52
|
+
"@matter/nodejs": "0.11.0-alpha.0-20241008-64a416779",
|
53
|
+
"@matter/react-native": "0.11.0-alpha.0-20241008-64a416779"
|
54
54
|
},
|
55
55
|
"devDependencies": {
|
56
|
-
"@matter/tools": "0.11.0-alpha.0-
|
56
|
+
"@matter/tools": "0.11.0-alpha.0-20241008-64a416779"
|
57
57
|
},
|
58
58
|
"files": [
|
59
59
|
"dist/**/*",
|
package/src/tsconfig.json
CHANGED