@continuous-excellence/coupling-cli 1.1.498 → 1.1.500
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/Auth0Environment.mjs +9 -9
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs +47 -47
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +35 -35
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.js.mjs +9 -17
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.js.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs +50 -76
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +35 -35
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/GetSecureData.js.mjs +2 -2
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/GetSecureData.js.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.js.mjs +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +59 -93
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +21 -42
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Versions.mjs +2 -2
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +26 -45
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WriteSecureData.js.mjs +3 -3
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WriteSecureData.js.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +23 -23
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PlayersQuery.mjs +33 -33
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs +24 -24
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_ResponseAdapter.mjs +33 -33
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_VariablesAdapter.mjs +6 -6
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +123 -134
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +28 -28
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +22 -24
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +203 -220
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +4 -4
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +30 -30
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +59 -76
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +49 -62
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs +55 -72
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +195 -208
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs.map +1 -1
- package/kotlin/Coupling-cli.mjs +1 -1
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs +39 -47
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs.map +1 -1
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/CommandResult.mjs +1 -1
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/LoggingActionPipe.mjs +36 -44
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/LoggingActionPipe.mjs.map +1 -1
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommand.mjs +7 -7
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommandDispatcherExecuteKt.mjs +16 -16
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommandDispatcherExecuteKt.mjs.map +1 -1
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/AccessResult.mjs +85 -85
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/AccessResult.mjs.map +1 -1
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/DeviceCodeRequest.mjs +59 -53
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/DeviceCodeRequest.mjs.map +1 -1
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.mjs +105 -134
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.mjs.map +1 -1
- package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/CouplingJsonFormat.mjs +5 -5
- package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/PartyIdSerializer.mjs +12 -12
- package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/PartyIdSerializer.mjs.map +1 -1
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/Contribution.mjs +54 -54
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/ContributionId.mjs +6 -6
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/CouplingPair.mjs +80 -80
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSet.mjs +18 -18
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSetId.mjs +6 -6
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PairingRule.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyDetails.mjs +35 -35
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyId.mjs +8 -10
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyId.mjs.map +1 -1
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/SecretId.mjs +6 -6
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pin/Pin.mjs +20 -20
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pin/PinTarget.mjs +2 -2
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/AvatarType.mjs +14 -14
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Badge.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Player.mjs +28 -28
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/PlayerId.mjs +6 -6
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/callsign/CallSign.mjs +7 -7
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/user/UserId.mjs +6 -6
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSdk.mjs +23 -23
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSdk.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSyntax.mjs +5 -5
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSyntax.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkGraphQueryDispatcher.mjs +4 -12
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkGraphQueryDispatcher.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkSaveContributionCommandDispatcher.mjs +31 -39
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkSaveContributionCommandDispatcher.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/adapter/Adapter.mjs +51 -58
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/adapter/Adapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlQuery.mjs +15 -15
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlQuery.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlTrait.mjs +3 -3
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlTrait.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/KtorQueryPerformer.mjs +7 -29
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/KtorQueryPerformer.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/AvatarTypeMapper.mjs +13 -13
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/BadgeMapper.mjs +3 -3
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PairingSetDetailsMapper.mjs +27 -29
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PairingSetDetailsMapper.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PartyDetailsMapper.mjs +11 -11
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/CurrentPairAssignmentsQuery.mjs +33 -33
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyDetailsQuery.mjs +29 -29
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/SaveContributionMutation.mjs +22 -22
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_ResponseAdapter.mjs +33 -33
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_VariablesAdapter.mjs +5 -5
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_ResponseAdapter.mjs +24 -24
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_VariablesAdapter.mjs +5 -5
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_ResponseAdapter.mjs +11 -11
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_VariablesAdapter.mjs +6 -6
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetails.mjs +77 -77
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetailsImpl_ResponseAdapter.mjs +107 -107
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetailsImpl_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetails.mjs +31 -31
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetailsImpl_ResponseAdapter.mjs +39 -39
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetailsImpl_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PlayerDetails.mjs +28 -28
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PlayerDetailsImpl_ResponseAdapter.mjs +37 -37
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PlayerDetailsImpl_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/AvatarType.mjs +9 -9
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Badge.mjs +9 -9
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionInput.mjs +46 -46
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLFloat.mjs +2 -2
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PartyInput.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/SaveContributionInput.mjs +7 -7
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/AvatarType_ResponseAdapter.mjs +10 -10
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/AvatarType_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/Badge_ResponseAdapter.mjs +10 -10
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/Badge_ResponseAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionInput_InputAdapter.mjs +51 -51
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionInput_InputAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/PartyInput_InputAdapter.mjs +8 -8
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/PartyInput_InputAdapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/SaveContributionInput_InputAdapter.mjs +11 -11
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/SaveContributionInput_InputAdapter.mjs.map +1 -1
- package/kotlin/apollo-kotlin-adapters-apollo-adapters-core/com/apollographql/adapter/core/KotlinInstantAdapter.mjs +9 -9
- package/kotlin/apollo-kotlin-adapters-apollo-adapters-core/com/apollographql/adapter/core/KotlinInstantAdapter.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapters.mjs +129 -130
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapters.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloRequest.mjs +63 -63
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloRequest.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloResponse.mjs +65 -65
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloResponse.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Assertions.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CompiledGraphQL.mjs +3 -3
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs +49 -48
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/DeferredFragmentIdentifier.mjs +7 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/DeferredFragmentIdentifier.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Error.mjs +9 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Error.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executable.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executables.mjs +17 -17
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executables.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ExecutionContext.mjs +25 -25
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ExecutionContext.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs +15 -16
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Optional.mjs +7 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Optional.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs +182 -182
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/Http.mjs +63 -65
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/Http.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/HttpHeaders.mjs +9 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/internal/UrlEncode.mjs +6 -6
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/internal/UrlEncode.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/internal/ResponseParser.mjs +47 -47
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/internal/ResponseParser.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSinkJsonWriter.mjs +93 -93
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSinkJsonWriter.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSourceJsonReader.mjs +304 -304
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSourceJsonReader.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonNumber.mjs +2 -2
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonNumber.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReader.mjs +13 -13
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs +22 -20
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonWriters.mjs +31 -31
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonWriters.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs +151 -146
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonWriter.mjs +88 -88
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonWriter.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/FileUploadAwareJsonWriter.mjs +38 -38
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/FileUploadAwareJsonWriter.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/JsonScope.mjs +14 -14
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/Utils.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/Utils.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs +53 -55
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-mpp-utils/com/apollographql/apollo/mpp/utils.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs +43 -51
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs +264 -281
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ConcurrencyInfo.mjs +7 -7
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/ApolloInterceptor.mjs +6 -6
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/ApolloInterceptor.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/NetworkInterceptor.mjs +8 -7
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/NetworkInterceptor.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.mjs +77 -93
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs +61 -60
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/MultipartReader.mjs +59 -59
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/MultipartReader.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/dispatchers.js.mjs +2 -2
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs +51 -69
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/is-node.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/is-node.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/multipart.mjs +54 -61
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/multipart.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs +11 -18
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/DefaultHttpEngine.js.mjs +104 -121
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/DefaultHttpEngine.js.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpEngine.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpEngine.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpExecutionContext.mjs +9 -9
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpInterceptor.mjs +6 -6
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpInterceptor.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpNetworkTransport.mjs +286 -320
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpNetworkTransport.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/Js.mjs +20 -15
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/Js.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs +89 -94
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/SubscriptionWsProtocol.mjs +72 -82
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/SubscriptionWsProtocol.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs +323 -412
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WsProtocol.mjs +50 -64
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WsProtocol.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/internal/WsMessage.mjs +26 -26
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/internal/WsMessage.mjs.map +1 -1
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/KtorExtensions.mjs +3 -3
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.mjs +166 -177
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.mjs.map +1 -1
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/ws/KtorWebSocketEngine.mjs +125 -170
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/ws/KtorWebSocketEngine.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs +16 -28
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +186 -186
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionCandidates.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs +121 -121
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs +172 -172
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +135 -135
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/JaroWinkerSimilarity.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +155 -154
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +132 -132
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +4 -4
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +268 -268
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +49 -49
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +36 -36
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +43 -43
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/arguments/Argument.mjs +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/groups/ParameterGroup.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs +14 -15
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +4 -4
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +63 -63
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +250 -251
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +14 -14
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +9 -9
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs +8 -8
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/types/boolean.mjs +9 -9
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs +87 -87
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +68 -87
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +338 -338
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +14 -14
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.mjs +20 -20
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs +1 -1
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +19 -19
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs.map +1 -1
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs +79 -79
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs.map +1 -1
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs +33 -33
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs.map +1 -1
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/transform/MordantTransformContext.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs +7 -7
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +16 -16
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/ColorSpaceUtils.mjs +13 -13
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/ColorSpaceUtils.mjs.map +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Constants.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/InternalMath.mjs.map +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +20 -20
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs.map +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +20 -20
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +21 -21
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs.map +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +28 -28
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs.map +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +22 -22
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +150 -150
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs.map +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +147 -147
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs.map +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +77 -77
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs.map +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +19 -19
- package/kotlin/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs +3 -3
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Char.mjs +29 -29
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Char.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs +43 -41
- package/kotlin/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Enum.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Enum.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Lazy.mjs +14 -18
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Lazy.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Library.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Primitives.mjs +10 -10
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Primitives.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Result.mjs +17 -17
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Standard.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Standard.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Tuples.mjs +26 -26
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UByte.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UByte.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs +46 -46
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UInt.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UInt.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs +46 -46
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ULong.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ULong.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs +46 -46
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UShort.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UShort.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs +46 -46
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Unit.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs +7 -7
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs +14 -14
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractIterator.mjs +21 -24
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractIterator.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs +82 -82
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs +87 -87
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +26 -26
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs +93 -93
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs +37 -37
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs +13 -13
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs +222 -227
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayFunctions.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs +75 -78
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +72 -72
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs +38 -38
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +80 -80
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs +60 -61
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs +31 -31
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs +11 -11
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs +246 -258
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs +10 -10
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs +8 -8
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs +19 -19
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs +11 -11
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs +7 -8
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +39 -39
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs +15 -15
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ReversedViews.mjs +68 -69
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ReversedViews.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs +17 -17
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs +140 -163
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs +43 -31
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs +150 -150
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs +15 -15
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs +13 -13
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs +9 -9
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs +8 -8
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs +41 -41
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs +6 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs +79 -149
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs +13 -13
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs +21 -21
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs +3 -3
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs +19 -91
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/js/internal/EmptyContinuation.mjs +10 -12
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/js/internal/EmptyContinuation.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs +22 -22
- package/kotlin/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/exceptions.mjs +94 -94
- package/kotlin/kotlin-kotlin-stdlib/kotlin/exceptions.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/hacks.mjs +13 -13
- package/kotlin/kotlin-kotlin-stdlib/kotlin/hacks.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/progressionUtil.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/io/console.mjs +24 -24
- package/kotlin/kotlin-kotlin-stdlib/kotlin/io/encoding/Base64.mjs +52 -52
- package/kotlin/kotlin-kotlin-stdlib/kotlin/io/encoding/Base64.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs +11 -11
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs +3 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs +38 -38
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs +33 -33
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/jsIntrinsics.mjs +10 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/jsIntrinsics.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs +27 -17
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs +10 -36
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs +2 -24
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/kotlin.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/math/math.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/math/math.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/PlatformRandom.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/Random.mjs +48 -48
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs +27 -27
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs +41 -41
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs +30 -30
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs +32 -32
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Range.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Ranges.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs +9 -9
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs +32 -32
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameterBase.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs +21 -21
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KVariance.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs +30 -30
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs +11 -11
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs +23 -23
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs +65 -63
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs +55 -55
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs +29 -29
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/sequenceJs.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Char.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs +35 -35
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs +45 -45
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs +133 -133
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs +13 -13
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_CharCategories.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs +9 -9
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_OneToManyTitlecaseMappings.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_OtherLowercaseChars.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs +11 -11
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_TitlecaseMappings.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_WhitespaceChars.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs +3 -3
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/numberConversions.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/regex.mjs +118 -118
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/regex.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +24 -24
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs +7 -7
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs +43 -43
- package/kotlin/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs +162 -158
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs +3 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs +138 -138
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/MonoTimeSource.mjs +50 -50
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/MonoTimeSource.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/TimeSource.mjs +23 -23
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/TimeSource.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/measureTime.mjs +9 -9
- package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs +40 -40
- package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs +38 -38
- package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/noPackageHacks.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/reflectionJs.mjs +2 -2
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +5 -5
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +3 -3
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/DirectLoggerFactory.mjs +2 -2
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +15 -15
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs.map +1 -1
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +12 -12
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs.map +1 -1
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +25 -25
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +5 -5
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +8 -8
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +15 -15
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +9 -9
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +14 -14
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +2 -2
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +5 -5
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +9 -9
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/Trace.common.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +30 -31
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Await.mjs +80 -85
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Await.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +62 -68
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +9 -9
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +181 -180
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +12 -23
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +18 -22
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +10 -10
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +11 -11
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +6 -6
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +16 -11
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +7 -7
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +26 -20
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +59 -59
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +20 -20
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +33 -33
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +6 -6
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +6 -6
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +113 -113
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +27 -26
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +402 -388
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +6 -6
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +20 -15
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Timeout.mjs +41 -44
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Timeout.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +9 -9
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +1167 -1150
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +46 -47
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +30 -37
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +28 -28
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +18 -18
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +31 -48
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +9 -23
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +8 -16
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collection.mjs +20 -28
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collection.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs +11 -11
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +36 -53
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs +71 -102
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +12 -19
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Limit.mjs +42 -58
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Limit.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +23 -37
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +41 -60
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +255 -259
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs +26 -41
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +39 -39
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +119 -150
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs +5 -6
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +9 -8
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +18 -25
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +58 -57
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +6 -6
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +89 -89
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs +8 -9
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs +43 -43
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +24 -24
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs +85 -87
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs +13 -13
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +5 -5
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +11 -11
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +5 -7
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +11 -11
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +17 -19
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +24 -21
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +58 -58
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +4 -4
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +14 -14
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs +4 -4
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +227 -225
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +119 -117
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +2 -2
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +23 -23
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +56 -56
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +146 -146
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +9 -9
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +4 -4
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +66 -66
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs.map +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs +24 -24
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +13 -13
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +23 -23
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +23 -23
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +58 -65
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +6 -6
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs +31 -31
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +33 -33
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +24 -24
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +112 -112
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs +18 -18
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +55 -55
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +64 -64
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +3 -3
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +8 -8
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +35 -35
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +48 -48
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +69 -67
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +276 -279
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +23 -23
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +41 -41
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +17 -16
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/JsonInternalDependencies.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +20 -20
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +18 -18
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +45 -45
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +27 -27
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +18 -18
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +35 -35
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +5 -5
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +86 -86
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginHelperInterfaces.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +513 -513
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +140 -140
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +211 -211
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +101 -104
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +64 -64
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +56 -56
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +61 -61
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +22 -22
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +96 -96
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementBuilders.mjs +6 -6
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +167 -167
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +191 -191
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +27 -27
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +79 -79
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +9 -9
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +15 -15
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +42 -42
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +51 -51
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +18 -18
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +4 -4
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +13 -13
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +82 -96
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +11 -11
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +13 -13
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +219 -218
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +158 -158
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +55 -55
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs +24 -24
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +323 -323
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonEncoder.mjs +214 -214
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonEncoder.mjs.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +17 -17
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs +1 -1
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +138 -152
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/DefaultIgnoredTypes.web.mjs +1 -1
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +6 -6
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +114 -135
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.web.mjs +10 -10
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +49 -49
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +10 -5
- package/kotlin/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +45 -45
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +91 -108
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +51 -59
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +30 -37
- package/kotlin/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +134 -153
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +27 -27
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs +5 -5
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +15 -15
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +27 -27
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +9 -9
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +123 -151
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +26 -52
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +54 -65
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +34 -29
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +61 -79
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultRequest.mjs +79 -79
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultRequest.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +60 -71
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +168 -213
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +114 -160
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +5 -5
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +88 -104
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +36 -53
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +47 -61
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +114 -137
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +143 -158
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +41 -48
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +74 -84
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +14 -14
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +8 -8
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +25 -32
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +9 -9
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +58 -81
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserver.mjs +119 -153
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserver.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserverContext.web.mjs +3 -3
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserverContext.web.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +12 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSE.mjs +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/ClientSessions.mjs +42 -64
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/ClientSessions.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +139 -150
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSocketContent.mjs +12 -12
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +154 -166
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/builders.mjs +63 -93
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/builders.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/ClientUpgradeContent.mjs +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +21 -21
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +63 -64
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +20 -20
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/RequestBody.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/buildersWithUrl.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/FormDataContent.mjs +12 -12
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/formBuilders.mjs +42 -50
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/formBuilders.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +3 -3
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +26 -26
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +12 -20
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +29 -29
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +61 -81
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +39 -53
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +4 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +12 -12
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +2 -2
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/HttpClientCallLogger.mjs +45 -62
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/HttpClientCallLogger.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/KtorMDCContext.web.mjs +5 -5
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogBodyFilter.mjs +100 -113
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogBodyFilter.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogLevel.mjs +9 -9
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggedContent.mjs +16 -16
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logger.mjs +2 -2
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logging.mjs +543 -668
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logging.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggingUtils.mjs +58 -73
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggingUtils.mjs.map +1 -1
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/ObservingUtils.mjs +24 -43
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/ObservingUtils.mjs.map +1 -1
- package/kotlin/ktor-ktor-events/io/ktor/events/Events.mjs +7 -7
- package/kotlin/ktor-ktor-events/io/ktor/events/Events.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/Codecs.mjs +70 -70
- package/kotlin/ktor-ktor-http/io/ktor/http/Codecs.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +116 -116
- package/kotlin/ktor-ktor-http/io/ktor/http/ContentTypes.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +38 -38
- package/kotlin/ktor-ktor-http/io/ktor/http/Headers.mjs +24 -24
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +67 -67
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +124 -124
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +6 -6
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +17 -17
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMethod.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +17 -17
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +73 -73
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpUrlEncoded.mjs +17 -17
- package/kotlin/ktor-ktor-http/io/ktor/http/Parameters.mjs +17 -17
- package/kotlin/ktor-ktor-http/io/ktor/http/Query.mjs +7 -7
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +96 -96
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.web.mjs +2 -2
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.web.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/URLParser.mjs +51 -51
- package/kotlin/ktor-ktor-http/io/ktor/http/URLParser.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +32 -32
- package/kotlin/ktor-ktor-http/io/ktor/http/URLUtils.mjs +50 -50
- package/kotlin/ktor-ktor-http/io/ktor/http/Url.mjs +95 -95
- package/kotlin/ktor-ktor-http/io/ktor/http/Url.mjs.map +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +68 -68
- package/kotlin/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +11 -11
- package/kotlin/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +11 -11
- package/kotlin/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +15 -15
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +5 -5
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +113 -120
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs.map +1 -1
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +52 -60
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs.map +1 -1
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +120 -201
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs.map +1 -1
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +62 -62
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs.map +1 -1
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +93 -93
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs.map +1 -1
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +38 -38
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +2 -2
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +247 -259
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +2 -2
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +72 -132
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +15 -15
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +110 -219
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +5 -13
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +88 -111
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +33 -41
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/IODispatcher.web.mjs +2 -2
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/LineEnding.mjs +3 -3
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +23 -23
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +20 -20
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +43 -43
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +6 -6
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +4 -4
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +4 -4
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +7 -7
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Buffers.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +3 -3
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +5 -5
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +11 -11
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +30 -30
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs.map +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +5 -5
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs.map +1 -1
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +6 -6
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +60 -82
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs.map +1 -1
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +7 -7
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +167 -206
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs.map +1 -1
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +42 -42
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs.map +1 -1
- package/kotlin/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +9 -9
- package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.mjs +21 -21
- package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.web.mjs +17 -18
- package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.web.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/ByteChannels.mjs +131 -165
- package/kotlin/ktor-ktor-utils/io/ktor/util/ByteChannels.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +53 -53
- package/kotlin/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/Charset.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/ContentEncoders.web.mjs +8 -8
- package/kotlin/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +5 -5
- package/kotlin/ktor-ktor-utils/io/ktor/util/Crypto.mjs +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +61 -62
- package/kotlin/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/Encoders.mjs +6 -6
- package/kotlin/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +20 -20
- package/kotlin/ktor-ktor-utils/io/ktor/util/StringValues.mjs +146 -146
- package/kotlin/ktor-ktor-utils/io/ktor/util/StringValues.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/Text.mjs +23 -23
- package/kotlin/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/Date.mjs +114 -114
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/Date.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +7 -7
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +9 -9
- package/kotlin/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLogger.web.mjs +32 -43
- package/kotlin/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLogger.web.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/logging/Logger.web.mjs +6 -6
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +34 -41
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +30 -30
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +67 -67
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineJs.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +4 -4
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +78 -74
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs.map +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
- package/kotlin/ktor-ktor-utils/io/ktor/util/reflect/TypeInfo.web.mjs +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +30 -30
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/DefaultWebSocketSession.mjs +303 -383
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/DefaultWebSocketSession.mjs.map +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/Frame.web.mjs +42 -42
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +8 -8
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs.map +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +9 -9
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +23 -23
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/PingPong.mjs +121 -157
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/PingPong.mjs.map +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketChannelsConfig.mjs +62 -66
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketChannelsConfig.mjs.map +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtension.mjs +11 -11
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtensionHeader.mjs +17 -17
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtensionHeader.mjs.map +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketSession.mjs +18 -37
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketSession.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +25 -25
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +65 -65
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +5 -5
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/JsCompat.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/JsCompat.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.js.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.js.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +23 -23
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +116 -116
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +10 -10
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs +20 -20
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Align.mjs +5 -5
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +42 -42
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +131 -131
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/OverflowWrap.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +31 -31
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextColors.mjs +5 -5
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +79 -79
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs +62 -62
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs +8 -8
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs +22 -22
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs +7 -7
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs +466 -469
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +30 -30
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +169 -169
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +121 -121
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +68 -68
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +16 -16
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +64 -64
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +2 -2
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +26 -26
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs +18 -18
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +10 -10
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs +20 -20
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +114 -114
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +5 -5
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +74 -74
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs.map +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +137 -137
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/Buffer.mjs +838 -830
- package/kotlin/okio-parent-okio/okio/Buffer.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/ByteString.mjs +76 -76
- package/kotlin/okio-parent-okio/okio/ByteString.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/NonJvmPlatform.mjs +17 -17
- package/kotlin/okio-parent-okio/okio/Okio.mjs +4 -4
- package/kotlin/okio-parent-okio/okio/Options.mjs +73 -76
- package/kotlin/okio-parent-okio/okio/Options.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/RealBufferedSink.mjs +40 -40
- package/kotlin/okio-parent-okio/okio/RealBufferedSource.mjs +110 -110
- package/kotlin/okio-parent-okio/okio/RealBufferedSource.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/Segment.mjs +75 -75
- package/kotlin/okio-parent-okio/okio/SegmentPool.mjs +6 -6
- package/kotlin/okio-parent-okio/okio/SegmentedByteString.mjs +56 -56
- package/kotlin/okio-parent-okio/okio/SegmentedByteString.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/Util.mjs +2 -2
- package/kotlin/okio-parent-okio/okio/internal/-Utf8.mjs +40 -40
- package/kotlin/okio-parent-okio/okio/internal/Buffer.mjs +27 -27
- package/kotlin/okio-parent-okio/okio/internal/ByteString.mjs +26 -26
- package/kotlin/okio-parent-okio/okio/internal/SegmentedByteString.mjs +1 -1
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs +10 -10
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs.map +1 -1
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionPipe.mjs +5 -5
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionPipe.mjs.map +1 -1
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SimpleSuspendAction.mjs +10 -11
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SimpleSuspendAction.mjs.map +1 -1
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +183 -160
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs.map +1 -1
- package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +37 -37
- package/kotlin/types-types/kotools/types/collection/NotEmptyList.mjs +53 -67
- package/kotlin/types-types/kotools/types/collection/NotEmptyList.mjs.map +1 -1
- package/kotlin/types-types/kotools/types/text/NotBlankString.mjs +53 -60
- package/kotlin/types-types/kotools/types/text/NotBlankString.mjs.map +1 -1
- package/kotlin/types-types-internal/kotools/types/internal/AnyX.mjs +1 -1
- package/kotlin/types-types-internal/kotools/types/internal/AnyX.mjs.map +1 -1
- package/kotlin/types-types-internal/kotools/types/internal/ErrorMessage.mjs +20 -20
- package/kotlin/types-types-internal/kotools/types/internal/Errors.mjs +1 -1
- package/kotlin/types-types-internal/kotools/types/internal/KClassX.mjs +4 -4
- package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs +13 -13
- package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs.map +1 -1
- package/kotlin/uuid/com/benasher44/uuid/platform.mjs +2 -2
- package/kotlin/uuid/com/benasher44/uuid/uuid.mjs +21 -21
- package/kotlin/uuid/com/benasher44/uuid/uuid.mjs.map +1 -1
- package/package.json +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs +0 -33
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs.map +0 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs +0 -83
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs.map +0 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs +0 -15
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/apollo-kotlin/apollo-kotlin/libraries/apollo-runtime/src/commonMain/kotlin/com/apollographql/apollo/ApolloClient.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/common/src/generated/_Collections.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/src/kotlin/collections/Collections.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/src/kotlin/util/Standard.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/src/kotlin/util/Preconditions.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/js/src/kotlin/collectionJs.kt"],"sourcesContent":[null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<generator-invoke>","$completion","$this_channelFlow","invoke","ApolloClient$executeAsFlowInternal$slambda$slambda$slambda","ApolloClient$executeAsFlowInternal$slambda$slambda$slambda$lambda","element","$apolloRequest","$throwing","ApolloClient$executeAsFlowInternal$slambda$slambda","ApolloClient$executeAsFlowInternal$slambda$slambda$lambda","<get-customScalarAdapters>","<get-interceptors>","sendEnhancedClientAwareness","failFastIfOffline","retryOnError","retryOnErrorInterceptor","cacheInterceptor","autoPersistedQueriesInterceptor","autoPersistedQueryInterceptor","httpMethod","httpHeaders","sendApqExtensions","sendDocument","enableAutoPersistedQueries","canBeBatched","serverUrl","httpServerUrl","httpEngine","httpExposeErrorBody","httpInterceptors","webSocketServerUrl","webSocketIdleTimeoutMillis","wsProtocol","wsProtocolFactory","webSocketEngine","webSocketReopenWhen","networkTransport","subscriptionNetworkTransport","customScalarAdapters","listeners","dispatcher","executionContext","build","copy","emit","value","equals","hashCode","ApolloClient$executeAsFlowInternal$slambda","ApolloClient$executeAsFlowInternal$slambda$lambda","ApolloClient$apolloResponses$slambda","ApolloClient$apolloResponses$slambda$lambda","builder","message","url","query","mutation","close","executeAsFlowInternal","apolloRequest","throwing","flow","apolloResponses","apolloClient","headers","request","allInterceptors"],"mappings":"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"}
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/apollo-kotlin/apollo-kotlin/libraries/apollo-runtime/src/commonMain/kotlin/com/apollographql/apollo/ApolloClient.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/src/kotlin/collections/Collections.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/src/kotlin/util/Standard.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/common/src/generated/_Collections.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/src/kotlin/util/Preconditions.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/js/src/kotlin/collectionJs.kt"],"sourcesContent":[null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["invoke","$completion","ApolloClient$executeAsFlowInternal$slambda$slambda$slambda","ApolloClient$executeAsFlowInternal$slambda$slambda$slambda$lambda","ApolloClient$executeAsFlowInternal$slambda$slambda","ApolloClient$executeAsFlowInternal$slambda$slambda$lambda","<get-customScalarAdapters>","<get-interceptors>","sendEnhancedClientAwareness","failFastIfOffline","retryOnError","retryOnErrorInterceptor","cacheInterceptor","autoPersistedQueriesInterceptor","autoPersistedQueryInterceptor","httpMethod","httpHeaders","sendApqExtensions","sendDocument","enableAutoPersistedQueries","canBeBatched","serverUrl","httpServerUrl","httpEngine","httpExposeErrorBody","httpInterceptors","webSocketServerUrl","webSocketIdleTimeoutMillis","wsProtocol","wsProtocolFactory","webSocketEngine","webSocketReopenWhen","networkTransport","subscriptionNetworkTransport","customScalarAdapters","listeners","dispatcher","executionContext","build","copy","emit","value","equals","hashCode","element","ApolloClient$executeAsFlowInternal$slambda","ApolloClient$executeAsFlowInternal$slambda$lambda","ApolloClient$apolloResponses$slambda","ApolloClient$apolloResponses$slambda$lambda","builder","message","url","query","mutation","close","executeAsFlowInternal","apolloRequest","throwing","flow","apolloResponses","apolloClient","headers","request","allInterceptors"],"mappings":"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"}
|
|
@@ -33,17 +33,17 @@ function ConcurrencyInfo() {
|
|
|
33
33
|
if (ConcurrencyInfoClass === VOID) {
|
|
34
34
|
class $ {
|
|
35
35
|
constructor(dispatcher, coroutineScope) {
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
36
|
+
this.j5b_1 = dispatcher;
|
|
37
|
+
this.k5b_1 = coroutineScope;
|
|
38
38
|
}
|
|
39
|
-
|
|
39
|
+
b3() {
|
|
40
40
|
return Key_instance;
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
protoOf($).
|
|
44
|
-
protoOf($).
|
|
45
|
-
protoOf($).
|
|
46
|
-
protoOf($).
|
|
43
|
+
protoOf($).o4t = get;
|
|
44
|
+
protoOf($).p4t = fold;
|
|
45
|
+
protoOf($).q4t = minusKey;
|
|
46
|
+
protoOf($).f4r = plus;
|
|
47
47
|
initMetadataForClass($, 'ConcurrencyInfo', VOID, VOID, [Element()]);
|
|
48
48
|
ConcurrencyInfoClass = $;
|
|
49
49
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IllegalStateExceptionkoljg5n0nrlr as IllegalStateException } from '../../../../../kotlin-kotlin-stdlib/kotlin/exceptions.mjs';
|
|
2
|
-
import {
|
|
2
|
+
import { Unit_instancev9v8hjid95df as Unit_instance } from '../../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
|
|
3
3
|
import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
|
|
4
4
|
import { VOID3gxj6tk5isa35 as VOID } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
5
5
|
//region block: imports
|
|
@@ -11,15 +11,15 @@ function DefaultInterceptorChain() {
|
|
|
11
11
|
if (DefaultInterceptorChainClass === VOID) {
|
|
12
12
|
class $ {
|
|
13
13
|
constructor(interceptors, index) {
|
|
14
|
-
this.
|
|
15
|
-
this.
|
|
14
|
+
this.i5c_1 = interceptors;
|
|
15
|
+
this.j5c_1 = index;
|
|
16
16
|
}
|
|
17
|
-
|
|
17
|
+
k5c(request) {
|
|
18
18
|
// Inline function 'kotlin.check' call
|
|
19
|
-
if (!(this.
|
|
19
|
+
if (!(this.j5c_1 < this.i5c_1.q2())) {
|
|
20
20
|
throw IllegalStateException().o('Check failed.');
|
|
21
21
|
}
|
|
22
|
-
return this.
|
|
22
|
+
return this.i5c_1.p2(this.j5c_1).l5c(request, new (DefaultInterceptorChain())(this.i5c_1, this.j5c_1 + 1 | 0));
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
initMetadataForClass($, 'DefaultInterceptorChain');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/apollo-kotlin/apollo-kotlin/libraries/apollo-runtime/src/commonMain/kotlin/com/apollographql/apollo/interceptor/ApolloInterceptor.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/src/kotlin/util/Preconditions.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["interceptors","index","proceed","request"],"mappings":";;;;;;;;;;;;kBA+
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/apollo-kotlin/apollo-kotlin/libraries/apollo-runtime/src/commonMain/kotlin/com/apollographql/apollo/interceptor/ApolloInterceptor.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/src/kotlin/util/Preconditions.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["interceptors","index","proceed","request"],"mappings":";;;;;;;;;;;;kBA+DYA,Y,EACAC,K;QADR,yB;QACA,kB;;SAGOC,CAAiCC,OAAjCD,EAAqF;A;QCiBxF,MDhBE,aAAQ,IAAa,CAAb,KAAa,KCgBvB,E,CAAQ;A,UACR,gCAA4B,eAA5B,C;QACJ,C;QDjBA,OAAO,cAAa,IAAb,CAAa,KAAb,CAAoB,KACvB,OADuB,kCAGJ,IAHI,CAGJ,KAHI,EAIX,aAAQ,CAJG,M;MAO7B,C;;;;;;;;;;;"}
|
|
@@ -15,21 +15,22 @@ function NetworkInterceptor() {
|
|
|
15
15
|
if (NetworkInterceptorClass === VOID) {
|
|
16
16
|
class $ {
|
|
17
17
|
constructor(networkTransport, subscriptionNetworkTransport) {
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
18
|
+
this.m5c_1 = networkTransport;
|
|
19
|
+
this.n5c_1 = subscriptionNetworkTransport;
|
|
20
20
|
}
|
|
21
|
-
|
|
22
|
-
var tmp0_subject = request.
|
|
21
|
+
l5c(request, chain) {
|
|
22
|
+
var tmp0_subject = request.f4q_1;
|
|
23
23
|
var tmp;
|
|
24
24
|
if (isInterface(tmp0_subject, Query())) {
|
|
25
|
-
tmp = this.
|
|
25
|
+
tmp = this.m5c_1.o5c(request);
|
|
26
26
|
} else {
|
|
27
27
|
if (isInterface(tmp0_subject, Mutation())) {
|
|
28
|
-
tmp = this.
|
|
28
|
+
tmp = this.m5c_1.o5c(request);
|
|
29
29
|
} else {
|
|
30
30
|
if (isInterface(tmp0_subject, Subscription())) {
|
|
31
|
-
tmp = this.
|
|
31
|
+
tmp = this.n5c_1.o5c(request);
|
|
32
32
|
} else {
|
|
33
|
+
// Inline function 'kotlin.error' call
|
|
33
34
|
throw IllegalStateException().o(toString(''));
|
|
34
35
|
}
|
|
35
36
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/apollo-kotlin/apollo-kotlin/libraries/apollo-runtime/src/commonMain/kotlin/com/apollographql/apollo/interceptor/NetworkInterceptor.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["networkTransport","subscriptionNetworkTransport","intercept","request","chain"],"mappings":";;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/apollo-kotlin/apollo-kotlin/libraries/apollo-runtime/src/commonMain/kotlin/com/apollographql/apollo/interceptor/NetworkInterceptor.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/src/kotlin/util/Preconditions.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["networkTransport","subscriptionNetworkTransport","intercept","request","chain"],"mappings":";;;;;;;;;;;;;;;;kBAYYA,gB,EACAC,4B;QADR,6B;QACA,yC;;SAGOC,CAAmCC,O,EAA2BC,KAA9DF,EAAsH;A,YACxG,eAAR,OAAQ,M;;QACnB,uC;gBAAe,IAAiB,CAAjB,KAAiB,KAAkB,OAAlB,C;;UAChC,0C;kBAAkB,IAAiB,CAAjB,KAAiB,KAAkB,OAAlB,C;;YACnC,8C;oBAAsB,IAA6B,CAA7B,KAA6B,KAAkB,OAAlB,C;;;cCgIR,gCAAoC,SD/HjE,EC+HiE,CAApC,C;;;;QDnI7C,U;MAMF,C;;;;;;;;;;;"}
|
|
@@ -1,19 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { get_COROUTINE_SUSPENDED3ujt3p13qm4iy as get_COROUTINE_SUSPENDED } from '../../../../../kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs';
|
|
1
|
+
import { emitAll14ajoawrvg9d0 as emitAll } from '../../../../../kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs';
|
|
3
2
|
import {
|
|
4
3
|
Builder16nv925388a0q as Builder,
|
|
5
4
|
ApolloResponse1aeginapbuksm as ApolloResponse,
|
|
6
5
|
} from '../../../../../apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloResponse.mjs';
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
Companion_getInstance1ji65oeucwbu1 as Companion_getInstance,
|
|
10
|
-
toDuration28gf6ughsr3vf as toDuration,
|
|
11
|
-
} from '../../../../../kotlin-kotlin-stdlib/kotlin/time/Duration.mjs';
|
|
12
|
-
import { DurationUnit_SECONDS_getInstance3kr54qc67slio as DurationUnit_SECONDS_getInstance } from '../../../../../kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs';
|
|
13
|
-
import { delayko55i6ibvfeo as delay } from '../../../../../kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs';
|
|
14
|
-
import { waitForNetwork1iyjlqng9xqa9 as waitForNetwork } from '../network/NetworkMonitor.mjs';
|
|
15
|
-
import { suspendOrReturn49pspzlx5djv as suspendOrReturn } from '../../../../../kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs';
|
|
16
|
-
import { VOID3gxj6tk5isa35 as VOID } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
6
|
+
import { Unit_instancev9v8hjid95df as Unit_instance } from '../../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
|
|
17
7
|
import {
|
|
18
8
|
THROW_CCE2g6jy02ryeudk as THROW_CCE,
|
|
19
9
|
ensureNotNull1e947j3ixpazm as ensureNotNull,
|
|
@@ -25,13 +15,21 @@ import {
|
|
|
25
15
|
initMetadataForClassbxx6q50dy2s7 as initMetadataForClass,
|
|
26
16
|
initMetadataForObject1cxne3s9w65el as initMetadataForObject,
|
|
27
17
|
} from '../../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
|
|
18
|
+
import { VOID3gxj6tk5isa35 as VOID } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
19
|
+
import {
|
|
20
|
+
Companion_getInstancevdtg3uvqmv7f as Companion_getInstance,
|
|
21
|
+
toDuration28gf6ughsr3vf as toDuration,
|
|
22
|
+
} from '../../../../../kotlin-kotlin-stdlib/kotlin/time/Duration.mjs';
|
|
23
|
+
import { DurationUnit_SECONDS_getInstancesbkvvo7sip2d as DurationUnit_SECONDS_getInstance } from '../../../../../kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs';
|
|
24
|
+
import { delay1yesbzthrp6ln as delay } from '../../../../../kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs';
|
|
25
|
+
import { waitForNetwork170u1djobkhlr as waitForNetwork } from '../network/NetworkMonitor.mjs';
|
|
28
26
|
import { Long2qws0ah9gnpki as Long } from '../../../../../kotlin-kotlin-stdlib/kotlin/Primitives.mjs';
|
|
29
27
|
import { flow3tazazxj2t7g4 as flow } from '../../../../../kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs';
|
|
30
28
|
import { onEach13yrgg7fxnyl6 as onEach } from '../../../../../kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs';
|
|
31
29
|
import { retryWhenf2aqzvtrvxoo as retryWhen } from '../../../../../kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs';
|
|
32
30
|
import {
|
|
33
31
|
ApolloNetworkException3denf70pfh242 as ApolloNetworkException,
|
|
34
|
-
|
|
32
|
+
OfflineException_getInstanceq1tpn78onqx1 as OfflineException_getInstance,
|
|
35
33
|
} from '../../../../../apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs';
|
|
36
34
|
import { Exceptiondt2hlxn7j7vw as Exception } from '../../../../../kotlin-kotlin-stdlib/kotlin/exceptions.mjs';
|
|
37
35
|
import { captureStack1fzi4aczwc4hg as captureStack } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs';
|
|
@@ -48,67 +46,34 @@ function RetryOnErrorInterceptor() {
|
|
|
48
46
|
_init_properties_RetryOnErrorInterceptor_kt__m47hbi();
|
|
49
47
|
return new (DefaultRetryOnErrorInterceptorImpl())(null);
|
|
50
48
|
}
|
|
51
|
-
function *_generator_invoke__zhh2q8($this, $this$flow, $completion) {
|
|
52
|
-
var tmp;
|
|
53
|
-
if ($this.g5c_1) {
|
|
54
|
-
var tmp0_safe_receiver = $this.h5c_1.f5c_1;
|
|
55
|
-
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.k5c();
|
|
56
|
-
tmp = (tmp1_safe_receiver == null ? null : tmp1_safe_receiver.h3()) === false;
|
|
57
|
-
} else {
|
|
58
|
-
tmp = false;
|
|
59
|
-
}
|
|
60
|
-
if (tmp) {
|
|
61
|
-
var tmp_0 = $this$flow.r1f(Builder().v4q($this.i5c_1.x4p_1, $this.i5c_1.y4p_1).a4r(get_OfflineApolloException()).z2s(), $completion);
|
|
62
|
-
if (tmp_0 === get_COROUTINE_SUSPENDED())
|
|
63
|
-
tmp_0 = yield tmp_0;
|
|
64
|
-
} else {
|
|
65
|
-
var tmp_1 = emitAll($this$flow, $this.j5c_1, $completion);
|
|
66
|
-
if (tmp_1 === get_COROUTINE_SUSPENDED())
|
|
67
|
-
tmp_1 = yield tmp_1;
|
|
68
|
-
}
|
|
69
|
-
return Unit_instance;
|
|
70
|
-
}
|
|
71
|
-
function *_generator_invoke__zhh2q8_0($this, $this$retryWhen, cause, _unused_var__etf5q3, $completion) {
|
|
72
|
-
var tmp;
|
|
73
|
-
if (cause instanceof RetryException()) {
|
|
74
|
-
var _unary__edvuaz = $this.l5c_1._v;
|
|
75
|
-
$this.l5c_1._v = _unary__edvuaz + 1 | 0;
|
|
76
|
-
if (!($this.m5c_1.f5c_1 == null)) {
|
|
77
|
-
var tmp_0 = waitForNetwork($this.m5c_1.f5c_1, $completion);
|
|
78
|
-
if (tmp_0 === get_COROUTINE_SUSPENDED())
|
|
79
|
-
tmp_0 = yield tmp_0;
|
|
80
|
-
} else {
|
|
81
|
-
Companion_getInstance();
|
|
82
|
-
// Inline function 'kotlin.math.pow' call
|
|
83
|
-
var n = $this.l5c_1._v;
|
|
84
|
-
// Inline function 'kotlin.time.Companion.seconds' call
|
|
85
|
-
var this_0 = Math.pow(2.0, n);
|
|
86
|
-
var tmp$ret$1 = toDuration(this_0, DurationUnit_SECONDS_getInstance());
|
|
87
|
-
var tmp_1 = delay(tmp$ret$1, $completion);
|
|
88
|
-
if (tmp_1 === get_COROUTINE_SUSPENDED())
|
|
89
|
-
tmp_1 = yield tmp_1;
|
|
90
|
-
}
|
|
91
|
-
tmp = true;
|
|
92
|
-
} else {
|
|
93
|
-
tmp = false;
|
|
94
|
-
}
|
|
95
|
-
return tmp;
|
|
96
|
-
}
|
|
97
49
|
var DefaultRetryOnErrorInterceptorImpl$intercept$slambdaClass;
|
|
98
50
|
function DefaultRetryOnErrorInterceptorImpl$intercept$slambda() {
|
|
99
51
|
if (DefaultRetryOnErrorInterceptorImpl$intercept$slambdaClass === VOID) {
|
|
100
52
|
class $ {
|
|
101
53
|
constructor($failFastIfOffline, this$0, $request, $downStream) {
|
|
102
|
-
this.
|
|
103
|
-
this.
|
|
104
|
-
this.
|
|
105
|
-
this.
|
|
54
|
+
this.p5c_1 = $failFastIfOffline;
|
|
55
|
+
this.q5c_1 = this$0;
|
|
56
|
+
this.r5c_1 = $request;
|
|
57
|
+
this.s5c_1 = $downStream;
|
|
106
58
|
}
|
|
107
|
-
|
|
108
|
-
|
|
59
|
+
*t5c($this$flow, $completion) {
|
|
60
|
+
var tmp;
|
|
61
|
+
if (this.p5c_1) {
|
|
62
|
+
var tmp0_safe_receiver = this.q5c_1.u5c_1;
|
|
63
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.v5c();
|
|
64
|
+
tmp = (tmp1_safe_receiver == null ? null : tmp1_safe_receiver.c3()) === false;
|
|
65
|
+
} else {
|
|
66
|
+
tmp = false;
|
|
67
|
+
}
|
|
68
|
+
if (tmp) {
|
|
69
|
+
yield* $this$flow.m1f(Builder().d4r(this.r5c_1.f4q_1, this.r5c_1.g4q_1).i4r(get_OfflineApolloException()).v2s(), $completion);
|
|
70
|
+
} else {
|
|
71
|
+
yield* emitAll($this$flow, this.s5c_1, $completion);
|
|
72
|
+
}
|
|
73
|
+
return Unit_instance;
|
|
109
74
|
}
|
|
110
|
-
|
|
111
|
-
return this.
|
|
75
|
+
vd(p1, $completion) {
|
|
76
|
+
return this.t5c((!(p1 == null) ? isInterface(p1, FlowCollector()) : false) ? p1 : THROW_CCE(), $completion);
|
|
112
77
|
}
|
|
113
78
|
}
|
|
114
79
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -118,7 +83,7 @@ function DefaultRetryOnErrorInterceptorImpl$intercept$slambda() {
|
|
|
118
83
|
}
|
|
119
84
|
function DefaultRetryOnErrorInterceptorImpl$intercept$slambda_0($failFastIfOffline, this$0, $request, $downStream) {
|
|
120
85
|
var i = new (DefaultRetryOnErrorInterceptorImpl$intercept$slambda())($failFastIfOffline, this$0, $request, $downStream);
|
|
121
|
-
var l = ($this$flow, $completion) => i.
|
|
86
|
+
var l = ($this$flow, $completion) => i.t5c($this$flow, $completion);
|
|
122
87
|
l.$arity = 1;
|
|
123
88
|
return l;
|
|
124
89
|
}
|
|
@@ -127,19 +92,19 @@ function DefaultRetryOnErrorInterceptorImpl$intercept$slambda_1() {
|
|
|
127
92
|
if (DefaultRetryOnErrorInterceptorImpl$intercept$slambdaClass_0 === VOID) {
|
|
128
93
|
class $ {
|
|
129
94
|
constructor($retryOnError, $attempt) {
|
|
130
|
-
this.
|
|
131
|
-
this.
|
|
95
|
+
this.w5c_1 = $retryOnError;
|
|
96
|
+
this.x5c_1 = $attempt;
|
|
132
97
|
}
|
|
133
|
-
|
|
134
|
-
if (this.
|
|
98
|
+
*s58(it, $completion) {
|
|
99
|
+
if (this.w5c_1 && !(it.p4r_1 == null) && isRecoverable(ensureNotNull(it.p4r_1))) {
|
|
135
100
|
throw RetryException_getInstance();
|
|
136
101
|
} else {
|
|
137
|
-
this.
|
|
102
|
+
this.x5c_1._v = 0;
|
|
138
103
|
}
|
|
139
104
|
return Unit_instance;
|
|
140
105
|
}
|
|
141
|
-
|
|
142
|
-
return this.
|
|
106
|
+
vd(p1, $completion) {
|
|
107
|
+
return this.s58(p1 instanceof ApolloResponse() ? p1 : THROW_CCE(), $completion);
|
|
143
108
|
}
|
|
144
109
|
}
|
|
145
110
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -149,7 +114,7 @@ function DefaultRetryOnErrorInterceptorImpl$intercept$slambda_1() {
|
|
|
149
114
|
}
|
|
150
115
|
function DefaultRetryOnErrorInterceptorImpl$intercept$slambda_2($retryOnError, $attempt) {
|
|
151
116
|
var i = new (DefaultRetryOnErrorInterceptorImpl$intercept$slambda_1())($retryOnError, $attempt);
|
|
152
|
-
var l = (it, $completion) => i.
|
|
117
|
+
var l = (it, $completion) => i.s58(it, $completion);
|
|
153
118
|
l.$arity = 1;
|
|
154
119
|
return l;
|
|
155
120
|
}
|
|
@@ -158,16 +123,35 @@ function DefaultRetryOnErrorInterceptorImpl$intercept$slambda_3() {
|
|
|
158
123
|
if (DefaultRetryOnErrorInterceptorImpl$intercept$slambdaClass_1 === VOID) {
|
|
159
124
|
class $ {
|
|
160
125
|
constructor($attempt, this$0) {
|
|
161
|
-
this.
|
|
162
|
-
this.
|
|
126
|
+
this.y5c_1 = $attempt;
|
|
127
|
+
this.z5c_1 = this$0;
|
|
163
128
|
}
|
|
164
|
-
|
|
165
|
-
|
|
129
|
+
*a5d($this$retryWhen, cause, _unused_var__etf5q3, $completion) {
|
|
130
|
+
var tmp;
|
|
131
|
+
if (cause instanceof RetryException()) {
|
|
132
|
+
var _unary__edvuaz = this.y5c_1._v;
|
|
133
|
+
this.y5c_1._v = _unary__edvuaz + 1 | 0;
|
|
134
|
+
if (!(this.z5c_1.u5c_1 == null)) {
|
|
135
|
+
yield* waitForNetwork(this.z5c_1.u5c_1, $completion);
|
|
136
|
+
} else {
|
|
137
|
+
Companion_getInstance();
|
|
138
|
+
// Inline function 'kotlin.math.pow' call
|
|
139
|
+
var n = this.y5c_1._v;
|
|
140
|
+
// Inline function 'kotlin.time.Companion.seconds' call
|
|
141
|
+
var this_0 = Math.pow(2.0, n);
|
|
142
|
+
var tmp$ret$1 = toDuration(this_0, DurationUnit_SECONDS_getInstance());
|
|
143
|
+
yield* delay(tmp$ret$1, $completion);
|
|
144
|
+
}
|
|
145
|
+
tmp = true;
|
|
146
|
+
} else {
|
|
147
|
+
tmp = false;
|
|
148
|
+
}
|
|
149
|
+
return tmp;
|
|
166
150
|
}
|
|
167
151
|
y3p(p1, p2, p3, $completion) {
|
|
168
152
|
var tmp = (!(p1 == null) ? isInterface(p1, FlowCollector()) : false) ? p1 : THROW_CCE();
|
|
169
153
|
var tmp_0 = p2 instanceof Error ? p2 : THROW_CCE();
|
|
170
|
-
return this.
|
|
154
|
+
return this.a5d(tmp, tmp_0, p3 instanceof Long() ? p3 : THROW_CCE(), $completion);
|
|
171
155
|
}
|
|
172
156
|
}
|
|
173
157
|
initMetadataForLambda($, VOID, VOID, [3]);
|
|
@@ -177,7 +161,7 @@ function DefaultRetryOnErrorInterceptorImpl$intercept$slambda_3() {
|
|
|
177
161
|
}
|
|
178
162
|
function DefaultRetryOnErrorInterceptorImpl$intercept$slambda_4($attempt, this$0) {
|
|
179
163
|
var i = new (DefaultRetryOnErrorInterceptorImpl$intercept$slambda_3())($attempt, this$0);
|
|
180
|
-
var l = ($this$retryWhen, cause, _unused_var__etf5q3, $completion) => i.
|
|
164
|
+
var l = ($this$retryWhen, cause, _unused_var__etf5q3, $completion) => i.a5d($this$retryWhen, cause, _unused_var__etf5q3, $completion);
|
|
181
165
|
l.$arity = 3;
|
|
182
166
|
return l;
|
|
183
167
|
}
|
|
@@ -186,18 +170,18 @@ function DefaultRetryOnErrorInterceptorImpl() {
|
|
|
186
170
|
if (DefaultRetryOnErrorInterceptorImplClass === VOID) {
|
|
187
171
|
class $ {
|
|
188
172
|
constructor(networkMonitor) {
|
|
189
|
-
this.
|
|
173
|
+
this.u5c_1 = networkMonitor;
|
|
190
174
|
}
|
|
191
|
-
|
|
192
|
-
var tmp0_elvis_lhs = request.
|
|
175
|
+
l5c(request, chain) {
|
|
176
|
+
var tmp0_elvis_lhs = request.q4q_1;
|
|
193
177
|
var failFastIfOffline = tmp0_elvis_lhs == null ? false : tmp0_elvis_lhs;
|
|
194
|
-
var tmp1_elvis_lhs = request.
|
|
178
|
+
var tmp1_elvis_lhs = request.p4q_1;
|
|
195
179
|
var retryOnError = tmp1_elvis_lhs == null ? false : tmp1_elvis_lhs;
|
|
196
180
|
if (!failFastIfOffline && !retryOnError) {
|
|
197
|
-
return chain.
|
|
181
|
+
return chain.k5c(request);
|
|
198
182
|
}
|
|
199
183
|
var attempt = {_v: 0};
|
|
200
|
-
var downStream = chain.
|
|
184
|
+
var downStream = chain.k5c(request);
|
|
201
185
|
var tmp = flow(DefaultRetryOnErrorInterceptorImpl$intercept$slambda_0(failFastIfOffline, this, request, downStream));
|
|
202
186
|
var tmp_0 = onEach(tmp, DefaultRetryOnErrorInterceptorImpl$intercept$slambda_2(retryOnError, attempt));
|
|
203
187
|
return retryWhen(tmp_0, DefaultRetryOnErrorInterceptorImpl$intercept$slambda_4(attempt, this));
|
|
@@ -216,11 +200,11 @@ var RetryExceptionClass;
|
|
|
216
200
|
function RetryException() {
|
|
217
201
|
if (RetryExceptionClass === VOID) {
|
|
218
202
|
class $ extends Exception() {
|
|
219
|
-
static
|
|
203
|
+
static d5d() {
|
|
220
204
|
RetryException_instance = null;
|
|
221
|
-
var $this = this.
|
|
205
|
+
var $this = this.be();
|
|
222
206
|
RetryException_instance = $this;
|
|
223
|
-
captureStack($this, $this.
|
|
207
|
+
captureStack($this, $this.c5d_1);
|
|
224
208
|
return $this;
|
|
225
209
|
}
|
|
226
210
|
}
|
|
@@ -232,14 +216,14 @@ function RetryException() {
|
|
|
232
216
|
var RetryException_instance;
|
|
233
217
|
function RetryException_getInstance() {
|
|
234
218
|
if (RetryException_instance === VOID)
|
|
235
|
-
RetryException().
|
|
219
|
+
RetryException().d5d();
|
|
236
220
|
return RetryException_instance;
|
|
237
221
|
}
|
|
238
222
|
var properties_initialized_RetryOnErrorInterceptor_kt_exnoek;
|
|
239
223
|
function _init_properties_RetryOnErrorInterceptor_kt__m47hbi() {
|
|
240
224
|
if (!properties_initialized_RetryOnErrorInterceptor_kt_exnoek) {
|
|
241
225
|
properties_initialized_RetryOnErrorInterceptor_kt_exnoek = true;
|
|
242
|
-
OfflineApolloException = ApolloNetworkException().
|
|
226
|
+
OfflineApolloException = ApolloNetworkException().q4u('The device is offline', OfflineException_getInstance());
|
|
243
227
|
}
|
|
244
228
|
}
|
|
245
229
|
//region block: exports
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/apollo-kotlin/apollo-kotlin/libraries/apollo-runtime/src/commonMain/kotlin/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/js/src/kotlin/math.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/src/kotlin/time/Duration.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-OfflineApolloException>","RetryOnErrorInterceptor","
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/apollo-kotlin/apollo-kotlin/libraries/apollo-runtime/src/commonMain/kotlin/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/js/src/kotlin/math.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/src/kotlin/time/Duration.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-OfflineApolloException>","RetryOnErrorInterceptor","invoke","$completion","DefaultRetryOnErrorInterceptorImpl$intercept$slambda","DefaultRetryOnErrorInterceptorImpl$intercept$slambda$lambda","networkMonitor","intercept","request","chain","failFastIfOffline","retryOnError","attempt","downStream","isRecoverable","<this>","<init properties RetryOnErrorInterceptor.kt>"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mCAoGQA,CAAAA,EAAA;A;EAAA,6B;AAAyB,C;;gCApDxBC,CAAAA,EAAmD;A;EAAwC,kDAAL,IAAK,C;AAAD,C;;;;;;;;;;;UAcnFC,CAAA,U,EAAAC,WAAAD,EACN;A;QAAI,e;cAAqB,qC;cAAgB,yDAAhB,kBAAgB,M;gBAAhB,CAA0B,oCAA1B,kBAA0B,KAA1B,MAAmC,K;;gBAAnC,K;;QAArB,Q,CAA+D;A,iBACjE,eAAqE,cAAxC,IAAwC,CAAxC,KAAwC,CAAhC,KAAgC,EAArB,IAAqB,CAArB,KAAqB,CAAb,KAAa,MAAU,4BAAV,CAAkC,MAAvG,c;QACF,C;iBACE,oBAAQ,IAAR,CAAQ,KAAR,c;;QACF,oB;MAAA,C;;;;;;;;;;+DALME,C,iDAAAA,E;;UAAAC,CAAA,U,EAAAF,WAAAE,mC;;;C;;;;;;;;;UAMCH,CAAA,E,EAAAC,WAAAD,EACP;A,QAAI,kBAAgB,KAAG,KAAH,IAAgB,IAAhB,CAAhB,IAAuD,cAAf,iBAAG,KAAH,CAAe,CAAvD,C,CAAwE;A,UAC1E,kC;QACF,C,MAAO;A,UACL,gBAAU,C;QACZ,C;QAAA,oB;MAAA,C;;;;;;;;;;+DALOE,C,uBAAAA,E;;UAAAC,CAAA,E,EAAAF,WAAAE,2B;;;C;;;;;;;;;UAMGH,CAAA,e,EAAE,K,EAAO,mB,EAATC,WAAAD,EACV;A;QAAI,sC;cACF,8B;UAAA,gBAAA,cAAO,IAAP,I;UACI,0BAAkB,IAAlB,E,CAAwB;A,mBACX,eAAf,IAAe,CAAf,KAAe,CAAf,KAAe,c;UACjB,C,MAAO;A;;oBACS,I,CAAA,K,CAAA,E;;yBCqX0B,IAAW,KDrX7C,GCqX6C,EAAU,CAAV,C;gBC3Q0B,YAAhC,mBAAwB,kCAAxB,C;mBF1G7C,MAAuB,SAAvB,c;UACF,C;gBACA,I;;gBAGA,K;;QACD,U;MAAD,C;;;;;;;;;;;;+DAZUE,C,gBAAAA,E;;UAAAC,CAAA,e,EAAE,K,EAAO,mB,EAATF,WAAAE,oE;;;C;;;;;kBAxBqCC,c;QAAR,2B;;SACtCC,CAAmCC,O,EAA2BC,KAA9DF,EAAsH;A,YACrG,yBAAQ,K;YAAhCG,oBAAwB,yBAA6B,KAA7B,iB;YACL,yBAAQ,K;YAA3BC,eAAmB,yBAAwB,KAAxB,iB;QAEf,KAAC,iBAAD,IAAsB,CAAC,YAAvB,C,CAAqC;A,UACvC,OAAO,KAAM,KAAQ,OAAR,C;QACf,C;YAEAC,eAAc,CAAdA,C;YACAC,aAAiB,KAAM,KAAQ,OAAR,C;kBAEhB,KAAK,oGAAL,C;oBAMD,YAAO,6EAAP,C;QANN,OAYM,iBAAU,qEAAV,C;MAcR,C;;;;;;;sBAGMC,CAAIC,aAAJD,EAA6C;A;EAInD,OAAO,aAAP,oC;AACF,C;;;;;;;;;;;;;;;;;;;;;;;;;4DAhGAE,CAAAA,E;;;0DAoG4D,uB;;C;;;;;"}
|