@matter/nodejs-ble 0.16.0-alpha.0-20250802-1af103e3d → 0.16.0-alpha.0-20250809-ee8375bcb
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matter/nodejs-ble",
|
|
3
|
-
"version": "0.16.0-alpha.0-
|
|
3
|
+
"version": "0.16.0-alpha.0-20250809-ee8375bcb",
|
|
4
4
|
"description": "Matter BLE support for node.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iot",
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"Ingo Fischer <github@fischer-ka.de>"
|
|
16
16
|
],
|
|
17
17
|
"bugs": {
|
|
18
|
-
"url": "https://github.com/matter-js/matter/issues"
|
|
18
|
+
"url": "https://github.com/matter-js/matter.js/issues"
|
|
19
19
|
},
|
|
20
|
-
"homepage": "https://github.com/matter-js/matter",
|
|
20
|
+
"homepage": "https://github.com/matter-js/matter.js",
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
|
-
"url": "git+https://github.com/matter-js/matter.git"
|
|
23
|
+
"url": "git+https://github.com/matter-js/matter.js.git"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"clean": "matter-build clean",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"build-clean": "matter-build --clean"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@matter/general": "0.16.0-alpha.0-
|
|
32
|
-
"@matter/protocol": "0.16.0-alpha.0-
|
|
33
|
-
"@matter/types": "0.16.0-alpha.0-
|
|
31
|
+
"@matter/general": "0.16.0-alpha.0-20250809-ee8375bcb",
|
|
32
|
+
"@matter/protocol": "0.16.0-alpha.0-20250809-ee8375bcb",
|
|
33
|
+
"@matter/types": "0.16.0-alpha.0-20250809-ee8375bcb"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@matter/tools": "0.16.0-alpha.0-
|
|
36
|
+
"@matter/tools": "0.16.0-alpha.0-20250809-ee8375bcb"
|
|
37
37
|
},
|
|
38
38
|
"optionalDependencies": {
|
|
39
39
|
"@stoprocent/bleno": "^0.11.4",
|