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.
@@ -5305,7 +5305,7 @@
5305
5305
  }
5306
5306
  const { string: connectedBluetoothDeviceIdStrings } = parseStringFromDataView(dataView, byteOffset);
5307
5307
  _console$2.log({ connectedBluetoothDeviceIdStrings });
5308
- const connectedBluetoothDeviceIds = JSON.parse(connectedBluetoothDeviceIdStrings);
5308
+ const connectedBluetoothDeviceIds = JSON.parse(connectedBluetoothDeviceIdStrings).connectedDevices;
5309
5309
  _console$2.log({ connectedBluetoothDeviceIds });
5310
5310
  this.onConnectedBluetoothDeviceIds(connectedBluetoothDeviceIds);
5311
5311
  }