@project-chip/matter-node.js-examples 0.5.1-alpha.0-20231005-d8f807e → 0.6.0
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.
|
3
|
+
"version": "0.6.0",
|
4
4
|
"description": "CLI/Reference implementation scripts for Matter protocol for node.js",
|
5
5
|
"keywords": [
|
6
6
|
"iot",
|
@@ -41,12 +41,12 @@
|
|
41
41
|
"matter-controller": "./dist/cjs/examples/ControllerNode.js"
|
42
42
|
},
|
43
43
|
"devDependencies": {
|
44
|
-
"@project-chip/matter.js-tools": "0.
|
44
|
+
"@project-chip/matter.js-tools": "0.6.0",
|
45
45
|
"typescript": "^5.2.2"
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
|
-
"@project-chip/matter-node-ble.js": "0.
|
49
|
-
"@project-chip/matter-node.js": "0.
|
48
|
+
"@project-chip/matter-node-ble.js": "0.6.0",
|
49
|
+
"@project-chip/matter-node.js": "0.6.0"
|
50
50
|
},
|
51
51
|
"engines": {
|
52
52
|
"_comment": "For Crypto.hkdf support",
|
@@ -61,5 +61,5 @@
|
|
61
61
|
"publishConfig": {
|
62
62
|
"access": "public"
|
63
63
|
},
|
64
|
-
"gitHead": "
|
64
|
+
"gitHead": "014500e1861e9d5c5c2830862ee6a139e43fedbe"
|
65
65
|
}
|