@attocash/commons-js 5.0.0 → 5.1.0

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.
Files changed (282) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeComponents.mjs +2 -2
  2. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +2 -2
  3. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs +8 -8
  4. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +68 -68
  5. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +56 -56
  6. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +14 -14
  7. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +10 -10
  8. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +26 -26
  9. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +661 -661
  10. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +4 -4
  11. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +7 -7
  12. package/commons-commons-core/cash/atto/commons/AttoHash.mjs +8 -8
  13. package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs +1 -1
  14. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +17 -17
  15. package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs +8 -8
  16. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs +8 -8
  17. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +26 -26
  18. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +7 -7
  19. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +42 -42
  20. package/commons-commons-core/cash/atto/commons/AttoSeed.mjs +2 -2
  21. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +8 -8
  22. package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs +67 -67
  23. package/commons-commons-core/cash/atto/commons/AttoSigner.mjs +11 -11
  24. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs +5 -5
  25. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +35 -35
  26. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +11 -11
  27. package/commons-commons-core/cash/atto/commons/AttoVote.mjs +37 -37
  28. package/commons-commons-core/cash/atto/commons/AttoWork.mjs +10 -10
  29. package/commons-commons-core/cash/atto/commons/Extensions.mjs +1 -1
  30. package/commons-commons-core/cash/atto/commons/serialiazer/AttoAddressAsByteArraySerializer.mjs +4 -4
  31. package/commons-commons-core/cash/atto/commons/serialiazer/InstantMillisSerializer.mjs +2 -2
  32. package/commons-commons-core/cash/atto/commons/utils/Base32.mjs +9 -9
  33. package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs +1 -1
  34. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.export.d.ts +3 -1
  35. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs +19 -5
  36. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs.map +1 -1
  37. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +72 -72
  38. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
  39. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs +812 -319
  40. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs.map +1 -1
  41. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs +226 -76
  42. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs.map +1 -1
  43. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +3 -3
  44. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +50 -50
  45. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.js.mjs +34 -34
  46. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +56 -56
  47. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
  48. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  49. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +4 -4
  50. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +1 -1
  51. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +1 -1
  52. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs +1 -1
  53. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +1 -1
  54. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +7 -7
  55. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +76 -76
  56. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +133 -28
  57. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
  58. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs +28 -0
  59. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs.map +1 -0
  60. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +1 -1
  61. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
  62. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +4 -4
  63. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +2 -2
  64. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
  65. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +3 -3
  66. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
  67. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +5 -5
  68. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +39 -39
  69. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +34 -34
  70. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
  71. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
  72. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +189 -189
  73. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
  74. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
  75. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
  76. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +56 -56
  77. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +149 -149
  78. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
  79. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
  80. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +3 -3
  81. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
  82. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +50 -50
  83. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
  84. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +37 -37
  85. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +18 -18
  86. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +59 -59
  87. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +70 -70
  88. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
  89. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +178 -178
  90. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
  91. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +71 -71
  92. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
  93. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +13 -13
  94. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +10 -10
  95. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +36 -36
  96. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +7 -7
  97. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +1 -1
  98. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +12 -12
  99. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +84 -84
  100. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +2 -2
  101. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +8 -8
  102. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +141 -141
  103. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +98 -98
  104. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
  105. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +151 -151
  106. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +3 -3
  107. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOCommon.mjs +3 -3
  108. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngine.mjs +59 -59
  109. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngineConfig.mjs +11 -11
  110. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionFactory.mjs +22 -22
  111. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionPipeline.nonJvm.mjs +3 -3
  112. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Endpoint.mjs +219 -219
  113. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/EngineTasks.mjs +15 -15
  114. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Loader.js.mjs +2 -2
  115. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/utils.mjs +241 -241
  116. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +133 -133
  117. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
  118. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +85 -85
  119. package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +36 -36
  120. package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +1 -1
  121. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +41 -41
  122. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +54 -54
  123. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +51 -51
  124. package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +3 -3
  125. package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +27 -27
  126. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +60 -60
  127. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +18 -18
  128. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
  129. package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
  130. package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +20 -20
  131. package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
  132. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +60 -60
  133. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +40 -40
  134. package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +21 -21
  135. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +3 -3
  136. package/ktor-ktor-client-core/io/ktor/client/network/sockets/TimeoutExceptions.nonJvm.mjs +3 -3
  137. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +61 -61
  138. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +45 -45
  139. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +125 -125
  140. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +138 -138
  141. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
  142. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +70 -70
  143. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +53 -53
  144. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +42 -42
  145. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +63 -63
  146. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +98 -98
  147. package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +33 -33
  148. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
  149. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +11 -11
  150. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
  151. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +35 -35
  152. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +13 -13
  153. package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +45 -45
  154. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +65 -65
  155. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +4 -4
  156. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +17 -17
  157. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +64 -64
  158. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
  159. package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +1 -1
  160. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +24 -24
  161. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +18 -18
  162. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
  163. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +52 -52
  164. package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +35 -35
  165. package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
  166. package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
  167. package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +5 -5
  168. package/ktor-ktor-events/io/ktor/events/Events.mjs +5 -5
  169. package/ktor-ktor-http/io/ktor/http/Codecs.mjs +12 -12
  170. package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +89 -89
  171. package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
  172. package/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
  173. package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +31 -31
  174. package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +114 -114
  175. package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +4 -4
  176. package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +13 -13
  177. package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +18 -18
  178. package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +66 -66
  179. package/ktor-ktor-http/io/ktor/http/Parameters.mjs +9 -9
  180. package/ktor-ktor-http/io/ktor/http/Query.mjs +3 -3
  181. package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +58 -58
  182. package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +1 -1
  183. package/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
  184. package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +20 -20
  185. package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +25 -25
  186. package/ktor-ktor-http/io/ktor/http/Url.mjs +72 -72
  187. package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +25 -25
  188. package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
  189. package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +8 -8
  190. package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +12 -12
  191. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +4 -4
  192. package/ktor-ktor-http-cio/io/ktor/http/cio/ChunkedTransferEncoding.mjs +106 -106
  193. package/ktor-ktor-http-cio/io/ktor/http/cio/ConnectionOptions.mjs +31 -31
  194. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpBody.mjs +15 -15
  195. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +100 -100
  196. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +69 -69
  197. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +113 -113
  198. package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponse.mjs +9 -9
  199. package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponseBuilderJs.mjs +21 -21
  200. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +17 -17
  201. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +70 -70
  202. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
  203. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +21 -21
  204. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
  205. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
  206. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +7 -7
  207. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +141 -141
  208. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
  209. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +75 -75
  210. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelUtils.mjs +1 -1
  211. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
  212. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +230 -230
  213. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +11 -11
  214. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +72 -72
  215. package/ktor-ktor-io/io/ktor/utils/io/CloseHookByteWriteChannel.mjs +14 -14
  216. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
  217. package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +26 -26
  218. package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
  219. package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
  220. package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
  221. package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
  222. package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
  223. package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
  224. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
  225. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
  226. package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
  227. package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +3 -3
  228. package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +5 -5
  229. package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
  230. package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
  231. package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
  232. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +27 -27
  233. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +1 -1
  234. package/ktor-ktor-network/io/ktor/network/sockets/Builders.mjs +5 -5
  235. package/ktor-ktor-network/io/ktor/network/sockets/SocketAddress.nonJvm.mjs +9 -9
  236. package/ktor-ktor-network/io/ktor/network/sockets/SocketBase.mjs +50 -50
  237. package/ktor-ktor-network/io/ktor/network/sockets/SocketContext.mjs +104 -104
  238. package/ktor-ktor-network/io/ktor/network/sockets/SocketEngine.jsAndWasmShared.mjs +1 -1
  239. package/ktor-ktor-network/io/ktor/network/sockets/SocketOptions.mjs +30 -30
  240. package/ktor-ktor-network/io/ktor/network/sockets/SocketTimeoutException.mjs +5 -5
  241. package/ktor-ktor-network/io/ktor/network/sockets/Sockets.mjs +5 -5
  242. package/ktor-ktor-network/io/ktor/network/sockets/TcpSocketBuilder.mjs +5 -5
  243. package/ktor-ktor-network/io/ktor/network/sockets/TypeOfService.mjs +5 -5
  244. package/ktor-ktor-network/io/ktor/network/sockets/nodejs/node.net.mjs +7 -7
  245. package/ktor-ktor-network-tls/io/ktor/network/tls/TLSCommon.mjs +9 -9
  246. package/ktor-ktor-network-tls/io/ktor/network/tls/TLSConfigBuilder.nonJvm.mjs +1 -1
  247. package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
  248. package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +58 -58
  249. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
  250. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +122 -122
  251. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +4 -4
  252. package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +6 -6
  253. package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +11 -11
  254. package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +15 -15
  255. package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +33 -33
  256. package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +31 -31
  257. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
  258. package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +83 -83
  259. package/ktor-ktor-utils/io/ktor/util/Text.mjs +7 -7
  260. package/ktor-ktor-utils/io/ktor/util/collections/ConcurrentMapJs.mjs +29 -29
  261. package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
  262. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +67 -67
  263. package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
  264. package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +6 -6
  265. package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +10 -10
  266. package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +1 -1
  267. package/ktor-ktor-utils/io/ktor/util/network/NetworkAddressJs.mjs +2 -2
  268. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +32 -32
  269. package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
  270. package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
  271. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
  272. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
  273. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
  274. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +49 -49
  275. package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
  276. package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +19 -19
  277. package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +41 -41
  278. package/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +5 -5
  279. package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +9 -9
  280. package/ktor-ktor-websockets/io/ktor/websocket/ProtocolViolationException.mjs +5 -5
  281. package/ktor-ktor-websockets/io/ktor/websocket/RawWebSocketCommon.mjs +150 -150
  282. package/package.json +1 -1
@@ -44,7 +44,7 @@ function $invokeCOROUTINE$() {
44
44
  class $ extends CoroutineImpl() {
45
45
  constructor(_this__u8e3s4, resultContinuation) {
46
46
  super(resultContinuation);
47
- this.l5n_1 = _this__u8e3s4;
47
+ this.z5n_1 = _this__u8e3s4;
48
48
  }
49
49
  ic() {
50
50
  var suspendResult = this.cc_1;
@@ -54,9 +54,9 @@ function $invokeCOROUTINE$() {
54
54
  switch (tmp) {
55
55
  case 0:
56
56
  this.bc_1 = 2;
57
- this.m5n_1 = this.l5n_1.n5n_1;
57
+ this.a5o_1 = this.z5n_1.b5o_1;
58
58
  this.ac_1 = 1;
59
- suspendResult = this.m5n_1.k3v(this);
59
+ suspendResult = this.a5o_1.y3v(this);
60
60
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
61
61
  return suspendResult;
62
62
  }
@@ -89,16 +89,16 @@ function PipelineContext$proceed$ref() {
89
89
  if (PipelineContext$proceed$refClass === VOID) {
90
90
  class $ {
91
91
  constructor(p0) {
92
- this.n5n_1 = p0;
92
+ this.b5o_1 = p0;
93
93
  }
94
- c3m($completion) {
94
+ q3m($completion) {
95
95
  var tmp = new ($invokeCOROUTINE$())(this, $completion);
96
96
  tmp.cc_1 = Unit_instance;
97
97
  tmp.dc_1 = null;
98
98
  return tmp.ic();
99
99
  }
100
100
  pe($completion) {
101
- return this.c3m($completion);
101
+ return this.q3m($completion);
102
102
  }
103
103
  }
104
104
  initMetadataForFunctionReference($, VOID, VOID, [0]);
@@ -109,7 +109,7 @@ function PipelineContext$proceed$ref() {
109
109
  function PipelineContext$proceed$ref_0(p0) {
110
110
  var i = new (PipelineContext$proceed$ref())(p0);
111
111
  var l = function ($completion) {
112
- return i.c3m($completion);
112
+ return i.q3m($completion);
113
113
  };
114
114
  l.$arity = 0;
115
115
  return l;
@@ -121,18 +121,18 @@ function SetupRequestContext$install$slambda() {
121
121
  constructor($handler, resultContinuation, $box) {
122
122
  if ($box === VOID)
123
123
  $box = {};
124
- $box.w5n_1 = $handler;
124
+ $box.k5o_1 = $handler;
125
125
  super(resultContinuation, $box);
126
126
  }
127
- s4y($this$intercept, it, $completion) {
128
- var tmp = this.t4y($this$intercept, it, $completion);
127
+ g4z($this$intercept, it, $completion) {
128
+ var tmp = this.h4z($this$intercept, it, $completion);
129
129
  tmp.cc_1 = Unit_instance;
130
130
  tmp.dc_1 = null;
131
131
  return tmp.ic();
132
132
  }
133
133
  ld(p1, p2, $completion) {
134
134
  var tmp = p1 instanceof PipelineContext() ? p1 : THROW_CCE();
135
- return this.s4y(tmp, !(p2 == null) ? p2 : THROW_CCE(), $completion);
135
+ return this.g4z(tmp, !(p2 == null) ? p2 : THROW_CCE(), $completion);
136
136
  }
137
137
  ic() {
138
138
  var suspendResult = this.cc_1;
@@ -143,7 +143,7 @@ function SetupRequestContext$install$slambda() {
143
143
  case 0:
144
144
  this.bc_1 = 2;
145
145
  this.ac_1 = 1;
146
- suspendResult = this.w5n_1(this.x5n_1.h3w_1, PipelineContext$proceed$ref_0(this.x5n_1), this);
146
+ suspendResult = this.k5o_1(this.l5o_1.v3w_1, PipelineContext$proceed$ref_0(this.l5o_1), this);
147
147
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
148
148
  return suspendResult;
149
149
  }
@@ -165,10 +165,10 @@ function SetupRequestContext$install$slambda() {
165
165
  }
166
166
  while (true);
167
167
  }
168
- t4y($this$intercept, it, completion) {
169
- var i = new (SetupRequestContext$install$slambda())(this.w5n_1, completion);
170
- i.x5n_1 = $this$intercept;
171
- i.y5n_1 = it;
168
+ h4z($this$intercept, it, completion) {
169
+ var i = new (SetupRequestContext$install$slambda())(this.k5o_1, completion);
170
+ i.l5o_1 = $this$intercept;
171
+ i.m5o_1 = it;
172
172
  return i;
173
173
  }
174
174
  }
@@ -180,7 +180,7 @@ function SetupRequestContext$install$slambda() {
180
180
  function SetupRequestContext$install$slambda_0($handler, resultContinuation) {
181
181
  var i = new (SetupRequestContext$install$slambda())($handler, resultContinuation);
182
182
  var l = function ($this$intercept, it, $completion) {
183
- return i.s4y($this$intercept, it, $completion);
183
+ return i.g4z($this$intercept, it, $completion);
184
184
  };
185
185
  l.$arity = 2;
186
186
  return l;
@@ -189,12 +189,12 @@ var SetupRequestContextClass;
189
189
  function SetupRequestContext() {
190
190
  if (SetupRequestContextClass === VOID) {
191
191
  class $ {
192
- z5n(client, handler) {
193
- var tmp = Phases_getInstance().u58_1;
194
- client.y4x_1.l3w(tmp, SetupRequestContext$install$slambda_0(handler, null));
192
+ n5o(client, handler) {
193
+ var tmp = Phases_getInstance().i59_1;
194
+ client.m4y_1.z3w(tmp, SetupRequestContext$install$slambda_0(handler, null));
195
195
  }
196
- z58(client, handler) {
197
- return this.z5n(client, (!(handler == null) ? isSuspendFunction(handler, 2) : false) ? handler : THROW_CCE());
196
+ n59(client, handler) {
197
+ return this.n5o(client, (!(handler == null) ? isSuspendFunction(handler, 2) : false) ? handler : THROW_CCE());
198
198
  }
199
199
  }
200
200
  initMetadataForObject($, 'SetupRequestContext');
@@ -214,7 +214,7 @@ function attachToClientEngineJob(requestJob, clientEngineJob) {
214
214
  function HttpRequestLifecycle$lambda($this$createClientPlugin) {
215
215
  _init_properties_HttpRequestLifecycle_kt__jgkmfx();
216
216
  var tmp = SetupRequestContext_instance;
217
- $this$createClientPlugin.x59(tmp, HttpRequestLifecycle$lambda$slambda_0($this$createClientPlugin, null));
217
+ $this$createClientPlugin.l5a(tmp, HttpRequestLifecycle$lambda$slambda_0($this$createClientPlugin, null));
218
218
  return Unit_instance;
219
219
  }
220
220
  var HttpRequestLifecycle$lambda$slambdaClass;
@@ -224,18 +224,18 @@ function HttpRequestLifecycle$lambda$slambda() {
224
224
  constructor($this_createClientPlugin, resultContinuation, $box) {
225
225
  if ($box === VOID)
226
226
  $box = {};
227
- $box.i5o_1 = $this_createClientPlugin;
227
+ $box.w5o_1 = $this_createClientPlugin;
228
228
  super(resultContinuation, $box);
229
229
  }
230
- n5o(request, proceed, $completion) {
231
- var tmp = this.o5o(request, proceed, $completion);
230
+ b5p(request, proceed, $completion) {
231
+ var tmp = this.c5p(request, proceed, $completion);
232
232
  tmp.cc_1 = Unit_instance;
233
233
  tmp.dc_1 = null;
234
234
  return tmp.ic();
235
235
  }
236
236
  ld(p1, p2, $completion) {
237
237
  var tmp = p1 instanceof HttpRequestBuilder() ? p1 : THROW_CCE();
238
- return this.n5o(tmp, (!(p2 == null) ? isSuspendFunction(p2, 0) : false) ? p2 : THROW_CCE(), $completion);
238
+ return this.b5p(tmp, (!(p2 == null) ? isSuspendFunction(p2, 0) : false) ? p2 : THROW_CCE(), $completion);
239
239
  }
240
240
  ic() {
241
241
  var suspendResult = this.cc_1;
@@ -245,23 +245,23 @@ function HttpRequestLifecycle$lambda$slambda() {
245
245
  switch (tmp) {
246
246
  case 0:
247
247
  this.bc_1 = 6;
248
- this.l5o_1 = SupervisorJob(this.j5o_1.d50_1);
249
- attachToClientEngineJob(this.l5o_1, ensureNotNull(this.i5o_1.t59_1.x4x_1.nc(Key_instance)));
248
+ this.z5o_1 = SupervisorJob(this.x5o_1.r50_1);
249
+ attachToClientEngineJob(this.z5o_1, ensureNotNull(this.w5o_1.h5a_1.l4y_1.nc(Key_instance)));
250
250
  this.ac_1 = 1;
251
251
  continue $sm;
252
252
  case 1:
253
253
  this.bc_1 = 4;
254
254
  this.bc_1 = 3;
255
- this.j5o_1.d50_1 = this.l5o_1;
255
+ this.x5o_1.r50_1 = this.z5o_1;
256
256
  this.ac_1 = 2;
257
- suspendResult = this.k5o_1(this);
257
+ suspendResult = this.y5o_1(this);
258
258
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
259
259
  return suspendResult;
260
260
  }
261
261
 
262
262
  continue $sm;
263
263
  case 2:
264
- this.m5o_1 = suspendResult;
264
+ this.a5p_1 = suspendResult;
265
265
  this.bc_1 = 6;
266
266
  this.ac_1 = 5;
267
267
  continue $sm;
@@ -271,7 +271,7 @@ function HttpRequestLifecycle$lambda$slambda() {
271
271
  if (tmp_0 instanceof Error) {
272
272
  var cause = this.dc_1;
273
273
  var tmp_1 = this;
274
- this.l5o_1.c25(cause);
274
+ this.z5o_1.c25(cause);
275
275
  throw cause;
276
276
  } else {
277
277
  throw this.dc_1;
@@ -280,11 +280,11 @@ function HttpRequestLifecycle$lambda$slambda() {
280
280
  case 4:
281
281
  this.bc_1 = 6;
282
282
  var t = this.dc_1;
283
- this.l5o_1.d25();
283
+ this.z5o_1.d25();
284
284
  throw t;
285
285
  case 5:
286
286
  this.bc_1 = 6;
287
- this.l5o_1.d25();
287
+ this.z5o_1.d25();
288
288
  return Unit_instance;
289
289
  case 6:
290
290
  throw this.dc_1;
@@ -300,10 +300,10 @@ function HttpRequestLifecycle$lambda$slambda() {
300
300
  }
301
301
  while (true);
302
302
  }
303
- o5o(request, proceed, completion) {
304
- var i = new (HttpRequestLifecycle$lambda$slambda())(this.i5o_1, completion);
305
- i.j5o_1 = request;
306
- i.k5o_1 = proceed;
303
+ c5p(request, proceed, completion) {
304
+ var i = new (HttpRequestLifecycle$lambda$slambda())(this.w5o_1, completion);
305
+ i.x5o_1 = request;
306
+ i.y5o_1 = proceed;
307
307
  return i;
308
308
  }
309
309
  }
@@ -315,7 +315,7 @@ function HttpRequestLifecycle$lambda$slambda() {
315
315
  function HttpRequestLifecycle$lambda$slambda_0($this_createClientPlugin, resultContinuation) {
316
316
  var i = new (HttpRequestLifecycle$lambda$slambda())($this_createClientPlugin, resultContinuation);
317
317
  var l = function (request, proceed, $completion) {
318
- return i.n5o(request, proceed, $completion);
318
+ return i.b5p(request, proceed, $completion);
319
319
  };
320
320
  l.$arity = 2;
321
321
  return l;
@@ -323,10 +323,10 @@ function HttpRequestLifecycle$lambda$slambda_0($this_createClientPlugin, resultC
323
323
  function attachToClientEngineJob$lambda($requestJob) {
324
324
  return function (cause) {
325
325
  if (!(cause == null)) {
326
- get_LOGGER().s3x('Cancelling request because engine Job failed with error: ' + toString(cause));
326
+ get_LOGGER().g3y('Cancelling request because engine Job failed with error: ' + toString(cause));
327
327
  cancel($requestJob, 'Engine failed', cause);
328
328
  } else {
329
- get_LOGGER().s3x('Cancelling request because engine Job completed');
329
+ get_LOGGER().g3y('Cancelling request because engine Job completed');
330
330
  $requestJob.d25();
331
331
  }
332
332
  return Unit_instance;
@@ -58,19 +58,19 @@ function HttpSend$Plugin$install$slambda() {
58
58
  constructor($plugin, $scope, resultContinuation, $box) {
59
59
  if ($box === VOID)
60
60
  $box = {};
61
- $box.y5o_1 = $plugin;
62
- $box.z5o_1 = $scope;
61
+ $box.m5p_1 = $plugin;
62
+ $box.n5p_1 = $scope;
63
63
  super(resultContinuation, $box);
64
64
  }
65
- s4y($this$intercept, content, $completion) {
66
- var tmp = this.t4y($this$intercept, content, $completion);
65
+ g4z($this$intercept, content, $completion) {
66
+ var tmp = this.h4z($this$intercept, content, $completion);
67
67
  tmp.cc_1 = Unit_instance;
68
68
  tmp.dc_1 = null;
69
69
  return tmp.ic();
70
70
  }
71
71
  ld(p1, p2, $completion) {
72
72
  var tmp = p1 instanceof PipelineContext() ? p1 : THROW_CCE();
73
- return this.s4y(tmp, !(p2 == null) ? p2 : THROW_CCE(), $completion);
73
+ return this.g4z(tmp, !(p2 == null) ? p2 : THROW_CCE(), $completion);
74
74
  }
75
75
  ic() {
76
76
  var suspendResult = this.cc_1;
@@ -80,16 +80,16 @@ function HttpSend$Plugin$install$slambda() {
80
80
  switch (tmp) {
81
81
  case 0:
82
82
  this.bc_1 = 3;
83
- var tmp_0 = this.b5p_1;
83
+ var tmp_0 = this.p5p_1;
84
84
  if (!(tmp_0 instanceof OutgoingContent())) {
85
- var message = trimMargin('\n|Fail to prepare request body for sending. \n|The body type is: ' + toString(getKClassFromExpression(this.b5p_1)) + ', with Content-Type: ' + toString_0(contentType(this.a5p_1.h3w_1)) + '.\n|\n|If you expect serialized body, please check that you have installed the corresponding plugin(like `ContentNegotiation`) and set `Content-Type` header.');
85
+ var message = trimMargin('\n|Fail to prepare request body for sending. \n|The body type is: ' + toString(getKClassFromExpression(this.p5p_1)) + ', with Content-Type: ' + toString_0(contentType(this.o5p_1.v3w_1)) + '.\n|\n|If you expect serialized body, please check that you have installed the corresponding plugin(like `ContentNegotiation`) and set `Content-Type` header.');
86
86
  throw IllegalStateException().o4(toString(message));
87
87
  }
88
88
 
89
- var tmp0 = this.a5p_1.h3w_1;
90
- var body = this.b5p_1;
89
+ var tmp0 = this.o5p_1.v3w_1;
90
+ var body = this.p5p_1;
91
91
  if (body == null) {
92
- tmp0.c50_1 = NullBody_instance;
92
+ tmp0.q50_1 = NullBody_instance;
93
93
  var tmp_1 = getKClass(OutgoingContent());
94
94
  var tmp_2;
95
95
  try {
@@ -104,13 +104,13 @@ function HttpSend$Plugin$install$slambda() {
104
104
  }
105
105
  tmp_2 = tmp_3;
106
106
  }
107
- tmp0.c57(new (TypeInfo())(tmp_1, tmp_2));
107
+ tmp0.q57(new (TypeInfo())(tmp_1, tmp_2));
108
108
  } else {
109
109
  if (body instanceof OutgoingContent()) {
110
- tmp0.c50_1 = body;
111
- tmp0.c57(null);
110
+ tmp0.q50_1 = body;
111
+ tmp0.q57(null);
112
112
  } else {
113
- tmp0.c50_1 = body;
113
+ tmp0.q50_1 = body;
114
114
  var tmp_4 = getKClass(OutgoingContent());
115
115
  var tmp_5;
116
116
  try {
@@ -125,29 +125,29 @@ function HttpSend$Plugin$install$slambda() {
125
125
  }
126
126
  tmp_5 = tmp_6;
127
127
  }
128
- tmp0.c57(new (TypeInfo())(tmp_4, tmp_5));
128
+ tmp0.q57(new (TypeInfo())(tmp_4, tmp_5));
129
129
  }
130
130
  }
131
131
 
132
- this.c5p_1 = new (DefaultSender())(this.y5o_1.f5p_1, this.z5o_1);
133
- this.d5p_1 = this.c5p_1;
134
- var _iterator__ex2g4s = reversed(this.y5o_1.g5p_1).d1();
132
+ this.q5p_1 = new (DefaultSender())(this.m5p_1.t5p_1, this.n5p_1);
133
+ this.r5p_1 = this.q5p_1;
134
+ var _iterator__ex2g4s = reversed(this.m5p_1.u5p_1).d1();
135
135
  while (_iterator__ex2g4s.e1()) {
136
136
  var interceptor = _iterator__ex2g4s.f1();
137
- this.d5p_1 = new (InterceptedSender())(interceptor, this.d5p_1);
137
+ this.r5p_1 = new (InterceptedSender())(interceptor, this.r5p_1);
138
138
  }
139
139
 
140
140
  this.ac_1 = 1;
141
- suspendResult = this.d5p_1.p5o(this.a5p_1.h3w_1, this);
141
+ suspendResult = this.r5p_1.d5p(this.o5p_1.v3w_1, this);
142
142
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
143
143
  return suspendResult;
144
144
  }
145
145
 
146
146
  continue $sm;
147
147
  case 1:
148
- this.e5p_1 = suspendResult;
148
+ this.s5p_1 = suspendResult;
149
149
  this.ac_1 = 2;
150
- suspendResult = this.a5p_1.j3v(this.e5p_1, this);
150
+ suspendResult = this.o5p_1.x3v(this.s5p_1, this);
151
151
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
152
152
  return suspendResult;
153
153
  }
@@ -169,10 +169,10 @@ function HttpSend$Plugin$install$slambda() {
169
169
  }
170
170
  while (true);
171
171
  }
172
- t4y($this$intercept, content, completion) {
173
- var i = new (HttpSend$Plugin$install$slambda())(this.y5o_1, this.z5o_1, completion);
174
- i.a5p_1 = $this$intercept;
175
- i.b5p_1 = content;
172
+ h4z($this$intercept, content, completion) {
173
+ var i = new (HttpSend$Plugin$install$slambda())(this.m5p_1, this.n5p_1, completion);
174
+ i.o5p_1 = $this$intercept;
175
+ i.p5p_1 = content;
176
176
  return i;
177
177
  }
178
178
  }
@@ -184,7 +184,7 @@ function HttpSend$Plugin$install$slambda() {
184
184
  function HttpSend$Plugin$install$slambda_0($plugin, $scope, resultContinuation) {
185
185
  var i = new (HttpSend$Plugin$install$slambda())($plugin, $scope, resultContinuation);
186
186
  var l = function ($this$intercept, content, $completion) {
187
- return i.s4y($this$intercept, content, $completion);
187
+ return i.g4z($this$intercept, content, $completion);
188
188
  };
189
189
  l.$arity = 2;
190
190
  return l;
@@ -195,8 +195,8 @@ function $executeCOROUTINE$() {
195
195
  class $ extends CoroutineImpl() {
196
196
  constructor(_this__u8e3s4, requestBuilder, resultContinuation) {
197
197
  super(resultContinuation);
198
- this.p5p_1 = _this__u8e3s4;
199
- this.q5p_1 = requestBuilder;
198
+ this.d5q_1 = _this__u8e3s4;
199
+ this.e5q_1 = requestBuilder;
200
200
  }
201
201
  ic() {
202
202
  var suspendResult = this.cc_1;
@@ -206,21 +206,21 @@ function $executeCOROUTINE$() {
206
206
  switch (tmp) {
207
207
  case 0:
208
208
  this.bc_1 = 2;
209
- var tmp0_safe_receiver = this.p5p_1.u5p_1;
209
+ var tmp0_safe_receiver = this.d5q_1.i5q_1;
210
210
  if (tmp0_safe_receiver == null)
211
211
  null;
212
212
  else {
213
213
  cancel(tmp0_safe_receiver);
214
214
  }
215
215
 
216
- if (this.p5p_1.t5p_1 >= this.p5p_1.r5p_1) {
217
- throw SendCountExceedException().z5p('Max send count ' + this.p5p_1.r5p_1 + ' exceeded. Consider increasing the property ' + 'maxSendCount if more is required.');
216
+ if (this.d5q_1.h5q_1 >= this.d5q_1.f5q_1) {
217
+ throw SendCountExceedException().n5q('Max send count ' + this.d5q_1.f5q_1 + ' exceeded. Consider increasing the property ' + 'maxSendCount if more is required.');
218
218
  }
219
219
 
220
- var _unary__edvuaz = this.p5p_1.t5p_1;
221
- this.p5p_1.t5p_1 = _unary__edvuaz + 1 | 0;
220
+ var _unary__edvuaz = this.d5q_1.h5q_1;
221
+ this.d5q_1.h5q_1 = _unary__edvuaz + 1 | 0;
222
222
  this.ac_1 = 1;
223
- suspendResult = this.p5p_1.s5p_1.a4y_1.g3w(this.q5p_1, this.q5p_1.c50_1, this);
223
+ suspendResult = this.d5q_1.g5q_1.o4y_1.u3w(this.e5q_1, this.e5q_1.q50_1, this);
224
224
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
225
225
  return suspendResult;
226
226
  }
@@ -238,7 +238,7 @@ function $executeCOROUTINE$() {
238
238
  }
239
239
 
240
240
  var call = tmp_0;
241
- this.p5p_1.u5p_1 = call;
241
+ this.d5q_1.i5q_1 = call;
242
242
  return call;
243
243
  case 2:
244
244
  throw this.dc_1;
@@ -265,7 +265,7 @@ function Config() {
265
265
  if (ConfigClass === VOID) {
266
266
  class $ {
267
267
  constructor() {
268
- this.a5q_1 = 20;
268
+ this.o5q_1 = 20;
269
269
  }
270
270
  }
271
271
  initMetadataForClass($, 'Config', Config);
@@ -300,27 +300,27 @@ function Plugin() {
300
300
  }
301
301
  var tmp$ret$0 = tmp_1;
302
302
  var tmp$ret$1 = new (TypeInfo())(tmp_0, tmp$ret$0);
303
- tmp.b5q_1 = new (AttributeKey())(name, tmp$ret$1);
303
+ tmp.p5q_1 = new (AttributeKey())(name, tmp$ret$1);
304
304
  }
305
305
  r1() {
306
- return this.b5q_1;
306
+ return this.p5q_1;
307
307
  }
308
- c5q(block) {
308
+ q5q(block) {
309
309
  // Inline function 'kotlin.apply' call
310
310
  var this_0 = new (Config())();
311
311
  block(this_0);
312
312
  var config = this_0;
313
- return new (HttpSend())(config.a5q_1);
313
+ return new (HttpSend())(config.o5q_1);
314
314
  }
315
- g51(block) {
316
- return this.c5q(block);
315
+ u51(block) {
316
+ return this.q5q(block);
317
317
  }
318
- d5q(plugin, scope) {
319
- var tmp = Phases_getInstance().y58_1;
320
- scope.y4x_1.l3w(tmp, HttpSend$Plugin$install$slambda_0(plugin, scope, null));
318
+ r5q(plugin, scope) {
319
+ var tmp = Phases_getInstance().m59_1;
320
+ scope.m4y_1.z3w(tmp, HttpSend$Plugin$install$slambda_0(plugin, scope, null));
321
321
  }
322
- h51(plugin, scope) {
323
- return this.d5q(plugin instanceof HttpSend() ? plugin : THROW_CCE(), scope);
322
+ v51(plugin, scope) {
323
+ return this.r5q(plugin instanceof HttpSend() ? plugin : THROW_CCE(), scope);
324
324
  }
325
325
  }
326
326
  initMetadataForObject($, 'Plugin');
@@ -339,11 +339,11 @@ function InterceptedSender() {
339
339
  if (InterceptedSenderClass === VOID) {
340
340
  class $ {
341
341
  constructor(interceptor, nextSender) {
342
- this.e5q_1 = interceptor;
343
- this.f5q_1 = nextSender;
342
+ this.s5q_1 = interceptor;
343
+ this.t5q_1 = nextSender;
344
344
  }
345
- p5o(requestBuilder, $completion) {
346
- return this.e5q_1(this.f5q_1, requestBuilder, $completion);
345
+ d5p(requestBuilder, $completion) {
346
+ return this.s5q_1(this.t5q_1, requestBuilder, $completion);
347
347
  }
348
348
  }
349
349
  initMetadataForClass($, 'InterceptedSender', VOID, VOID, [Sender()], [1]);
@@ -356,12 +356,12 @@ function DefaultSender() {
356
356
  if (DefaultSenderClass === VOID) {
357
357
  class $ {
358
358
  constructor(maxSendCount, client) {
359
- this.r5p_1 = maxSendCount;
360
- this.s5p_1 = client;
361
- this.t5p_1 = 0;
362
- this.u5p_1 = null;
359
+ this.f5q_1 = maxSendCount;
360
+ this.g5q_1 = client;
361
+ this.h5q_1 = 0;
362
+ this.i5q_1 = null;
363
363
  }
364
- p5o(requestBuilder, $completion) {
364
+ d5p(requestBuilder, $completion) {
365
365
  var tmp = new ($executeCOROUTINE$())(this, requestBuilder, $completion);
366
366
  tmp.cc_1 = Unit_instance;
367
367
  tmp.dc_1 = null;
@@ -380,14 +380,14 @@ function HttpSend() {
380
380
  constructor(maxSendCount) {
381
381
  Plugin_getInstance();
382
382
  maxSendCount = maxSendCount === VOID ? 20 : maxSendCount;
383
- this.f5p_1 = maxSendCount;
383
+ this.t5p_1 = maxSendCount;
384
384
  var tmp = this;
385
385
  // Inline function 'kotlin.collections.mutableListOf' call
386
- tmp.g5p_1 = ArrayList().l1();
386
+ tmp.u5p_1 = ArrayList().l1();
387
387
  }
388
- g5q(block) {
388
+ u5q(block) {
389
389
  // Inline function 'kotlin.collections.plusAssign' call
390
- this.g5p_1.m(block);
390
+ this.u5p_1.m(block);
391
391
  }
392
392
  }
393
393
  initMetadataForClass($, 'HttpSend');
@@ -399,9 +399,9 @@ var SendCountExceedExceptionClass;
399
399
  function SendCountExceedException() {
400
400
  if (SendCountExceedExceptionClass === VOID) {
401
401
  class $ extends IllegalStateException() {
402
- static z5p(message) {
402
+ static n5q(message) {
403
403
  var $this = this.o4(message);
404
- captureStack($this, $this.y5p_1);
404
+ captureStack($this, $this.m5q_1);
405
405
  return $this;
406
406
  }
407
407
  }