@project-chip/matter-node.js-examples 0.10.0 → 0.10.1-alpha.0-20240904-3e59b2c4
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 +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
|
3
3
|
[](https://raw.githubusercontent.com/mfucci/node-matter/master/LICENSE)
|
4
4
|
|
5
|
-
This project provides a set of reference implementations to
|
5
|
+
This project provides a set of reference implementations to show several types of Matter device nodes or also a controller implementation.
|
6
6
|
|
7
|
-
> This package
|
7
|
+
> This package supports all Node.js LTS versions starting with 18.x
|
8
8
|
|
9
9
|
# matter-node.js Usage examples / Reference implementations
|
10
10
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@project-chip/matter-node.js-examples",
|
3
|
-
"version": "0.10.0",
|
3
|
+
"version": "0.10.1-alpha.0-20240904-3e59b2c4",
|
4
4
|
"description": "CLI/Reference implementation scripts for Matter protocol for node.js",
|
5
5
|
"keywords": [
|
6
6
|
"iot",
|
@@ -64,10 +64,10 @@
|
|
64
64
|
"typescript": "~5.5.3"
|
65
65
|
},
|
66
66
|
"dependencies": {
|
67
|
-
"@project-chip/matter-node-ble.js": "0.10.0",
|
68
|
-
"@project-chip/matter-node.js": "0.10.0",
|
69
|
-
"@project-chip/matter.js": "0.10.0",
|
70
|
-
"@project-chip/matter.js-tools": "0.10.0"
|
67
|
+
"@project-chip/matter-node-ble.js": "0.10.1-alpha.0-20240904-3e59b2c4",
|
68
|
+
"@project-chip/matter-node.js": "0.10.1-alpha.0-20240904-3e59b2c4",
|
69
|
+
"@project-chip/matter.js": "0.10.1-alpha.0-20240904-3e59b2c4",
|
70
|
+
"@project-chip/matter.js-tools": "0.10.1-alpha.0-20240904-3e59b2c4"
|
71
71
|
},
|
72
72
|
"engines": {
|
73
73
|
"node": ">=18.0.0"
|
@@ -82,5 +82,5 @@
|
|
82
82
|
"publishConfig": {
|
83
83
|
"access": "public"
|
84
84
|
},
|
85
|
-
"gitHead": "
|
85
|
+
"gitHead": "4bff694cfb201becc350f5578cddca28da77a05f"
|
86
86
|
}
|