@matter/nodejs-ble 0.11.2 → 0.11.3-alpha.0-20241106-39bacbc00
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 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -17,6 +17,7 @@ The used packages have some limitations and prerequisites. Please check the Read
|
|
|
17
17
|
* [noble](https://github.com/abandonware/noble#readme)
|
|
18
18
|
* Consider Noble prerequisites for your platform: https://github.com/stoprocent/noble#prerequisites
|
|
19
19
|
* For Linux: https://github.com/stoprocent/noble#running-without-rootsudo-linux-specific
|
|
20
|
+
* For macOS: Install [Bluetooth Central Matter Client Developer mode profile](../../docs/TROUBLESHOOTING.md#bluetooth-and-macos)
|
|
20
21
|
* When using Device and Controller in parallel: https://github.com/stoprocent/noble#bleno-compatibility-linux-specific (NOBLE_MULTI_ROLE might be needed to set)
|
|
21
22
|
* Please also see common issues and solutions: https://github.com/stoprocent/noble#common-problems
|
|
22
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matter/nodejs-ble",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.3-alpha.0-20241106-39bacbc00",
|
|
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.11.
|
|
32
|
-
"@matter/types": "0.11.
|
|
33
|
-
"@matter/protocol": "0.11.
|
|
31
|
+
"@matter/general": "0.11.3-alpha.0-20241106-39bacbc00",
|
|
32
|
+
"@matter/types": "0.11.3-alpha.0-20241106-39bacbc00",
|
|
33
|
+
"@matter/protocol": "0.11.3-alpha.0-20241106-39bacbc00"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@matter/tools": "0.11.
|
|
36
|
+
"@matter/tools": "0.11.3-alpha.0-20241106-39bacbc00"
|
|
37
37
|
},
|
|
38
38
|
"optionalDependencies": {
|
|
39
39
|
"@stoprocent/bleno": "^0.8.1",
|