@continuous-excellence/coupling-cli 1.1.457 → 1.1.458
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/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- 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
|
execute3ka32mbtyv00e 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
|
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;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
//region block: polyfills
|
|
2
|
+
if (typeof String.prototype.startsWith === 'undefined') {
|
|
3
|
+
Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
|
|
4
|
+
position = position || 0;
|
|
5
|
+
return this.lastIndexOf(searchString, position) === position;
|
|
6
|
+
}});
|
|
7
|
+
}
|
|
2
8
|
if (typeof String.prototype.endsWith === 'undefined') {
|
|
3
9
|
Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
|
|
4
10
|
var subjectString = this.toString();
|
|
@@ -10,12 +16,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
10
16
|
return lastIndex !== -1 && lastIndex === position;
|
|
11
17
|
}});
|
|
12
18
|
}
|
|
13
|
-
if (typeof String.prototype.startsWith === 'undefined') {
|
|
14
|
-
Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
|
|
15
|
-
position = position || 0;
|
|
16
|
-
return this.lastIndexOf(searchString, position) === position;
|
|
17
|
-
}});
|
|
18
|
-
}
|
|
19
19
|
//endregion
|
|
20
20
|
import { VOID3gxj6tk5isa35 as VOID } from '../js/void.mjs';
|
|
21
21
|
import { compareTo3ankvs086tmwq as compareTo } from '../js/compareTo.mjs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/kotlin-kotlin-stdlib/kotlin/text/js/src/kotlin/text/stringJs.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/kotlin-kotlin-stdlib/kotlin/text/js/src/generated/_ComparisonsJs.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/kotlin-kotlin-stdlib/kotlin/text/js/src/kotlin/text/charJs.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["searchString","position","subjectString","lastIndex","substring","<this>","startIndex","endIndex","compareTo","other","ignoreCase","n1","n2","min","index","thisChar","otherChar","concatToString","result","char","decodeToString","throwOnInvalidSequence","encodeToByteArray","toCharArray","compare","a","b","equals","hashCode","STRING_CASE_INSENSITIVE_ORDER$lambda","<init properties stringJs.kt>"],"mappings":";
|
|
1
|
+
{"version":3,"sources":["../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/kotlin-kotlin-stdlib/kotlin/text/js/src/kotlin/text/stringJs.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/kotlin-kotlin-stdlib/kotlin/text/js/src/generated/_ComparisonsJs.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/kotlin-kotlin-stdlib/kotlin/text/js/src/kotlin/text/charJs.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["searchString","position","subjectString","lastIndex","substring","<this>","startIndex","endIndex","compareTo","other","ignoreCase","n1","n2","min","index","thisChar","otherChar","concatToString","result","char","decodeToString","throwOnInvalidSequence","encodeToByteArray","toCharArray","compare","a","b","equals","hashCode","STRING_CASE_INSENSITIVE_ORDER$lambda","<init properties stringJs.kt>"],"mappings":"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"}
|
|
@@ -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
|
-
SendChannel38sllbxw662ws as SendChannel,
|
|
78
77
|
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
78
|
+
SendChannel38sllbxw662ws as SendChannel,
|
|
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, [ReceiveChannel(), SendChannel()], [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
|
-
SendChannel38sllbxw662ws as SendChannel,
|
|
11
10
|
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
11
|
+
SendChannel38sllbxw662ws as SendChannel,
|
|
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(), ReceiveChannel(), SendChannel()], [1, 0]);
|
|
74
74
|
ChannelCoroutineClass = $;
|
|
75
75
|
}
|
|
76
76
|
return ChannelCoroutineClass;
|
|
@@ -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(),
|
|
164
|
+
initMetadataForClass($, 'SelectImplementation', VOID, VOID, [CancelHandler(), SelectInstance(), Waiter()], [0, 2]);
|
|
165
165
|
SelectImplementationClass = $;
|
|
166
166
|
}
|
|
167
167
|
return SelectImplementationClass;
|
|
@@ -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
|
-
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';
|
|
@@ -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, [ReceiveChannel(), SendChannel()], [1, 0]);
|
|
246
246
|
BoundedChannelClass = $;
|
|
247
247
|
}
|
|
248
248
|
return BoundedChannelClass;
|