@project-chip/matter-node.js-examples 0.8.0-alpha.0-20240319-3d88df96 → 0.8.0-alpha.0-20240325-38a92dd1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
@@ -69,7 +69,7 @@ npm run matter-legacystorageconverter -- --legacy-storage-path=<Path-to-Legcy-St
|
|
69
69
|
```
|
70
70
|
|
71
71
|
> [!NOTICE]
|
72
|
-
> The
|
72
|
+
> The Converter might tell you to make sure to use the full parameters when starting the new example after conversion. This is needed in some cases because some data were not stored in the storage prior the new versions and are so missing in the storage.
|
73
73
|
|
74
74
|
After this you can use the new Device example script to start it.
|
75
75
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@project-chip/matter-node.js-examples",
|
3
|
-
"version": "0.8.0-alpha.0-
|
3
|
+
"version": "0.8.0-alpha.0-20240325-38a92dd1",
|
4
4
|
"description": "CLI/Reference implementation scripts for Matter protocol for node.js",
|
5
5
|
"keywords": [
|
6
6
|
"iot",
|
@@ -61,13 +61,13 @@
|
|
61
61
|
"matter-legacystorageconverter": "./dist/esm/examples/LegacyStorageConverter.js"
|
62
62
|
},
|
63
63
|
"devDependencies": {
|
64
|
-
"typescript": "
|
64
|
+
"typescript": "~5.4.3"
|
65
65
|
},
|
66
66
|
"dependencies": {
|
67
|
-
"@project-chip/matter-node-ble.js": "0.8.0-alpha.0-
|
68
|
-
"@project-chip/matter-node.js": "0.8.0-alpha.0-
|
69
|
-
"@project-chip/matter.js": "0.8.0-alpha.0-
|
70
|
-
"@project-chip/matter.js-tools": "0.8.0-alpha.0-
|
67
|
+
"@project-chip/matter-node-ble.js": "0.8.0-alpha.0-20240325-38a92dd1",
|
68
|
+
"@project-chip/matter-node.js": "0.8.0-alpha.0-20240325-38a92dd1",
|
69
|
+
"@project-chip/matter.js": "0.8.0-alpha.0-20240325-38a92dd1",
|
70
|
+
"@project-chip/matter.js-tools": "0.8.0-alpha.0-20240325-38a92dd1"
|
71
71
|
},
|
72
72
|
"engines": {
|
73
73
|
"_comment": "For Crypto.hkdf support",
|
@@ -83,5 +83,5 @@
|
|
83
83
|
"publishConfig": {
|
84
84
|
"access": "public"
|
85
85
|
},
|
86
|
-
"gitHead": "
|
86
|
+
"gitHead": "661f6fdb272a11b17cadc9e02d8f12a639006bd2"
|
87
87
|
}
|