@project-chip/matter-node.js-examples 0.8.0-alpha.0-20240309-64eaef67 → 0.8.0-alpha.0-20240310-474da21a

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-20240309-64eaef67",
3
+ "version": "0.8.0-alpha.0-20240310-474da21a",
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-20240309-64eaef67",
52
- "@project-chip/matter-node.js": "0.8.0-alpha.0-20240309-64eaef67",
53
- "@project-chip/matter.js": "0.8.0-alpha.0-20240309-64eaef67",
54
- "@project-chip/matter.js-tools": "0.8.0-alpha.0-20240309-64eaef67"
51
+ "@project-chip/matter-node-ble.js": "0.8.0-alpha.0-20240310-474da21a",
52
+ "@project-chip/matter-node.js": "0.8.0-alpha.0-20240310-474da21a",
53
+ "@project-chip/matter.js": "0.8.0-alpha.0-20240310-474da21a",
54
+ "@project-chip/matter.js-tools": "0.8.0-alpha.0-20240310-474da21a"
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": "091e2d911a7396e4a67736099b7ceb31713b5863"
70
+ "gitHead": "6271d67b09755686f5ef837f1b81776bf4a0df0b"
71
71
  }