@attocash/commons-test 6.0.0 → 6.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 (517) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs +4 -4
  2. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs +4 -4
  3. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +6 -6
  4. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs +3 -3
  5. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs +3 -3
  6. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs +3 -3
  7. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs +1 -1
  8. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs +1 -1
  9. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs +73 -73
  10. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs.map +1 -1
  11. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs +5 -5
  12. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs.map +1 -1
  13. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs +5 -5
  14. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs.map +1 -1
  15. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs +5 -5
  16. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs.map +1 -1
  17. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs +16 -16
  18. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs.map +1 -1
  19. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs +5 -5
  20. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs.map +1 -1
  21. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +57 -57
  22. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs.map +1 -1
  23. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +65 -65
  24. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs.map +1 -1
  25. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +7 -7
  26. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs.map +1 -1
  27. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +3 -3
  28. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +7 -7
  29. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs.map +1 -1
  30. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +274 -274
  31. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs.map +1 -1
  32. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +6 -6
  33. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +6 -6
  34. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs.map +1 -1
  35. package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs +3 -3
  36. package/commons-commons-core/cash/atto/commons/AttoHash.mjs +6 -6
  37. package/commons-commons-core/cash/atto/commons/AttoHash.mjs.map +1 -1
  38. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +7 -7
  39. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs.map +1 -1
  40. package/commons-commons-core/cash/atto/commons/AttoInstant.mjs +13 -13
  41. package/commons-commons-core/cash/atto/commons/AttoInstant.mjs.map +1 -1
  42. package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs +2 -2
  43. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +1 -1
  44. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +6 -6
  45. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs.map +1 -1
  46. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +53 -53
  47. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs.map +1 -1
  48. package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs +3 -3
  49. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +6 -6
  50. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs.map +1 -1
  51. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +27 -27
  52. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs.map +1 -1
  53. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +7 -7
  54. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs.map +1 -1
  55. package/commons-commons-core/cash/atto/commons/AttoVote.mjs +41 -41
  56. package/commons-commons-core/cash/atto/commons/AttoVote.mjs.map +1 -1
  57. package/commons-commons-core/cash/atto/commons/AttoWork.mjs +6 -6
  58. package/commons-commons-core/cash/atto/commons/AttoWork.mjs.map +1 -1
  59. package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs +5 -5
  60. package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs.map +1 -1
  61. package/commons-commons-core/cash/atto/commons/Extensions.mjs +2 -2
  62. package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs +66 -66
  63. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +85 -85
  64. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
  65. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +52 -25
  66. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -1
  67. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs +9 -9
  68. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs.map +1 -1
  69. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs +1 -1
  70. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs +5 -5
  71. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs +9 -9
  72. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs.map +1 -1
  73. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs +1 -1
  74. package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs +13 -13
  75. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs +9 -9
  76. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs.map +1 -1
  77. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs +1 -1
  78. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs +389 -642
  79. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs.map +1 -1
  80. package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.mjs +1 -1
  81. package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.mjs.map +1 -1
  82. package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.js.mjs +1 -1
  83. package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.mjs +1 -1
  84. package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsyncBuilder.js.mjs +1 -1
  85. package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.js.mjs +1 -1
  86. package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.mjs +1 -1
  87. package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsyncBuilder.js.mjs +1 -1
  88. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs +2 -2
  89. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs +18 -18
  90. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs.map +1 -1
  91. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.mjs +9 -9
  92. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.mjs.map +1 -1
  93. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +40 -40
  94. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs.map +1 -1
  95. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs +1 -1
  96. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +31 -25
  97. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs.map +1 -1
  98. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
  99. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  100. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +5 -5
  101. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs.map +1 -1
  102. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +8 -8
  103. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs.map +1 -1
  104. package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +25 -25
  105. package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs.map +1 -1
  106. package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +16 -16
  107. package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs.map +1 -1
  108. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +7 -7
  109. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -1
  110. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +168 -168
  111. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
  112. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +10 -10
  113. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs.map +1 -1
  114. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +11 -11
  115. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs.map +1 -1
  116. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +3 -3
  117. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs.map +1 -1
  118. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +5 -5
  119. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs.map +1 -1
  120. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +2 -2
  121. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs.map +1 -1
  122. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
  123. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs.map +1 -1
  124. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +5 -5
  125. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs.map +1 -1
  126. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +2 -2
  127. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs.map +1 -1
  128. package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +3 -3
  129. package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
  130. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +42 -42
  131. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs.map +1 -1
  132. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +18 -18
  133. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs.map +1 -1
  134. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +27 -27
  135. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs.map +1 -1
  136. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +1 -1
  137. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs.map +1 -1
  138. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +4 -4
  139. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs.map +1 -1
  140. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +6 -6
  141. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +92 -92
  142. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
  143. package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +14 -14
  144. package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
  145. package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +315 -315
  146. package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
  147. package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +5 -5
  148. package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs.map +1 -1
  149. package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +5 -5
  150. package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs.map +1 -1
  151. package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs +1 -1
  152. package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs.map +1 -1
  153. package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +4 -4
  154. package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs.map +1 -1
  155. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +435 -435
  156. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
  157. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +30 -30
  158. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +19 -19
  159. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs.map +1 -1
  160. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +1 -1
  161. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs.map +1 -1
  162. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +16 -16
  163. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +13 -13
  164. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs.map +1 -1
  165. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +12 -12
  166. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +2 -2
  167. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +1 -1
  168. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +1 -1
  169. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +2 -2
  170. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +16 -16
  171. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +9 -9
  172. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +45 -45
  173. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs +48 -48
  174. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs.map +1 -1
  175. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +24 -24
  176. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +56 -56
  177. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
  178. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +6 -6
  179. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs +33 -33
  180. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs.map +1 -1
  181. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +4 -4
  182. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs.map +1 -1
  183. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +8 -8
  184. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
  185. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs +2 -2
  186. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs +11 -11
  187. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +46 -46
  188. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs.map +1 -1
  189. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +2 -2
  190. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs.map +1 -1
  191. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
  192. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +71 -71
  193. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -1
  194. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs +37 -37
  195. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs.map +1 -1
  196. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +23 -23
  197. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs.map +1 -1
  198. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs +72 -72
  199. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs +10 -10
  200. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs.map +1 -1
  201. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
  202. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +11 -11
  203. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs.map +1 -1
  204. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
  205. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +5 -5
  206. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +1 -1
  207. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs.map +1 -1
  208. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +9 -9
  209. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs.map +1 -1
  210. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +15 -15
  211. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs.map +1 -1
  212. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs +50 -50
  213. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs.map +1 -1
  214. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +61 -61
  215. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs.map +1 -1
  216. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +34 -34
  217. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
  218. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
  219. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +187 -187
  220. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
  221. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
  222. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
  223. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +53 -53
  224. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +149 -149
  225. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
  226. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
  227. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +3 -3
  228. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
  229. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +58 -58
  230. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
  231. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +19 -19
  232. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs.map +1 -1
  233. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs +39 -39
  234. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs.map +1 -1
  235. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +18 -18
  236. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs.map +1 -1
  237. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +6 -6
  238. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs.map +1 -1
  239. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +6 -6
  240. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs.map +1 -1
  241. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
  242. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs +1 -1
  243. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs.map +1 -1
  244. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +33 -33
  245. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs.map +1 -1
  246. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +18 -18
  247. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs.map +1 -1
  248. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +65 -65
  249. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -1
  250. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +55 -55
  251. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs.map +1 -1
  252. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +65 -65
  253. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs.map +1 -1
  254. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +2 -2
  255. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs.map +1 -1
  256. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +2 -2
  257. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs.map +1 -1
  258. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +26 -26
  259. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs.map +1 -1
  260. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +38 -38
  261. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs.map +1 -1
  262. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +56 -56
  263. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs.map +1 -1
  264. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +231 -231
  265. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs.map +1 -1
  266. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +22 -22
  267. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs.map +1 -1
  268. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +33 -33
  269. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs.map +1 -1
  270. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +16 -16
  271. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs.map +1 -1
  272. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +18 -18
  273. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs.map +1 -1
  274. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +16 -16
  275. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs.map +1 -1
  276. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +43 -43
  277. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs.map +1 -1
  278. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +19 -19
  279. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs.map +1 -1
  280. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +5 -5
  281. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs.map +1 -1
  282. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +8 -8
  283. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs.map +1 -1
  284. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +2 -2
  285. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs.map +1 -1
  286. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +70 -70
  287. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs.map +1 -1
  288. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +444 -444
  289. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs.map +1 -1
  290. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +114 -114
  291. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs.map +1 -1
  292. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +106 -106
  293. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs.map +1 -1
  294. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +90 -90
  295. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs.map +1 -1
  296. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +48 -48
  297. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs.map +1 -1
  298. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +30 -30
  299. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs.map +1 -1
  300. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
  301. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +44 -44
  302. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs.map +1 -1
  303. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +18 -18
  304. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +69 -69
  305. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs.map +1 -1
  306. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +151 -151
  307. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs.map +1 -1
  308. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
  309. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +178 -178
  310. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
  311. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +71 -71
  312. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
  313. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs.map +1 -1
  314. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +14 -14
  315. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs.map +1 -1
  316. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +20 -20
  317. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs.map +1 -1
  318. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +39 -39
  319. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs.map +1 -1
  320. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +16 -16
  321. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs.map +1 -1
  322. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +2 -2
  323. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs.map +1 -1
  324. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +12 -12
  325. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +61 -61
  326. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +6 -6
  327. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs.map +1 -1
  328. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +8 -8
  329. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +176 -176
  330. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs.map +1 -1
  331. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +139 -139
  332. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs.map +1 -1
  333. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
  334. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +214 -214
  335. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs.map +1 -1
  336. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +9 -9
  337. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs.map +1 -1
  338. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +70 -70
  339. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
  340. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +71 -71
  341. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs.map +1 -1
  342. package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +36 -36
  343. package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +1 -1
  344. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +43 -43
  345. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs.map +1 -1
  346. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +48 -48
  347. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs.map +1 -1
  348. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +49 -49
  349. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs.map +1 -1
  350. package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +2 -2
  351. package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +22 -22
  352. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +49 -49
  353. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs.map +1 -1
  354. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +22 -22
  355. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs.map +1 -1
  356. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
  357. package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
  358. package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +20 -20
  359. package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
  360. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +32 -32
  361. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -1
  362. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +16 -16
  363. package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +9 -9
  364. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +6 -6
  365. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs.map +1 -1
  366. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +36 -36
  367. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs.map +1 -1
  368. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +32 -32
  369. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +66 -66
  370. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs.map +1 -1
  371. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +75 -75
  372. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
  373. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +48 -48
  374. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +33 -33
  375. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +28 -28
  376. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs.map +1 -1
  377. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +108 -108
  378. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs.map +1 -1
  379. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +52 -52
  380. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +82 -82
  381. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs.map +1 -1
  382. package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +23 -23
  383. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
  384. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +13 -13
  385. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
  386. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +26 -26
  387. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs.map +1 -1
  388. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +13 -13
  389. package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +34 -34
  390. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +4 -4
  391. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs.map +1 -1
  392. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +48 -48
  393. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs.map +1 -1
  394. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +4 -4
  395. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +18 -18
  396. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs.map +1 -1
  397. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +56 -56
  398. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs.map +1 -1
  399. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
  400. package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +1 -1
  401. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +25 -25
  402. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs.map +1 -1
  403. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +9 -9
  404. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
  405. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +22 -22
  406. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs.map +1 -1
  407. package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +16 -16
  408. package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
  409. package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
  410. package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +5 -5
  411. package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +1 -1
  412. package/ktor-ktor-events/io/ktor/events/Events.mjs +6 -6
  413. package/ktor-ktor-http/io/ktor/http/Codecs.mjs +12 -12
  414. package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +89 -89
  415. package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
  416. package/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
  417. package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +31 -31
  418. package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +115 -115
  419. package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +4 -4
  420. package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +13 -13
  421. package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +16 -16
  422. package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +66 -66
  423. package/ktor-ktor-http/io/ktor/http/Parameters.mjs +11 -11
  424. package/ktor-ktor-http/io/ktor/http/Query.mjs +4 -4
  425. package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +59 -59
  426. package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +1 -1
  427. package/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
  428. package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +20 -20
  429. package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +15 -15
  430. package/ktor-ktor-http/io/ktor/http/Url.mjs +68 -68
  431. package/ktor-ktor-http/io/ktor/http/Url.mjs.map +1 -1
  432. package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +25 -25
  433. package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
  434. package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +8 -8
  435. package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +12 -12
  436. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +5 -5
  437. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs.map +1 -1
  438. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +88 -88
  439. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +33 -33
  440. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +50 -50
  441. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs.map +1 -1
  442. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +10 -10
  443. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +70 -70
  444. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
  445. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +4 -4
  446. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
  447. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
  448. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +126 -126
  449. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -1
  450. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
  451. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +53 -53
  452. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
  453. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +60 -60
  454. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +2 -2
  455. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +32 -32
  456. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs.map +1 -1
  457. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
  458. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs.map +1 -1
  459. package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +23 -23
  460. package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
  461. package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs +1 -1
  462. package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
  463. package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
  464. package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
  465. package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
  466. package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
  467. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
  468. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
  469. package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
  470. package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +2 -2
  471. package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +4 -4
  472. package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
  473. package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
  474. package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
  475. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +28 -28
  476. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs.map +1 -1
  477. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +3 -3
  478. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs.map +1 -1
  479. package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
  480. package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +36 -36
  481. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +36 -36
  482. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs.map +1 -1
  483. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +8 -8
  484. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs.map +1 -1
  485. package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +7 -7
  486. package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +11 -11
  487. package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +15 -15
  488. package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +36 -36
  489. package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +1 -1
  490. package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs.map +1 -1
  491. package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +34 -34
  492. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
  493. package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +79 -79
  494. package/ktor-ktor-utils/io/ktor/util/Text.mjs +7 -7
  495. package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
  496. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +106 -106
  497. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs.map +1 -1
  498. package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
  499. package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +8 -8
  500. package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +10 -10
  501. package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +1 -1
  502. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +29 -29
  503. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs.map +1 -1
  504. package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
  505. package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
  506. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
  507. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
  508. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
  509. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +50 -50
  510. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs.map +1 -1
  511. package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
  512. package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +16 -16
  513. package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +1 -1
  514. package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs.map +1 -1
  515. package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +31 -31
  516. package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +8 -8
  517. package/package.json +1 -1
@@ -23,13 +23,13 @@ import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../../
23
23
  //region block: pre-declaration
24
24
  //endregion
25
25
  function *_generator_findNext__stdkn8($this, ignoreMissing, $completion) {
26
- $this.h1q_1 = 0n;
26
+ $this.w2m_1 = 0n;
27
27
  $l$loop: while (true) {
28
28
  var tmp;
29
- if (!$this.e1q_1.o1k()) {
29
+ if (!$this.t2m_1.e2h()) {
30
30
  tmp = true;
31
31
  } else {
32
- var tmp_0 = $this.a1q_1.x1p(VOID, $completion);
32
+ var tmp_0 = $this.p2m_1.m2m(VOID, $completion);
33
33
  if (tmp_0 === get_COROUTINE_SUSPENDED())
34
34
  tmp_0 = yield tmp_0;
35
35
  tmp = tmp_0;
@@ -44,31 +44,31 @@ function *_generator_findNext__stdkn8($this, ignoreMissing, $completion) {
44
44
  if (tmp_2 === get_COROUTINE_SUSPENDED())
45
45
  tmp_2 = yield tmp_2;
46
46
  if (tmp_2) {
47
- return $this.h1q_1;
47
+ return $this.w2m_1;
48
48
  }
49
49
  }
50
50
  if (!ignoreMissing) {
51
- throw IOException().z1n('Expected "' + toSingleLineString($this, $this.b1q_1) + '" but encountered end of input');
51
+ throw IOException().o2k('Expected "' + toSingleLineString($this, $this.q2m_1) + '" but encountered end of input');
52
52
  }
53
- $this.h1q_1 = add($this.h1q_1, $this.g1q_1.v1l($this.c1q_1.r1p()));
54
- var tmp_3 = $this.c1q_1.c1p($completion);
53
+ $this.w2m_1 = add($this.w2m_1, $this.v2m_1.l2i($this.r2m_1.g2m()));
54
+ var tmp_3 = $this.r2m_1.r2l($completion);
55
55
  if (tmp_3 === get_COROUTINE_SUSPENDED())
56
56
  tmp_3 = yield tmp_3;
57
- return $this.h1q_1;
57
+ return $this.w2m_1;
58
58
  }
59
59
  function buildPartialMatchTable($this) {
60
- var table = new Int32Array($this.b1q_1.n1());
60
+ var table = new Int32Array($this.q2m_1.n1());
61
61
  var j = 0;
62
62
  var inductionVariable = 1;
63
- var last = $this.b1q_1.n1();
63
+ var last = $this.q2m_1.n1();
64
64
  if (inductionVariable < last)
65
65
  do {
66
66
  var i = inductionVariable;
67
67
  inductionVariable = inductionVariable + 1 | 0;
68
- while (j > 0 && !($this.b1q_1.o1(i) === $this.b1q_1.o1(j))) {
68
+ while (j > 0 && !($this.q2m_1.o1(i) === $this.q2m_1.o1(j))) {
69
69
  j = table[j - 1 | 0];
70
70
  }
71
- if ($this.b1q_1.o1(i) === $this.b1q_1.o1(j)) {
71
+ if ($this.q2m_1.o1(i) === $this.q2m_1.o1(j)) {
72
72
  j = j + 1 | 0;
73
73
  }
74
74
  table[i] = j;
@@ -79,10 +79,10 @@ function buildPartialMatchTable($this) {
79
79
  function *_generator_advanceToNextPotentialMatch__2ypy7x($this, $completion) {
80
80
  $l$loop: while (true) {
81
81
  var tmp;
82
- if (!$this.e1q_1.o1k()) {
82
+ if (!$this.t2m_1.e2h()) {
83
83
  tmp = true;
84
84
  } else {
85
- var tmp_0 = $this.a1q_1.x1p(VOID, $completion);
85
+ var tmp_0 = $this.p2m_1.m2m(VOID, $completion);
86
86
  if (tmp_0 === get_COROUTINE_SUSPENDED())
87
87
  tmp_0 = yield tmp_0;
88
88
  tmp = tmp_0;
@@ -90,21 +90,21 @@ function *_generator_advanceToNextPotentialMatch__2ypy7x($this, $completion) {
90
90
  if (!tmp) {
91
91
  break $l$loop;
92
92
  }
93
- var nextMatch = indexOf($this.e1q_1, $this.b1q_1.o1(0));
93
+ var nextMatch = indexOf($this.t2m_1, $this.q2m_1.o1(0));
94
94
  if (nextMatch === -1n) {
95
- var tmp_1 = $this.e1q_1;
95
+ var tmp_1 = $this.t2m_1;
96
96
  checkBounds($this, (tmp_1 instanceof Buffer() ? tmp_1 : THROW_CCE()).n1());
97
- $this.h1q_1 = add($this.h1q_1, $this.e1q_1.v1l($this.c1q_1.r1p()));
98
- var tmp_2 = flushIfNeeded($this.c1q_1, $completion);
97
+ $this.w2m_1 = add($this.w2m_1, $this.t2m_1.l2i($this.r2m_1.g2m()));
98
+ var tmp_2 = flushIfNeeded($this.r2m_1, $completion);
99
99
  if (tmp_2 === get_COROUTINE_SUSPENDED())
100
100
  tmp_2 = yield tmp_2;
101
101
  } else {
102
102
  checkBounds($this, nextMatch);
103
103
  var tmp_3 = $this;
104
- var tmp_4 = $this.h1q_1;
105
- var tmp_5 = $this.c1q_1.r1p();
106
- tmp_3.h1q_1 = add(tmp_4, $this.e1q_1.s1l(tmp_5 instanceof Buffer() ? tmp_5 : THROW_CCE(), nextMatch));
107
- var tmp_6 = flushIfNeeded($this.c1q_1, $completion);
104
+ var tmp_4 = $this.w2m_1;
105
+ var tmp_5 = $this.r2m_1.g2m();
106
+ tmp_3.w2m_1 = add(tmp_4, $this.t2m_1.i2i(tmp_5 instanceof Buffer() ? tmp_5 : THROW_CCE(), nextMatch));
107
+ var tmp_6 = flushIfNeeded($this.r2m_1, $completion);
108
108
  if (tmp_6 === get_COROUTINE_SUSPENDED())
109
109
  tmp_6 = yield tmp_6;
110
110
  return Unit_instance;
@@ -118,10 +118,10 @@ function advanceToNextPotentialMatch($this, $completion) {
118
118
  function *_generator_checkFullMatch__turpx6($this, $completion) {
119
119
  $l$loop: while (true) {
120
120
  var tmp;
121
- if (!$this.e1q_1.o1k()) {
121
+ if (!$this.t2m_1.e2h()) {
122
122
  tmp = true;
123
123
  } else {
124
- var tmp_0 = $this.a1q_1.x1p(VOID, $completion);
124
+ var tmp_0 = $this.p2m_1.m2m(VOID, $completion);
125
125
  if (tmp_0 === get_COROUTINE_SUSPENDED())
126
126
  tmp_0 = yield tmp_0;
127
127
  tmp = tmp_0;
@@ -129,32 +129,32 @@ function *_generator_checkFullMatch__turpx6($this, $completion) {
129
129
  if (!tmp) {
130
130
  break $l$loop;
131
131
  }
132
- var byte = $this.e1q_1.r1k();
133
- if ($this.i1q_1 > 0 && !(byte === $this.b1q_1.o1($this.i1q_1))) {
134
- var oldMatchIndex = $this.i1q_1;
135
- while ($this.i1q_1 > 0 && !(byte === $this.b1q_1.o1($this.i1q_1))) {
136
- $this.i1q_1 = $this.f1q_1[$this.i1q_1 - 1 | 0];
132
+ var byte = $this.t2m_1.h2h();
133
+ if ($this.x2m_1 > 0 && !(byte === $this.q2m_1.o1($this.x2m_1))) {
134
+ var oldMatchIndex = $this.x2m_1;
135
+ while ($this.x2m_1 > 0 && !(byte === $this.q2m_1.o1($this.x2m_1))) {
136
+ $this.x2m_1 = $this.u2m_1[$this.x2m_1 - 1 | 0];
137
137
  }
138
- var retained = fromInt(oldMatchIndex - $this.i1q_1 | 0);
138
+ var retained = fromInt(oldMatchIndex - $this.x2m_1 | 0);
139
139
  checkBounds($this, retained);
140
140
  var tmp_1 = $this;
141
- var tmp_2 = $this.h1q_1;
142
- var tmp_3 = $this.c1q_1.r1p();
143
- tmp_1.h1q_1 = add(tmp_2, $this.g1q_1.s1l(tmp_3 instanceof Buffer() ? tmp_3 : THROW_CCE(), retained));
144
- if ($this.i1q_1 === 0 && !(byte === $this.b1q_1.o1($this.i1q_1))) {
145
- var tmp_4 = writeByte($this.c1q_1, byte, $completion);
141
+ var tmp_2 = $this.w2m_1;
142
+ var tmp_3 = $this.r2m_1.g2m();
143
+ tmp_1.w2m_1 = add(tmp_2, $this.v2m_1.i2i(tmp_3 instanceof Buffer() ? tmp_3 : THROW_CCE(), retained));
144
+ if ($this.x2m_1 === 0 && !(byte === $this.q2m_1.o1($this.x2m_1))) {
145
+ var tmp_4 = writeByte($this.r2m_1, byte, $completion);
146
146
  if (tmp_4 === get_COROUTINE_SUSPENDED())
147
147
  tmp_4 = yield tmp_4;
148
- var _unary__edvuaz = $this.h1q_1;
149
- $this.h1q_1 = add(_unary__edvuaz, get_ONE());
148
+ var _unary__edvuaz = $this.w2m_1;
149
+ $this.w2m_1 = add(_unary__edvuaz, get_ONE());
150
150
  return false;
151
151
  }
152
152
  }
153
- $this.i1q_1 = $this.i1q_1 + 1 | 0;
154
- if ($this.i1q_1 === $this.b1q_1.n1()) {
153
+ $this.x2m_1 = $this.x2m_1 + 1 | 0;
154
+ if ($this.x2m_1 === $this.q2m_1.n1()) {
155
155
  return true;
156
156
  }
157
- $this.g1q_1.k1m(byte);
157
+ $this.v2m_1.a2j(byte);
158
158
  }
159
159
  return false;
160
160
  }
@@ -162,8 +162,8 @@ function checkFullMatch($this, $completion) {
162
162
  return suspendOrReturn(/*#__NOINLINE__*/_generator_checkFullMatch__turpx6.bind(VOID, $this), $completion);
163
163
  }
164
164
  function checkBounds($this, extra) {
165
- if (add($this.h1q_1, extra) > $this.d1q_1) {
166
- throw IOException().z1n('Limit of ' + $this.d1q_1.toString() + ' bytes exceeded ' + ('while searching for "' + toSingleLineString($this, $this.b1q_1) + '"'));
165
+ if (add($this.w2m_1, extra) > $this.s2m_1) {
166
+ throw IOException().o2k('Limit of ' + $this.s2m_1.toString() + ' bytes exceeded ' + ('while searching for "' + toSingleLineString($this, $this.q2m_1) + '"'));
167
167
  }
168
168
  }
169
169
  function toSingleLineString($this, _this__u8e3s4) {
@@ -175,22 +175,22 @@ function ByteChannelScanner() {
175
175
  class $ {
176
176
  constructor(channel, matchString, writeChannel, limit) {
177
177
  limit = limit === VOID ? 9223372036854775807n : limit;
178
- this.a1q_1 = channel;
179
- this.b1q_1 = matchString;
180
- this.c1q_1 = writeChannel;
181
- this.d1q_1 = limit;
178
+ this.p2m_1 = channel;
179
+ this.q2m_1 = matchString;
180
+ this.r2m_1 = writeChannel;
181
+ this.s2m_1 = limit;
182
182
  // Inline function 'kotlin.require' call
183
- if (!(this.b1q_1.n1() > 0)) {
183
+ if (!(this.q2m_1.n1() > 0)) {
184
184
  var message = 'Empty match string not permitted for scanning';
185
185
  throw IllegalArgumentException().i1(toString(message));
186
186
  }
187
- this.e1q_1 = this.a1q_1.o1p();
188
- this.f1q_1 = buildPartialMatchTable(this);
189
- this.g1q_1 = new (Buffer())();
190
- this.h1q_1 = 0n;
191
- this.i1q_1 = 0;
187
+ this.t2m_1 = this.p2m_1.d2m();
188
+ this.u2m_1 = buildPartialMatchTable(this);
189
+ this.v2m_1 = new (Buffer())();
190
+ this.w2m_1 = 0n;
191
+ this.x2m_1 = 0;
192
192
  }
193
- j1q(ignoreMissing, $completion) {
193
+ y2m(ignoreMissing, $completion) {
194
194
  return suspendOrReturn(/*#__NOINLINE__*/_generator_findNext__stdkn8.bind(VOID, this, ignoreMissing), $completion);
195
195
  }
196
196
  }
@@ -16,25 +16,25 @@ function ByteReadChannel$Companion$Empty$1() {
16
16
  if (ByteReadChannel$Companion$Empty$1Class === VOID) {
17
17
  class $ {
18
18
  constructor() {
19
- this.k1q_1 = null;
20
- this.l1q_1 = new (Buffer())();
19
+ this.z2m_1 = null;
20
+ this.a2n_1 = new (Buffer())();
21
21
  }
22
- t1p() {
23
- return this.k1q_1;
22
+ i2m() {
23
+ return this.z2m_1;
24
24
  }
25
- v1p() {
25
+ k2m() {
26
26
  return true;
27
27
  }
28
- o1p() {
29
- return this.l1q_1;
28
+ d2m() {
29
+ return this.a2n_1;
30
30
  }
31
- w1p(min, $completion) {
31
+ l2m(min, $completion) {
32
32
  return false;
33
33
  }
34
- z1p(cause) {
34
+ o2m(cause) {
35
35
  }
36
36
  }
37
- protoOf($).x1p = awaitContent$default;
37
+ protoOf($).m2m = awaitContent$default;
38
38
  initMetadataForClass($, VOID, VOID, VOID, [ByteReadChannel()], [1]);
39
39
  ByteReadChannel$Companion$Empty$1Class = $;
40
40
  }
@@ -47,7 +47,7 @@ function Companion() {
47
47
  constructor() {
48
48
  Companion_instance = this;
49
49
  var tmp = this;
50
- tmp.m1q_1 = new (ByteReadChannel$Companion$Empty$1())();
50
+ tmp.b2n_1 = new (ByteReadChannel$Companion$Empty$1())();
51
51
  }
52
52
  }
53
53
  initMetadataForCompanion($);
@@ -63,7 +63,7 @@ function Companion_getInstance() {
63
63
  }
64
64
  function awaitContent$default(min, $completion, $super) {
65
65
  min = min === VOID ? 1 : min;
66
- return $super === VOID ? this.w1p(min, $completion) : $super.w1p.call(this, min, $completion);
66
+ return $super === VOID ? this.l2m(min, $completion) : $super.l2m.call(this, min, $completion);
67
67
  }
68
68
  var ByteReadChannelClass;
69
69
  function ByteReadChannel() {
@@ -75,7 +75,7 @@ function ByteReadChannel() {
75
75
  return ByteReadChannelClass;
76
76
  }
77
77
  function cancel(_this__u8e3s4) {
78
- _this__u8e3s4.z1p(IOException().z1n('Channel was cancelled'));
78
+ _this__u8e3s4.o2m(IOException().o2k('Channel was cancelled'));
79
79
  }
80
80
  //region block: exports
81
81
  export {
@@ -53,16 +53,16 @@ function readUTF8Line(_this__u8e3s4, max, $completion) {
53
53
  function *_generator_readAvailable__ki7w73(_this__u8e3s4, buffer, offset, length, $completion) {
54
54
  offset = offset === VOID ? 0 : offset;
55
55
  length = length === VOID ? buffer.length - offset | 0 : length;
56
- if (_this__u8e3s4.v1p())
56
+ if (_this__u8e3s4.k2m())
57
57
  return -1;
58
- if (_this__u8e3s4.o1p().o1k()) {
59
- var tmp = _this__u8e3s4.x1p(VOID, $completion);
58
+ if (_this__u8e3s4.d2m().e2h()) {
59
+ var tmp = _this__u8e3s4.m2m(VOID, $completion);
60
60
  if (tmp === get_COROUTINE_SUSPENDED())
61
61
  tmp = yield tmp;
62
62
  }
63
- if (_this__u8e3s4.v1p())
63
+ if (_this__u8e3s4.k2m())
64
64
  return -1;
65
- return readAvailable(_this__u8e3s4.o1p(), buffer, offset, length);
65
+ return readAvailable(_this__u8e3s4.d2m(), buffer, offset, length);
66
66
  }
67
67
  function readAvailable_0(_this__u8e3s4, buffer, offset, length, $completion) {
68
68
  offset = offset === VOID ? 0 : offset;
@@ -71,14 +71,14 @@ function readAvailable_0(_this__u8e3s4, buffer, offset, length, $completion) {
71
71
  }
72
72
  function *_generator_readRemaining__kd4xx0(_this__u8e3s4, $completion) {
73
73
  var result = BytePacketBuilder();
74
- while (!_this__u8e3s4.v1p()) {
75
- result.j1m(_this__u8e3s4.o1p());
76
- var tmp = _this__u8e3s4.x1p(VOID, $completion);
74
+ while (!_this__u8e3s4.k2m()) {
75
+ result.z2i(_this__u8e3s4.d2m());
76
+ var tmp = _this__u8e3s4.m2m(VOID, $completion);
77
77
  if (tmp === get_COROUTINE_SUSPENDED())
78
78
  tmp = yield tmp;
79
79
  }
80
80
  rethrowCloseCauseIfNeeded_0(_this__u8e3s4);
81
- return result.n1k();
81
+ return result.d2h();
82
82
  }
83
83
  function readRemaining(_this__u8e3s4, $completion) {
84
84
  return suspendOrReturn(/*#__NOINLINE__*/_generator_readRemaining__kd4xx0.bind(VOID, _this__u8e3s4), $completion);
@@ -95,26 +95,26 @@ function toByteArray(_this__u8e3s4, $completion) {
95
95
  function *_generator_copyTo__iu4794(_this__u8e3s4, channel, limit, $completion) {
96
96
  var remaining = limit;
97
97
  try {
98
- while (!_this__u8e3s4.v1p() && remaining > 0n) {
99
- if (_this__u8e3s4.o1p().o1k()) {
100
- var tmp = _this__u8e3s4.x1p(VOID, $completion);
98
+ while (!_this__u8e3s4.k2m() && remaining > 0n) {
99
+ if (_this__u8e3s4.d2m().e2h()) {
100
+ var tmp = _this__u8e3s4.m2m(VOID, $completion);
101
101
  if (tmp === get_COROUTINE_SUSPENDED())
102
102
  tmp = yield tmp;
103
103
  }
104
104
  var tmp0 = remaining;
105
105
  // Inline function 'kotlin.comparisons.minOf' call
106
- var b = get_remaining(_this__u8e3s4.o1p());
106
+ var b = get_remaining(_this__u8e3s4.d2m());
107
107
  var count = tmp0 <= b ? tmp0 : b;
108
- _this__u8e3s4.o1p().u1l(channel.r1p(), count);
108
+ _this__u8e3s4.d2m().k2i(channel.g2m(), count);
109
109
  remaining = subtract(remaining, count);
110
- var tmp_0 = channel.c1p($completion);
110
+ var tmp_0 = channel.r2l($completion);
111
111
  if (tmp_0 === get_COROUTINE_SUSPENDED())
112
112
  tmp_0 = yield tmp_0;
113
113
  }
114
114
  } catch ($p) {
115
115
  if ($p instanceof Error) {
116
116
  var cause = $p;
117
- _this__u8e3s4.z1p(cause);
117
+ _this__u8e3s4.o2m(cause);
118
118
  close(channel, cause);
119
119
  throw cause;
120
120
  } else {
@@ -122,7 +122,7 @@ function *_generator_copyTo__iu4794(_this__u8e3s4, channel, limit, $completion)
122
122
  }
123
123
  }
124
124
  finally {
125
- var tmp_1 = channel.c1p($completion);
125
+ var tmp_1 = channel.r2l($completion);
126
126
  if (tmp_1 === get_COROUTINE_SUSPENDED())
127
127
  tmp_1 = yield tmp_1;
128
128
  }
@@ -134,17 +134,17 @@ function copyTo(_this__u8e3s4, channel, limit, $completion) {
134
134
  function *_generator_discard__skcevq(_this__u8e3s4, max, $completion) {
135
135
  max = max === VOID ? 9223372036854775807n : max;
136
136
  var remaining = max;
137
- while (remaining > 0n && !_this__u8e3s4.v1p()) {
137
+ while (remaining > 0n && !_this__u8e3s4.k2m()) {
138
138
  if (get_availableForRead(_this__u8e3s4) === 0) {
139
- var tmp = _this__u8e3s4.x1p(VOID, $completion);
139
+ var tmp = _this__u8e3s4.m2m(VOID, $completion);
140
140
  if (tmp === get_COROUTINE_SUSPENDED())
141
141
  tmp = yield tmp;
142
142
  }
143
143
  var tmp0 = remaining;
144
144
  // Inline function 'kotlin.comparisons.minOf' call
145
- var b = get_remaining(_this__u8e3s4.o1p());
145
+ var b = get_remaining(_this__u8e3s4.d2m());
146
146
  var count = tmp0 <= b ? tmp0 : b;
147
- discard(_this__u8e3s4.o1p(), count);
147
+ discard(_this__u8e3s4.d2m(), count);
148
148
  remaining = subtract(remaining, count);
149
149
  }
150
150
  return subtract(max, remaining);
@@ -171,21 +171,21 @@ function skipIfFound(_this__u8e3s4, byteString, $completion) {
171
171
  function *_generator_readPacket__axk2oa(_this__u8e3s4, packet, $completion) {
172
172
  var result = new (Buffer())();
173
173
  $l$loop: while (result.n1() < fromInt(packet)) {
174
- if (_this__u8e3s4.o1p().o1k()) {
175
- var tmp = _this__u8e3s4.x1p(VOID, $completion);
174
+ if (_this__u8e3s4.d2m().e2h()) {
175
+ var tmp = _this__u8e3s4.m2m(VOID, $completion);
176
176
  if (tmp === get_COROUTINE_SUSPENDED())
177
177
  tmp = yield tmp;
178
178
  }
179
- if (_this__u8e3s4.v1p())
179
+ if (_this__u8e3s4.k2m())
180
180
  break $l$loop;
181
- if (get_remaining(_this__u8e3s4.o1p()) > subtract(numberToLong(packet), result.n1())) {
182
- _this__u8e3s4.o1p().u1l(result, subtract(numberToLong(packet), result.n1()));
181
+ if (get_remaining(_this__u8e3s4.d2m()) > subtract(numberToLong(packet), result.n1())) {
182
+ _this__u8e3s4.d2m().k2i(result, subtract(numberToLong(packet), result.n1()));
183
183
  } else {
184
- _this__u8e3s4.o1p().v1l(result);
184
+ _this__u8e3s4.d2m().l2i(result);
185
185
  }
186
186
  }
187
187
  if (result.n1() < fromInt(packet)) {
188
- throw EOFException().m1k('Not enough data available, required ' + packet + ' bytes but only ' + result.n1().toString() + ' available');
188
+ throw EOFException().c2h('Not enough data available, required ' + packet + ' bytes but only ' + result.n1().toString() + ' available');
189
189
  }
190
190
  return result;
191
191
  }
@@ -195,51 +195,51 @@ function readPacket(_this__u8e3s4, packet, $completion) {
195
195
  function readUntil(_this__u8e3s4, matchString, writeChannel, limit, ignoreMissing, $completion) {
196
196
  limit = limit === VOID ? 9223372036854775807n : limit;
197
197
  ignoreMissing = ignoreMissing === VOID ? false : ignoreMissing;
198
- return (new (ByteChannelScanner())(_this__u8e3s4, matchString, writeChannel, limit)).j1q(ignoreMissing, $completion);
198
+ return (new (ByteChannelScanner())(_this__u8e3s4, matchString, writeChannel, limit)).y2m(ignoreMissing, $completion);
199
199
  }
200
200
  function *_generator_readUTF8LineTo__bg1rci(_this__u8e3s4, out, max, lineEnding, $completion) {
201
201
  max = max === VOID ? 2147483647 : max;
202
- lineEnding = lineEnding === VOID ? Companion_getInstance().q1q_1 : lineEnding;
203
- if (_this__u8e3s4.o1p().o1k()) {
204
- var tmp = _this__u8e3s4.x1p(VOID, $completion);
202
+ lineEnding = lineEnding === VOID ? Companion_getInstance().f2n_1 : lineEnding;
203
+ if (_this__u8e3s4.d2m().e2h()) {
204
+ var tmp = _this__u8e3s4.m2m(VOID, $completion);
205
205
  if (tmp === get_COROUTINE_SUSPENDED())
206
206
  tmp = yield tmp;
207
207
  }
208
- if (_this__u8e3s4.v1p())
208
+ if (_this__u8e3s4.k2m())
209
209
  return false;
210
210
  // Inline function 'kotlin.use' call
211
211
  var this_0 = new (Buffer())();
212
212
  var exception = null;
213
213
  try {
214
- while (!_this__u8e3s4.v1p()) {
215
- while (!_this__u8e3s4.o1p().o1k()) {
216
- var b = _this__u8e3s4.o1p().r1k();
214
+ while (!_this__u8e3s4.k2m()) {
215
+ while (!_this__u8e3s4.d2m().e2h()) {
216
+ var b = _this__u8e3s4.d2m().h2h();
217
217
  if (b === 13) {
218
- if (_this__u8e3s4.o1p().o1k()) {
219
- var tmp_0 = _this__u8e3s4.x1p(VOID, $completion);
218
+ if (_this__u8e3s4.d2m().e2h()) {
219
+ var tmp_0 = _this__u8e3s4.m2m(VOID, $completion);
220
220
  if (tmp_0 === get_COROUTINE_SUSPENDED())
221
221
  tmp_0 = yield tmp_0;
222
222
  }
223
- if (_this__u8e3s4.o1p().n1k().n1l(0n) === 10) {
224
- readUTF8LineTo$checkLineEndingAllowed(lineEnding, Companion_getInstance().p1q_1);
225
- discard(_this__u8e3s4.o1p(), 1n);
223
+ if (_this__u8e3s4.d2m().d2h().d2i(0n) === 10) {
224
+ readUTF8LineTo$checkLineEndingAllowed(lineEnding, Companion_getInstance().e2n_1);
225
+ discard(_this__u8e3s4.d2m(), 1n);
226
226
  } else {
227
- readUTF8LineTo$checkLineEndingAllowed(lineEnding, Companion_getInstance().n1q_1);
227
+ readUTF8LineTo$checkLineEndingAllowed(lineEnding, Companion_getInstance().c2n_1);
228
228
  }
229
229
  out.j1(readString(this_0));
230
230
  return true;
231
231
  } else if (b === 10) {
232
- readUTF8LineTo$checkLineEndingAllowed(lineEnding, Companion_getInstance().o1q_1);
232
+ readUTF8LineTo$checkLineEndingAllowed(lineEnding, Companion_getInstance().d2n_1);
233
233
  out.j1(readString(this_0));
234
234
  return true;
235
235
  } else {
236
- this_0.k1m(b);
236
+ this_0.a2j(b);
237
237
  }
238
238
  }
239
239
  if (this_0.n1() >= fromInt(max)) {
240
- throw TooLongLineException().w1q('Line exceeds limit of ' + max + ' characters');
240
+ throw TooLongLineException().l2n('Line exceeds limit of ' + max + ' characters');
241
241
  }
242
- var tmp_1 = _this__u8e3s4.x1p(VOID, $completion);
242
+ var tmp_1 = _this__u8e3s4.m2m(VOID, $completion);
243
243
  if (tmp_1 === get_COROUTINE_SUSPENDED())
244
244
  tmp_1 = yield tmp_1;
245
245
  }
@@ -264,11 +264,11 @@ function *_generator_readUTF8LineTo__bg1rci(_this__u8e3s4, out, max, lineEnding,
264
264
  }
265
265
  function readUTF8LineTo(_this__u8e3s4, out, max, lineEnding, $completion) {
266
266
  max = max === VOID ? 2147483647 : max;
267
- lineEnding = lineEnding === VOID ? Companion_getInstance().q1q_1 : lineEnding;
267
+ lineEnding = lineEnding === VOID ? Companion_getInstance().f2n_1 : lineEnding;
268
268
  return suspendOrReturn(/*#__NOINLINE__*/_generator_readUTF8LineTo__bg1rci.bind(VOID, _this__u8e3s4, out, max, lineEnding), $completion);
269
269
  }
270
270
  function rethrowCloseCauseIfNeeded(_this__u8e3s4) {
271
- var tmp0_safe_receiver = _this__u8e3s4.t1p();
271
+ var tmp0_safe_receiver = _this__u8e3s4.i2m();
272
272
  if (tmp0_safe_receiver == null)
273
273
  null;
274
274
  else {
@@ -278,10 +278,10 @@ function rethrowCloseCauseIfNeeded(_this__u8e3s4) {
278
278
  }
279
279
  function readUTF8LineTo_0(_this__u8e3s4, out, max, $completion) {
280
280
  max = max === VOID ? 2147483647 : max;
281
- return readUTF8LineTo(_this__u8e3s4, out, max, Companion_getInstance().q1q_1, $completion);
281
+ return readUTF8LineTo(_this__u8e3s4, out, max, Companion_getInstance().f2n_1, $completion);
282
282
  }
283
283
  function rethrowCloseCauseIfNeeded_0(_this__u8e3s4) {
284
- var tmp0_safe_receiver = _this__u8e3s4.t1p();
284
+ var tmp0_safe_receiver = _this__u8e3s4.i2m();
285
285
  if (tmp0_safe_receiver == null)
286
286
  null;
287
287
  else {
@@ -291,13 +291,13 @@ function rethrowCloseCauseIfNeeded_0(_this__u8e3s4) {
291
291
  }
292
292
  function *_generator_readBuffer__s1sw5u(_this__u8e3s4, $completion) {
293
293
  var result = new (Buffer())();
294
- while (!_this__u8e3s4.v1p()) {
295
- result.j1m(_this__u8e3s4.o1p());
296
- var tmp = _this__u8e3s4.x1p(VOID, $completion);
294
+ while (!_this__u8e3s4.k2m()) {
295
+ result.z2i(_this__u8e3s4.d2m());
296
+ var tmp = _this__u8e3s4.m2m(VOID, $completion);
297
297
  if (tmp === get_COROUTINE_SUSPENDED())
298
298
  tmp = yield tmp;
299
299
  }
300
- var tmp0_safe_receiver = _this__u8e3s4.t1p();
300
+ var tmp0_safe_receiver = _this__u8e3s4.i2m();
301
301
  if (tmp0_safe_receiver == null)
302
302
  null;
303
303
  else {
@@ -310,23 +310,23 @@ function readBuffer(_this__u8e3s4, $completion) {
310
310
  return suspendOrReturn(/*#__NOINLINE__*/_generator_readBuffer__s1sw5u.bind(VOID, _this__u8e3s4), $completion);
311
311
  }
312
312
  function get_availableForRead(_this__u8e3s4) {
313
- return convertToInt(_this__u8e3s4.o1p().n1k().n1());
313
+ return convertToInt(_this__u8e3s4.d2m().d2h().n1());
314
314
  }
315
315
  function *_generator_peek__qjkkqb(_this__u8e3s4, count, $completion) {
316
- if (_this__u8e3s4.v1p())
316
+ if (_this__u8e3s4.k2m())
317
317
  return null;
318
- var tmp = _this__u8e3s4.w1p(count, $completion);
318
+ var tmp = _this__u8e3s4.l2m(count, $completion);
319
319
  if (tmp === get_COROUTINE_SUSPENDED())
320
320
  tmp = yield tmp;
321
321
  if (!tmp)
322
322
  return null;
323
- return readByteString(_this__u8e3s4.o1p().w1l(), count);
323
+ return readByteString(_this__u8e3s4.d2m().m2i(), count);
324
324
  }
325
325
  function peek(_this__u8e3s4, count, $completion) {
326
326
  return suspendOrReturn(/*#__NOINLINE__*/_generator_peek__qjkkqb.bind(VOID, _this__u8e3s4, count), $completion);
327
327
  }
328
328
  function rethrowCloseCauseIfNeeded_1(_this__u8e3s4) {
329
- var tmp0_safe_receiver = _this__u8e3s4.t1p();
329
+ var tmp0_safe_receiver = _this__u8e3s4.i2m();
330
330
  if (tmp0_safe_receiver == null)
331
331
  null;
332
332
  else {
@@ -336,7 +336,7 @@ function rethrowCloseCauseIfNeeded_1(_this__u8e3s4) {
336
336
  }
337
337
  function readUTF8LineTo$checkLineEndingAllowed($lineEnding, lineEndingToCheck) {
338
338
  if (!LineEndingMode__contains_impl_q5pr68($lineEnding, lineEndingToCheck)) {
339
- throw IOException().z1n('Unexpected line ending ' + LineEndingMode__toString_impl_j4h76r(lineEndingToCheck) + ', while expected ' + LineEndingMode__toString_impl_j4h76r($lineEnding));
339
+ throw IOException().o2k('Unexpected line ending ' + LineEndingMode__toString_impl_j4h76r(lineEndingToCheck) + ', while expected ' + LineEndingMode__toString_impl_j4h76r($lineEnding));
340
340
  }
341
341
  }
342
342
  //region block: exports
@@ -23,8 +23,8 @@ function ByteWriteChannel() {
23
23
  }
24
24
  function *_generator_flushIfNeeded__xji6le(_this__u8e3s4, $completion) {
25
25
  rethrowCloseCauseIfNeeded(_this__u8e3s4);
26
- if (_this__u8e3s4.n1p() || get_size(_this__u8e3s4.r1p()) >= 1048576) {
27
- var tmp = _this__u8e3s4.c1p($completion);
26
+ if (_this__u8e3s4.c2m() || get_size(_this__u8e3s4.g2m()) >= 1048576) {
27
+ var tmp = _this__u8e3s4.r2l($completion);
28
28
  if (tmp === get_COROUTINE_SUSPENDED())
29
29
  tmp = yield tmp;
30
30
  }