@project-chip/matter-node.js-examples 0.7.5-alpha.0-20240108-463db767 → 0.7.5-alpha.0-20240112-472442e7

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-20240108-463db767",
3
+ "version": "0.7.5-alpha.0-20240112-472442e7",
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-20240108-463db767",
50
- "@project-chip/matter-node.js": "0.7.5-alpha.0-20240108-463db767",
51
- "@project-chip/matter.js-tools": "0.7.5-alpha.0-20240108-463db767"
49
+ "@project-chip/matter-node-ble.js": "0.7.5-alpha.0-20240112-472442e7",
50
+ "@project-chip/matter-node.js": "0.7.5-alpha.0-20240112-472442e7",
51
+ "@project-chip/matter.js-tools": "0.7.5-alpha.0-20240112-472442e7"
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": "fa5cbf2986c1b0af9f581730a5ef3316f49866a7"
67
+ "gitHead": "88e1ab5f30ef372658ac6cf620df345bb0174d38"
68
68
  }