@continuous-excellence/coupling-cli 1.1.452 → 1.1.454
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/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +1 -1
- 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,
|
|
@@ -131,7 +131,7 @@ function composeGetParams($this, operation, customScalarAdapters, autoPersistQue
|
|
|
131
131
|
// Inline function 'com.apollographql.apollo.api.json.writeObject' call
|
|
132
132
|
this_0.t4n();
|
|
133
133
|
this_0.t4u('name').f4o('apollo-kotlin');
|
|
134
|
-
this_0.t4u('version').f4o('4.4.
|
|
134
|
+
this_0.t4u('version').f4o('4.4.1');
|
|
135
135
|
this_0.u4n();
|
|
136
136
|
}
|
|
137
137
|
this_0.u4n();
|
|
@@ -163,7 +163,7 @@ function DefaultHttpRequestComposer$Companion$extensionsWriter$lambda_0($sendApq
|
|
|
163
163
|
// Inline function 'com.apollographql.apollo.api.json.writeObject' call
|
|
164
164
|
_this__u8e3s4.t4n();
|
|
165
165
|
_this__u8e3s4.t4u('name').f4o('apollo-kotlin');
|
|
166
|
-
_this__u8e3s4.t4u('version').f4o('4.4.
|
|
166
|
+
_this__u8e3s4.t4u('version').f4o('4.4.1');
|
|
167
167
|
_this__u8e3s4.u4n();
|
|
168
168
|
}
|
|
169
169
|
_this__u8e3s4.u4n();
|
|
@@ -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;
|