@project-chip/matter-node.js-examples 0.7.5-alpha.0-20240109-7163dc37 → 0.7.5-alpha.0-20240116-740982b3

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-chip/matter-node.js-examples",
3
- "version": "0.7.5-alpha.0-20240109-7163dc37",
3
+ "version": "0.7.5-alpha.0-20240116-740982b3",
4
4
  "description": "CLI/Reference implementation scripts for Matter protocol for node.js",
5
5
  "keywords": [
6
6
  "iot",
@@ -46,9 +46,9 @@
46
46
  "typescript": "^5.3.3"
47
47
  },
48
48
  "dependencies": {
49
- "@project-chip/matter-node-ble.js": "0.7.5-alpha.0-20240109-7163dc37",
50
- "@project-chip/matter-node.js": "0.7.5-alpha.0-20240109-7163dc37",
51
- "@project-chip/matter.js-tools": "0.7.5-alpha.0-20240109-7163dc37"
49
+ "@project-chip/matter-node-ble.js": "0.7.5-alpha.0-20240116-740982b3",
50
+ "@project-chip/matter-node.js": "0.7.5-alpha.0-20240116-740982b3",
51
+ "@project-chip/matter.js-tools": "0.7.5-alpha.0-20240116-740982b3"
52
52
  },
53
53
  "engines": {
54
54
  "_comment": "For Crypto.hkdf support",
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "c4ad868450f01f93588c7da9fe047a2230c1b9d3"
67
+ "gitHead": "c105437529458597edc7e08e3a74227824979513"
68
68
  }