@solibo/solibo-sdk 1.6.9 → 1.6.10

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.
@@ -294,7 +294,7 @@ initMetadataForCoroutine($doSelectCOROUTINE$, CoroutineImpl);
294
294
  initMetadataForCoroutine($doSelectSuspendCOROUTINE$, CoroutineImpl);
295
295
  initMetadataForCoroutine($completeCOROUTINE$, CoroutineImpl);
296
296
  initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$, CoroutineImpl);
297
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
297
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
298
298
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
299
299
  function tryLock$default(owner, $super) {
300
300
  owner = owner === VOID ? null : owner;