@matter/main 0.11.0-alpha.0-20241008-64a416779 → 0.11.0-alpha.0-20241013-d38e934bb
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +10 -10
- package/src/tsconfig.json +5 -5
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-20241013-d38e934bb",
|
4
4
|
"description": "Matter.js main entrypoint",
|
5
5
|
"keywords": [
|
6
6
|
"iot",
|
@@ -41,19 +41,19 @@
|
|
41
41
|
"#*": "./src/*"
|
42
42
|
},
|
43
43
|
"dependencies": {
|
44
|
-
"@
|
45
|
-
"@matter/
|
46
|
-
"@matter/
|
47
|
-
"@matter/
|
48
|
-
"@matter/
|
49
|
-
"@
|
44
|
+
"@matter/general": "0.11.0-alpha.0-20241013-d38e934bb",
|
45
|
+
"@matter/model": "0.11.0-alpha.0-20241013-d38e934bb",
|
46
|
+
"@matter/node": "0.11.0-alpha.0-20241013-d38e934bb",
|
47
|
+
"@matter/protocol": "0.11.0-alpha.0-20241013-d38e934bb",
|
48
|
+
"@matter/types": "0.11.0-alpha.0-20241013-d38e934bb",
|
49
|
+
"@noble/curves": "^1.5.0"
|
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-20241013-d38e934bb",
|
53
|
+
"@matter/react-native": "0.11.0-alpha.0-20241013-d38e934bb"
|
54
54
|
},
|
55
55
|
"devDependencies": {
|
56
|
-
"@matter/tools": "0.11.0-alpha.0-
|
56
|
+
"@matter/tools": "0.11.0-alpha.0-20241013-d38e934bb"
|
57
57
|
},
|
58
58
|
"files": [
|
59
59
|
"dist/**/*",
|
package/src/tsconfig.json
CHANGED
@@ -14,19 +14,19 @@
|
|
14
14
|
"path": "../../model/src"
|
15
15
|
},
|
16
16
|
{
|
17
|
-
"path": "../../
|
17
|
+
"path": "../../node/src"
|
18
18
|
},
|
19
19
|
{
|
20
|
-
"path": "../../
|
20
|
+
"path": "../../nodejs/src"
|
21
21
|
},
|
22
22
|
{
|
23
|
-
"path": "../../
|
23
|
+
"path": "../../protocol/src"
|
24
24
|
},
|
25
25
|
{
|
26
|
-
"path": "../../
|
26
|
+
"path": "../../react-native/src"
|
27
27
|
},
|
28
28
|
{
|
29
|
-
"path": "../../
|
29
|
+
"path": "../../types/src"
|
30
30
|
}
|
31
31
|
]
|
32
32
|
}
|