@continuous-excellence/coupling-cli 1.1.648 → 1.1.650
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-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +24 -1
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.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
|
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,
|
|
@@ -7,6 +7,7 @@ import {
|
|
|
7
7
|
} from '../../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
|
|
8
8
|
import { VOID3gxj6tk5isa35 as VOID } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
9
9
|
import { DirectLoggerFactory_instance5oe6qyrhwrc1 as DirectLoggerFactory_instance } from './DirectLoggerFactory.mjs';
|
|
10
|
+
import { THROW_CCE2g6jy02ryeudk as THROW_CCE } from '../../../../../kotlin-kotlin-stdlib/kotlin/hacks.mjs';
|
|
10
11
|
//region block: imports
|
|
11
12
|
//endregion
|
|
12
13
|
//region block: pre-declaration
|
|
@@ -41,7 +42,7 @@ function KotlinLoggingConfiguration() {
|
|
|
41
42
|
class $ {
|
|
42
43
|
constructor() {
|
|
43
44
|
KotlinLoggingConfiguration_instance = this;
|
|
44
|
-
this.a5c_1 =
|
|
45
|
+
this.a5c_1 = resolveStartupMessageDefault();
|
|
45
46
|
var tmp = this;
|
|
46
47
|
tmp.b5c_1 = new (KotlinLoggingConfiguration$direct$1())();
|
|
47
48
|
this.c5c_1 = DirectLoggerFactory_instance;
|
|
@@ -58,6 +59,28 @@ function KotlinLoggingConfiguration_getInstance() {
|
|
|
58
59
|
new (KotlinLoggingConfiguration())();
|
|
59
60
|
return KotlinLoggingConfiguration_instance;
|
|
60
61
|
}
|
|
62
|
+
function resolveStartupMessageDefault() {
|
|
63
|
+
try {
|
|
64
|
+
var tmp = typeof window !== 'undefined' && (window.KOTLIN_LOGGING_STARTUP_MESSAGE === 'false' || window.KOTLIN_LOGGING_STARTUP_MESSAGE === false);
|
|
65
|
+
var disabledInWindow = (!(tmp == null) ? typeof tmp === 'boolean' : false) ? tmp : THROW_CCE();
|
|
66
|
+
if (disabledInWindow) {
|
|
67
|
+
return false;
|
|
68
|
+
}
|
|
69
|
+
var tmp_0 = typeof process !== 'undefined' && process.env && (process.env.KOTLIN_LOGGING_STARTUP_MESSAGE === 'false' || process.env.KOTLIN_LOGGING_STARTUP_MESSAGE === false);
|
|
70
|
+
var disabledInEnv = (!(tmp_0 == null) ? typeof tmp_0 === 'boolean' : false) ? tmp_0 : THROW_CCE();
|
|
71
|
+
if (disabledInEnv) {
|
|
72
|
+
return false;
|
|
73
|
+
}
|
|
74
|
+
return true;
|
|
75
|
+
} catch ($p) {
|
|
76
|
+
if ($p instanceof Error) {
|
|
77
|
+
var e = $p;
|
|
78
|
+
return true;
|
|
79
|
+
} else {
|
|
80
|
+
throw $p;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
61
84
|
//region block: exports
|
|
62
85
|
export {
|
|
63
86
|
KotlinLoggingConfiguration_getInstance as KotlinLoggingConfiguration_getInstance1qkm2mkxywgav,
|
package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/jsMain/kotlin/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-logLevel>","<get-formatter>","<get-appender>"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/kotlin-logging/kotlin-logging/src/jsMain/kotlin/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-logLevel>","<get-formatter>","<get-appender>","resolveStartupMessageDefault","disabledInWindow","disabledInEnv","e"],"mappings":";;;;;;;;;;;;;;;;;;;QAiC2C,qC;QAQD,6CAAwC,IAAxC,C;QAQF,4C;;SAdhCA,CAAAA,EAAQ;A,QAAS,OAAT,IAAS,CAAT,K;MAAQ,C;SAQhBC,CAAAA,EAAQ;A,QAAU,OAAV,IAAU,CAAV,K;MAAS,C;SAQjBC,CAAAA,EAAQ;A,QAAS,OAAT,IAAS,CAAT,K;MAAQ,C;;;;;;;;;;;;;QAtByB,2C;kBAG7C,I;QAAA,yD;QA8CgD,yC;;;;;;;;;;;;;;qCA5EpDC,CAAAA,EAAoD;A,EAClD,IAAI;A,cAGE,OAAO,MAAO,KAAI,WADpB,KACoC,MAAsC,CAA/B,8BAA+B,KAAI,OAAQ,IAAG,MAAsC,CAA/B,8BAA+B,KAAI,KADnI,C;QADFC,mBACE,uE;IAIE,qB,CAAkB;A,MACpB,OAAO,K;IACT,C;gBAII,OAAO,OAAQ,KAAI,WAAY,IAAG,OAAH,CAAW,GAD5C,KACoD,OAA2C,CAAnC,GAAmC,CAA/B,8BAA+B,KAAI,OAAQ,IAAG,OAA2C,CAAnC,GAAmC,CAA/B,8BAA+B,KAAI,KAD7J,C;QADFC,gBACE,6E;IAIE,kB,CAAe;A,MACjB,OAAO,K;IACT,C;IAEA,OAAO,I;EACT,C;6BAAuB;A,UAAdC,M;MACP,OAAO,I;IACT,C;;;;AACF,C;;;;;"}
|
|
@@ -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;
|
|
@@ -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
|
-
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;
|