@cruglobal/godtools-shared 1.3.3-SNAPSHOT.2273 → 1.3.3-SNAPSHOT.2274

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.
@@ -131,13 +131,13 @@ if (typeof String.prototype.startsWith === 'undefined') {
131
131
  initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, Collection]);
132
132
  initMetadataForClass(IteratorImpl, 'IteratorImpl');
133
133
  initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
134
- initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, Collection, KtList]);
134
+ initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtList, Collection]);
135
135
  initMetadataForClass(SubList, 'SubList', VOID, AbstractMutableList);
136
136
  initMetadataForClass(AbstractMap, 'AbstractMap', VOID, VOID, [KtMap]);
137
137
  initMetadataForClass(AbstractMutableMap, 'AbstractMutableMap', VOID, AbstractMap, [AbstractMap, KtMap]);
138
138
  initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtSet, Collection]);
139
139
  initMetadataForCompanion(Companion_4);
140
- initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, Collection, KtList]);
140
+ initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtList, Collection]);
141
141
  initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMap]);
142
142
  initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtSet, Collection, AbstractMutableSet]);
143
143
  initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, AbstractMutableCollection]);
@@ -270,7 +270,7 @@
270
270
  initMetadataForClass(SharedFlowSlot, 'SharedFlowSlot', SharedFlowSlot, AbstractSharedFlowSlot);
271
271
  initMetadataForInterface(StateFlow, 'StateFlow', VOID, VOID, VOID, [1]);
272
272
  initMetadataForCoroutine($collectCOROUTINE$_1, CoroutineImpl);
273
- initMetadataForClass(StateFlowImpl, 'StateFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, FlowCollector, StateFlow, FusibleFlow], [1]);
273
+ initMetadataForClass(StateFlowImpl, 'StateFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, StateFlow, FlowCollector, FusibleFlow], [1]);
274
274
  initMetadataForClass(StateFlowSlot, 'StateFlowSlot', StateFlowSlot, AbstractSharedFlowSlot, VOID, [0]);
275
275
  initMetadataForClass(ChannelFlow, 'ChannelFlow', VOID, VOID, [FusibleFlow], [1]);
276
276
  initMetadataForClass(ChannelFlowOperator, 'ChannelFlowOperator', VOID, ChannelFlow, VOID, [1, 2]);
@@ -320,7 +320,7 @@
320
320
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
321
321
  initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, VOID, [1]);
322
322
  initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);
323
- initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [Collection, KtList]);
323
+ initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [KtList, Collection]);
324
324
  initMetadataForClass(ScheduledMessageQueue, 'ScheduledMessageQueue', VOID, MessageQueue);
325
325
  initMetadataForClass(WindowMessageQueue, 'WindowMessageQueue', VOID, MessageQueue);
326
326
  initMetadataForClass(UnconfinedEventLoop, 'UnconfinedEventLoop', UnconfinedEventLoop, EventLoop);
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  },
5
5
  "main": "kotlin-mpp-godtools-tool-parser-publishing-npm.js",
6
6
  "types": "kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts",
7
- "version": "1.3.3-SNAPSHOT.2273",
7
+ "version": "1.3.3-SNAPSHOT.2274",
8
8
  "name": "@cruglobal/godtools-shared",
9
9
  "dependencies": {
10
10
  "sax": "1.2.4"