@continuous-excellence/coupling-cli 1.1.452 → 1.1.453

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.
@@ -9,7 +9,7 @@ function Versions() {
9
9
  if (VersionsClass === VOID) {
10
10
  class $ {
11
11
  constructor() {
12
- this.u6w_1 = '1.1.452';
12
+ this.u6w_1 = '1.1.453';
13
13
  }
14
14
  }
15
15
  initMetadataForObject($, 'Versions');
@@ -16,8 +16,8 @@ import {
16
16
  execute3ka32mbtyv00e as execute,
17
17
  GqlTrait2wtoeyl3yfalb as GqlTrait,
18
18
  } from './gql/GqlTrait.mjs';
19
- import { Dispatcherhdhfzcswb8hc as Dispatcher } from '../../../../../Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommand.mjs';
20
- import { Dispatcher2xvjdz9qh940 as Dispatcher_0 } from './gql/GqlQuery.mjs';
19
+ import { Dispatcher2xvjdz9qh940 as Dispatcher } from './gql/GqlQuery.mjs';
20
+ import { Dispatcherhdhfzcswb8hc as Dispatcher_0 } from '../../../../../Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommand.mjs';
21
21
  import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
22
22
  import {
23
23
  apolloMutation1qfm4b9xbpwrf as apolloMutation,
@@ -131,7 +131,7 @@ function composeGetParams($this, operation, customScalarAdapters, autoPersistQue
131
131
  // Inline function 'com.apollographql.apollo.api.json.writeObject' call
132
132
  this_0.t4n();
133
133
  this_0.t4u('name').f4o('apollo-kotlin');
134
- this_0.t4u('version').f4o('4.4.0');
134
+ this_0.t4u('version').f4o('4.4.1');
135
135
  this_0.u4n();
136
136
  }
137
137
  this_0.u4n();
@@ -163,7 +163,7 @@ function DefaultHttpRequestComposer$Companion$extensionsWriter$lambda_0($sendApq
163
163
  // Inline function 'com.apollographql.apollo.api.json.writeObject' call
164
164
  _this__u8e3s4.t4n();
165
165
  _this__u8e3s4.t4u('name').f4o('apollo-kotlin');
166
- _this__u8e3s4.t4u('version').f4o('4.4.0');
166
+ _this__u8e3s4.t4u('version').f4o('4.4.1');
167
167
  _this__u8e3s4.u4n();
168
168
  }
169
169
  _this__u8e3s4.u4n();
@@ -65,7 +65,7 @@ function AbstractMutableCollection() {
65
65
  r6() {
66
66
  }
67
67
  }
68
- initMetadataForClass($, 'AbstractMutableCollection', VOID, VOID, [AbstractCollection(), Collection(), MutableIterable()]);
68
+ initMetadataForClass($, 'AbstractMutableCollection', VOID, VOID, [AbstractCollection(), MutableIterable(), Collection()]);
69
69
  AbstractMutableCollectionClass = $;
70
70
  }
71
71
  return AbstractMutableCollectionClass;
@@ -53,7 +53,7 @@ var KtMutableListClass;
53
53
  function KtMutableList() {
54
54
  if (KtMutableListClass === VOID) {
55
55
  class $ {}
56
- initMetadataForInterface($, 'MutableList', VOID, VOID, [KtList(), Collection(), MutableIterable()]);
56
+ initMetadataForInterface($, 'MutableList', VOID, VOID, [KtList(), MutableIterable(), Collection()]);
57
57
  KtMutableListClass = $;
58
58
  }
59
59
  return KtMutableListClass;
@@ -71,7 +71,7 @@ var KtMutableSetClass;
71
71
  function KtMutableSet() {
72
72
  if (KtMutableSetClass === VOID) {
73
73
  class $ {}
74
- initMetadataForInterface($, 'MutableSet', VOID, VOID, [KtSet(), Collection(), MutableIterable()]);
74
+ initMetadataForInterface($, 'MutableSet', VOID, VOID, [KtSet(), MutableIterable(), Collection()]);
75
75
  KtMutableSetClass = $;
76
76
  }
77
77
  return KtMutableSetClass;
@@ -2,8 +2,8 @@ import { AbstractMutableSetthfi6jds1k2h as AbstractMutableSet } from './Abstract
2
2
  import { UnsupportedOperationException2tkumpmhredt3 as UnsupportedOperationException } from '../exceptions.mjs';
3
3
  import {
4
4
  KtMutableSetwuwn7k5m570a as KtMutableSet,
5
- Collection1k04j3hzsbod0 as Collection,
6
5
  MutableIterablez3x4ksk1fmrm as MutableIterable,
6
+ Collection1k04j3hzsbod0 as Collection,
7
7
  Entry2xmjmyutzoq3p as Entry,
8
8
  } from './Collections.mjs';
9
9
  import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../js/metadataUtils.mjs';
@@ -99,7 +99,7 @@ function HashMapValues() {
99
99
  return this.t9_1.z9();
100
100
  }
101
101
  }
102
- initMetadataForClass($, 'HashMapValues', VOID, VOID, [Collection(), MutableIterable(), AbstractMutableCollection()]);
102
+ initMetadataForClass($, 'HashMapValues', VOID, VOID, [MutableIterable(), Collection(), AbstractMutableCollection()]);
103
103
  HashMapValuesClass = $;
104
104
  }
105
105
  return HashMapValuesClass;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuous-excellence/coupling-cli",
3
- "version": "1.1.452",
3
+ "version": "1.1.453",
4
4
  "main": "kotlin/Coupling-cli.mjs",
5
5
  "devDependencies": {
6
6
  "source-map-support": "0.5.21"