brilliantsole 0.0.20 → 0.0.22
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 +11 -5
- package/build/brilliantsole.cjs.map +1 -1
- package/build/brilliantsole.js +3 -4
- package/build/brilliantsole.js.map +1 -1
- package/build/brilliantsole.ls.js +2 -3
- package/build/brilliantsole.ls.js.map +1 -1
- package/build/brilliantsole.min.js +1 -1
- package/build/brilliantsole.min.js.map +1 -1
- package/build/brilliantsole.module.js +3 -4
- 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 +11 -5
- package/build/brilliantsole.node.module.js.map +1 -1
- package/package.json +1 -1
- package/src/scanner/NobleScanner.ts +8 -3
|
@@ -3994,7 +3994,7 @@
|
|
|
3994
3994
|
this.AvailableDevices.push(existingConnectedDevice);
|
|
3995
3995
|
return;
|
|
3996
3996
|
}
|
|
3997
|
-
const device = new Device
|
|
3997
|
+
const device = new Device();
|
|
3998
3998
|
const connectionManager = new WebBluetoothConnectionManager();
|
|
3999
3999
|
connectionManager.device = bluetoothDevice;
|
|
4000
4000
|
if (bluetoothDevice.name) {
|
|
@@ -4659,7 +4659,6 @@
|
|
|
4659
4659
|
};
|
|
4660
4660
|
_Device_ReconnectOnDisconnection = { value: false };
|
|
4661
4661
|
_Device_ClearSensorConfigurationOnLeave = { value: true };
|
|
4662
|
-
var Device$1 = Device;
|
|
4663
4662
|
|
|
4664
4663
|
var _DevicePairPressureSensorDataManager_instances, _DevicePairPressureSensorDataManager_rawPressure, _DevicePairPressureSensorDataManager_centerOfPressureHelper, _DevicePairPressureSensorDataManager_hasAllPressureData_get, _DevicePairPressureSensorDataManager_updatePressureData;
|
|
4665
4664
|
const _console$2 = createConsole("DevicePairPressureSensorDataManager", { log: true });
|
|
@@ -4927,7 +4926,7 @@
|
|
|
4927
4926
|
|
|
4928
4927
|
exports.ContinuousSensorTypes = ContinuousSensorTypes;
|
|
4929
4928
|
exports.DefaultNumberOfPressureSensors = DefaultNumberOfPressureSensors;
|
|
4930
|
-
exports.Device = Device
|
|
4929
|
+
exports.Device = Device;
|
|
4931
4930
|
exports.DeviceManager = DeviceManager$1;
|
|
4932
4931
|
exports.DevicePair = DevicePair;
|
|
4933
4932
|
exports.DeviceTypes = DeviceTypes;
|