@project-chip/matter-node.js-examples 0.8.1-alpha.0-20240403-811441fb → 0.8.1-alpha.0-20240410-343bac39

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-chip/matter-node.js-examples",
3
- "version": "0.8.1-alpha.0-20240403-811441fb",
3
+ "version": "0.8.1-alpha.0-20240410-343bac39",
4
4
  "description": "CLI/Reference implementation scripts for Matter protocol for node.js",
5
5
  "keywords": [
6
6
  "iot",
@@ -61,13 +61,13 @@
61
61
  "matter-legacystorageconverter": "./dist/esm/examples/LegacyStorageConverter.js"
62
62
  },
63
63
  "devDependencies": {
64
- "typescript": "~5.4.3"
64
+ "typescript": "~5.4.4"
65
65
  },
66
66
  "dependencies": {
67
- "@project-chip/matter-node-ble.js": "0.8.1-alpha.0-20240403-811441fb",
68
- "@project-chip/matter-node.js": "0.8.1-alpha.0-20240403-811441fb",
69
- "@project-chip/matter.js": "0.8.1-alpha.0-20240403-811441fb",
70
- "@project-chip/matter.js-tools": "0.8.1-alpha.0-20240403-811441fb"
67
+ "@project-chip/matter-node-ble.js": "0.8.1-alpha.0-20240410-343bac39",
68
+ "@project-chip/matter-node.js": "0.8.1-alpha.0-20240410-343bac39",
69
+ "@project-chip/matter.js": "0.8.1-alpha.0-20240410-343bac39",
70
+ "@project-chip/matter.js-tools": "0.8.1-alpha.0-20240410-343bac39"
71
71
  },
72
72
  "engines": {
73
73
  "_comment": "For Crypto.hkdf support",
@@ -83,5 +83,5 @@
83
83
  "publishConfig": {
84
84
  "access": "public"
85
85
  },
86
- "gitHead": "cb01f664114471e7060b76f04fe063de9c2a7e8c"
86
+ "gitHead": "3419290f835bc2d7d526e38e8b7de0d93fe0ed59"
87
87
  }