@cruglobal/godtools-shared 1.3.0-SNAPSHOT.1847 → 1.3.0-SNAPSHOT.1849

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.
@@ -115,7 +115,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
115
115
  function asJsSetView() {
116
116
  return createJsSetViewFrom(this);
117
117
  }
118
- initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, MutableIterable, Collection]);
118
+ initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, Collection, MutableIterable]);
119
119
  initMetadataForInterface(MutableEntry, 'MutableEntry', VOID, VOID, [Entry]);
120
120
  initMetadataForCompanion(Companion_3);
121
121
  initMetadataForClass(Enum, 'Enum', VOID, VOID, [Comparable]);
@@ -131,7 +131,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
131
131
  initMetadataForInterface(Comparator, 'Comparator');
132
132
  initMetadataForObject(Unit, 'Unit');
133
133
  initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
134
- initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, MutableIterable, Collection]);
134
+ initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, Collection, MutableIterable]);
135
135
  initMetadataForClass(IteratorImpl, 'IteratorImpl');
136
136
  initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
137
137
  initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, Collection, MutableIterable, KtList]);
@@ -143,7 +143,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
143
143
  initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, Collection, MutableIterable, KtList]);
144
144
  initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMap]);
145
145
  initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
146
- initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [MutableIterable, Collection, AbstractMutableCollection]);
146
+ initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, MutableIterable, AbstractMutableCollection]);
147
147
  initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
148
148
  initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
149
149
  initMetadataForClass(HashMapKeysDefault$iterator$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.3.0-SNAPSHOT.1847",
4
+ "version": "1.3.0-SNAPSHOT.1849",
5
5
  "name": "@cruglobal/godtools-shared",
6
6
  "dependencies": {
7
7
  "sax": "1.2.4"