@project-chip/matter-node.js-examples 0.6.1-alpha.0-20231108-f1d82f9 → 0.6.1-alpha.0-20231109-9f2ed08
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -4
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-
|
3
|
+
"version": "0.6.1-alpha.0-20231109-9f2ed08",
|
4
4
|
"description": "CLI/Reference implementation scripts for Matter protocol for node.js",
|
5
5
|
"keywords": [
|
6
6
|
"iot",
|
@@ -47,8 +47,9 @@
|
|
47
47
|
"typescript": "^5.2.2"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@project-chip/matter-node-ble.js": "0.6.1-alpha.0-
|
51
|
-
"@project-chip/matter-node.js": "0.6.1-alpha.0-
|
50
|
+
"@project-chip/matter-node-ble.js": "0.6.1-alpha.0-20231109-9f2ed08",
|
51
|
+
"@project-chip/matter-node.js": "0.6.1-alpha.0-20231109-9f2ed08",
|
52
|
+
"@project-chip/matter.js-tools": "0.6.1-alpha.0-20231109-9f2ed08"
|
52
53
|
},
|
53
54
|
"engines": {
|
54
55
|
"_comment": "For Crypto.hkdf support",
|
@@ -64,5 +65,5 @@
|
|
64
65
|
"publishConfig": {
|
65
66
|
"access": "public"
|
66
67
|
},
|
67
|
-
"gitHead": "
|
68
|
+
"gitHead": "7825fa3b33812bde537a43d86f11447a5ef8c9cb"
|
68
69
|
}
|