@project-chip/matter-node.js-examples 0.11.0-alpha.0-20241022-4fc11014f → 0.11.0-alpha.0-20241025-b177b0a59
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 +4 -4
package/README.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
> The examples in this package are deprecated. We will remove them in a future release when we remove the corresponding
|
5
5
|
deprecated API surface area.
|
6
6
|
|
7
|
-
|
7
|
+
The examples that use the most current API are in [@matter/examples](../../packages/examples/README.md).
|
8
8
|
|
9
9
|
### Legacy Device Examples
|
10
10
|
These examples use the matter.js API up to 0.7, which is considered "Legacy" now because it will be replaced by a new API starting with 0.8. The functionality is still working, but should be considered deprecated and will be removed with a later release!
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@project-chip/matter-node.js-examples",
|
3
|
-
"version": "0.11.0-alpha.0-
|
3
|
+
"version": "0.11.0-alpha.0-20241025-b177b0a59",
|
4
4
|
"description": "Matter.js examples and reference implementations",
|
5
5
|
"keywords": [
|
6
6
|
"iot",
|
@@ -43,11 +43,11 @@
|
|
43
43
|
"matter-legacystorageconverter": "dist/esm/examples/LegacyStorageConverter.js"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@project-chip/matter-node-ble.js": "0.11.0-alpha.0-
|
47
|
-
"@project-chip/matter.js": "0.11.0-alpha.0-
|
46
|
+
"@project-chip/matter-node-ble.js": "0.11.0-alpha.0-20241025-b177b0a59",
|
47
|
+
"@project-chip/matter.js": "0.11.0-alpha.0-20241025-b177b0a59"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
|
-
"@matter/tools": "0.11.0-alpha.0-
|
50
|
+
"@matter/tools": "0.11.0-alpha.0-20241025-b177b0a59"
|
51
51
|
},
|
52
52
|
"engines": {
|
53
53
|
"node": ">=18.0.0"
|