brilliantsole 0.0.22 → 0.0.24
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 +2 -2
- package/build/brilliantsole.cjs.map +1 -1
- package/build/brilliantsole.js +1 -1
- package/build/brilliantsole.js.map +1 -1
- package/build/brilliantsole.min.js +1 -1
- package/build/brilliantsole.min.js.map +1 -1
- package/build/brilliantsole.module.js +1 -1
- package/build/brilliantsole.module.js.map +1 -1
- package/build/brilliantsole.module.min.js +1 -1
- package/build/brilliantsole.module.min.js.map +1 -1
- package/build/brilliantsole.node.module.js +2 -2
- package/build/brilliantsole.node.module.js.map +1 -1
- package/package.json +1 -1
- package/src/scanner/NobleScanner.ts +1 -1
- package/src/server/BaseClient.ts +1 -1
- package/src/server/BaseServer.ts +1 -1
|
@@ -5299,7 +5299,7 @@ _BaseClient_devices = new WeakMap(), _BaseClient_eventDispatcher = new WeakMap()
|
|
|
5299
5299
|
}
|
|
5300
5300
|
const { string: connectedBluetoothDeviceIdStrings } = parseStringFromDataView(dataView, byteOffset);
|
|
5301
5301
|
_console$2.log({ connectedBluetoothDeviceIdStrings });
|
|
5302
|
-
const connectedBluetoothDeviceIds = JSON.parse(connectedBluetoothDeviceIdStrings);
|
|
5302
|
+
const connectedBluetoothDeviceIds = JSON.parse(connectedBluetoothDeviceIdStrings).connectedDevices;
|
|
5303
5303
|
_console$2.log({ connectedBluetoothDeviceIds });
|
|
5304
5304
|
this.onConnectedBluetoothDeviceIds(connectedBluetoothDeviceIds);
|
|
5305
5305
|
}
|