@cruglobal/godtools-shared 1.1.0-SNAPSHOT.1563 → 1.1.0-SNAPSHOT.1567

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.
@@ -306,7 +306,7 @@
306
306
  setMetadataFor(Symbol, 'Symbol', classMeta);
307
307
  setMetadataFor(SelectInstance, 'SelectInstance', interfaceMeta);
308
308
  setMetadataFor(ClauseData, 'ClauseData', classMeta, VOID, VOID, VOID, VOID, VOID, [1]);
309
- setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, VOID, [CancelHandler, SelectInstance, Waiter], VOID, VOID, VOID, [0, 2]);
309
+ setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, VOID, [CancelHandler, Waiter, SelectInstance], VOID, VOID, VOID, [0, 2]);
310
310
  setMetadataFor(TrySelectDetailedResult, 'TrySelectDetailedResult', classMeta, Enum);
311
311
  setMetadataFor(UndispatchedCoroutine, 'UndispatchedCoroutine', classMeta, ScopeCoroutine, VOID, VOID, VOID, VOID, [0]);
312
312
  setMetadataFor(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', classMeta, CoroutineDispatcher, VOID, VOID, VOID, VOID, [1]);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "kotlin-mpp-godtools-tool-parser-publishing-npm.js",
3
3
  "types": "kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts",
4
- "version": "1.1.0-SNAPSHOT.1563",
4
+ "version": "1.1.0-SNAPSHOT.1567",
5
5
  "name": "@cruglobal/godtools-shared",
6
6
  "dependencies": {
7
7
  "format-util": "^1.0.5",