@matter/nodejs-ble 0.16.0-alpha.0-20250916-d577beb1d → 0.16.0-alpha.0-20250921-b7a3dda23

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![license](https://img.shields.io/badge/license-Apache2-green.svg?style=flat)](https://raw.githubusercontent.com/mfucci/node-matter/master/LICENSE)
4
4
 
5
- Matter BLE support using bleno for Peripheral/Device side and noble (not implemented yet) for Central/Controller side.
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-20250916-d577beb1d",
3
+ "version": "0.16.0-alpha.0-20250921-b7a3dda23",
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-20250916-d577beb1d",
32
- "@matter/protocol": "0.16.0-alpha.0-20250916-d577beb1d",
33
- "@matter/types": "0.16.0-alpha.0-20250916-d577beb1d"
31
+ "@matter/general": "0.16.0-alpha.0-20250921-b7a3dda23",
32
+ "@matter/protocol": "0.16.0-alpha.0-20250921-b7a3dda23",
33
+ "@matter/types": "0.16.0-alpha.0-20250921-b7a3dda23"
34
34
  },
35
35
  "devDependencies": {
36
- "@matter/tools": "0.16.0-alpha.0-20250916-d577beb1d"
36
+ "@matter/tools": "0.16.0-alpha.0-20250921-b7a3dda23"
37
37
  },
38
38
  "optionalDependencies": {
39
39
  "@stoprocent/bleno": "^0.11.4",