@project-chip/matter-node.js-examples 0.7.4-alpha.0-20231223-ec1d465a → 0.7.4-alpha.0-20231226-ae0424c2

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.4-alpha.0-20231223-ec1d465a",
3
+ "version": "0.7.4-alpha.0-20231226-ae0424c2",
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.4-alpha.0-20231223-ec1d465a",
50
- "@project-chip/matter-node.js": "0.7.4-alpha.0-20231223-ec1d465a",
51
- "@project-chip/matter.js-tools": "0.7.4-alpha.0-20231223-ec1d465a"
49
+ "@project-chip/matter-node-ble.js": "0.7.4-alpha.0-20231226-ae0424c2",
50
+ "@project-chip/matter-node.js": "0.7.4-alpha.0-20231226-ae0424c2",
51
+ "@project-chip/matter.js-tools": "0.7.4-alpha.0-20231226-ae0424c2"
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": "7cce03ee129eaedae355a7d3159e9fd36e691bcf"
67
+ "gitHead": "2264a653ae7c875d5ce495aae7afbff3ea74a67c"
68
68
  }