@continuous-excellence/coupling-cli 1.1.584 → 1.1.585
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/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 { Dispatcherhdhfzcswb8hc as Dispatcher } from '../../../../../Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommand.mjs';
|
|
20
|
+
import { Dispatcher2xvjdz9qh940 as Dispatcher_0 } from './gql/GqlQuery.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, [Collection(), MutableIterable()]);
|
|
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(), Collection(), MutableIterable()]);
|
|
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(), Collection(), MutableIterable()]);
|
|
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
|
-
MutableIterablez3x4ksk1fmrm as MutableIterable,
|
|
6
5
|
Collection1k04j3hzsbod0 as Collection,
|
|
6
|
+
MutableIterablez3x4ksk1fmrm as MutableIterable,
|
|
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, [Collection(), MutableIterable()]);
|
|
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
|
-
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,
|
|
@@ -2830,7 +2830,7 @@ function BufferedChannel() {
|
|
|
2830
2830
|
}
|
|
2831
2831
|
protoOf($).e1e = close$default;
|
|
2832
2832
|
protoOf($).g1e = cancel$default;
|
|
2833
|
-
initMetadataForClass($, 'BufferedChannel', VOID, VOID, [
|
|
2833
|
+
initMetadataForClass($, 'BufferedChannel', VOID, VOID, [ReceiveChannel(), SendChannel()], [1, 4, 0, 3]);
|
|
2834
2834
|
BufferedChannelClass = $;
|
|
2835
2835
|
}
|
|
2836
2836
|
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
|
-
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($).e1e = close$default;
|
|
69
|
-
initMetadataForClass($, 'ChannelCoroutine', VOID, VOID, [
|
|
69
|
+
initMetadataForClass($, 'ChannelCoroutine', VOID, VOID, [ReceiveChannel(), SendChannel()], [1, 0]);
|
|
70
70
|
ChannelCoroutineClass = $;
|
|
71
71
|
}
|
|
72
72
|
return ChannelCoroutineClass;
|
|
@@ -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
|
-
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($).e1e = close$default;
|
|
243
243
|
protoOf($).g1e = cancel$default;
|
|
244
|
-
initMetadataForClass($, 'BoundedChannel', VOID, VOID, [
|
|
244
|
+
initMetadataForClass($, 'BoundedChannel', VOID, VOID, [ReceiveChannel(), SendChannel()], [1, 0]);
|
|
245
245
|
BoundedChannelClass = $;
|
|
246
246
|
}
|
|
247
247
|
return BoundedChannelClass;
|