@project-chip/matter-node.js-examples 0.6.1-alpha.0-20231107-3cab6a1 → 0.6.1-alpha.0-20231107-ecff055

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-20231107-3cab6a1",
3
+ "version": "0.6.1-alpha.0-20231107-ecff055",
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/esm/examples/ControllerNode.js"
44
44
  },
45
45
  "devDependencies": {
46
- "@project-chip/matter.js-tools": "0.6.1-alpha.0-20231107-3cab6a1",
46
+ "@project-chip/matter.js-tools": "0.6.1-alpha.0-20231107-ecff055",
47
47
  "typescript": "^5.2.2"
48
48
  },
49
49
  "dependencies": {
50
- "@project-chip/matter-node-ble.js": "0.6.1-alpha.0-20231107-3cab6a1",
51
- "@project-chip/matter-node.js": "0.6.1-alpha.0-20231107-3cab6a1"
50
+ "@project-chip/matter-node-ble.js": "0.6.1-alpha.0-20231107-ecff055",
51
+ "@project-chip/matter-node.js": "0.6.1-alpha.0-20231107-ecff055"
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": "b42400c0af77c8612f9e9e7ab558b682f6207657"
67
+ "gitHead": "640c4dda6a2d6635e8966e7f7b679e5d96372276"
68
68
  }