@solibo/solibo-sdk 1.0.35-SNAPSHOT → 1.0.36

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.
@@ -282,7 +282,7 @@
282
282
  initMetadataForClass(Symbol, 'Symbol');
283
283
  initMetadataForInterface(SelectInstance, 'SelectInstance');
284
284
  initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
285
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
285
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
286
286
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
287
287
  function tryLock$default(owner, $super) {
288
288
  owner = owner === VOID ? null : owner;