@project-chip/matter-node.js-examples 0.8.0-alpha.0-20240325-38a92dd1 → 0.8.0-alpha.0-20240328-f7f45db5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
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-20240325-38a92dd1",
3
+ "version": "0.8.0-alpha.0-20240328-f7f45db5",
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.4.3"
65
65
  },
66
66
  "dependencies": {
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"
67
+ "@project-chip/matter-node-ble.js": "0.8.0-alpha.0-20240328-f7f45db5",
68
+ "@project-chip/matter-node.js": "0.8.0-alpha.0-20240328-f7f45db5",
69
+ "@project-chip/matter.js": "0.8.0-alpha.0-20240328-f7f45db5",
70
+ "@project-chip/matter.js-tools": "0.8.0-alpha.0-20240328-f7f45db5"
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": "661f6fdb272a11b17cadc9e02d8f12a639006bd2"
86
+ "gitHead": "dfb9b4d129665c7896e443334cd767645532f276"
87
87
  }