@attocash/commons-js 5.0.0 → 5.1.1

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 (311) 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/cash/atto/commons/node/NodeExtensions.export.d.ts +4 -0
  40. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs +16 -0
  41. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs.map +1 -0
  42. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +41 -0
  43. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -0
  44. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs +812 -319
  45. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs.map +1 -1
  46. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs +226 -76
  47. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs.map +1 -1
  48. package/commons-commons-node.mjs +1 -0
  49. package/commons-commons-node.mjs.map +1 -1
  50. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +3 -3
  51. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +50 -50
  52. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.js.mjs +34 -34
  53. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +56 -56
  54. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
  55. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  56. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +4 -4
  57. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +1 -1
  58. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +1 -1
  59. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs +1 -1
  60. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +1 -1
  61. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +7 -7
  62. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +76 -76
  63. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +2 -2
  64. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +2 -2
  65. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +133 -28
  66. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
  67. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs +28 -0
  68. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs.map +1 -0
  69. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +1 -1
  70. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
  71. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +4 -4
  72. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +2 -2
  73. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
  74. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +3 -3
  75. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
  76. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +5 -5
  77. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +39 -39
  78. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +34 -34
  79. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs.map +1 -1
  80. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
  81. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs.map +1 -1
  82. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
  83. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs.map +1 -1
  84. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs.map +1 -1
  85. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +189 -189
  86. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs.map +1 -1
  87. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
  88. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs.map +1 -1
  89. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
  90. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs.map +1 -1
  91. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Core.mjs.map +1 -1
  92. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
  93. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs.map +1 -1
  94. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +56 -56
  95. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs.map +1 -1
  96. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +149 -149
  97. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs.map +1 -1
  98. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
  99. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs.map +1 -1
  100. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
  101. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs.map +1 -1
  102. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +3 -3
  103. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs.map +1 -1
  104. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
  105. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs.map +1 -1
  106. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +50 -50
  107. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs.map +1 -1
  108. package/kotlinx-io-kotlinx-io-core/kotlinx/io/UtilsJs.mjs.map +1 -1
  109. package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs.map +1 -1
  110. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
  111. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs.map +1 -1
  112. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +37 -37
  113. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +18 -18
  114. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +59 -59
  115. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +70 -70
  116. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
  117. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +178 -178
  118. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
  119. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +71 -71
  120. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
  121. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +13 -13
  122. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +10 -10
  123. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +36 -36
  124. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +7 -7
  125. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +1 -1
  126. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +12 -12
  127. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +84 -84
  128. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +2 -2
  129. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +8 -8
  130. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +141 -141
  131. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +98 -98
  132. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
  133. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +151 -151
  134. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +3 -3
  135. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOCommon.mjs +3 -3
  136. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngine.mjs +59 -59
  137. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngineConfig.mjs +11 -11
  138. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionFactory.mjs +22 -22
  139. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionPipeline.nonJvm.mjs +3 -3
  140. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Endpoint.mjs +219 -219
  141. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/EngineTasks.mjs +15 -15
  142. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Loader.js.mjs +2 -2
  143. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/utils.mjs +241 -241
  144. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +133 -133
  145. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
  146. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +85 -85
  147. package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +36 -36
  148. package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +1 -1
  149. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +41 -41
  150. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +54 -54
  151. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +51 -51
  152. package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +3 -3
  153. package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +27 -27
  154. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +60 -60
  155. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +18 -18
  156. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
  157. package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
  158. package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +20 -20
  159. package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
  160. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +60 -60
  161. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +40 -40
  162. package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +21 -21
  163. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +3 -3
  164. package/ktor-ktor-client-core/io/ktor/client/network/sockets/TimeoutExceptions.nonJvm.mjs +3 -3
  165. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +61 -61
  166. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +45 -45
  167. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +125 -125
  168. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +138 -138
  169. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
  170. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +70 -70
  171. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +53 -53
  172. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +42 -42
  173. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +63 -63
  174. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +98 -98
  175. package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +33 -33
  176. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
  177. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +11 -11
  178. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
  179. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +35 -35
  180. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +13 -13
  181. package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +45 -45
  182. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +65 -65
  183. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +4 -4
  184. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +17 -17
  185. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +64 -64
  186. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
  187. package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +1 -1
  188. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +24 -24
  189. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +18 -18
  190. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
  191. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +52 -52
  192. package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +35 -35
  193. package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
  194. package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
  195. package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +5 -5
  196. package/ktor-ktor-events/io/ktor/events/Events.mjs +5 -5
  197. package/ktor-ktor-http/io/ktor/http/Codecs.mjs +12 -12
  198. package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +89 -89
  199. package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
  200. package/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
  201. package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +31 -31
  202. package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +114 -114
  203. package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +4 -4
  204. package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +13 -13
  205. package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +18 -18
  206. package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +66 -66
  207. package/ktor-ktor-http/io/ktor/http/Parameters.mjs +9 -9
  208. package/ktor-ktor-http/io/ktor/http/Query.mjs +3 -3
  209. package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +58 -58
  210. package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +1 -1
  211. package/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
  212. package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +20 -20
  213. package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +25 -25
  214. package/ktor-ktor-http/io/ktor/http/Url.mjs +72 -72
  215. package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +25 -25
  216. package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
  217. package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +8 -8
  218. package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +12 -12
  219. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +4 -4
  220. package/ktor-ktor-http-cio/io/ktor/http/cio/ChunkedTransferEncoding.mjs +106 -106
  221. package/ktor-ktor-http-cio/io/ktor/http/cio/ConnectionOptions.mjs +31 -31
  222. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpBody.mjs +15 -15
  223. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +100 -100
  224. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +69 -69
  225. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +113 -113
  226. package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponse.mjs +9 -9
  227. package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponseBuilderJs.mjs +21 -21
  228. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +17 -17
  229. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +70 -70
  230. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
  231. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +21 -21
  232. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
  233. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
  234. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +7 -7
  235. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +141 -141
  236. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
  237. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +75 -75
  238. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelUtils.mjs +1 -1
  239. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
  240. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +230 -230
  241. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +11 -11
  242. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +72 -72
  243. package/ktor-ktor-io/io/ktor/utils/io/CloseHookByteWriteChannel.mjs +14 -14
  244. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
  245. package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +26 -26
  246. package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
  247. package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
  248. package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
  249. package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
  250. package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
  251. package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
  252. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
  253. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
  254. package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
  255. package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +3 -3
  256. package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +5 -5
  257. package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
  258. package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
  259. package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
  260. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +27 -27
  261. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +1 -1
  262. package/ktor-ktor-network/io/ktor/network/selector/SelectorManager.jsAndWasmShared.mjs +2 -2
  263. package/ktor-ktor-network/io/ktor/network/sockets/Builders.mjs +5 -5
  264. package/ktor-ktor-network/io/ktor/network/sockets/SocketAddress.nonJvm.mjs +9 -9
  265. package/ktor-ktor-network/io/ktor/network/sockets/SocketBase.mjs +50 -50
  266. package/ktor-ktor-network/io/ktor/network/sockets/SocketContext.mjs +106 -106
  267. package/ktor-ktor-network/io/ktor/network/sockets/SocketEngine.jsAndWasmShared.mjs +1 -1
  268. package/ktor-ktor-network/io/ktor/network/sockets/SocketOptions.mjs +30 -30
  269. package/ktor-ktor-network/io/ktor/network/sockets/SocketTimeoutException.mjs +5 -5
  270. package/ktor-ktor-network/io/ktor/network/sockets/Sockets.mjs +5 -5
  271. package/ktor-ktor-network/io/ktor/network/sockets/TcpSocketBuilder.mjs +5 -5
  272. package/ktor-ktor-network/io/ktor/network/sockets/TypeOfService.mjs +5 -5
  273. package/ktor-ktor-network/io/ktor/network/sockets/nodejs/node.net.mjs +7 -7
  274. package/ktor-ktor-network-tls/io/ktor/network/tls/TLSCommon.mjs +9 -9
  275. package/ktor-ktor-network-tls/io/ktor/network/tls/TLSConfigBuilder.nonJvm.mjs +1 -1
  276. package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
  277. package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +58 -58
  278. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
  279. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +122 -122
  280. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +4 -4
  281. package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +6 -6
  282. package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +11 -11
  283. package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +15 -15
  284. package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +33 -33
  285. package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +31 -31
  286. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
  287. package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +83 -83
  288. package/ktor-ktor-utils/io/ktor/util/Text.mjs +7 -7
  289. package/ktor-ktor-utils/io/ktor/util/collections/ConcurrentMapJs.mjs +29 -29
  290. package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
  291. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +67 -67
  292. package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
  293. package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +6 -6
  294. package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +10 -10
  295. package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +1 -1
  296. package/ktor-ktor-utils/io/ktor/util/network/NetworkAddressJs.mjs +2 -2
  297. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +32 -32
  298. package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
  299. package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
  300. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
  301. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
  302. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
  303. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +49 -49
  304. package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
  305. package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +19 -19
  306. package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +41 -41
  307. package/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +5 -5
  308. package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +9 -9
  309. package/ktor-ktor-websockets/io/ktor/websocket/ProtocolViolationException.mjs +5 -5
  310. package/ktor-ktor-websockets/io/ktor/websocket/RawWebSocketCommon.mjs +150 -150
  311. package/package.json +1 -1
@@ -53,8 +53,8 @@ function Companion() {
53
53
  // Inline function 'kotlin.arrayOf' call
54
54
  // Inline function 'kotlin.js.unsafeCast' call
55
55
  // Inline function 'kotlin.js.asDynamic' call
56
- tmp.p3t_1 = [null, null, null, tmp_1, null, null, lazy(tmp_2, GMTDate$Companion$$childSerializers$_anonymous__gyfycy_0), null, null];
57
- this.q3t_1 = GMTDate(new (Long())(0, 0));
56
+ tmp.d3u_1 = [null, null, null, tmp_1, null, null, lazy(tmp_2, GMTDate$Companion$$childSerializers$_anonymous__gyfycy_0), null, null];
57
+ this.e3u_1 = GMTDate(new (Long())(0, 0));
58
58
  }
59
59
  }
60
60
  initMetadataForCompanion($);
@@ -84,28 +84,28 @@ function $serializer() {
84
84
  tmp0_serialDesc.w14('month', false);
85
85
  tmp0_serialDesc.w14('year', false);
86
86
  tmp0_serialDesc.w14('timestamp', false);
87
- this.r3t_1 = tmp0_serialDesc;
87
+ this.f3u_1 = tmp0_serialDesc;
88
88
  }
89
- s3t(encoder, value) {
90
- var tmp0_desc = this.r3t_1;
89
+ g3u(encoder, value) {
90
+ var tmp0_desc = this.f3u_1;
91
91
  var tmp1_output = encoder.kx(tmp0_desc);
92
- var tmp2_cached = Companion_getInstance().p3t_1;
93
- tmp1_output.uy(tmp0_desc, 0, value.t3t_1);
94
- tmp1_output.uy(tmp0_desc, 1, value.u3t_1);
95
- tmp1_output.uy(tmp0_desc, 2, value.v3t_1);
96
- tmp1_output.bz(tmp0_desc, 3, tmp2_cached[3].s1(), value.w3t_1);
97
- tmp1_output.uy(tmp0_desc, 4, value.x3t_1);
98
- tmp1_output.uy(tmp0_desc, 5, value.y3t_1);
99
- tmp1_output.bz(tmp0_desc, 6, tmp2_cached[6].s1(), value.z3t_1);
100
- tmp1_output.uy(tmp0_desc, 7, value.a3u_1);
101
- tmp1_output.vy(tmp0_desc, 8, value.b3u_1);
92
+ var tmp2_cached = Companion_getInstance().d3u_1;
93
+ tmp1_output.uy(tmp0_desc, 0, value.h3u_1);
94
+ tmp1_output.uy(tmp0_desc, 1, value.i3u_1);
95
+ tmp1_output.uy(tmp0_desc, 2, value.j3u_1);
96
+ tmp1_output.bz(tmp0_desc, 3, tmp2_cached[3].s1(), value.k3u_1);
97
+ tmp1_output.uy(tmp0_desc, 4, value.l3u_1);
98
+ tmp1_output.uy(tmp0_desc, 5, value.m3u_1);
99
+ tmp1_output.bz(tmp0_desc, 6, tmp2_cached[6].s1(), value.n3u_1);
100
+ tmp1_output.uy(tmp0_desc, 7, value.o3u_1);
101
+ tmp1_output.vy(tmp0_desc, 8, value.p3u_1);
102
102
  tmp1_output.lx(tmp0_desc);
103
103
  }
104
104
  ys(encoder, value) {
105
- return this.s3t(encoder, value instanceof GMTDate_0() ? value : THROW_CCE());
105
+ return this.g3u(encoder, value instanceof GMTDate_0() ? value : THROW_CCE());
106
106
  }
107
107
  zs(decoder) {
108
- var tmp0_desc = this.r3t_1;
108
+ var tmp0_desc = this.f3u_1;
109
109
  var tmp1_flag = true;
110
110
  var tmp2_index = 0;
111
111
  var tmp3_bitMask0 = 0;
@@ -119,7 +119,7 @@ function $serializer() {
119
119
  var tmp11_local7 = 0;
120
120
  var tmp12_local8 = new (Long())(0, 0);
121
121
  var tmp13_input = decoder.kx(tmp0_desc);
122
- var tmp14_cached = Companion_getInstance().p3t_1;
122
+ var tmp14_cached = Companion_getInstance().d3u_1;
123
123
  if (tmp13_input.zx()) {
124
124
  tmp4_local0 = tmp13_input.px(tmp0_desc, 0);
125
125
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
@@ -187,13 +187,13 @@ function $serializer() {
187
187
  }
188
188
  }
189
189
  tmp13_input.lx(tmp0_desc);
190
- return GMTDate_0().c3u(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
190
+ return GMTDate_0().q3u(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
191
191
  }
192
192
  xs() {
193
- return this.r3t_1;
193
+ return this.f3u_1;
194
194
  }
195
195
  l15() {
196
- var tmp0_cached = Companion_getInstance().p3t_1;
196
+ var tmp0_cached = Companion_getInstance().d3u_1;
197
197
  // Inline function 'kotlin.arrayOf' call
198
198
  // Inline function 'kotlin.js.unsafeCast' call
199
199
  // Inline function 'kotlin.js.asDynamic' call
@@ -218,35 +218,35 @@ function GMTDate_0() {
218
218
  class $ {
219
219
  constructor(seconds, minutes, hours, dayOfWeek, dayOfMonth, dayOfYear, month, year, timestamp) {
220
220
  Companion_getInstance();
221
- this.t3t_1 = seconds;
222
- this.u3t_1 = minutes;
223
- this.v3t_1 = hours;
224
- this.w3t_1 = dayOfWeek;
225
- this.x3t_1 = dayOfMonth;
226
- this.y3t_1 = dayOfYear;
227
- this.z3t_1 = month;
228
- this.a3u_1 = year;
229
- this.b3u_1 = timestamp;
221
+ this.h3u_1 = seconds;
222
+ this.i3u_1 = minutes;
223
+ this.j3u_1 = hours;
224
+ this.k3u_1 = dayOfWeek;
225
+ this.l3u_1 = dayOfMonth;
226
+ this.m3u_1 = dayOfYear;
227
+ this.n3u_1 = month;
228
+ this.o3u_1 = year;
229
+ this.p3u_1 = timestamp;
230
230
  }
231
- d3u(other) {
232
- return this.b3u_1.a2(other.b3u_1);
231
+ r3u(other) {
232
+ return this.p3u_1.a2(other.p3u_1);
233
233
  }
234
234
  d(other) {
235
- return this.d3u(other instanceof GMTDate_0() ? other : THROW_CCE());
235
+ return this.r3u(other instanceof GMTDate_0() ? other : THROW_CCE());
236
236
  }
237
237
  toString() {
238
- return 'GMTDate(seconds=' + this.t3t_1 + ', minutes=' + this.u3t_1 + ', hours=' + this.v3t_1 + ', dayOfWeek=' + this.w3t_1.toString() + ', dayOfMonth=' + this.x3t_1 + ', dayOfYear=' + this.y3t_1 + ', month=' + this.z3t_1.toString() + ', year=' + this.a3u_1 + ', timestamp=' + this.b3u_1.toString() + ')';
238
+ return 'GMTDate(seconds=' + this.h3u_1 + ', minutes=' + this.i3u_1 + ', hours=' + this.j3u_1 + ', dayOfWeek=' + this.k3u_1.toString() + ', dayOfMonth=' + this.l3u_1 + ', dayOfYear=' + this.m3u_1 + ', month=' + this.n3u_1.toString() + ', year=' + this.o3u_1 + ', timestamp=' + this.p3u_1.toString() + ')';
239
239
  }
240
240
  hashCode() {
241
- var result = this.t3t_1;
242
- result = imul(result, 31) + this.u3t_1 | 0;
243
- result = imul(result, 31) + this.v3t_1 | 0;
244
- result = imul(result, 31) + this.w3t_1.hashCode() | 0;
245
- result = imul(result, 31) + this.x3t_1 | 0;
246
- result = imul(result, 31) + this.y3t_1 | 0;
247
- result = imul(result, 31) + this.z3t_1.hashCode() | 0;
248
- result = imul(result, 31) + this.a3u_1 | 0;
249
- result = imul(result, 31) + this.b3u_1.hashCode() | 0;
241
+ var result = this.h3u_1;
242
+ result = imul(result, 31) + this.i3u_1 | 0;
243
+ result = imul(result, 31) + this.j3u_1 | 0;
244
+ result = imul(result, 31) + this.k3u_1.hashCode() | 0;
245
+ result = imul(result, 31) + this.l3u_1 | 0;
246
+ result = imul(result, 31) + this.m3u_1 | 0;
247
+ result = imul(result, 31) + this.n3u_1.hashCode() | 0;
248
+ result = imul(result, 31) + this.o3u_1 | 0;
249
+ result = imul(result, 31) + this.p3u_1.hashCode() | 0;
250
250
  return result;
251
251
  }
252
252
  equals(other) {
@@ -255,41 +255,41 @@ function GMTDate_0() {
255
255
  if (!(other instanceof GMTDate_0()))
256
256
  return false;
257
257
  var tmp0_other_with_cast = other instanceof GMTDate_0() ? other : THROW_CCE();
258
- if (!(this.t3t_1 === tmp0_other_with_cast.t3t_1))
258
+ if (!(this.h3u_1 === tmp0_other_with_cast.h3u_1))
259
259
  return false;
260
- if (!(this.u3t_1 === tmp0_other_with_cast.u3t_1))
260
+ if (!(this.i3u_1 === tmp0_other_with_cast.i3u_1))
261
261
  return false;
262
- if (!(this.v3t_1 === tmp0_other_with_cast.v3t_1))
262
+ if (!(this.j3u_1 === tmp0_other_with_cast.j3u_1))
263
263
  return false;
264
- if (!this.w3t_1.equals(tmp0_other_with_cast.w3t_1))
264
+ if (!this.k3u_1.equals(tmp0_other_with_cast.k3u_1))
265
265
  return false;
266
- if (!(this.x3t_1 === tmp0_other_with_cast.x3t_1))
266
+ if (!(this.l3u_1 === tmp0_other_with_cast.l3u_1))
267
267
  return false;
268
- if (!(this.y3t_1 === tmp0_other_with_cast.y3t_1))
268
+ if (!(this.m3u_1 === tmp0_other_with_cast.m3u_1))
269
269
  return false;
270
- if (!this.z3t_1.equals(tmp0_other_with_cast.z3t_1))
270
+ if (!this.n3u_1.equals(tmp0_other_with_cast.n3u_1))
271
271
  return false;
272
- if (!(this.a3u_1 === tmp0_other_with_cast.a3u_1))
272
+ if (!(this.o3u_1 === tmp0_other_with_cast.o3u_1))
273
273
  return false;
274
- if (!this.b3u_1.equals(tmp0_other_with_cast.b3u_1))
274
+ if (!this.p3u_1.equals(tmp0_other_with_cast.p3u_1))
275
275
  return false;
276
276
  return true;
277
277
  }
278
- static c3u(seen0, seconds, minutes, hours, dayOfWeek, dayOfMonth, dayOfYear, month, year, timestamp, serializationConstructorMarker) {
278
+ static q3u(seen0, seconds, minutes, hours, dayOfWeek, dayOfMonth, dayOfYear, month, year, timestamp, serializationConstructorMarker) {
279
279
  Companion_getInstance();
280
280
  if (!(511 === (511 & seen0))) {
281
- throwMissingFieldException(seen0, 511, $serializer_getInstance().r3t_1);
281
+ throwMissingFieldException(seen0, 511, $serializer_getInstance().f3u_1);
282
282
  }
283
283
  var $this = createThis(this);
284
- $this.t3t_1 = seconds;
285
- $this.u3t_1 = minutes;
286
- $this.v3t_1 = hours;
287
- $this.w3t_1 = dayOfWeek;
288
- $this.x3t_1 = dayOfMonth;
289
- $this.y3t_1 = dayOfYear;
290
- $this.z3t_1 = month;
291
- $this.a3u_1 = year;
292
- $this.b3u_1 = timestamp;
284
+ $this.h3u_1 = seconds;
285
+ $this.i3u_1 = minutes;
286
+ $this.j3u_1 = hours;
287
+ $this.k3u_1 = dayOfWeek;
288
+ $this.l3u_1 = dayOfMonth;
289
+ $this.m3u_1 = dayOfYear;
290
+ $this.n3u_1 = month;
291
+ $this.o3u_1 = year;
292
+ $this.p3u_1 = timestamp;
293
293
  return $this;
294
294
  }
295
295
  }
@@ -309,7 +309,7 @@ var CompanionClass_0;
309
309
  function Companion_0() {
310
310
  if (CompanionClass_0 === VOID) {
311
311
  class $ {
312
- e3u(ordinal) {
312
+ s3u(ordinal) {
313
313
  return get_entries().j1(ordinal);
314
314
  }
315
315
  }
@@ -350,7 +350,7 @@ function WeekDay() {
350
350
  class $ extends Enum() {
351
351
  constructor(name, ordinal, value) {
352
352
  super(name, ordinal);
353
- this.h3u_1 = value;
353
+ this.v3u_1 = value;
354
354
  }
355
355
  }
356
356
  initMetadataForClass($, 'WeekDay');
@@ -374,7 +374,7 @@ var CompanionClass_1;
374
374
  function Companion_1() {
375
375
  if (CompanionClass_1 === VOID) {
376
376
  class $ {
377
- e3u(ordinal) {
377
+ s3u(ordinal) {
378
378
  return get_entries_0().j1(ordinal);
379
379
  }
380
380
  }
@@ -420,7 +420,7 @@ function Month() {
420
420
  class $ extends Enum() {
421
421
  constructor(name, ordinal, value) {
422
422
  super(name, ordinal);
423
- this.k3u_1 = value;
423
+ this.y3u_1 = value;
424
424
  }
425
425
  }
426
426
  initMetadataForClass($, 'Month');
@@ -27,10 +27,10 @@ function GMTDate_0(timestamp) {
27
27
  var tmp2_elvis_lhs = tmp;
28
28
  var date = tmp2_elvis_lhs == null ? new Date() : tmp2_elvis_lhs;
29
29
  if (isNaN_0(date.getTime()))
30
- throw InvalidTimestampException().f3x(ensureNotNull(timestamp));
30
+ throw InvalidTimestampException().t3x(ensureNotNull(timestamp));
31
31
  // Inline function 'kotlin.with' call
32
- var dayOfWeek = Companion_instance.e3u((date.getUTCDay() + 6 | 0) % 7 | 0);
33
- var month = Companion_instance_0.e3u(date.getUTCMonth());
32
+ var dayOfWeek = Companion_instance.s3u((date.getUTCDay() + 6 | 0) % 7 | 0);
33
+ var month = Companion_instance_0.s3u(date.getUTCMonth());
34
34
  return new (GMTDate())(date.getUTCSeconds(), date.getUTCMinutes(), date.getUTCHours(), dayOfWeek, date.getUTCDate(), date.getUTCFullYear(), month, date.getUTCFullYear(), numberToLong(date.getTime()));
35
35
  }
36
36
  function getTimeMillis() {
@@ -40,9 +40,9 @@ var InvalidTimestampExceptionClass;
40
40
  function InvalidTimestampException() {
41
41
  if (InvalidTimestampExceptionClass === VOID) {
42
42
  class $ extends IllegalStateException() {
43
- static f3x(timestamp) {
43
+ static t3x(timestamp) {
44
44
  var $this = this.o4('Invalid date timestamp exception: ' + timestamp.toString());
45
- captureStack($this, $this.e3x_1);
45
+ captureStack($this, $this.s3x_1);
46
46
  return $this;
47
47
  }
48
48
  }
@@ -16,10 +16,10 @@ function Symbol() {
16
16
  if (SymbolClass === VOID) {
17
17
  class $ {
18
18
  constructor(symbol) {
19
- this.l3u_1 = symbol;
19
+ this.z3u_1 = symbol;
20
20
  }
21
21
  toString() {
22
- return this.l3u_1;
22
+ return this.z3u_1;
23
23
  }
24
24
  }
25
25
  initMetadataForClass($, 'Symbol');
@@ -33,15 +33,15 @@ function LockFreeLinkedListNode() {
33
33
  class $ {
34
34
  c2d() {
35
35
  // Inline function 'kotlinx.atomicfu.loop' call
36
- var this_0 = this.m3u_1;
36
+ var this_0 = this.a3v_1;
37
37
  while (true) {
38
38
  var next = this_0.kotlinx$atomicfu$value;
39
39
  if (!(next instanceof OpDescriptor()))
40
40
  return next;
41
- next.n3u(this);
41
+ next.b3v(this);
42
42
  }
43
43
  }
44
- o3u() {
44
+ c3v() {
45
45
  return unwrap(this.c2d());
46
46
  }
47
47
  }
@@ -71,7 +71,7 @@ function OpDescriptor() {
71
71
  function unwrap(_this__u8e3s4) {
72
72
  _init_properties_LockFreeLinkedList_kt__wekxce();
73
73
  var tmp0_safe_receiver = _this__u8e3s4 instanceof Removed() ? _this__u8e3s4 : null;
74
- var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.p3u_1;
74
+ var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.d3v_1;
75
75
  var tmp;
76
76
  if (tmp1_elvis_lhs == null) {
77
77
  tmp = _this__u8e3s4 instanceof LockFreeLinkedListNode() ? _this__u8e3s4 : THROW_CCE();
@@ -37,7 +37,7 @@ function KtorSimpleLogger$1() {
37
37
  constructor() {
38
38
  var tmp = this;
39
39
  var tmp_0;
40
- switch (PlatformUtils_getInstance().k3s_1 || PlatformUtils_getInstance().j3s_1) {
40
+ switch (PlatformUtils_getInstance().y3s_1 || PlatformUtils_getInstance().x3s_1) {
41
41
  case true:
42
42
  // Inline function 'kotlin.runCatching' call
43
43
 
@@ -102,23 +102,23 @@ function KtorSimpleLogger$1() {
102
102
  noWhenBranchMatchedException();
103
103
  break;
104
104
  }
105
- tmp.o3x_1 = tmp_0;
105
+ tmp.c3y_1 = tmp_0;
106
106
  }
107
- p3x() {
108
- return this.o3x_1;
107
+ d3y() {
108
+ return this.c3y_1;
109
109
  }
110
- q3x(message) {
111
- if (this.o3x_1.k3(LogLevel_WARN_getInstance()) > 0)
110
+ e3y(message) {
111
+ if (this.c3y_1.k3(LogLevel_WARN_getInstance()) > 0)
112
112
  return Unit_instance;
113
113
  console.warn(message);
114
114
  }
115
- r3x(message, cause) {
116
- if (this.o3x_1.k3(LogLevel_DEBUG_getInstance()) > 0)
115
+ f3y(message, cause) {
116
+ if (this.c3y_1.k3(LogLevel_DEBUG_getInstance()) > 0)
117
117
  return Unit_instance;
118
118
  console.debug('DEBUG: ' + message + ', cause: ' + cause.toString());
119
119
  }
120
- s3x(message) {
121
- if (this.o3x_1.k3(LogLevel_TRACE_getInstance()) > 0)
120
+ g3y(message) {
121
+ if (this.c3y_1.k3(LogLevel_TRACE_getInstance()) > 0)
122
122
  return Unit_instance;
123
123
  console.debug('TRACE: ' + message);
124
124
  }
@@ -44,7 +44,7 @@ function LogLevel() {
44
44
  return LogLevelClass;
45
45
  }
46
46
  function get_isTraceEnabled(_this__u8e3s4) {
47
- return _this__u8e3s4.p3x().k3(LogLevel_TRACE_getInstance()) <= 0;
47
+ return _this__u8e3s4.d3y().k3(LogLevel_TRACE_getInstance()) <= 0;
48
48
  }
49
49
  function LogLevel_TRACE_getInstance() {
50
50
  LogLevel_initEntries();
@@ -1,10 +1,10 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
  function get_hostname(_this__u8e3s4) {
4
- return _this__u8e3s4.t3x_1;
4
+ return _this__u8e3s4.h3y_1;
5
5
  }
6
6
  function get_port(_this__u8e3s4) {
7
- return _this__u8e3s4.u3x_1;
7
+ return _this__u8e3s4.i3y_1;
8
8
  }
9
9
  //region block: exports
10
10
  export {
@@ -23,7 +23,7 @@ function $proceedLoopCOROUTINE$() {
23
23
  class $ extends CoroutineImpl() {
24
24
  constructor(_this__u8e3s4, resultContinuation) {
25
25
  super(resultContinuation);
26
- this.y3u_1 = _this__u8e3s4;
26
+ this.m3v_1 = _this__u8e3s4;
27
27
  }
28
28
  ic() {
29
29
  var suspendResult = this.cc_1;
@@ -36,8 +36,8 @@ function $proceedLoopCOROUTINE$() {
36
36
  this.ac_1 = 1;
37
37
  continue $sm;
38
38
  case 1:
39
- this.z3u_1 = this.y3u_1.g3v_1;
40
- if (this.z3u_1 === -1) {
39
+ this.n3v_1 = this.m3v_1.u3v_1;
40
+ if (this.n3v_1 === -1) {
41
41
  this.ac_1 = 5;
42
42
  continue $sm;
43
43
  } else {
@@ -46,9 +46,9 @@ function $proceedLoopCOROUTINE$() {
46
46
  }
47
47
 
48
48
  case 2:
49
- this.a3v_1 = this.y3u_1.d3v_1;
50
- if (this.z3u_1 >= this.a3v_1.i1()) {
51
- this.y3u_1.h3v();
49
+ this.o3v_1 = this.m3v_1.r3v_1;
50
+ if (this.n3v_1 >= this.o3v_1.i1()) {
51
+ this.m3v_1.v3v();
52
52
  this.ac_1 = 5;
53
53
  continue $sm;
54
54
  } else {
@@ -57,10 +57,10 @@ function $proceedLoopCOROUTINE$() {
57
57
  }
58
58
 
59
59
  case 3:
60
- this.b3v_1 = this.a3v_1.j1(this.z3u_1);
61
- this.y3u_1.g3v_1 = this.z3u_1 + 1 | 0;
60
+ this.p3v_1 = this.o3v_1.j1(this.n3v_1);
61
+ this.m3v_1.u3v_1 = this.n3v_1 + 1 | 0;
62
62
  this.ac_1 = 4;
63
- suspendResult = this.b3v_1(this.y3u_1, this.y3u_1.f3v_1, this);
63
+ suspendResult = this.p3v_1(this.m3v_1, this.m3v_1.t3v_1, this);
64
64
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
65
65
  return suspendResult;
66
66
  }
@@ -70,7 +70,7 @@ function $proceedLoopCOROUTINE$() {
70
70
  this.ac_1 = 1;
71
71
  continue $sm;
72
72
  case 5:
73
- return this.y3u_1.f3v_1;
73
+ return this.m3v_1.t3v_1;
74
74
  case 6:
75
75
  throw this.dc_1;
76
76
  }
@@ -97,38 +97,38 @@ function DebugPipelineContext() {
97
97
  class $ extends PipelineContext() {
98
98
  constructor(context, interceptors, subject, coroutineContext) {
99
99
  super(context);
100
- this.d3v_1 = interceptors;
101
- this.e3v_1 = coroutineContext;
102
- this.f3v_1 = subject;
103
- this.g3v_1 = 0;
100
+ this.r3v_1 = interceptors;
101
+ this.s3v_1 = coroutineContext;
102
+ this.t3v_1 = subject;
103
+ this.u3v_1 = 0;
104
104
  }
105
105
  s1x() {
106
- return this.e3v_1;
106
+ return this.s3v_1;
107
107
  }
108
- i3v() {
109
- return this.f3v_1;
108
+ w3v() {
109
+ return this.t3v_1;
110
110
  }
111
- h3v() {
112
- this.g3v_1 = -1;
111
+ v3v() {
112
+ this.u3v_1 = -1;
113
113
  }
114
- j3v(subject, $completion) {
115
- this.f3v_1 = subject;
116
- return this.k3v($completion);
114
+ x3v(subject, $completion) {
115
+ this.t3v_1 = subject;
116
+ return this.y3v($completion);
117
117
  }
118
- k3v($completion) {
119
- var index = this.g3v_1;
118
+ y3v($completion) {
119
+ var index = this.u3v_1;
120
120
  if (index < 0)
121
- return this.f3v_1;
122
- if (index >= this.d3v_1.i1()) {
123
- this.h3v();
124
- return this.f3v_1;
121
+ return this.t3v_1;
122
+ if (index >= this.r3v_1.i1()) {
123
+ this.v3v();
124
+ return this.t3v_1;
125
125
  }
126
126
  return proceedLoop(this, $completion);
127
127
  }
128
- l3v(initial, $completion) {
129
- this.g3v_1 = 0;
130
- this.f3v_1 = initial;
131
- return this.k3v($completion);
128
+ z3v(initial, $completion) {
129
+ this.u3v_1 = 0;
130
+ this.t3v_1 = initial;
131
+ return this.y3v($completion);
132
132
  }
133
133
  }
134
134
  initMetadataForClass($, 'DebugPipelineContext', VOID, VOID, VOID, [1, 0]);
@@ -19,11 +19,11 @@ import { Unit_instance1fbcbse1fwigr as Unit_instance } from '../../../../../kotl
19
19
  //region block: pre-declaration
20
20
  //endregion
21
21
  function copiedInterceptors($this) {
22
- return toMutableList($this.o3v_1);
22
+ return toMutableList($this.c3w_1);
23
23
  }
24
24
  function copyInterceptors($this) {
25
- $this.o3v_1 = copiedInterceptors($this);
26
- $this.p3v_1 = false;
25
+ $this.c3w_1 = copiedInterceptors($this);
26
+ $this.d3w_1 = false;
27
27
  }
28
28
  var CompanionClass;
29
29
  function Companion() {
@@ -33,7 +33,7 @@ function Companion() {
33
33
  Companion_instance = this;
34
34
  var tmp = this;
35
35
  // Inline function 'kotlin.collections.mutableListOf' call
36
- tmp.q3v_1 = ArrayList().l1();
36
+ tmp.e3w_1 = ArrayList().l1();
37
37
  }
38
38
  }
39
39
  initMetadataForCompanion($);
@@ -51,40 +51,40 @@ var PhaseContentClass;
51
51
  function PhaseContent() {
52
52
  if (PhaseContentClass === VOID) {
53
53
  class $ {
54
- static r3v(phase, relation, interceptors) {
54
+ static f3w(phase, relation, interceptors) {
55
55
  Companion_getInstance();
56
56
  var $this = createThis(this);
57
- $this.m3v_1 = phase;
58
- $this.n3v_1 = relation;
59
- $this.o3v_1 = interceptors;
60
- $this.p3v_1 = true;
57
+ $this.a3w_1 = phase;
58
+ $this.b3w_1 = relation;
59
+ $this.c3w_1 = interceptors;
60
+ $this.d3w_1 = true;
61
61
  return $this;
62
62
  }
63
- static s3v(phase, relation) {
63
+ static g3w(phase, relation) {
64
64
  Companion_getInstance();
65
- var tmp = Companion_getInstance().q3v_1;
66
- var $this = this.r3v(phase, relation, isInterface(tmp, KtMutableList()) ? tmp : THROW_CCE());
65
+ var tmp = Companion_getInstance().e3w_1;
66
+ var $this = this.f3w(phase, relation, isInterface(tmp, KtMutableList()) ? tmp : THROW_CCE());
67
67
  // Inline function 'kotlin.check' call
68
- if (!Companion_getInstance().q3v_1.j()) {
68
+ if (!Companion_getInstance().e3w_1.j()) {
69
69
  var message = 'The shared empty array list has been modified';
70
70
  throw IllegalStateException().o4(toString(message));
71
71
  }
72
72
  return $this;
73
73
  }
74
- t3v() {
75
- return this.o3v_1.j();
74
+ h3w() {
75
+ return this.c3w_1.j();
76
76
  }
77
77
  i1() {
78
- return this.o3v_1.i1();
78
+ return this.c3w_1.i1();
79
79
  }
80
- u3v(interceptor) {
81
- if (this.p3v_1) {
80
+ i3w(interceptor) {
81
+ if (this.d3w_1) {
82
82
  copyInterceptors(this);
83
83
  }
84
- this.o3v_1.m(interceptor);
84
+ this.c3w_1.m(interceptor);
85
85
  }
86
- v3v(destination) {
87
- var interceptors = this.o3v_1;
86
+ j3w(destination) {
87
+ var interceptors = this.c3w_1;
88
88
  if (destination instanceof ArrayList()) {
89
89
  destination.r7(destination.i1() + interceptors.i1() | 0);
90
90
  }
@@ -98,12 +98,12 @@ function PhaseContent() {
98
98
  }
99
99
  while (inductionVariable < last);
100
100
  }
101
- w3v() {
102
- this.p3v_1 = true;
103
- return this.o3v_1;
101
+ k3w() {
102
+ this.d3w_1 = true;
103
+ return this.c3w_1;
104
104
  }
105
105
  toString() {
106
- return 'Phase `' + this.m3v_1.x3v_1 + '`, ' + this.i1() + ' handlers';
106
+ return 'Phase `' + this.a3w_1.l3w_1 + '`, ' + this.i1() + ' handlers';
107
107
  }
108
108
  }
109
109
  initMetadataForClass($, 'PhaseContent');