brilliantsole 0.0.42 → 0.0.43
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/build/brilliantsole.cjs +1 -0
- package/build/brilliantsole.cjs.map +1 -1
- package/build/brilliantsole.module.d.ts +19 -19
- package/build/brilliantsole.module.min.d.ts +19 -19
- package/build/brilliantsole.node.module.d.ts +15 -15
- package/build/brilliantsole.node.module.js +1 -0
- package/build/brilliantsole.node.module.js.map +1 -1
- package/package.json +1 -1
- package/src/scanner/NobleScanner.ts +1 -0
package/build/brilliantsole.cjs
CHANGED
|
@@ -13646,6 +13646,7 @@ class NobleScanner extends BaseScanner {
|
|
|
13646
13646
|
this.#nobleState = state;
|
|
13647
13647
|
}
|
|
13648
13648
|
#onNobleDiscover(noblePeripheral) {
|
|
13649
|
+
_console$5.log("advertisement", noblePeripheral.advertisement);
|
|
13649
13650
|
if (filterManually) {
|
|
13650
13651
|
const serviceUuid = noblePeripheral.advertisement.serviceUuids?.[0];
|
|
13651
13652
|
_console$5.log("onNobleDiscover.filterManually", { serviceUuid });
|