incyclist-services 1.3.44 → 1.3.45
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.
|
@@ -859,7 +859,7 @@ class DevicePairingService extends service_2.IncyclistService {
|
|
|
859
859
|
this.processConnectedDevices(adapters);
|
|
860
860
|
const selected = this.state.capabilities.map(c => c.selected);
|
|
861
861
|
const target = adapters.filter(ai => selected.includes(ai.udid));
|
|
862
|
-
if ((this.isPairing() && this.state.check.preparing !== preparing)
|
|
862
|
+
if ((this.isPairing() && this.state.check.preparing !== preparing)) {
|
|
863
863
|
return;
|
|
864
864
|
}
|
|
865
865
|
this.initPairingCallbacks();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "incyclist-services",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.45",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"gd-eventlog": "^0.1.26"
|
|
6
6
|
},
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"axios": "^1.7.7",
|
|
45
|
-
"incyclist-devices": "^2.2.
|
|
45
|
+
"incyclist-devices": "^2.2.9",
|
|
46
46
|
"promise.any": "^2.0.6",
|
|
47
47
|
"semver": "^7.6.3",
|
|
48
48
|
"tcx-builder": "^1.1.1",
|