@lppedd/kotlinx-charset 0.2.0 → 0.2.1

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.
@@ -6927,12 +6927,12 @@ initMetadataForObject(Unit, 'Unit');
6927
6927
  initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
6928
6928
  initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, VOID, [AbstractCollection, Collection]);
6929
6929
  initMetadataForClass(IteratorImpl, 'IteratorImpl');
6930
- initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, VOID, [AbstractMutableCollection, Collection, KtList]);
6930
+ initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, VOID, [AbstractMutableCollection, KtList, Collection]);
6931
6931
  initMetadataForClass(AbstractMap, 'AbstractMap', VOID, VOID, [KtMap]);
6932
6932
  initMetadataForClass(AbstractMutableMap, 'AbstractMutableMap', VOID, VOID, [AbstractMap, KtMap]);
6933
6933
  initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, VOID, [AbstractMutableCollection, KtSet, Collection]);
6934
6934
  initMetadataForCompanion(Companion_1);
6935
- initMetadataForClass(ArrayList, 'ArrayList', ArrayList.a1, VOID, [AbstractMutableList, Collection, KtList]);
6935
+ initMetadataForClass(ArrayList, 'ArrayList', ArrayList.a1, VOID, [AbstractMutableList, KtList, Collection]);
6936
6936
  initMetadataForClass(HashMap, 'HashMap', HashMap.v4, VOID, [AbstractMutableMap, KtMap]);
6937
6937
  initMetadataForClass(HashMapValues, 'HashMapValues', VOID, VOID, [Collection, AbstractMutableCollection]);
6938
6938
  initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, VOID, [KtSet, Collection, AbstractMutableSet]);
package/package.json CHANGED
@@ -19,6 +19,6 @@
19
19
  "url": "git+https://github.com/lppedd/kotlinx-charset.git"
20
20
  },
21
21
  "main": "kotlinx-charset-exported.mjs",
22
- "version": "0.2.0",
22
+ "version": "0.2.1",
23
23
  "name": "@lppedd/kotlinx-charset"
24
24
  }