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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brilliantsole",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "description": "JavaScript SDK for BrilliantSole Smart Insoles",
5
5
  "main": "./build/brilliantsole.module.js",
6
6
  "module": "./build/brilliantsole.module.js",
@@ -102,6 +102,7 @@ class NobleScanner extends BaseScanner {
102
102
  this.#nobleState = state;
103
103
  }
104
104
  #onNobleDiscover(noblePeripheral: NoblePeripheral) {
105
+ _console.log("advertisement", noblePeripheral.advertisement);
105
106
  if (filterManually) {
106
107
  const serviceUuid = noblePeripheral.advertisement.serviceUuids?.[0];
107
108
  _console.log("onNobleDiscover.filterManually", { serviceUuid });