@continuous-excellence/coupling-cli 1.1.445 → 1.1.447
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
|
execute3ka32mbtyv00e 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
|
apolloMutation1qfm4b9xbpwrf as apolloMutation,
|
|
@@ -65,7 +65,7 @@ function AbstractMutableCollection() {
|
|
|
65
65
|
r6() {
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
initMetadataForClass($, 'AbstractMutableCollection', VOID, VOID, [AbstractCollection(),
|
|
68
|
+
initMetadataForClass($, 'AbstractMutableCollection', VOID, VOID, [AbstractCollection(), 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;
|
|
@@ -71,7 +71,7 @@ var KtMutableSetClass;
|
|
|
71
71
|
function KtMutableSet() {
|
|
72
72
|
if (KtMutableSetClass === VOID) {
|
|
73
73
|
class $ {}
|
|
74
|
-
initMetadataForInterface($, 'MutableSet', VOID, VOID, [KtSet(),
|
|
74
|
+
initMetadataForInterface($, 'MutableSet', VOID, VOID, [KtSet(), MutableIterable(), Collection()]);
|
|
75
75
|
KtMutableSetClass = $;
|
|
76
76
|
}
|
|
77
77
|
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.t9_1.z9();
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
initMetadataForClass($, 'HashMapValues', VOID, VOID, [
|
|
102
|
+
initMetadataForClass($, 'HashMapValues', VOID, VOID, [MutableIterable(), Collection(), AbstractMutableCollection()]);
|
|
103
103
|
HashMapValuesClass = $;
|
|
104
104
|
}
|
|
105
105
|
return HashMapValuesClass;
|
|
@@ -74,8 +74,8 @@ import {
|
|
|
74
74
|
ClosedSendChannelException29m33prpq9jaw as ClosedSendChannelException,
|
|
75
75
|
close$default29t9kascifp5w as close$default,
|
|
76
76
|
cancel$default3ekkkwpkem73o as cancel$default,
|
|
77
|
-
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
78
77
|
SendChannel38sllbxw662ws as SendChannel,
|
|
78
|
+
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
79
79
|
} from './Channel.mjs';
|
|
80
80
|
import {
|
|
81
81
|
SelectInstance2isepgzfsd8ur as SelectInstance,
|
|
@@ -2850,7 +2850,7 @@ function BufferedChannel() {
|
|
|
2850
2850
|
}
|
|
2851
2851
|
protoOf($).q1d = close$default;
|
|
2852
2852
|
protoOf($).s1d = cancel$default;
|
|
2853
|
-
initMetadataForClass($, 'BufferedChannel', VOID, VOID, [
|
|
2853
|
+
initMetadataForClass($, 'BufferedChannel', VOID, VOID, [SendChannel(), ReceiveChannel()], [1, 4, 0, 3]);
|
|
2854
2854
|
BufferedChannelClass = $;
|
|
2855
2855
|
}
|
|
2856
2856
|
return BufferedChannelClass;
|
|
@@ -7,8 +7,8 @@ import { suspendOrReturn49pspzlx5djv as suspendOrReturn } from '../../../../kotl
|
|
|
7
7
|
import { VOID3gxj6tk5isa35 as VOID } from '../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
8
8
|
import {
|
|
9
9
|
close$default29t9kascifp5w as close$default,
|
|
10
|
-
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
11
10
|
SendChannel38sllbxw662ws as SendChannel,
|
|
11
|
+
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
12
12
|
} from './Channel.mjs';
|
|
13
13
|
import { protoOf180f3jzyo7rfj as protoOf } from '../../../../kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs';
|
|
14
14
|
import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
|
|
@@ -70,7 +70,7 @@ function ChannelCoroutine() {
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
protoOf($).q1d = close$default;
|
|
73
|
-
initMetadataForClass($, 'ChannelCoroutine', VOID, VOID, [AbstractCoroutine(),
|
|
73
|
+
initMetadataForClass($, 'ChannelCoroutine', VOID, VOID, [AbstractCoroutine(), SendChannel(), ReceiveChannel()], [1, 0]);
|
|
74
74
|
ChannelCoroutineClass = $;
|
|
75
75
|
}
|
|
76
76
|
return ChannelCoroutineClass;
|
|
@@ -23,8 +23,8 @@ import {
|
|
|
23
23
|
_ChannelResult___get_isClosed__impl__mg7kuu1xlv81pnrlsg7 as _ChannelResult___get_isClosed__impl__mg7kuu,
|
|
24
24
|
close$default29t9kascifp5w as close$default,
|
|
25
25
|
cancel$default3ekkkwpkem73o 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';
|
|
@@ -242,7 +242,7 @@ function BoundedChannel() {
|
|
|
242
242
|
}
|
|
243
243
|
protoOf($).q1d = close$default;
|
|
244
244
|
protoOf($).s1d = cancel$default;
|
|
245
|
-
initMetadataForClass($, 'BoundedChannel', VOID, VOID, [
|
|
245
|
+
initMetadataForClass($, 'BoundedChannel', VOID, VOID, [SendChannel(), ReceiveChannel()], [1, 0]);
|
|
246
246
|
BoundedChannelClass = $;
|
|
247
247
|
}
|
|
248
248
|
return BoundedChannelClass;
|