@continuous-excellence/coupling-cli 1.1.455 → 1.1.457

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