@continuous-excellence/coupling-cli 1.1.669 → 1.1.670

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.w71_1 = '1.1.669';
12
+ this.w71_1 = '1.1.670';
13
13
  }
14
14
  }
15
15
  initMetadataForObject($, 'Versions');
@@ -70,8 +70,8 @@ import {
70
70
  ClosedSendChannelException29m33prpq9jaw as ClosedSendChannelException,
71
71
  close$defaultlxi0kykibhye as close$default,
72
72
  cancel$default2imfx8rp1ubvu as cancel$default,
73
- SendChannel38sllbxw662ws as SendChannel,
74
73
  ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
74
+ SendChannel38sllbxw662ws as SendChannel,
75
75
  } from './Channel.mjs';
76
76
  import {
77
77
  SelectInstance2isepgzfsd8ur as SelectInstance,
@@ -2827,7 +2827,7 @@ function BufferedChannel() {
2827
2827
  }
2828
2828
  protoOf($).z1d = close$default;
2829
2829
  protoOf($).b1e = cancel$default;
2830
- initMetadataForClass($, 'BufferedChannel', VOID, VOID, [SendChannel(), ReceiveChannel()], [1, 4, 0, 3]);
2830
+ initMetadataForClass($, 'BufferedChannel', VOID, VOID, [ReceiveChannel(), SendChannel()], [1, 4, 0, 3]);
2831
2831
  BufferedChannelClass = $;
2832
2832
  }
2833
2833
  return BufferedChannelClass;
@@ -4,8 +4,8 @@ import { JobCancellationException2g3wpni5v5fkt as JobCancellationException } fro
4
4
  import { THROW_CCE2g6jy02ryeudk as THROW_CCE } from '../../../../kotlin-kotlin-stdlib/kotlin/hacks.mjs';
5
5
  import {
6
6
  close$defaultlxi0kykibhye as close$default,
7
- SendChannel38sllbxw662ws as SendChannel,
8
7
  ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
8
+ SendChannel38sllbxw662ws as SendChannel,
9
9
  } from './Channel.mjs';
10
10
  import { protoOf180f3jzyo7rfj as protoOf } from '../../../../kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs';
11
11
  import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
@@ -66,7 +66,7 @@ function ChannelCoroutine() {
66
66
  }
67
67
  }
68
68
  protoOf($).z1d = close$default;
69
- initMetadataForClass($, 'ChannelCoroutine', VOID, VOID, [SendChannel(), ReceiveChannel()], [1, 0]);
69
+ initMetadataForClass($, 'ChannelCoroutine', VOID, VOID, [ReceiveChannel(), SendChannel()], [1, 0]);
70
70
  ChannelCoroutineClass = $;
71
71
  }
72
72
  return ChannelCoroutineClass;
@@ -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(), SelectInstance(), Waiter()], [0, 2]);
165
+ initMetadataForClass($, 'SelectImplementation', VOID, VOID, [CancelHandler(), Waiter(), SelectInstance()], [0, 2]);
166
166
  SelectImplementationClass = $;
167
167
  }
168
168
  return SelectImplementationClass;
@@ -23,8 +23,8 @@ import {
23
23
  _ChannelResult___get_isClosed__impl__mg7kuu3a26on4apn4j4 as _ChannelResult___get_isClosed__impl__mg7kuu,
24
24
  close$defaultlxi0kykibhye as close$default,
25
25
  cancel$default2imfx8rp1ubvu as cancel$default,
26
- SendChannel38sllbxw662ws as SendChannel,
27
26
  ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
27
+ SendChannel38sllbxw662ws as SendChannel,
28
28
  } from '../../../../kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs';
29
29
  import { Enum3alwj03lh1n41 as Enum } from '../../../../kotlin-kotlin-stdlib/kotlin/Enum.mjs';
30
30
  import { throwUninitializedPropertyAccessException14fok093f3k3t as throwUninitializedPropertyAccessException } from '../../../../kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs';
@@ -241,7 +241,7 @@ function BoundedChannel() {
241
241
  }
242
242
  protoOf($).z1d = close$default;
243
243
  protoOf($).b1e = cancel$default;
244
- initMetadataForClass($, 'BoundedChannel', VOID, VOID, [SendChannel(), ReceiveChannel()], [1, 0]);
244
+ initMetadataForClass($, 'BoundedChannel', VOID, VOID, [ReceiveChannel(), SendChannel()], [1, 0]);
245
245
  BoundedChannelClass = $;
246
246
  }
247
247
  return BoundedChannelClass;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuous-excellence/coupling-cli",
3
- "version": "1.1.669",
3
+ "version": "1.1.670",
4
4
  "main": "kotlin/Coupling-cli.mjs",
5
5
  "devDependencies": {
6
6
  "source-map-support": "0.5.21"