git-digger 1.8.55 → 1.8.57

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.
@@ -38,7 +38,7 @@
38
38
  initMetadataForClass(Digger, 'Digger', Digger, CliktCommand);
39
39
  //endregion
40
40
  function Versions() {
41
- this.u21_1 = '1.8.55';
41
+ this.u21_1 = '1.8.57';
42
42
  }
43
43
  var Versions_instance;
44
44
  function Versions_getInstance() {
@@ -95,10 +95,10 @@ if (typeof String.prototype.endsWith === 'undefined') {
95
95
  initMetadataForInterface(Entry, 'Entry');
96
96
  initMetadataForInterface(KtMap, 'Map');
97
97
  initMetadataForInterface(MutableIterable, 'MutableIterable');
98
- initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, Collection, MutableIterable]);
98
+ initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, MutableIterable, Collection]);
99
99
  initMetadataForInterface(KtSet, 'Set', VOID, VOID, [Collection]);
100
100
  initMetadataForInterface(KtMutableMap, 'MutableMap', VOID, VOID, [KtMap]);
101
- initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, Collection, MutableIterable]);
101
+ initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, MutableIterable, Collection]);
102
102
  initMetadataForCompanion(Companion_0);
103
103
  initMetadataForClass(Enum, 'Enum', VOID, VOID, [Comparable]);
104
104
  initMetadataForCompanion(Companion_1);
@@ -116,7 +116,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
116
116
  initMetadataForInterface(Comparator, 'Comparator');
117
117
  initMetadataForObject(Unit, 'Unit');
118
118
  initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
119
- initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, Collection, MutableIterable]);
119
+ initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, MutableIterable, Collection]);
120
120
  initMetadataForClass(IteratorImpl, 'IteratorImpl');
121
121
  initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
122
122
  initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtMutableList]);
@@ -129,7 +129,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
129
129
  initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtMutableList, RandomAccess]);
130
130
  initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMutableMap]);
131
131
  initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
132
- initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, MutableIterable, AbstractMutableCollection]);
132
+ initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [MutableIterable, Collection, AbstractMutableCollection]);
133
133
  initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
134
134
  initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
135
135
  initMetadataForClass(HashMapKeysDefault$iterator$1);
@@ -51,8 +51,8 @@
51
51
  var isFinite = kotlin_kotlin.$_$.bc;
52
52
  var isFinite_0 = kotlin_kotlin.$_$.ac;
53
53
  var toString_1 = kotlin_kotlin.$_$.i1;
54
- var CompositeEncoder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.v;
55
54
  var Encoder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.w;
55
+ var CompositeEncoder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.v;
56
56
  var Companion_getInstance = kotlin_kotlin.$_$.w2;
57
57
  var serializer_0 = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.n;
58
58
  var Companion_getInstance_0 = kotlin_kotlin.$_$.x2;
@@ -89,7 +89,7 @@
89
89
  initMetadataForClass(JsonEncodingException, 'JsonEncodingException', VOID, JsonException);
90
90
  initMetadataForClass(Key, 'Key', Key);
91
91
  initMetadataForClass(DescriptorSchemaCache, 'DescriptorSchemaCache', DescriptorSchemaCache);
92
- initMetadataForClass(StreamingJsonEncoder, 'StreamingJsonEncoder', VOID, AbstractEncoder, [CompositeEncoder, Encoder, AbstractEncoder]);
92
+ initMetadataForClass(StreamingJsonEncoder, 'StreamingJsonEncoder', VOID, AbstractEncoder, [Encoder, CompositeEncoder, AbstractEncoder]);
93
93
  initMetadataForClass(WriteMode, 'WriteMode', VOID, Enum);
94
94
  initMetadataForClass(JsonToStringWriter, 'JsonToStringWriter', JsonToStringWriter);
95
95
  //endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-digger",
3
- "version": "1.8.55",
3
+ "version": "1.8.57",
4
4
  "main": "kotlin/command-line-tools-digger-cli.js",
5
5
  "devDependencies": {
6
6
  "source-map-support": "0.5.21"