@solibo/solibo-sdk 1.8.5 → 1.8.7

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.
@@ -304,7 +304,7 @@ initMetadataForCoroutine($doSelectCOROUTINE$, CoroutineImpl);
304
304
  initMetadataForCoroutine($doSelectSuspendCOROUTINE$, CoroutineImpl);
305
305
  initMetadataForCoroutine($completeCOROUTINE$, CoroutineImpl);
306
306
  initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$, CoroutineImpl);
307
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
307
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
308
308
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
309
309
  function tryLock$default(owner, $super) {
310
310
  owner = owner === VOID ? null : owner;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "index.mjs",
3
3
  "types": "index.d.ts",
4
- "version": "1.8.5",
4
+ "version": "1.8.7",
5
5
  "name": "@solibo/solibo-sdk",
6
6
  "dependencies": {
7
7
  "@js-joda/core": "5.6.3",
@@ -6473,8 +6473,8 @@ function HomeApi$clientConfigurator$lambda$lambda_10(this$0, $platformName) {
6473
6473
  }
6474
6474
  accept($this$defaultRequest, Application_getInstance().d3z_1);
6475
6475
  header($this$defaultRequest, 'Accept-Language', buildAcceptLanguage(this$0.userLanguage));
6476
- header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.8.5 (' + $platformName + ')');
6477
- header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.8.5');
6476
+ header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.8.7 (' + $platformName + ')');
6477
+ header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.8.7');
6478
6478
  return Unit_instance;
6479
6479
  };
6480
6480
  }