@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
@@ -14,11 +14,11 @@ function Companion() {
14
14
  class $ {
15
15
  constructor() {
16
16
  Companion_instance = this;
17
- this.w6v_1 = _TypeOfService___init__impl__yslya3(_UByte___init__impl__g9hnc4(0));
18
- this.x6v_1 = _TypeOfService___init__impl__yslya3(_UByte___init__impl__g9hnc4(2));
19
- this.y6v_1 = _TypeOfService___init__impl__yslya3(_UByte___init__impl__g9hnc4(4));
20
- this.z6v_1 = _TypeOfService___init__impl__yslya3(_UByte___init__impl__g9hnc4(8));
21
- this.a6w_1 = _TypeOfService___init__impl__yslya3(_UByte___init__impl__g9hnc4(16));
17
+ this.n6w_1 = _TypeOfService___init__impl__yslya3(_UByte___init__impl__g9hnc4(0));
18
+ this.o6w_1 = _TypeOfService___init__impl__yslya3(_UByte___init__impl__g9hnc4(2));
19
+ this.p6w_1 = _TypeOfService___init__impl__yslya3(_UByte___init__impl__g9hnc4(4));
20
+ this.q6w_1 = _TypeOfService___init__impl__yslya3(_UByte___init__impl__g9hnc4(8));
21
+ this.r6w_1 = _TypeOfService___init__impl__yslya3(_UByte___init__impl__g9hnc4(16));
22
22
  }
23
23
  }
24
24
  initMetadataForCompanion($);
@@ -125,18 +125,18 @@ function _get_nodeNet_$ref_y13ztx() {
125
125
  }
126
126
  function CreateConnectionOptions$lambda($remoteAddress, $socketOptions) {
127
127
  return function ($this$TcpCreateConnectionOptions) {
128
- $this$TcpCreateConnectionOptions.host = $remoteAddress.r6y_1;
129
- $this$TcpCreateConnectionOptions.port = $remoteAddress.s6y_1;
130
- $this$TcpCreateConnectionOptions.noDelay = $socketOptions.s6v_1;
131
- $this$TcpCreateConnectionOptions.timeout = $socketOptions.v6v_1.equals(new (Long())(-1, 2147483647)) ? 2147483647 : $socketOptions.v6v_1.c2();
132
- $this$TcpCreateConnectionOptions.keepAlive = $socketOptions.u6v_1;
128
+ $this$TcpCreateConnectionOptions.host = $remoteAddress.i6z_1;
129
+ $this$TcpCreateConnectionOptions.port = $remoteAddress.j6z_1;
130
+ $this$TcpCreateConnectionOptions.noDelay = $socketOptions.j6w_1;
131
+ $this$TcpCreateConnectionOptions.timeout = $socketOptions.m6w_1.equals(new (Long())(-1, 2147483647)) ? 2147483647 : $socketOptions.m6w_1.c2();
132
+ $this$TcpCreateConnectionOptions.keepAlive = $socketOptions.l6w_1;
133
133
  return Unit_instance;
134
134
  };
135
135
  }
136
136
  function CreateConnectionOptions$lambda_0($remoteAddress, $socketOptions) {
137
137
  return function ($this$IpcCreateConnectionOptions) {
138
- $this$IpcCreateConnectionOptions.path = $remoteAddress.t6y_1;
139
- $this$IpcCreateConnectionOptions.timeout = $socketOptions.v6v_1.equals(new (Long())(-1, 2147483647)) ? 2147483647 : $socketOptions.v6v_1.c2();
138
+ $this$IpcCreateConnectionOptions.path = $remoteAddress.k6z_1;
139
+ $this$IpcCreateConnectionOptions.timeout = $socketOptions.m6w_1.equals(new (Long())(-1, 2147483647)) ? 2147483647 : $socketOptions.m6w_1.c2();
140
140
  return Unit_instance;
141
141
  };
142
142
  }
@@ -28,9 +28,9 @@ function $tlsCOROUTINE$() {
28
28
  class $ extends CoroutineImpl() {
29
29
  constructor(_this__u8e3s4, coroutineContext, config, resultContinuation) {
30
30
  super(resultContinuation);
31
- this.e6z_1 = _this__u8e3s4;
32
- this.f6z_1 = coroutineContext;
33
- this.g6z_1 = config;
31
+ this.v6z_1 = _this__u8e3s4;
32
+ this.w6z_1 = coroutineContext;
33
+ this.x6z_1 = config;
34
34
  }
35
35
  ic() {
36
36
  var suspendResult = this.cc_1;
@@ -42,14 +42,14 @@ function $tlsCOROUTINE$() {
42
42
  this.bc_1 = 3;
43
43
  this.bc_1 = 2;
44
44
  this.ac_1 = 1;
45
- suspendResult = openTLSSession(this.e6z_1.b6w_1, this.e6z_1.c6w_1, this.e6z_1.d6w_1, this.g6z_1, this.f6z_1, this);
45
+ suspendResult = openTLSSession(this.v6z_1.s6w_1, this.v6z_1.t6w_1, this.v6z_1.u6w_1, this.x6z_1, this.w6z_1, this);
46
46
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
47
47
  return suspendResult;
48
48
  }
49
49
 
50
50
  continue $sm;
51
51
  case 1:
52
- this.h6z_1 = suspendResult;
52
+ this.y6z_1 = suspendResult;
53
53
  this.bc_1 = 3;
54
54
  this.ac_1 = 4;
55
55
  continue $sm;
@@ -59,9 +59,9 @@ function $tlsCOROUTINE$() {
59
59
  if (tmp_0 instanceof Error) {
60
60
  var cause = this.dc_1;
61
61
  var tmp_1 = this;
62
- this.e6z_1.c6w_1.x3a(cause);
63
- close(this.e6z_1.d6w_1, cause);
64
- this.e6z_1.b6w_1.v5();
62
+ this.v6z_1.t6w_1.l3b(cause);
63
+ close(this.v6z_1.u6w_1, cause);
64
+ this.v6z_1.s6w_1.v5();
65
65
  throw cause;
66
66
  } else {
67
67
  throw this.dc_1;
@@ -71,7 +71,7 @@ function $tlsCOROUTINE$() {
71
71
  throw this.dc_1;
72
72
  case 4:
73
73
  this.bc_1 = 3;
74
- return this.h6z_1;
74
+ return this.y6z_1;
75
75
  }
76
76
  } catch ($p) {
77
77
  var e = $p;
@@ -10,7 +10,7 @@ function TLSConfigBuilder() {
10
10
  if (TLSConfigBuilderClass === VOID) {
11
11
  class $ {
12
12
  constructor() {
13
- this.v6y_1 = null;
13
+ this.m6z_1 = null;
14
14
  }
15
15
  z1i() {
16
16
  return new (TLSConfig())();
@@ -10,10 +10,10 @@ var ContentConvertExceptionClass;
10
10
  function ContentConvertException() {
11
11
  if (ContentConvertExceptionClass === VOID) {
12
12
  class $ extends Exception() {
13
- static w4u(message, cause) {
13
+ static k4v(message, cause) {
14
14
  cause = cause === VOID ? null : cause;
15
15
  var $this = this.re(message, cause);
16
- captureStack($this, $this.v4u_1);
16
+ captureStack($this, $this.j4v_1);
17
17
  return $this;
18
18
  }
19
19
  }
@@ -26,10 +26,10 @@ var JsonConvertExceptionClass;
26
26
  function JsonConvertException() {
27
27
  if (JsonConvertExceptionClass === VOID) {
28
28
  class $ extends ContentConvertException() {
29
- static a4v(message, cause) {
29
+ static o4v(message, cause) {
30
30
  cause = cause === VOID ? null : cause;
31
- var $this = this.w4u(message, cause);
32
- captureStack($this, $this.z4u_1);
31
+ var $this = this.k4v(message, cause);
32
+ captureStack($this, $this.n4v_1);
33
33
  return $this;
34
34
  }
35
35
  }
@@ -38,7 +38,7 @@ function deserialize(_this__u8e3s4, body, typeInfo, charset, $completion) {
38
38
  return tmp.ic();
39
39
  }
40
40
  function suitableCharset(_this__u8e3s4, defaultCharset) {
41
- defaultCharset = defaultCharset === VOID ? Charsets_getInstance().y3p_1 : defaultCharset;
41
+ defaultCharset = defaultCharset === VOID ? Charsets_getInstance().m3q_1 : defaultCharset;
42
42
  var tmp0_elvis_lhs = suitableCharsetOrNull(_this__u8e3s4, defaultCharset);
43
43
  return tmp0_elvis_lhs == null ? defaultCharset : tmp0_elvis_lhs;
44
44
  }
@@ -55,10 +55,10 @@ function register$default(contentType, converter, configuration, $super) {
55
55
  configuration = tmp;
56
56
  var tmp_0;
57
57
  if ($super === VOID) {
58
- this.n4v(contentType, converter, configuration);
58
+ this.b4w(contentType, converter, configuration);
59
59
  tmp_0 = Unit_instance;
60
60
  } else {
61
- tmp_0 = $super.n4v.call(this, contentType, converter, configuration);
61
+ tmp_0 = $super.b4w.call(this, contentType, converter, configuration);
62
62
  }
63
63
  return tmp_0;
64
64
  }
@@ -72,8 +72,8 @@ function Configuration() {
72
72
  return ConfigurationClass;
73
73
  }
74
74
  function suitableCharsetOrNull(_this__u8e3s4, defaultCharset) {
75
- defaultCharset = defaultCharset === VOID ? Charsets_getInstance().y3p_1 : defaultCharset;
76
- var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.o3r(HttpHeaders_getInstance().t40_1)).d1();
75
+ defaultCharset = defaultCharset === VOID ? Charsets_getInstance().m3q_1 : defaultCharset;
76
+ var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.c3s(HttpHeaders_getInstance().h41_1)).d1();
77
77
  while (_iterator__ex2g4s.e1()) {
78
78
  var charset = _iterator__ex2g4s.f1().gl();
79
79
  if (charset === '*')
@@ -88,13 +88,13 @@ function sam$kotlinx_coroutines_flow_FlowCollector$0() {
88
88
  if (sam$kotlinx_coroutines_flow_FlowCollector$0Class === VOID) {
89
89
  class $ {
90
90
  constructor(function_0) {
91
- this.p4v_1 = function_0;
91
+ this.d4w_1 = function_0;
92
92
  }
93
93
  w2k(value, $completion) {
94
- return this.p4v_1(value, $completion);
94
+ return this.d4w_1(value, $completion);
95
95
  }
96
96
  i4() {
97
- return this.p4v_1;
97
+ return this.d4w_1;
98
98
  }
99
99
  equals(other) {
100
100
  var tmp;
@@ -127,20 +127,20 @@ function deserialize$o$collect$slambda() {
127
127
  constructor($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation, $box) {
128
128
  if ($box === VOID)
129
129
  $box = {};
130
- $box.y4v_1 = $$this$unsafeFlow;
131
- $box.z4v_1 = $charset;
132
- $box.a4w_1 = $typeInfo;
133
- $box.b4w_1 = $body;
130
+ $box.m4w_1 = $$this$unsafeFlow;
131
+ $box.n4w_1 = $charset;
132
+ $box.o4w_1 = $typeInfo;
133
+ $box.p4w_1 = $body;
134
134
  super(resultContinuation, $box);
135
135
  }
136
- k4w(value, $completion) {
137
- var tmp = this.l4w(value, $completion);
136
+ y4w(value, $completion) {
137
+ var tmp = this.z4w(value, $completion);
138
138
  tmp.cc_1 = Unit_instance;
139
139
  tmp.dc_1 = null;
140
140
  return tmp.ic();
141
141
  }
142
142
  kd(p1, $completion) {
143
- return this.k4w((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
143
+ return this.y4w((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
144
144
  }
145
145
  ic() {
146
146
  var suspendResult = this.cc_1;
@@ -151,25 +151,25 @@ function deserialize$o$collect$slambda() {
151
151
  case 0:
152
152
  this.bc_1 = 3;
153
153
  var tmp_0 = this;
154
- tmp_0.d4w_1 = this.y4v_1;
154
+ tmp_0.r4w_1 = this.m4w_1;
155
155
  var tmp_1 = this;
156
- tmp_1.e4w_1 = this.c4w_1;
157
- this.f4w_1 = this.d4w_1;
158
- this.g4w_1 = this.e4w_1;
156
+ tmp_1.s4w_1 = this.q4w_1;
157
+ this.t4w_1 = this.r4w_1;
158
+ this.u4w_1 = this.s4w_1;
159
159
  var tmp_2 = this;
160
- tmp_2.h4w_1 = this.g4w_1;
161
- this.i4w_1 = this.h4w_1;
160
+ tmp_2.v4w_1 = this.u4w_1;
161
+ this.w4w_1 = this.v4w_1;
162
162
  this.ac_1 = 1;
163
- suspendResult = this.i4w_1.m4w(this.z4v_1, this.a4w_1, this.b4w_1, this);
163
+ suspendResult = this.w4w_1.a4x(this.n4w_1, this.o4w_1, this.p4w_1, this);
164
164
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
165
165
  return suspendResult;
166
166
  }
167
167
 
168
168
  continue $sm;
169
169
  case 1:
170
- this.j4w_1 = suspendResult;
170
+ this.x4w_1 = suspendResult;
171
171
  this.ac_1 = 2;
172
- suspendResult = this.f4w_1.w2k(this.j4w_1, this);
172
+ suspendResult = this.t4w_1.w2k(this.x4w_1, this);
173
173
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
174
174
  return suspendResult;
175
175
  }
@@ -191,9 +191,9 @@ function deserialize$o$collect$slambda() {
191
191
  }
192
192
  while (true);
193
193
  }
194
- l4w(value, completion) {
195
- var i = new (deserialize$o$collect$slambda())(this.y4v_1, this.z4v_1, this.a4w_1, this.b4w_1, completion);
196
- i.c4w_1 = value;
194
+ z4w(value, completion) {
195
+ var i = new (deserialize$o$collect$slambda())(this.m4w_1, this.n4w_1, this.o4w_1, this.p4w_1, completion);
196
+ i.q4w_1 = value;
197
197
  return i;
198
198
  }
199
199
  }
@@ -205,7 +205,7 @@ function deserialize$o$collect$slambda() {
205
205
  function deserialize$o$collect$slambda_0($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
206
206
  var i = new (deserialize$o$collect$slambda())($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation);
207
207
  var l = function (value, $completion) {
208
- return i.k4w(value, $completion);
208
+ return i.y4w(value, $completion);
209
209
  };
210
210
  l.$arity = 1;
211
211
  return l;
@@ -216,8 +216,8 @@ function $collectCOROUTINE$() {
216
216
  class $ extends CoroutineImpl() {
217
217
  constructor(_this__u8e3s4, collector, resultContinuation) {
218
218
  super(resultContinuation);
219
- this.v4w_1 = _this__u8e3s4;
220
- this.w4w_1 = collector;
219
+ this.j4x_1 = _this__u8e3s4;
220
+ this.k4x_1 = collector;
221
221
  }
222
222
  ic() {
223
223
  var suspendResult = this.cc_1;
@@ -228,11 +228,11 @@ function $collectCOROUTINE$() {
228
228
  case 0:
229
229
  this.bc_1 = 2;
230
230
  var tmp_0 = this;
231
- tmp_0.x4w_1 = this.w4w_1;
232
- this.y4w_1 = this.x4w_1;
231
+ tmp_0.l4x_1 = this.k4x_1;
232
+ this.m4x_1 = this.l4x_1;
233
233
  this.ac_1 = 1;
234
- var tmp_1 = deserialize$o$collect$slambda_0(this.y4w_1, this.v4w_1.a4x_1, this.v4w_1.b4x_1, this.v4w_1.c4x_1, null);
235
- suspendResult = this.v4w_1.z4w_1.c2k(new (sam$kotlinx_coroutines_flow_FlowCollector$0())(tmp_1), this);
234
+ var tmp_1 = deserialize$o$collect$slambda_0(this.m4x_1, this.j4x_1.o4x_1, this.j4x_1.p4x_1, this.j4x_1.q4x_1, null);
235
+ suspendResult = this.j4x_1.n4x_1.c2k(new (sam$kotlinx_coroutines_flow_FlowCollector$0())(tmp_1), this);
236
236
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
237
237
  return suspendResult;
238
238
  }
@@ -265,10 +265,10 @@ function deserialize$$inlined$map$1() {
265
265
  if (deserialize$$inlined$map$1Class === VOID) {
266
266
  class $ {
267
267
  constructor($this, $charset, $typeInfo, $body) {
268
- this.z4w_1 = $this;
269
- this.a4x_1 = $charset;
270
- this.b4x_1 = $typeInfo;
271
- this.c4x_1 = $body;
268
+ this.n4x_1 = $this;
269
+ this.o4x_1 = $charset;
270
+ this.p4x_1 = $typeInfo;
271
+ this.q4x_1 = $body;
272
272
  }
273
273
  x2k(collector, $completion) {
274
274
  var tmp = new ($collectCOROUTINE$())(this, collector, $completion);
@@ -292,17 +292,17 @@ function deserialize$slambda() {
292
292
  constructor($body, resultContinuation, $box) {
293
293
  if ($box === VOID)
294
294
  $box = {};
295
- $box.l4x_1 = $body;
295
+ $box.z4x_1 = $body;
296
296
  super(resultContinuation, $box);
297
297
  }
298
- n4x(it, $completion) {
299
- var tmp = this.l4w(it, $completion);
298
+ b4y(it, $completion) {
299
+ var tmp = this.z4w(it, $completion);
300
300
  tmp.cc_1 = Unit_instance;
301
301
  tmp.dc_1 = null;
302
302
  return tmp.ic();
303
303
  }
304
304
  kd(p1, $completion) {
305
- return this.n4x((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
305
+ return this.b4y((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
306
306
  }
307
307
  ic() {
308
308
  var suspendResult = this.cc_1;
@@ -311,7 +311,7 @@ function deserialize$slambda() {
311
311
  var tmp = this.ac_1;
312
312
  if (tmp === 0) {
313
313
  this.bc_1 = 1;
314
- return !(this.m4x_1 == null) || this.l4x_1.t3a();
314
+ return !(this.a4y_1 == null) || this.z4x_1.h3b();
315
315
  } else if (tmp === 1) {
316
316
  throw this.dc_1;
317
317
  }
@@ -321,9 +321,9 @@ function deserialize$slambda() {
321
321
  }
322
322
  while (true);
323
323
  }
324
- l4w(it, completion) {
325
- var i = new (deserialize$slambda())(this.l4x_1, completion);
326
- i.m4x_1 = it;
324
+ z4w(it, completion) {
325
+ var i = new (deserialize$slambda())(this.z4x_1, completion);
326
+ i.a4y_1 = it;
327
327
  return i;
328
328
  }
329
329
  }
@@ -335,7 +335,7 @@ function deserialize$slambda() {
335
335
  function deserialize$slambda_0($body, resultContinuation) {
336
336
  var i = new (deserialize$slambda())($body, resultContinuation);
337
337
  var l = function (it, $completion) {
338
- return i.n4x(it, $completion);
338
+ return i.b4y(it, $completion);
339
339
  };
340
340
  l.$arity = 1;
341
341
  return l;
@@ -346,10 +346,10 @@ function $deserializeCOROUTINE$() {
346
346
  class $ extends CoroutineImpl() {
347
347
  constructor(_this__u8e3s4, body, typeInfo, charset, resultContinuation) {
348
348
  super(resultContinuation);
349
- this.j4v_1 = _this__u8e3s4;
350
- this.k4v_1 = body;
351
- this.l4v_1 = typeInfo;
352
- this.m4v_1 = charset;
349
+ this.x4v_1 = _this__u8e3s4;
350
+ this.y4v_1 = body;
351
+ this.z4v_1 = typeInfo;
352
+ this.a4w_1 = charset;
353
353
  }
354
354
  ic() {
355
355
  var suspendResult = this.cc_1;
@@ -360,9 +360,9 @@ function $deserializeCOROUTINE$() {
360
360
  case 0:
361
361
  this.bc_1 = 2;
362
362
  this.ac_1 = 1;
363
- var this_0 = asFlow(this.j4v_1);
364
- var tmp_0 = new (deserialize$$inlined$map$1())(this_0, this.m4v_1, this.l4v_1, this.k4v_1);
365
- suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.k4v_1, null), this);
363
+ var this_0 = asFlow(this.x4v_1);
364
+ var tmp_0 = new (deserialize$$inlined$map$1())(this_0, this.a4w_1, this.z4v_1, this.y4v_1);
365
+ suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.y4v_1, null), this);
366
366
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
367
367
  return suspendResult;
368
368
  }
@@ -374,14 +374,14 @@ function $deserializeCOROUTINE$() {
374
374
  if (!(result == null)) {
375
375
  tmp_1 = result;
376
376
  } else {
377
- if (!this.k4v_1.t3a()) {
378
- tmp_1 = this.k4v_1;
377
+ if (!this.y4v_1.h3b()) {
378
+ tmp_1 = this.y4v_1;
379
379
  } else {
380
- var tmp0_safe_receiver = this.l4v_1.a3x_1;
380
+ var tmp0_safe_receiver = this.z4v_1.o3x_1;
381
381
  if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.rg()) === true) {
382
382
  tmp_1 = NullBody_instance;
383
383
  } else {
384
- throw ContentConvertException().w4u('No suitable converter found for ' + this.l4v_1.toString());
384
+ throw ContentConvertException().k4v('No suitable converter found for ' + this.z4v_1.toString());
385
385
  }
386
386
  }
387
387
  }
@@ -14,7 +14,7 @@ function extensions(format) {
14
14
  var _iterator__ex2g4s = tmp0.d1();
15
15
  while (_iterator__ex2g4s.e1()) {
16
16
  var element = _iterator__ex2g4s.f1();
17
- var tmp0_safe_receiver = element.b6b(format);
17
+ var tmp0_safe_receiver = element.p6b(format);
18
18
  if (tmp0_safe_receiver == null)
19
19
  null;
20
20
  else {