@project-chip/matter-node.js-examples 0.10.0-alpha.0-20240816-44eb2b57 → 0.10.0-alpha.0-20240816-7e794c67

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.10.0-alpha.0-20240816-44eb2b57",
3
+ "version": "0.10.0-alpha.0-20240816-7e794c67",
4
4
  "description": "CLI/Reference implementation scripts for Matter protocol for node.js",
5
5
  "keywords": [
6
6
  "iot",
@@ -64,10 +64,10 @@
64
64
  "typescript": "~5.5.3"
65
65
  },
66
66
  "dependencies": {
67
- "@project-chip/matter-node-ble.js": "0.10.0-alpha.0-20240816-44eb2b57",
68
- "@project-chip/matter-node.js": "0.10.0-alpha.0-20240816-44eb2b57",
69
- "@project-chip/matter.js": "0.10.0-alpha.0-20240816-44eb2b57",
70
- "@project-chip/matter.js-tools": "0.10.0-alpha.0-20240816-44eb2b57"
67
+ "@project-chip/matter-node-ble.js": "0.10.0-alpha.0-20240816-7e794c67",
68
+ "@project-chip/matter-node.js": "0.10.0-alpha.0-20240816-7e794c67",
69
+ "@project-chip/matter.js": "0.10.0-alpha.0-20240816-7e794c67",
70
+ "@project-chip/matter.js-tools": "0.10.0-alpha.0-20240816-7e794c67"
71
71
  },
72
72
  "engines": {
73
73
  "node": ">=18.0.0"
@@ -82,5 +82,5 @@
82
82
  "publishConfig": {
83
83
  "access": "public"
84
84
  },
85
- "gitHead": "2895a035d59f017c9e6b5938cc1f6693e1a1a454"
85
+ "gitHead": "a5a974bcd207a1a53877280dcb46866d0c2f18c4"
86
86
  }