@cruglobal/godtools-shared 1.1.4-SNAPSHOT.1736 → 1.1.4-SNAPSHOT.1747

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.
@@ -299,7 +299,7 @@
299
299
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
300
300
  initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, VOID, [1]);
301
301
  initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);
302
- initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [Collection, KtList]);
302
+ initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [KtList, Collection]);
303
303
  initMetadataForClass(ScheduledMessageQueue, 'ScheduledMessageQueue', VOID, MessageQueue);
304
304
  initMetadataForClass(WindowMessageQueue, 'WindowMessageQueue', VOID, MessageQueue);
305
305
  initMetadataForClass(UnconfinedEventLoop, 'UnconfinedEventLoop', UnconfinedEventLoop, EventLoop);
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.4-SNAPSHOT.1736",
4
+ "version": "1.1.4-SNAPSHOT.1747",
5
5
  "name": "@cruglobal/godtools-shared",
6
6
  "dependencies": {
7
7
  "sax": "1.2.4"