@continuous-excellence/coupling-cli 1.1.576 → 1.1.578
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.
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Versions.mjs +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSdk.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketChannelsConfig.mjs +2 -2
- package/package.json +1 -1
|
@@ -16,8 +16,8 @@ import {
|
|
|
16
16
|
executermm52fqenh80 as execute,
|
|
17
17
|
GqlTrait2wtoeyl3yfalb as GqlTrait,
|
|
18
18
|
} from './gql/GqlTrait.mjs';
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
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
|
apolloMutation1pfb2yrb4utuy as apolloMutation,
|
|
@@ -65,7 +65,7 @@ function AbstractMutableCollection() {
|
|
|
65
65
|
m6() {
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
initMetadataForClass($, 'AbstractMutableCollection', VOID, VOID, [
|
|
68
|
+
initMetadataForClass($, 'AbstractMutableCollection', VOID, VOID, [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(),
|
|
56
|
+
initMetadataForInterface($, 'MutableList', VOID, VOID, [KtList(), MutableIterable(), Collection()]);
|
|
57
57
|
KtMutableListClass = $;
|
|
58
58
|
}
|
|
59
59
|
return KtMutableListClass;
|
|
@@ -80,7 +80,7 @@ var KtMutableSetClass;
|
|
|
80
80
|
function KtMutableSet() {
|
|
81
81
|
if (KtMutableSetClass === VOID) {
|
|
82
82
|
class $ {}
|
|
83
|
-
initMetadataForInterface($, 'MutableSet', VOID, VOID, [KtSet(),
|
|
83
|
+
initMetadataForInterface($, 'MutableSet', VOID, VOID, [KtSet(), MutableIterable(), Collection()]);
|
|
84
84
|
KtMutableSetClass = $;
|
|
85
85
|
}
|
|
86
86
|
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.o9_1.u9();
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
initMetadataForClass($, 'HashMapValues', VOID, VOID, [
|
|
102
|
+
initMetadataForClass($, 'HashMapValues', VOID, VOID, [MutableIterable(), Collection()]);
|
|
103
103
|
HashMapValuesClass = $;
|
|
104
104
|
}
|
|
105
105
|
return HashMapValuesClass;
|
|
@@ -70,8 +70,8 @@ import {
|
|
|
70
70
|
ClosedSendChannelException29m33prpq9jaw as ClosedSendChannelException,
|
|
71
71
|
close$default1evna6yun3t5h as close$default,
|
|
72
72
|
cancel$default1fq6eekptkf7a as cancel$default,
|
|
73
|
-
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
74
73
|
SendChannel38sllbxw662ws as SendChannel,
|
|
74
|
+
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
75
75
|
} from './Channel.mjs';
|
|
76
76
|
import {
|
|
77
77
|
SelectInstance2isepgzfsd8ur as SelectInstance,
|
|
@@ -2806,7 +2806,7 @@ function BufferedChannel() {
|
|
|
2806
2806
|
}
|
|
2807
2807
|
protoOf($).e1d = close$default;
|
|
2808
2808
|
protoOf($).g1d = cancel$default;
|
|
2809
|
-
initMetadataForClass($, 'BufferedChannel', VOID, VOID, [
|
|
2809
|
+
initMetadataForClass($, 'BufferedChannel', VOID, VOID, [SendChannel(), ReceiveChannel()], [1, 4, 0, 3]);
|
|
2810
2810
|
BufferedChannelClass = $;
|
|
2811
2811
|
}
|
|
2812
2812
|
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$default1evna6yun3t5h as close$default,
|
|
7
|
-
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
8
7
|
SendChannel38sllbxw662ws as SendChannel,
|
|
8
|
+
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
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';
|
|
@@ -63,7 +63,7 @@ function ChannelCoroutine() {
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
protoOf($).e1d = close$default;
|
|
66
|
-
initMetadataForClass($, 'ChannelCoroutine', VOID, VOID, [
|
|
66
|
+
initMetadataForClass($, 'ChannelCoroutine', VOID, VOID, [SendChannel(), ReceiveChannel()], [1, 0]);
|
|
67
67
|
ChannelCoroutineClass = $;
|
|
68
68
|
}
|
|
69
69
|
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(),
|
|
165
|
+
initMetadataForClass($, 'SelectImplementation', VOID, VOID, [CancelHandler(), SelectInstance(), Waiter()], [0, 2]);
|
|
166
166
|
SelectImplementationClass = $;
|
|
167
167
|
}
|
|
168
168
|
return SelectImplementationClass;
|
|
@@ -23,8 +23,8 @@ import {
|
|
|
23
23
|
_ChannelResult___get_isClosed__impl__mg7kuu1g5u2zmbzbfb4 as _ChannelResult___get_isClosed__impl__mg7kuu,
|
|
24
24
|
close$default1evna6yun3t5h as close$default,
|
|
25
25
|
cancel$default1fq6eekptkf7a as cancel$default,
|
|
26
|
-
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
27
26
|
SendChannel38sllbxw662ws as SendChannel,
|
|
27
|
+
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
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';
|
|
@@ -238,7 +238,7 @@ function BoundedChannel() {
|
|
|
238
238
|
}
|
|
239
239
|
protoOf($).e1d = close$default;
|
|
240
240
|
protoOf($).g1d = cancel$default;
|
|
241
|
-
initMetadataForClass($, 'BoundedChannel', VOID, VOID, [
|
|
241
|
+
initMetadataForClass($, 'BoundedChannel', VOID, VOID, [SendChannel(), ReceiveChannel()], [1, 0]);
|
|
242
242
|
BoundedChannelClass = $;
|
|
243
243
|
}
|
|
244
244
|
return BoundedChannelClass;
|