@project-chip/matter-node.js-examples 0.10.0-alpha.0-20240710-9f38895c → 0.10.0-alpha.0-20240711-7e908482

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.10.0-alpha.0-20240710-9f38895c",
3
+ "version": "0.10.0-alpha.0-20240711-7e908482",
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-alpha.0-20240710-9f38895c",
68
- "@project-chip/matter-node.js": "0.10.0-alpha.0-20240710-9f38895c",
69
- "@project-chip/matter.js": "0.10.0-alpha.0-20240710-9f38895c",
70
- "@project-chip/matter.js-tools": "0.10.0-alpha.0-20240710-9f38895c"
67
+ "@project-chip/matter-node-ble.js": "0.10.0-alpha.0-20240711-7e908482",
68
+ "@project-chip/matter-node.js": "0.10.0-alpha.0-20240711-7e908482",
69
+ "@project-chip/matter.js": "0.10.0-alpha.0-20240711-7e908482",
70
+ "@project-chip/matter.js-tools": "0.10.0-alpha.0-20240711-7e908482"
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": "4223a8249e6227a5194f83bc6c7ebe11ed2c6d7d"
86
+ "gitHead": "50b391302680680842513077f6a9e56d6bb44777"
87
87
  }