@solibo/solibo-sdk 1.4.2 → 1.4.4

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.
@@ -290,7 +290,7 @@ initMetadataForCoroutine($doSelectCOROUTINE$, CoroutineImpl);
290
290
  initMetadataForCoroutine($doSelectSuspendCOROUTINE$, CoroutineImpl);
291
291
  initMetadataForCoroutine($completeCOROUTINE$, CoroutineImpl);
292
292
  initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$, CoroutineImpl);
293
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
293
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
294
294
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
295
295
  function tryLock$default(owner, $super) {
296
296
  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.4.2",
4
+ "version": "1.4.4",
5
5
  "name": "@solibo/solibo-sdk",
6
6
  "dependencies": {
7
7
  "@js-joda/core": "5.6.3",
@@ -3470,7 +3470,7 @@ function HomeApi$clientConfigurator$lambda$lambda_7(this$0) {
3470
3470
  }
3471
3471
  accept($this$defaultRequest, Application_getInstance().k3j_1);
3472
3472
  header($this$defaultRequest, 'Accept-Language', buildAcceptLanguage(this$0.userLanguage));
3473
- header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.4.2');
3473
+ header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.4.4');
3474
3474
  return Unit_instance;
3475
3475
  };
3476
3476
  }