@project-chip/matter-node.js-examples 0.11.0-alpha.0-20241015-ae8e54af2 → 0.11.0-alpha.0-20241016-a33385682
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@project-chip/matter-node.js-examples",
|
3
|
-
"version": "0.11.0-alpha.0-
|
3
|
+
"version": "0.11.0-alpha.0-20241016-a33385682",
|
4
4
|
"description": "Matter.js examples and reference implementations",
|
5
5
|
"keywords": [
|
6
6
|
"iot",
|
@@ -43,11 +43,11 @@
|
|
43
43
|
"matter-legacystorageconverter": "dist/esm/examples/LegacyStorageConverter.js"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@project-chip/matter-node-ble.js": "0.11.0-alpha.0-
|
47
|
-
"@project-chip/matter.js": "0.11.0-alpha.0-
|
46
|
+
"@project-chip/matter-node-ble.js": "0.11.0-alpha.0-20241016-a33385682",
|
47
|
+
"@project-chip/matter.js": "0.11.0-alpha.0-20241016-a33385682"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
|
-
"@matter/tools": "0.11.0-alpha.0-
|
50
|
+
"@matter/tools": "0.11.0-alpha.0-20241016-a33385682"
|
51
51
|
},
|
52
52
|
"engines": {
|
53
53
|
"node": ">=18.0.0"
|