@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
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../../commons-node-remote/src/jsMain/kotlin/cash/atto/commons/node/AttoNodeOperationsImpl.js.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["createCustomAttoNodeClient","network","baseUrl","operations","p0","invoke","$completion","AttoNodeOperationsJsImpl$subscribeOnce$slambda$suspendConversion0$ref","AttoNodeOperationsJsImpl$subscribeOnce$slambda$suspendConversion0$ref$lambda","subscribeOnce","flowProvider","onUpdate","onDisconnect","job","emit","value","equals","hashCode","$addresses","doResume","AttoNodeOperationsJsImpl$account$slambda","AttoNodeOperationsJsImpl$account$slambda$lambda","AttoNodeOperationsJsImpl$now$slambda","AttoNodeOperationsJsImpl$now$slambda$lambda","$transaction","AttoNodeOperationsJsImpl$publish$slambda","AttoNodeOperationsJsImpl$publish$slambda$lambda","$flowProvider","$onUpdate","$onDisconnect","c","t","AttoNodeOperationsJsImpl$subscribeOnce$slambda","AttoNodeOperationsJsImpl$subscribeOnce$slambda$lambda","AttoNodeOperationsJsImpl$onAccount$lambda","AttoNodeOperationsJsImpl$onAccount$lambda$lambda","AttoNodeOperationsJsImpl$onReceivable$lambda","AttoNodeOperationsJsImpl$onReceivable$lambda$lambda","AttoNodeOperationsJsImpl$onTransaction$lambda","$heightSearch","AttoNodeOperationsJsImpl$onTransaction$lambda$lambda","AttoNodeOperationsJsImpl$onAccountEntry$lambda","AttoNodeOperationsJsImpl$onAccountEntry$lambda$lambda","<get-network>","account","addresses","now","publish","transaction","onAccount","onReceivable","onTransaction","heightSearch","onAccountEntry","createCustomAttoNodeClient$slambda","createCustomAttoNodeClient$slambda$lambda"],"mappings":"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"}
1
+ {"version":3,"sources":["../../../../../../../commons-node-remote/src/jsMain/kotlin/cash/atto/commons/node/AttoNodeOperationsImpl.js.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["createCustomAttoNodeClient","network","baseUrl","operations","p0","invoke","$completion","AttoNodeOperationsJsImpl$subscribeOnce$slambda$suspendConversion0$ref","AttoNodeOperationsJsImpl$subscribeOnce$slambda$suspendConversion0$ref$lambda","subscribeOnce","flowProvider","onUpdate","onDisconnect","job","emit","value","equals","hashCode","$addresses","doResume","AttoNodeOperationsJsImpl$account$slambda","AttoNodeOperationsJsImpl$account$slambda$lambda","$hash","AttoNodeOperationsJsImpl$accountEntry$slambda","AttoNodeOperationsJsImpl$accountEntry$slambda$lambda","AttoNodeOperationsJsImpl$transaction$slambda","AttoNodeOperationsJsImpl$transaction$slambda$lambda","AttoNodeOperationsJsImpl$now$slambda","AttoNodeOperationsJsImpl$now$slambda$lambda","$transaction","AttoNodeOperationsJsImpl$publish$slambda","AttoNodeOperationsJsImpl$publish$slambda$lambda","$flowProvider","$onUpdate","$onDisconnect","c","t","AttoNodeOperationsJsImpl$subscribeOnce$slambda","AttoNodeOperationsJsImpl$subscribeOnce$slambda$lambda","AttoNodeOperationsJsImpl$onAccount$lambda","AttoNodeOperationsJsImpl$onAccount$lambda$lambda","AttoNodeOperationsJsImpl$onReceivable$lambda","AttoNodeOperationsJsImpl$onReceivable$lambda$lambda","AttoNodeOperationsJsImpl$onTransaction$lambda","$heightSearch","AttoNodeOperationsJsImpl$onTransaction$lambda$lambda","AttoNodeOperationsJsImpl$onAccountEntry$lambda","AttoNodeOperationsJsImpl$onAccountEntry$lambda$lambda","<get-network>","account","addresses","accountEntry","hash","transaction","now","publish","onAccount","onReceivable","onTransaction","heightSearch","onAccountEntry","createCustomAttoNodeClient$slambda","createCustomAttoNodeClient$slambda$lambda"],"mappings":"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"}
@@ -34,12 +34,12 @@ function Companion_getInstance() {
34
34
  }
35
35
  function work(network, timestamp, target, $completion) {
36
36
  var threshold = getThreshold(Companion_instance, network, timestamp);
37
- return this.c7p(threshold, target, $completion);
37
+ return this.t7s(threshold, target, $completion);
38
38
  }
39
39
  function work_0(block, $completion) {
40
40
  var tmp;
41
41
  if (block instanceof AttoOpenBlock()) {
42
- tmp = block.y2u_1.value;
42
+ tmp = block.m2v_1.value;
43
43
  } else {
44
44
  if (isInterface(block, PreviousSupport())) {
45
45
  tmp = block.previous.value;
@@ -48,7 +48,7 @@ function work_0(block, $completion) {
48
48
  }
49
49
  }
50
50
  var target = tmp;
51
- return this.d7p(block.network, block.timestamp, target, $completion);
51
+ return this.u7s(block.network, block.timestamp, target, $completion);
52
52
  }
53
53
  var AttoWorkerClass;
54
54
  function AttoWorker() {
@@ -50,7 +50,7 @@ function Companion() {
50
50
  // Inline function 'kotlin.arrayOf' call
51
51
  // Inline function 'kotlin.js.unsafeCast' call
52
52
  // Inline function 'kotlin.js.asDynamic' call
53
- tmp.f7p_1 = [lazy(tmp_0, AttoWorkerOperations$Request$Companion$$childSerializers$_anonymous__k0cb7d), null, null];
53
+ tmp.w7s_1 = [lazy(tmp_0, AttoWorkerOperations$Request$Companion$$childSerializers$_anonymous__k0cb7d), null, null];
54
54
  }
55
55
  }
56
56
  initMetadataForCompanion($);
@@ -74,22 +74,22 @@ function $serializer() {
74
74
  tmp0_serialDesc.w14('network', false);
75
75
  tmp0_serialDesc.w14('timestamp', false);
76
76
  tmp0_serialDesc.w14('target', false);
77
- this.g7p_1 = tmp0_serialDesc;
77
+ this.x7s_1 = tmp0_serialDesc;
78
78
  }
79
- h7p(encoder, value) {
80
- var tmp0_desc = this.g7p_1;
79
+ y7s(encoder, value) {
80
+ var tmp0_desc = this.x7s_1;
81
81
  var tmp1_output = encoder.kx(tmp0_desc);
82
- var tmp2_cached = Companion_getInstance().f7p_1;
83
- tmp1_output.bz(tmp0_desc, 0, tmp2_cached[0].s1(), value.i7p_1);
84
- tmp1_output.bz(tmp0_desc, 1, InstantMillisSerializer_getInstance(), value.j7p_1);
85
- tmp1_output.zy(tmp0_desc, 2, value.k7p_1);
82
+ var tmp2_cached = Companion_getInstance().w7s_1;
83
+ tmp1_output.bz(tmp0_desc, 0, tmp2_cached[0].s1(), value.z7s_1);
84
+ tmp1_output.bz(tmp0_desc, 1, InstantMillisSerializer_getInstance(), value.a7t_1);
85
+ tmp1_output.zy(tmp0_desc, 2, value.b7t_1);
86
86
  tmp1_output.lx(tmp0_desc);
87
87
  }
88
88
  ys(encoder, value) {
89
- return this.h7p(encoder, value instanceof Request() ? value : THROW_CCE());
89
+ return this.y7s(encoder, value instanceof Request() ? value : THROW_CCE());
90
90
  }
91
91
  zs(decoder) {
92
- var tmp0_desc = this.g7p_1;
92
+ var tmp0_desc = this.x7s_1;
93
93
  var tmp1_flag = true;
94
94
  var tmp2_index = 0;
95
95
  var tmp3_bitMask0 = 0;
@@ -97,7 +97,7 @@ function $serializer() {
97
97
  var tmp5_local1 = null;
98
98
  var tmp6_local2 = null;
99
99
  var tmp7_input = decoder.kx(tmp0_desc);
100
- var tmp8_cached = Companion_getInstance().f7p_1;
100
+ var tmp8_cached = Companion_getInstance().w7s_1;
101
101
  if (tmp7_input.zx()) {
102
102
  tmp4_local0 = tmp7_input.wx(tmp0_desc, 0, tmp8_cached[0].s1(), tmp4_local0);
103
103
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
@@ -129,16 +129,16 @@ function $serializer() {
129
129
  }
130
130
  }
131
131
  tmp7_input.lx(tmp0_desc);
132
- return Request().l7p(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
132
+ return Request().c7t(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
133
133
  }
134
134
  xs() {
135
- return this.g7p_1;
135
+ return this.x7s_1;
136
136
  }
137
137
  l15() {
138
138
  // Inline function 'kotlin.arrayOf' call
139
139
  // Inline function 'kotlin.js.unsafeCast' call
140
140
  // Inline function 'kotlin.js.asDynamic' call
141
- return [Companion_getInstance().f7p_1[0].s1(), InstantMillisSerializer_getInstance(), StringSerializer_getInstance()];
141
+ return [Companion_getInstance().w7s_1[0].s1(), InstantMillisSerializer_getInstance(), StringSerializer_getInstance()];
142
142
  }
143
143
  }
144
144
  protoOf($).m15 = typeParametersSerializers;
@@ -174,19 +174,19 @@ function $serializer_0() {
174
174
  $serializer_instance_0 = this;
175
175
  var tmp0_serialDesc = new (PluginGeneratedSerialDescriptor())('cash.atto.commons.worker.AttoWorkerOperations.Response', this, 1);
176
176
  tmp0_serialDesc.w14('work', false);
177
- this.m7p_1 = tmp0_serialDesc;
177
+ this.d7t_1 = tmp0_serialDesc;
178
178
  }
179
- n7p(encoder, value) {
180
- var tmp0_desc = this.m7p_1;
179
+ e7t(encoder, value) {
180
+ var tmp0_desc = this.d7t_1;
181
181
  var tmp1_output = encoder.kx(tmp0_desc);
182
- tmp1_output.bz(tmp0_desc, 0, AttoWorkSerializer_getInstance(), value.o7p_1);
182
+ tmp1_output.bz(tmp0_desc, 0, AttoWorkSerializer_getInstance(), value.f7t_1);
183
183
  tmp1_output.lx(tmp0_desc);
184
184
  }
185
185
  ys(encoder, value) {
186
- return this.n7p(encoder, value instanceof Response() ? value : THROW_CCE());
186
+ return this.e7t(encoder, value instanceof Response() ? value : THROW_CCE());
187
187
  }
188
188
  zs(decoder) {
189
- var tmp0_desc = this.m7p_1;
189
+ var tmp0_desc = this.d7t_1;
190
190
  var tmp1_flag = true;
191
191
  var tmp2_index = 0;
192
192
  var tmp3_bitMask0 = 0;
@@ -211,10 +211,10 @@ function $serializer_0() {
211
211
  }
212
212
  }
213
213
  tmp5_input.lx(tmp0_desc);
214
- return Response().p7p(tmp3_bitMask0, tmp4_local0, null);
214
+ return Response().g7t(tmp3_bitMask0, tmp4_local0, null);
215
215
  }
216
216
  xs() {
217
- return this.m7p_1;
217
+ return this.d7t_1;
218
218
  }
219
219
  l15() {
220
220
  // Inline function 'kotlin.arrayOf' call
@@ -241,17 +241,17 @@ function Request() {
241
241
  class $ {
242
242
  constructor(network, timestamp, target) {
243
243
  Companion_getInstance();
244
- this.i7p_1 = network;
245
- this.j7p_1 = timestamp;
246
- this.k7p_1 = target;
244
+ this.z7s_1 = network;
245
+ this.a7t_1 = timestamp;
246
+ this.b7t_1 = target;
247
247
  }
248
248
  toString() {
249
- return 'Request(network=' + this.i7p_1.toString() + ', timestamp=' + this.j7p_1.toString() + ', target=' + this.k7p_1 + ')';
249
+ return 'Request(network=' + this.z7s_1.toString() + ', timestamp=' + this.a7t_1.toString() + ', target=' + this.b7t_1 + ')';
250
250
  }
251
251
  hashCode() {
252
- var result = this.i7p_1.hashCode();
253
- result = imul(result, 31) + this.j7p_1.hashCode() | 0;
254
- result = imul(result, 31) + getStringHashCode(this.k7p_1) | 0;
252
+ var result = this.z7s_1.hashCode();
253
+ result = imul(result, 31) + this.a7t_1.hashCode() | 0;
254
+ result = imul(result, 31) + getStringHashCode(this.b7t_1) | 0;
255
255
  return result;
256
256
  }
257
257
  equals(other) {
@@ -260,23 +260,23 @@ function Request() {
260
260
  if (!(other instanceof Request()))
261
261
  return false;
262
262
  var tmp0_other_with_cast = other instanceof Request() ? other : THROW_CCE();
263
- if (!this.i7p_1.equals(tmp0_other_with_cast.i7p_1))
263
+ if (!this.z7s_1.equals(tmp0_other_with_cast.z7s_1))
264
264
  return false;
265
- if (!this.j7p_1.equals(tmp0_other_with_cast.j7p_1))
265
+ if (!this.a7t_1.equals(tmp0_other_with_cast.a7t_1))
266
266
  return false;
267
- if (!(this.k7p_1 === tmp0_other_with_cast.k7p_1))
267
+ if (!(this.b7t_1 === tmp0_other_with_cast.b7t_1))
268
268
  return false;
269
269
  return true;
270
270
  }
271
- static l7p(seen0, network, timestamp, target, serializationConstructorMarker) {
271
+ static c7t(seen0, network, timestamp, target, serializationConstructorMarker) {
272
272
  Companion_getInstance();
273
273
  if (!(7 === (7 & seen0))) {
274
- throwMissingFieldException(seen0, 7, $serializer_getInstance().g7p_1);
274
+ throwMissingFieldException(seen0, 7, $serializer_getInstance().x7s_1);
275
275
  }
276
276
  var $this = createThis(this);
277
- $this.i7p_1 = network;
278
- $this.j7p_1 = timestamp;
279
- $this.k7p_1 = target;
277
+ $this.z7s_1 = network;
278
+ $this.a7t_1 = timestamp;
279
+ $this.b7t_1 = target;
280
280
  return $this;
281
281
  }
282
282
  }
@@ -290,10 +290,10 @@ function Response() {
290
290
  if (ResponseClass === VOID) {
291
291
  class $ {
292
292
  toString() {
293
- return 'Response(work=' + this.o7p_1.toString() + ')';
293
+ return 'Response(work=' + this.f7t_1.toString() + ')';
294
294
  }
295
295
  hashCode() {
296
- return this.o7p_1.hashCode();
296
+ return this.f7t_1.hashCode();
297
297
  }
298
298
  equals(other) {
299
299
  if (this === other)
@@ -301,16 +301,16 @@ function Response() {
301
301
  if (!(other instanceof Response()))
302
302
  return false;
303
303
  var tmp0_other_with_cast = other instanceof Response() ? other : THROW_CCE();
304
- if (!this.o7p_1.equals(tmp0_other_with_cast.o7p_1))
304
+ if (!this.f7t_1.equals(tmp0_other_with_cast.f7t_1))
305
305
  return false;
306
306
  return true;
307
307
  }
308
- static p7p(seen0, work, serializationConstructorMarker) {
308
+ static g7t(seen0, work, serializationConstructorMarker) {
309
309
  if (!(1 === (1 & seen0))) {
310
- throwMissingFieldException(seen0, 1, $serializer_getInstance_0().m7p_1);
310
+ throwMissingFieldException(seen0, 1, $serializer_getInstance_0().d7t_1);
311
311
  }
312
312
  var $this = createThis(this);
313
- $this.o7p_1 = work;
313
+ $this.f7t_1 = work;
314
314
  return $this;
315
315
  }
316
316
  }
@@ -325,10 +325,10 @@ function $workCOROUTINE$() {
325
325
  class $ extends CoroutineImpl() {
326
326
  constructor(_this__u8e3s4, network, timestamp, target, resultContinuation) {
327
327
  super(resultContinuation);
328
- this.y7p_1 = _this__u8e3s4;
329
- this.z7p_1 = network;
330
- this.a7q_1 = timestamp;
331
- this.b7q_1 = target;
328
+ this.p7t_1 = _this__u8e3s4;
329
+ this.q7t_1 = network;
330
+ this.r7t_1 = timestamp;
331
+ this.s7t_1 = target;
332
332
  }
333
333
  ic() {
334
334
  var suspendResult = this.cc_1;
@@ -338,9 +338,9 @@ function $workCOROUTINE$() {
338
338
  switch (tmp) {
339
339
  case 0:
340
340
  this.bc_1 = 2;
341
- this.c7q_1 = new (Request())(this.z7p_1, this.a7q_1, toHex(this.b7q_1));
341
+ this.t7t_1 = new (Request())(this.q7t_1, this.r7t_1, toHex(this.s7t_1));
342
342
  this.ac_1 = 1;
343
- suspendResult = this.y7p_1.d7q(this.c7q_1, this);
343
+ suspendResult = this.p7t_1.u7t(this.t7t_1, this);
344
344
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
345
345
  return suspendResult;
346
346
  }
@@ -348,7 +348,7 @@ function $workCOROUTINE$() {
348
348
  continue $sm;
349
349
  case 1:
350
350
  var response = suspendResult;
351
- return response.o7p_1;
351
+ return response.f7t_1;
352
352
  case 2:
353
353
  throw this.dc_1;
354
354
  }
@@ -32,19 +32,19 @@ function AttoWorkerJsPromiseImpl$workThreshold$slambda() {
32
32
  constructor(this$0, $threshold, $target, resultContinuation, $box) {
33
33
  if ($box === VOID)
34
34
  $box = {};
35
- $box.d7s_1 = this$0;
36
- $box.e7s_1 = $threshold;
37
- $box.f7s_1 = $target;
35
+ $box.u7v_1 = this$0;
36
+ $box.v7v_1 = $threshold;
37
+ $box.w7v_1 = $target;
38
38
  super(resultContinuation, $box);
39
39
  }
40
- h7s($this$promise, $completion) {
41
- var tmp = this.p35($this$promise, $completion);
40
+ y7v($this$promise, $completion) {
41
+ var tmp = this.d36($this$promise, $completion);
42
42
  tmp.cc_1 = Unit_instance;
43
43
  tmp.dc_1 = null;
44
44
  return tmp.ic();
45
45
  }
46
46
  kd(p1, $completion) {
47
- return this.h7s((!(p1 == null) ? isInterface(p1, CoroutineScope()) : false) ? p1 : THROW_CCE(), $completion);
47
+ return this.y7v((!(p1 == null) ? isInterface(p1, CoroutineScope()) : false) ? p1 : THROW_CCE(), $completion);
48
48
  }
49
49
  ic() {
50
50
  var suspendResult = this.cc_1;
@@ -55,7 +55,7 @@ function AttoWorkerJsPromiseImpl$workThreshold$slambda() {
55
55
  case 0:
56
56
  this.bc_1 = 2;
57
57
  this.ac_1 = 1;
58
- suspendResult = this.d7s_1.i7s_1.c7p(toULong(this.e7s_1), this.f7s_1, this);
58
+ suspendResult = this.u7v_1.z7v_1.t7s(toULong(this.v7v_1), this.w7v_1, this);
59
59
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
60
60
  return suspendResult;
61
61
  }
@@ -77,9 +77,9 @@ function AttoWorkerJsPromiseImpl$workThreshold$slambda() {
77
77
  }
78
78
  while (true);
79
79
  }
80
- p35($this$promise, completion) {
81
- var i = new (AttoWorkerJsPromiseImpl$workThreshold$slambda())(this.d7s_1, this.e7s_1, this.f7s_1, completion);
82
- i.g7s_1 = $this$promise;
80
+ d36($this$promise, completion) {
81
+ var i = new (AttoWorkerJsPromiseImpl$workThreshold$slambda())(this.u7v_1, this.v7v_1, this.w7v_1, completion);
82
+ i.x7v_1 = $this$promise;
83
83
  return i;
84
84
  }
85
85
  }
@@ -91,7 +91,7 @@ function AttoWorkerJsPromiseImpl$workThreshold$slambda() {
91
91
  function AttoWorkerJsPromiseImpl$workThreshold$slambda_0(this$0, $threshold, $target, resultContinuation) {
92
92
  var i = new (AttoWorkerJsPromiseImpl$workThreshold$slambda())(this$0, $threshold, $target, resultContinuation);
93
93
  var l = function ($this$promise, $completion) {
94
- return i.h7s($this$promise, $completion);
94
+ return i.y7v($this$promise, $completion);
95
95
  };
96
96
  l.$arity = 1;
97
97
  return l;
@@ -103,20 +103,20 @@ function AttoWorkerJsPromiseImpl$workNetwork$slambda() {
103
103
  constructor(this$0, $network, $timestamp, $target, resultContinuation, $box) {
104
104
  if ($box === VOID)
105
105
  $box = {};
106
- $box.r7s_1 = this$0;
107
- $box.s7s_1 = $network;
108
- $box.t7s_1 = $timestamp;
109
- $box.u7s_1 = $target;
106
+ $box.i7w_1 = this$0;
107
+ $box.j7w_1 = $network;
108
+ $box.k7w_1 = $timestamp;
109
+ $box.l7w_1 = $target;
110
110
  super(resultContinuation, $box);
111
111
  }
112
- h7s($this$promise, $completion) {
113
- var tmp = this.p35($this$promise, $completion);
112
+ y7v($this$promise, $completion) {
113
+ var tmp = this.d36($this$promise, $completion);
114
114
  tmp.cc_1 = Unit_instance;
115
115
  tmp.dc_1 = null;
116
116
  return tmp.ic();
117
117
  }
118
118
  kd(p1, $completion) {
119
- return this.h7s((!(p1 == null) ? isInterface(p1, CoroutineScope()) : false) ? p1 : THROW_CCE(), $completion);
119
+ return this.y7v((!(p1 == null) ? isInterface(p1, CoroutineScope()) : false) ? p1 : THROW_CCE(), $completion);
120
120
  }
121
121
  ic() {
122
122
  var suspendResult = this.cc_1;
@@ -127,7 +127,7 @@ function AttoWorkerJsPromiseImpl$workNetwork$slambda() {
127
127
  case 0:
128
128
  this.bc_1 = 2;
129
129
  this.ac_1 = 1;
130
- suspendResult = this.r7s_1.i7s_1.d7p(this.s7s_1, Companion_getInstance().h1v(this.t7s_1), this.u7s_1, this);
130
+ suspendResult = this.i7w_1.z7v_1.u7s(this.j7w_1, Companion_getInstance().h1v(this.k7w_1), this.l7w_1, this);
131
131
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
132
132
  return suspendResult;
133
133
  }
@@ -149,9 +149,9 @@ function AttoWorkerJsPromiseImpl$workNetwork$slambda() {
149
149
  }
150
150
  while (true);
151
151
  }
152
- p35($this$promise, completion) {
153
- var i = new (AttoWorkerJsPromiseImpl$workNetwork$slambda())(this.r7s_1, this.s7s_1, this.t7s_1, this.u7s_1, completion);
154
- i.v7s_1 = $this$promise;
152
+ d36($this$promise, completion) {
153
+ var i = new (AttoWorkerJsPromiseImpl$workNetwork$slambda())(this.i7w_1, this.j7w_1, this.k7w_1, this.l7w_1, completion);
154
+ i.m7w_1 = $this$promise;
155
155
  return i;
156
156
  }
157
157
  }
@@ -163,7 +163,7 @@ function AttoWorkerJsPromiseImpl$workNetwork$slambda() {
163
163
  function AttoWorkerJsPromiseImpl$workNetwork$slambda_0(this$0, $network, $timestamp, $target, resultContinuation) {
164
164
  var i = new (AttoWorkerJsPromiseImpl$workNetwork$slambda())(this$0, $network, $timestamp, $target, resultContinuation);
165
165
  var l = function ($this$promise, $completion) {
166
- return i.h7s($this$promise, $completion);
166
+ return i.y7v($this$promise, $completion);
167
167
  };
168
168
  l.$arity = 1;
169
169
  return l;
@@ -175,18 +175,18 @@ function AttoWorkerJsPromiseImpl$workBlock$slambda() {
175
175
  constructor(this$0, $block, resultContinuation, $box) {
176
176
  if ($box === VOID)
177
177
  $box = {};
178
- $box.e7t_1 = this$0;
179
- $box.f7t_1 = $block;
178
+ $box.v7w_1 = this$0;
179
+ $box.w7w_1 = $block;
180
180
  super(resultContinuation, $box);
181
181
  }
182
- h7s($this$promise, $completion) {
183
- var tmp = this.p35($this$promise, $completion);
182
+ y7v($this$promise, $completion) {
183
+ var tmp = this.d36($this$promise, $completion);
184
184
  tmp.cc_1 = Unit_instance;
185
185
  tmp.dc_1 = null;
186
186
  return tmp.ic();
187
187
  }
188
188
  kd(p1, $completion) {
189
- return this.h7s((!(p1 == null) ? isInterface(p1, CoroutineScope()) : false) ? p1 : THROW_CCE(), $completion);
189
+ return this.y7v((!(p1 == null) ? isInterface(p1, CoroutineScope()) : false) ? p1 : THROW_CCE(), $completion);
190
190
  }
191
191
  ic() {
192
192
  var suspendResult = this.cc_1;
@@ -197,7 +197,7 @@ function AttoWorkerJsPromiseImpl$workBlock$slambda() {
197
197
  case 0:
198
198
  this.bc_1 = 2;
199
199
  this.ac_1 = 1;
200
- suspendResult = this.e7t_1.i7s_1.e7p(this.f7t_1, this);
200
+ suspendResult = this.v7w_1.z7v_1.v7s(this.w7w_1, this);
201
201
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
202
202
  return suspendResult;
203
203
  }
@@ -219,9 +219,9 @@ function AttoWorkerJsPromiseImpl$workBlock$slambda() {
219
219
  }
220
220
  while (true);
221
221
  }
222
- p35($this$promise, completion) {
223
- var i = new (AttoWorkerJsPromiseImpl$workBlock$slambda())(this.e7t_1, this.f7t_1, completion);
224
- i.g7t_1 = $this$promise;
222
+ d36($this$promise, completion) {
223
+ var i = new (AttoWorkerJsPromiseImpl$workBlock$slambda())(this.v7w_1, this.w7w_1, completion);
224
+ i.x7w_1 = $this$promise;
225
225
  return i;
226
226
  }
227
227
  }
@@ -233,7 +233,7 @@ function AttoWorkerJsPromiseImpl$workBlock$slambda() {
233
233
  function AttoWorkerJsPromiseImpl$workBlock$slambda_0(this$0, $block, resultContinuation) {
234
234
  var i = new (AttoWorkerJsPromiseImpl$workBlock$slambda())(this$0, $block, resultContinuation);
235
235
  var l = function ($this$promise, $completion) {
236
- return i.h7s($this$promise, $completion);
236
+ return i.y7v($this$promise, $completion);
237
237
  };
238
238
  l.$arity = 1;
239
239
  return l;
@@ -243,7 +243,7 @@ function AttoWorkerJsPromiseImpl() {
243
243
  if (AttoWorkerJsPromiseImplClass === VOID) {
244
244
  class $ {
245
245
  constructor(worker) {
246
- this.i7s_1 = worker;
246
+ this.z7v_1 = worker;
247
247
  }
248
248
  workThreshold(threshold, target) {
249
249
  var tmp = GlobalScope_instance;