@matter/main 0.16.0-alpha.0-20250916-d577beb1d → 0.16.0-alpha.0-20250921-b7a3dda23

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # @matter/main
2
2
 
3
+ > [!IMPORTANT]
4
+ > matter.js as library, along with all related tools (such as the Shell app) and examples, is not certified by the Connectivity Standards Alliance (CSA). They are provided solely to demonstrate the capabilities of our solution and to support testing and development. Using matter.js does not certify your product — Connectivity Standards Alliance membership and product certification are required to release official Matter devices. For more details, see [A note on certification](https://github.com/matter-js/matter.js/blob/main/README.md#a-note-on-certification).
5
+
3
6
  Implementation of Matter protocol in typescript with no native dependencies (and very limited dependencies).
4
7
 
5
8
  This is a convenient single-dependency for applications build on matter.js and have automatic registrations for Node.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/main",
3
- "version": "0.16.0-alpha.0-20250916-d577beb1d",
3
+ "version": "0.16.0-alpha.0-20250921-b7a3dda23",
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.16.0-alpha.0-20250916-d577beb1d",
45
- "@matter/model": "0.16.0-alpha.0-20250916-d577beb1d",
46
- "@matter/node": "0.16.0-alpha.0-20250916-d577beb1d",
47
- "@matter/protocol": "0.16.0-alpha.0-20250916-d577beb1d",
48
- "@matter/types": "0.16.0-alpha.0-20250916-d577beb1d"
44
+ "@matter/general": "0.16.0-alpha.0-20250921-b7a3dda23",
45
+ "@matter/model": "0.16.0-alpha.0-20250921-b7a3dda23",
46
+ "@matter/node": "0.16.0-alpha.0-20250921-b7a3dda23",
47
+ "@matter/protocol": "0.16.0-alpha.0-20250921-b7a3dda23",
48
+ "@matter/types": "0.16.0-alpha.0-20250921-b7a3dda23"
49
49
  },
50
50
  "optionalDependencies": {
51
- "@matter/nodejs": "0.16.0-alpha.0-20250916-d577beb1d"
51
+ "@matter/nodejs": "0.16.0-alpha.0-20250921-b7a3dda23"
52
52
  },
53
53
  "devDependencies": {
54
- "@matter/tools": "0.16.0-alpha.0-20250916-d577beb1d"
54
+ "@matter/tools": "0.16.0-alpha.0-20250921-b7a3dda23"
55
55
  },
56
56
  "files": [
57
57
  "dist/**/*",