@solibo/solibo-sdk 1.7.12 → 1.7.13
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.
|
@@ -302,7 +302,7 @@ initMetadataForCoroutine($doSelectCOROUTINE$, CoroutineImpl);
|
|
|
302
302
|
initMetadataForCoroutine($doSelectSuspendCOROUTINE$, CoroutineImpl);
|
|
303
303
|
initMetadataForCoroutine($completeCOROUTINE$, CoroutineImpl);
|
|
304
304
|
initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$, CoroutineImpl);
|
|
305
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
305
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
|
|
306
306
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
307
307
|
function tryLock$default(owner, $super) {
|
|
308
308
|
owner = owner === VOID ? null : owner;
|
package/package.json
CHANGED
package/solibo-sdk-sdk.mjs
CHANGED
|
@@ -5355,8 +5355,8 @@ function HomeApi$clientConfigurator$lambda$lambda_10(this$0, $platformName) {
|
|
|
5355
5355
|
}
|
|
5356
5356
|
accept($this$defaultRequest, Application_getInstance().g3n_1);
|
|
5357
5357
|
header($this$defaultRequest, 'Accept-Language', buildAcceptLanguage(this$0.userLanguage));
|
|
5358
|
-
header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.7.
|
|
5359
|
-
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.7.
|
|
5358
|
+
header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.7.13 (' + $platformName + ')');
|
|
5359
|
+
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.7.13');
|
|
5360
5360
|
return Unit_instance;
|
|
5361
5361
|
};
|
|
5362
5362
|
}
|