dl-common-util 0.1.3 → 0.2.0

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.
@@ -95,11 +95,11 @@ if (typeof Math.clz32 === 'undefined') {
95
95
  initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, Collection]);
96
96
  initMetadataForClass(IteratorImpl, 'IteratorImpl');
97
97
  initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
98
- initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtList, Collection]);
99
- initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, AbstractMutableCollection, [AbstractMutableCollection, Collection, KtSet]);
98
+ initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, Collection, KtList]);
99
+ initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtSet, Collection]);
100
100
  initMetadataForCompanion(Companion_2);
101
- initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtList, Collection]);
102
- initMetadataForClass(HashSet, 'HashSet', HashSet_init_$Create$, AbstractMutableSet, [AbstractMutableSet, Collection, KtSet]);
101
+ initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, Collection, KtList]);
102
+ initMetadataForClass(HashSet, 'HashSet', HashSet_init_$Create$, AbstractMutableSet, [AbstractMutableSet, KtSet, Collection]);
103
103
  initMetadataForCompanion(Companion_3);
104
104
  initMetadataForClass(Itr, 'Itr');
105
105
  initMetadataForClass(KeysItr, 'KeysItr', VOID, Itr);
@@ -143,7 +143,7 @@ if (typeof Math.clz32 === 'undefined') {
143
143
  }
144
144
  initMetadataForInterface(InternalMap, 'InternalMap');
145
145
  initMetadataForClass(InternalHashMap, 'InternalHashMap', InternalHashMap_init_$Create$, VOID, [InternalMap]);
146
- initMetadataForClass(LinkedHashSet, 'LinkedHashSet', LinkedHashSet_init_$Create$, HashSet, [HashSet, Collection, KtSet]);
146
+ initMetadataForClass(LinkedHashSet, 'LinkedHashSet', LinkedHashSet_init_$Create$, HashSet, [HashSet, KtSet, Collection]);
147
147
  initMetadataForClass(BaseOutput, 'BaseOutput');
148
148
  initMetadataForClass(NodeJsOutput, 'NodeJsOutput', VOID, BaseOutput);
149
149
  initMetadataForClass(BufferedOutput, 'BufferedOutput', BufferedOutput, BaseOutput);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "dl-common-util.js",
3
3
  "types": "dl-common-util.d.ts",
4
- "version": "0.1.3",
4
+ "version": "0.2.0",
5
5
  "name": "dl-common-util",
6
6
  "dependencies": {
7
7
  "pinyin-pro": "3.16.3",