@matter/nodejs-ble 0.16.0-alpha.0-20250916-d577beb1d → 0.16.0-alpha.0-20250920-809524dba
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://raw.githubusercontent.com/mfucci/node-matter/master/LICENSE)
|
|
4
4
|
|
|
5
|
-
Matter BLE support using bleno for Peripheral/Device side and noble
|
|
5
|
+
Matter BLE support using bleno for Peripheral/Device side and noble for Central/Controller side.
|
|
6
6
|
|
|
7
7
|
> This package supports all Node.js LTS versions starting with 20.x
|
|
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-20250920-809524dba",
|
|
4
4
|
"description": "Matter BLE support for node.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iot",
|
|
@@ -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-20250920-809524dba",
|
|
32
|
+
"@matter/protocol": "0.16.0-alpha.0-20250920-809524dba",
|
|
33
|
+
"@matter/types": "0.16.0-alpha.0-20250920-809524dba"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@matter/tools": "0.16.0-alpha.0-
|
|
36
|
+
"@matter/tools": "0.16.0-alpha.0-20250920-809524dba"
|
|
37
37
|
},
|
|
38
38
|
"optionalDependencies": {
|
|
39
39
|
"@stoprocent/bleno": "^0.11.4",
|