@project-chip/matter-node.js-examples 0.8.0-alpha.0-20240319-3d88df96 → 0.8.0-alpha.0-20240325-38a92dd1

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 +1 -1
  2. 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 Conbverter 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.
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-20240319-3d88df96",
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": "^5.4.2"
64
+ "typescript": "~5.4.3"
65
65
  },
66
66
  "dependencies": {
67
- "@project-chip/matter-node-ble.js": "0.8.0-alpha.0-20240319-3d88df96",
68
- "@project-chip/matter-node.js": "0.8.0-alpha.0-20240319-3d88df96",
69
- "@project-chip/matter.js": "0.8.0-alpha.0-20240319-3d88df96",
70
- "@project-chip/matter.js-tools": "0.8.0-alpha.0-20240319-3d88df96"
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": "75a744c54fb5412d02cd3ddc78fe1052f2da8c74"
86
+ "gitHead": "661f6fdb272a11b17cadc9e02d8f12a639006bd2"
87
87
  }