@matter/main 0.11.1-alpha.0-20241031-2da1ad763 → 0.11.2-alpha.0-20241101-15d283a0e
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@matter/main",
|
3
|
-
"version": "0.11.
|
3
|
+
"version": "0.11.2-alpha.0-20241101-15d283a0e",
|
4
4
|
"description": "Matter.js main entrypoint",
|
5
5
|
"keywords": [
|
6
6
|
"iot",
|
@@ -41,18 +41,18 @@
|
|
41
41
|
"#*": "./src/*"
|
42
42
|
},
|
43
43
|
"dependencies": {
|
44
|
-
"@matter/general": "0.11.
|
45
|
-
"@matter/model": "0.11.
|
46
|
-
"@matter/node": "0.11.
|
47
|
-
"@matter/protocol": "0.11.
|
48
|
-
"@matter/types": "0.11.
|
44
|
+
"@matter/general": "0.11.2-alpha.0-20241101-15d283a0e",
|
45
|
+
"@matter/model": "0.11.2-alpha.0-20241101-15d283a0e",
|
46
|
+
"@matter/node": "0.11.2-alpha.0-20241101-15d283a0e",
|
47
|
+
"@matter/protocol": "0.11.2-alpha.0-20241101-15d283a0e",
|
48
|
+
"@matter/types": "0.11.2-alpha.0-20241101-15d283a0e",
|
49
49
|
"@noble/curves": "^1.5.0"
|
50
50
|
},
|
51
51
|
"optionalDependencies": {
|
52
|
-
"@matter/nodejs": "0.11.
|
52
|
+
"@matter/nodejs": "0.11.2-alpha.0-20241101-15d283a0e"
|
53
53
|
},
|
54
54
|
"devDependencies": {
|
55
|
-
"@matter/tools": "0.11.
|
55
|
+
"@matter/tools": "0.11.2-alpha.0-20241101-15d283a0e"
|
56
56
|
},
|
57
57
|
"files": [
|
58
58
|
"dist/**/*",
|