@project-chip/matter-node.js-examples 0.6.1-alpha.0-20231022-4bd17ea → 0.6.1-alpha.0-20231031-f3417b3

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.6.1-alpha.0-20231022-4bd17ea",
3
+ "version": "0.6.1-alpha.0-20231031-f3417b3",
4
4
  "description": "CLI/Reference implementation scripts for Matter protocol for node.js",
5
5
  "keywords": [
6
6
  "iot",
@@ -43,12 +43,12 @@
43
43
  "matter-controller": "./dist/cjs/examples/ControllerNode.js"
44
44
  },
45
45
  "devDependencies": {
46
- "@project-chip/matter.js-tools": "0.6.1-alpha.0-20231022-4bd17ea",
46
+ "@project-chip/matter.js-tools": "0.6.1-alpha.0-20231031-f3417b3",
47
47
  "typescript": "^5.2.2"
48
48
  },
49
49
  "dependencies": {
50
- "@project-chip/matter-node-ble.js": "0.6.1-alpha.0-20231022-4bd17ea",
51
- "@project-chip/matter-node.js": "0.6.1-alpha.0-20231022-4bd17ea"
50
+ "@project-chip/matter-node-ble.js": "0.6.1-alpha.0-20231031-f3417b3",
51
+ "@project-chip/matter-node.js": "0.6.1-alpha.0-20231031-f3417b3"
52
52
  },
53
53
  "engines": {
54
54
  "_comment": "For Crypto.hkdf support",
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "70f646a8c450050ceb1ee23aa92a824bf9e9d079"
66
+ "gitHead": "17686274443f659bcbd32b6cb40fb5b15e22cce0"
67
67
  }