brilliantsole 0.0.21 → 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 +3 -4
- 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 +3 -4
- package/build/brilliantsole.node.module.js.map +1 -1
- package/package.json +1 -1
package/build/brilliantsole.cjs
CHANGED
|
@@ -4023,7 +4023,7 @@ class DeviceManager {
|
|
|
4023
4023
|
this.AvailableDevices.push(existingConnectedDevice);
|
|
4024
4024
|
return;
|
|
4025
4025
|
}
|
|
4026
|
-
const device = new Device
|
|
4026
|
+
const device = new Device();
|
|
4027
4027
|
const connectionManager = new WebBluetoothConnectionManager();
|
|
4028
4028
|
connectionManager.device = bluetoothDevice;
|
|
4029
4029
|
if (bluetoothDevice.name) {
|
|
@@ -4688,7 +4688,6 @@ _a$3 = Device, _Device_eventDispatcher = new WeakMap(), _Device_connectionManage
|
|
|
4688
4688
|
};
|
|
4689
4689
|
_Device_ReconnectOnDisconnection = { value: false };
|
|
4690
4690
|
_Device_ClearSensorConfigurationOnLeave = { value: true };
|
|
4691
|
-
var Device$1 = Device;
|
|
4692
4691
|
|
|
4693
4692
|
var _DevicePairPressureSensorDataManager_instances, _DevicePairPressureSensorDataManager_rawPressure, _DevicePairPressureSensorDataManager_centerOfPressureHelper, _DevicePairPressureSensorDataManager_hasAllPressureData_get, _DevicePairPressureSensorDataManager_updatePressureData;
|
|
4694
4693
|
const _console$c = createConsole("DevicePairPressureSensorDataManager", { log: true });
|
|
@@ -5417,7 +5416,7 @@ _NobleScanner__isScanning = new WeakMap(), _NobleScanner__nobleState = new WeakM
|
|
|
5417
5416
|
_console$7.assertTypeWithError(noblePeripheralId, "string");
|
|
5418
5417
|
_console$7.assertWithError(__classPrivateFieldGet(this, _NobleScanner_noblePeripherals, "f")[noblePeripheralId], `no noblePeripheral found with id "${noblePeripheralId}"`);
|
|
5419
5418
|
}, _NobleScanner_createDevice = function _NobleScanner_createDevice(noblePeripheral) {
|
|
5420
|
-
const device = new Device
|
|
5419
|
+
const device = new Device();
|
|
5421
5420
|
const nobleConnectionManager = new NobleConnectionManager();
|
|
5422
5421
|
nobleConnectionManager.noblePeripheral = noblePeripheral;
|
|
5423
5422
|
device.connectionManager = nobleConnectionManager;
|
|
@@ -6020,7 +6019,7 @@ _UDPServer_clients = new WeakMap(), _UDPServer_socket = new WeakMap(), _UDPServe
|
|
|
6020
6019
|
|
|
6021
6020
|
exports.ContinuousSensorTypes = ContinuousSensorTypes;
|
|
6022
6021
|
exports.DefaultNumberOfPressureSensors = DefaultNumberOfPressureSensors;
|
|
6023
|
-
exports.Device = Device
|
|
6022
|
+
exports.Device = Device;
|
|
6024
6023
|
exports.DeviceManager = DeviceManager$1;
|
|
6025
6024
|
exports.DevicePair = DevicePair;
|
|
6026
6025
|
exports.DeviceTypes = DeviceTypes;
|