@continuous-excellence/coupling-cli 1.1.556 → 1.1.558

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.a72_1 = '1.1.556';
12
+ this.a72_1 = '1.1.558';
13
13
  }
14
14
  }
15
15
  initMetadataForObject($, 'Versions');
@@ -162,7 +162,7 @@ function SelectImplementation() {
162
162
  return TrySelectDetailedResult_0(trySelectInternal(this, clauseObject, result));
163
163
  }
164
164
  }
165
- initMetadataForClass($, 'SelectImplementation', VOID, VOID, [CancelHandler(), Waiter(), SelectInstance()], [0, 2]);
165
+ initMetadataForClass($, 'SelectImplementation', VOID, VOID, [CancelHandler(), SelectInstance(), Waiter()], [0, 2]);
166
166
  SelectImplementationClass = $;
167
167
  }
168
168
  return SelectImplementationClass;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuous-excellence/coupling-cli",
3
- "version": "1.1.556",
3
+ "version": "1.1.558",
4
4
  "main": "kotlin/Coupling-cli.mjs",
5
5
  "devDependencies": {
6
6
  "source-map-support": "0.5.21"