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