@project-chip/matter-node.js-examples 0.8.0-alpha.0-20240311-6006c732 → 0.8.0-alpha.0-20240311-6a811d05

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-20240311-6006c732",
3
+ "version": "0.8.0-alpha.0-20240311-6a811d05",
4
4
  "description": "CLI/Reference implementation scripts for Matter protocol for node.js",
5
5
  "keywords": [
6
6
  "iot",
@@ -48,10 +48,10 @@
48
48
  "typescript": "^5.3.3"
49
49
  },
50
50
  "dependencies": {
51
- "@project-chip/matter-node-ble.js": "0.8.0-alpha.0-20240311-6006c732",
52
- "@project-chip/matter-node.js": "0.8.0-alpha.0-20240311-6006c732",
53
- "@project-chip/matter.js": "0.8.0-alpha.0-20240311-6006c732",
54
- "@project-chip/matter.js-tools": "0.8.0-alpha.0-20240311-6006c732"
51
+ "@project-chip/matter-node-ble.js": "0.8.0-alpha.0-20240311-6a811d05",
52
+ "@project-chip/matter-node.js": "0.8.0-alpha.0-20240311-6a811d05",
53
+ "@project-chip/matter.js": "0.8.0-alpha.0-20240311-6a811d05",
54
+ "@project-chip/matter.js-tools": "0.8.0-alpha.0-20240311-6a811d05"
55
55
  },
56
56
  "engines": {
57
57
  "_comment": "For Crypto.hkdf support",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "edfa5759c036d1880507841994827da7e459df2f"
70
+ "gitHead": "5ca7b0c18929e547af13f20560acbfaa775861f9"
71
71
  }