@matter/main 0.15.3 → 0.16.0-alpha.0-20250807-37b08c9bb
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/README.md +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Implementation of Matter protocol in typescript with no native dependencies (and
|
|
|
5
5
|
This is a convenient single-dependency for applications build on matter.js and have automatic registrations for Node.js
|
|
6
6
|
and react-native as platforms.
|
|
7
7
|
|
|
8
|
-
> This package supports all Node.js LTS versions starting with
|
|
8
|
+
> This package supports all Node.js LTS versions starting with 20.x (when Node.js is used).
|
|
9
9
|
|
|
10
10
|
The following features are abstracted away to allow to be implemented environment specific:
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matter/main",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0-alpha.0-20250807-37b08c9bb",
|
|
4
4
|
"description": "Matter.js main entrypoint",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iot",
|
|
@@ -41,17 +41,17 @@
|
|
|
41
41
|
"#*": "./src/*"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@matter/general": "0.
|
|
45
|
-
"@matter/model": "0.
|
|
46
|
-
"@matter/node": "0.
|
|
47
|
-
"@matter/protocol": "0.
|
|
48
|
-
"@matter/types": "0.
|
|
44
|
+
"@matter/general": "0.16.0-alpha.0-20250807-37b08c9bb",
|
|
45
|
+
"@matter/model": "0.16.0-alpha.0-20250807-37b08c9bb",
|
|
46
|
+
"@matter/node": "0.16.0-alpha.0-20250807-37b08c9bb",
|
|
47
|
+
"@matter/protocol": "0.16.0-alpha.0-20250807-37b08c9bb",
|
|
48
|
+
"@matter/types": "0.16.0-alpha.0-20250807-37b08c9bb"
|
|
49
49
|
},
|
|
50
50
|
"optionalDependencies": {
|
|
51
|
-
"@matter/nodejs": "0.
|
|
51
|
+
"@matter/nodejs": "0.16.0-alpha.0-20250807-37b08c9bb"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@matter/tools": "0.
|
|
54
|
+
"@matter/tools": "0.16.0-alpha.0-20250807-37b08c9bb"
|
|
55
55
|
},
|
|
56
56
|
"files": [
|
|
57
57
|
"dist/**/*",
|