@project-chip/matter-node.js-examples 0.7.3-alpha.0-20231213-e297f4a9 → 0.7.3-alpha.0-20231215-b41f44f7

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.7.3-alpha.0-20231213-e297f4a9",
3
+ "version": "0.7.3-alpha.0-20231215-b41f44f7",
4
4
  "description": "CLI/Reference implementation scripts for Matter protocol for node.js",
5
5
  "keywords": [
6
6
  "iot",
@@ -46,9 +46,9 @@
46
46
  "typescript": "^5.3.3"
47
47
  },
48
48
  "dependencies": {
49
- "@project-chip/matter-node-ble.js": "0.7.3-alpha.0-20231213-e297f4a9",
50
- "@project-chip/matter-node.js": "0.7.3-alpha.0-20231213-e297f4a9",
51
- "@project-chip/matter.js-tools": "0.7.3-alpha.0-20231213-e297f4a9"
49
+ "@project-chip/matter-node-ble.js": "0.7.3-alpha.0-20231215-b41f44f7",
50
+ "@project-chip/matter-node.js": "0.7.3-alpha.0-20231215-b41f44f7",
51
+ "@project-chip/matter.js-tools": "0.7.3-alpha.0-20231215-b41f44f7"
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": "c22c726e5d2d482cd70d481b9c8cef1532d1c083"
67
+ "gitHead": "2c3240e792a3b92817bf32ee44c92b075e432b4e"
68
68
  }