@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
@@ -45,37 +45,37 @@ var imul = Math.imul;
45
45
  //region block: pre-declaration
46
46
  //endregion
47
47
  function throwEof($this, byteCount) {
48
- throw EOFException().m1k("Buffer doesn't contain required number of bytes (size: " + $this.n1().toString() + ', required: ' + byteCount.toString() + ')');
48
+ throw EOFException().c2h("Buffer doesn't contain required number of bytes (size: " + $this.n1().toString() + ', required: ' + byteCount.toString() + ')');
49
49
  }
50
50
  var BufferClass;
51
51
  function Buffer() {
52
52
  if (BufferClass === VOID) {
53
53
  class $ {
54
54
  constructor() {
55
- this.g1k_1 = null;
56
- this.h1k_1 = null;
57
- this.i1k_1 = 0n;
55
+ this.w2g_1 = null;
56
+ this.x2g_1 = null;
57
+ this.y2g_1 = 0n;
58
58
  }
59
59
  n1() {
60
- return this.i1k_1;
60
+ return this.y2g_1;
61
61
  }
62
- n1k() {
62
+ d2h() {
63
63
  return this;
64
64
  }
65
- o1k() {
65
+ e2h() {
66
66
  return this.n1() === 0n;
67
67
  }
68
- p1k(byteCount) {
68
+ f2h(byteCount) {
69
69
  // Inline function 'kotlin.require' call
70
70
  if (!(byteCount >= 0n)) {
71
71
  var message = 'byteCount: ' + byteCount.toString();
72
72
  throw IllegalArgumentException().i1(toString(message));
73
73
  }
74
74
  if (this.n1() < byteCount) {
75
- throw EOFException().m1k("Buffer doesn't contain required number of bytes (size: " + this.n1().toString() + ', required: ' + byteCount.toString() + ')');
75
+ throw EOFException().c2h("Buffer doesn't contain required number of bytes (size: " + this.n1().toString() + ', required: ' + byteCount.toString() + ')');
76
76
  }
77
77
  }
78
- q1k(byteCount) {
78
+ g2h(byteCount) {
79
79
  // Inline function 'kotlin.require' call
80
80
  if (!(byteCount >= 0n)) {
81
81
  var message = 'byteCount: ' + byteCount.toString() + ' < 0';
@@ -83,8 +83,8 @@ function Buffer() {
83
83
  }
84
84
  return this.n1() >= byteCount;
85
85
  }
86
- r1k() {
87
- var tmp0_elvis_lhs = this.g1k_1;
86
+ h2h() {
87
+ var tmp0_elvis_lhs = this.w2g_1;
88
88
  var tmp;
89
89
  if (tmp0_elvis_lhs == null) {
90
90
  throwEof(this, 1n);
@@ -94,18 +94,18 @@ function Buffer() {
94
94
  var segment = tmp;
95
95
  var segmentSize = segment.n1();
96
96
  if (segmentSize === 0) {
97
- this.z1k();
98
- return this.r1k();
97
+ this.p2h();
98
+ return this.h2h();
99
99
  }
100
- var v = segment.a1l();
101
- this.i1k_1 = subtract(this.i1k_1, 1n);
100
+ var v = segment.q2h();
101
+ this.y2g_1 = subtract(this.y2g_1, 1n);
102
102
  if (segmentSize === 1) {
103
- this.z1k();
103
+ this.p2h();
104
104
  }
105
105
  return v;
106
106
  }
107
- b1l() {
108
- var tmp0_elvis_lhs = this.g1k_1;
107
+ r2h() {
108
+ var tmp0_elvis_lhs = this.w2g_1;
109
109
  var tmp;
110
110
  if (tmp0_elvis_lhs == null) {
111
111
  throwEof(this, 2n);
@@ -115,26 +115,26 @@ function Buffer() {
115
115
  var segment = tmp;
116
116
  var segmentSize = segment.n1();
117
117
  if (segmentSize < 2) {
118
- this.p1k(2n);
118
+ this.f2h(2n);
119
119
  if (segmentSize === 0) {
120
- this.z1k();
121
- return this.b1l();
120
+ this.p2h();
121
+ return this.r2h();
122
122
  }
123
123
  // Inline function 'kotlinx.io.and' call
124
- var tmp_0 = (this.r1k() & 255) << 8;
124
+ var tmp_0 = (this.h2h() & 255) << 8;
125
125
  // Inline function 'kotlinx.io.and' call
126
- var tmp$ret$1 = this.r1k() & 255;
126
+ var tmp$ret$1 = this.h2h() & 255;
127
127
  return toShort(tmp_0 | tmp$ret$1);
128
128
  }
129
- var v = segment.c1l();
130
- this.i1k_1 = subtract(this.i1k_1, 2n);
129
+ var v = segment.s2h();
130
+ this.y2g_1 = subtract(this.y2g_1, 2n);
131
131
  if (segmentSize === 2) {
132
- this.z1k();
132
+ this.p2h();
133
133
  }
134
134
  return v;
135
135
  }
136
- d1l() {
137
- var tmp0_elvis_lhs = this.g1k_1;
136
+ t2h() {
137
+ var tmp0_elvis_lhs = this.w2g_1;
138
138
  var tmp;
139
139
  if (tmp0_elvis_lhs == null) {
140
140
  throwEof(this, 4n);
@@ -144,22 +144,22 @@ function Buffer() {
144
144
  var segment = tmp;
145
145
  var segmentSize = segment.n1();
146
146
  if (segmentSize < 4) {
147
- this.p1k(4n);
147
+ this.f2h(4n);
148
148
  if (segmentSize === 0) {
149
- this.z1k();
150
- return this.d1l();
149
+ this.p2h();
150
+ return this.t2h();
151
151
  }
152
- return this.b1l() << 16 | this.b1l() & 65535;
152
+ return this.r2h() << 16 | this.r2h() & 65535;
153
153
  }
154
- var v = segment.e1l();
155
- this.i1k_1 = subtract(this.i1k_1, 4n);
154
+ var v = segment.u2h();
155
+ this.y2g_1 = subtract(this.y2g_1, 4n);
156
156
  if (segmentSize === 4) {
157
- this.z1k();
157
+ this.p2h();
158
158
  }
159
159
  return v;
160
160
  }
161
- f1l() {
162
- var tmp0_elvis_lhs = this.g1k_1;
161
+ v2h() {
162
+ var tmp0_elvis_lhs = this.w2g_1;
163
163
  var tmp;
164
164
  if (tmp0_elvis_lhs == null) {
165
165
  throwEof(this, 8n);
@@ -169,115 +169,115 @@ function Buffer() {
169
169
  var segment = tmp;
170
170
  var segmentSize = segment.n1();
171
171
  if (segmentSize < 8) {
172
- this.p1k(8n);
172
+ this.f2h(8n);
173
173
  if (segmentSize === 0) {
174
- this.z1k();
175
- return this.f1l();
174
+ this.p2h();
175
+ return this.v2h();
176
176
  }
177
- return shiftLeft(fromInt(this.d1l()), 32) | fromInt(this.d1l()) & 4294967295n;
177
+ return shiftLeft(fromInt(this.t2h()), 32) | fromInt(this.t2h()) & 4294967295n;
178
178
  }
179
- var v = segment.g1l();
180
- this.i1k_1 = subtract(this.i1k_1, 8n);
179
+ var v = segment.w2h();
180
+ this.y2g_1 = subtract(this.y2g_1, 8n);
181
181
  if (segmentSize === 8) {
182
- this.z1k();
182
+ this.p2h();
183
183
  }
184
184
  return v;
185
185
  }
186
- h1l() {
186
+ x2h() {
187
187
  return Unit_instance;
188
188
  }
189
- i1l(out, startIndex, endIndex) {
189
+ y2h(out, startIndex, endIndex) {
190
190
  checkBounds(this.n1(), startIndex, endIndex);
191
191
  if (startIndex === endIndex)
192
192
  return Unit_instance;
193
193
  var currentOffset = startIndex;
194
194
  var remainingByteCount = subtract(endIndex, startIndex);
195
- out.i1k_1 = add(out.i1k_1, remainingByteCount);
196
- var s = this.g1k_1;
197
- while (currentOffset >= fromInt(ensureNotNull(s).u1k_1 - s.t1k_1 | 0)) {
198
- currentOffset = subtract(currentOffset, fromInt(s.u1k_1 - s.t1k_1 | 0));
199
- s = s.x1k_1;
195
+ out.y2g_1 = add(out.y2g_1, remainingByteCount);
196
+ var s = this.w2g_1;
197
+ while (currentOffset >= fromInt(ensureNotNull(s).k2h_1 - s.j2h_1 | 0)) {
198
+ currentOffset = subtract(currentOffset, fromInt(s.k2h_1 - s.j2h_1 | 0));
199
+ s = s.n2h_1;
200
200
  }
201
201
  while (remainingByteCount > 0n) {
202
- var copy = ensureNotNull(s).j1l();
203
- copy.t1k_1 = copy.t1k_1 + convertToInt(currentOffset) | 0;
202
+ var copy = ensureNotNull(s).z2h();
203
+ copy.j2h_1 = copy.j2h_1 + convertToInt(currentOffset) | 0;
204
204
  var tmp = copy;
205
- var tmp0 = copy.t1k_1 + convertToInt(remainingByteCount) | 0;
205
+ var tmp0 = copy.j2h_1 + convertToInt(remainingByteCount) | 0;
206
206
  // Inline function 'kotlin.comparisons.minOf' call
207
- var b = copy.u1k_1;
208
- tmp.u1k_1 = Math.min(tmp0, b);
207
+ var b = copy.k2h_1;
208
+ tmp.k2h_1 = Math.min(tmp0, b);
209
209
  // Inline function 'kotlinx.io.Buffer.pushSegment' call
210
- if (out.g1k_1 == null) {
211
- out.g1k_1 = copy;
212
- out.h1k_1 = copy;
210
+ if (out.w2g_1 == null) {
211
+ out.w2g_1 = copy;
212
+ out.x2g_1 = copy;
213
213
  } else if (false) {
214
- out.h1k_1 = ensureNotNull(out.h1k_1).k1l(copy).l1l();
215
- if (ensureNotNull(out.h1k_1).y1k_1 == null) {
216
- out.g1k_1 = out.h1k_1;
214
+ out.x2g_1 = ensureNotNull(out.x2g_1).a2i(copy).b2i();
215
+ if (ensureNotNull(out.x2g_1).o2h_1 == null) {
216
+ out.w2g_1 = out.x2g_1;
217
217
  }
218
218
  } else {
219
- out.h1k_1 = ensureNotNull(out.h1k_1).k1l(copy);
219
+ out.x2g_1 = ensureNotNull(out.x2g_1).a2i(copy);
220
220
  }
221
- remainingByteCount = subtract(remainingByteCount, fromInt(copy.u1k_1 - copy.t1k_1 | 0));
221
+ remainingByteCount = subtract(remainingByteCount, fromInt(copy.k2h_1 - copy.j2h_1 | 0));
222
222
  currentOffset = 0n;
223
- s = s.x1k_1;
223
+ s = s.n2h_1;
224
224
  }
225
225
  }
226
- m1l() {
226
+ c2i() {
227
227
  var result = this.n1();
228
228
  if (result === 0n)
229
229
  return 0n;
230
- var tail = ensureNotNull(this.h1k_1);
231
- if (tail.u1k_1 < 8192 && tail.w1k_1) {
232
- result = subtract(result, fromInt(tail.u1k_1 - tail.t1k_1 | 0));
230
+ var tail = ensureNotNull(this.x2g_1);
231
+ if (tail.k2h_1 < 8192 && tail.m2h_1) {
232
+ result = subtract(result, fromInt(tail.k2h_1 - tail.j2h_1 | 0));
233
233
  }
234
234
  return result;
235
235
  }
236
- n1l(position) {
236
+ d2i(position) {
237
237
  if (position < 0n || position >= this.n1()) {
238
238
  throw IndexOutOfBoundsException().ud('position (' + position.toString() + ') is not within the range [0..size(' + this.n1().toString() + '))');
239
239
  }
240
240
  if (position === 0n) {
241
- return ensureNotNull(this.g1k_1).o1l(0);
241
+ return ensureNotNull(this.w2g_1).e2i(0);
242
242
  }
243
243
  // Inline function 'kotlinx.io.seek' call
244
- if (this.g1k_1 == null) {
245
- return ensureNotNull(null).o1l(convertToInt(subtract(position, -1n)));
244
+ if (this.w2g_1 == null) {
245
+ return ensureNotNull(null).e2i(convertToInt(subtract(position, -1n)));
246
246
  }
247
247
  if (subtract(this.n1(), position) < position) {
248
- var s = this.h1k_1;
248
+ var s = this.x2g_1;
249
249
  var offset = this.n1();
250
250
  $l$loop: while (!(s == null) && offset > position) {
251
- offset = subtract(offset, fromInt(s.u1k_1 - s.t1k_1 | 0));
251
+ offset = subtract(offset, fromInt(s.k2h_1 - s.j2h_1 | 0));
252
252
  if (offset <= position)
253
253
  break $l$loop;
254
- s = s.y1k_1;
254
+ s = s.o2h_1;
255
255
  }
256
256
  var tmp0 = s;
257
257
  var offset_0 = offset;
258
- return ensureNotNull(tmp0).o1l(convertToInt(subtract(position, offset_0)));
258
+ return ensureNotNull(tmp0).e2i(convertToInt(subtract(position, offset_0)));
259
259
  } else {
260
- var s_0 = this.g1k_1;
260
+ var s_0 = this.w2g_1;
261
261
  var offset_1 = 0n;
262
262
  $l$loop_0: while (!(s_0 == null)) {
263
263
  var tmp0_0 = offset_1;
264
264
  // Inline function 'kotlin.Long.plus' call
265
- var other = s_0.u1k_1 - s_0.t1k_1 | 0;
265
+ var other = s_0.k2h_1 - s_0.j2h_1 | 0;
266
266
  var nextOffset = add(tmp0_0, fromInt(other));
267
267
  if (nextOffset > position)
268
268
  break $l$loop_0;
269
- s_0 = s_0.x1k_1;
269
+ s_0 = s_0.n2h_1;
270
270
  offset_1 = nextOffset;
271
271
  }
272
272
  var tmp0_1 = s_0;
273
273
  var offset_2 = offset_1;
274
- return ensureNotNull(tmp0_1).o1l(convertToInt(subtract(position, offset_2)));
274
+ return ensureNotNull(tmp0_1).e2i(convertToInt(subtract(position, offset_2)));
275
275
  }
276
276
  }
277
277
  p3() {
278
- return this.p1l(this.n1());
278
+ return this.f2i(this.n1());
279
279
  }
280
- p1l(byteCount) {
280
+ f2i(byteCount) {
281
281
  // Inline function 'kotlinx.io.checkByteCount' call
282
282
  // Inline function 'kotlin.require' call
283
283
  if (!(byteCount >= 0n)) {
@@ -286,34 +286,34 @@ function Buffer() {
286
286
  }
287
287
  var remainingByteCount = byteCount;
288
288
  while (remainingByteCount > 0n) {
289
- var tmp0_elvis_lhs = this.g1k_1;
289
+ var tmp0_elvis_lhs = this.w2g_1;
290
290
  var tmp;
291
291
  if (tmp0_elvis_lhs == null) {
292
- throw EOFException().m1k('Buffer exhausted before skipping ' + byteCount.toString() + ' bytes.');
292
+ throw EOFException().c2h('Buffer exhausted before skipping ' + byteCount.toString() + ' bytes.');
293
293
  } else {
294
294
  tmp = tmp0_elvis_lhs;
295
295
  }
296
296
  var head = tmp;
297
297
  var tmp0 = remainingByteCount;
298
298
  // Inline function 'kotlinx.io.minOf' call
299
- var b = head.u1k_1 - head.t1k_1 | 0;
299
+ var b = head.k2h_1 - head.j2h_1 | 0;
300
300
  // Inline function 'kotlin.comparisons.minOf' call
301
301
  var b_0 = fromInt(b);
302
302
  var tmp$ret$4 = tmp0 <= b_0 ? tmp0 : b_0;
303
303
  var toSkip = convertToInt(tmp$ret$4);
304
- this.i1k_1 = subtract(this.i1k_1, fromInt(toSkip));
304
+ this.y2g_1 = subtract(this.y2g_1, fromInt(toSkip));
305
305
  remainingByteCount = subtract(remainingByteCount, fromInt(toSkip));
306
- head.t1k_1 = head.t1k_1 + toSkip | 0;
307
- if (head.t1k_1 === head.u1k_1) {
308
- this.z1k();
306
+ head.j2h_1 = head.j2h_1 + toSkip | 0;
307
+ if (head.j2h_1 === head.k2h_1) {
308
+ this.p2h();
309
309
  }
310
310
  }
311
311
  }
312
- q1l(sink, startIndex, endIndex) {
312
+ g2i(sink, startIndex, endIndex) {
313
313
  // Inline function 'kotlinx.io.checkBounds' call
314
314
  var size = sink.length;
315
315
  checkBounds(fromInt(size), fromInt(startIndex), fromInt(endIndex));
316
- var tmp0_elvis_lhs = this.g1k_1;
316
+ var tmp0_elvis_lhs = this.w2g_1;
317
317
  var tmp;
318
318
  if (tmp0_elvis_lhs == null) {
319
319
  return -1;
@@ -325,14 +325,14 @@ function Buffer() {
325
325
  // Inline function 'kotlin.comparisons.minOf' call
326
326
  var b = s.n1();
327
327
  var toCopy = Math.min(tmp0, b);
328
- s.r1l(sink, startIndex, startIndex + toCopy | 0);
329
- this.i1k_1 = subtract(this.i1k_1, fromInt(toCopy));
328
+ s.h2i(sink, startIndex, startIndex + toCopy | 0);
329
+ this.y2g_1 = subtract(this.y2g_1, fromInt(toCopy));
330
330
  if (isEmpty(s)) {
331
- this.z1k();
331
+ this.p2h();
332
332
  }
333
333
  return toCopy;
334
334
  }
335
- s1l(sink, byteCount) {
335
+ i2i(sink, byteCount) {
336
336
  // Inline function 'kotlinx.io.checkByteCount' call
337
337
  // Inline function 'kotlin.require' call
338
338
  if (!(byteCount >= 0n)) {
@@ -342,10 +342,10 @@ function Buffer() {
342
342
  if (this.n1() === 0n)
343
343
  return -1n;
344
344
  var bytesWritten = byteCount > this.n1() ? this.n1() : byteCount;
345
- sink.t1l(this, bytesWritten);
345
+ sink.j2i(this, bytesWritten);
346
346
  return bytesWritten;
347
347
  }
348
- u1l(sink, byteCount) {
348
+ k2i(sink, byteCount) {
349
349
  // Inline function 'kotlinx.io.checkByteCount' call
350
350
  // Inline function 'kotlin.require' call
351
351
  if (!(byteCount >= 0n)) {
@@ -353,156 +353,156 @@ function Buffer() {
353
353
  throw IllegalArgumentException().i1(toString(message));
354
354
  }
355
355
  if (this.n1() < byteCount) {
356
- sink.t1l(this, this.n1());
357
- throw EOFException().m1k('Buffer exhausted before writing ' + byteCount.toString() + ' bytes. Only ' + this.n1().toString() + ' bytes were written.');
356
+ sink.j2i(this, this.n1());
357
+ throw EOFException().c2h('Buffer exhausted before writing ' + byteCount.toString() + ' bytes. Only ' + this.n1().toString() + ' bytes were written.');
358
358
  }
359
- sink.t1l(this, byteCount);
359
+ sink.j2i(this, byteCount);
360
360
  }
361
- v1l(sink) {
361
+ l2i(sink) {
362
362
  var byteCount = this.n1();
363
363
  if (byteCount > 0n) {
364
- sink.t1l(this, byteCount);
364
+ sink.j2i(this, byteCount);
365
365
  }
366
366
  return byteCount;
367
367
  }
368
- w1l() {
368
+ m2i() {
369
369
  return buffered(new (PeekSource())(this));
370
370
  }
371
- x1l(minimumCapacity) {
371
+ n2i(minimumCapacity) {
372
372
  // Inline function 'kotlin.require' call
373
373
  if (!(minimumCapacity >= 1 && minimumCapacity <= 8192)) {
374
374
  var message = 'unexpected capacity (' + minimumCapacity + '), should be in range [1, 8192]';
375
375
  throw IllegalArgumentException().i1(toString(message));
376
376
  }
377
- if (this.h1k_1 == null) {
378
- var result = SegmentPool_instance.a1m();
379
- this.g1k_1 = result;
380
- this.h1k_1 = result;
377
+ if (this.x2g_1 == null) {
378
+ var result = SegmentPool_instance.q2i();
379
+ this.w2g_1 = result;
380
+ this.x2g_1 = result;
381
381
  return result;
382
382
  }
383
- var t = ensureNotNull(this.h1k_1);
384
- if ((t.u1k_1 + minimumCapacity | 0) > 8192 || !t.w1k_1) {
385
- var newTail = t.k1l(SegmentPool_instance.a1m());
386
- this.h1k_1 = newTail;
383
+ var t = ensureNotNull(this.x2g_1);
384
+ if ((t.k2h_1 + minimumCapacity | 0) > 8192 || !t.m2h_1) {
385
+ var newTail = t.a2i(SegmentPool_instance.q2i());
386
+ this.x2g_1 = newTail;
387
387
  return newTail;
388
388
  }
389
389
  return t;
390
390
  }
391
- b1m(source, startIndex, endIndex) {
391
+ r2i(source, startIndex, endIndex) {
392
392
  // Inline function 'kotlinx.io.checkBounds' call
393
393
  var size = source.length;
394
394
  checkBounds(fromInt(size), fromInt(startIndex), fromInt(endIndex));
395
395
  var currentOffset = startIndex;
396
396
  while (currentOffset < endIndex) {
397
- var tail = this.x1l(1);
397
+ var tail = this.n2i(1);
398
398
  var tmp0 = endIndex - currentOffset | 0;
399
399
  // Inline function 'kotlin.comparisons.minOf' call
400
- var b = tail.c1m();
400
+ var b = tail.s2i();
401
401
  var toCopy = Math.min(tmp0, b);
402
- tail.d1m(source, currentOffset, currentOffset + toCopy | 0);
402
+ tail.t2i(source, currentOffset, currentOffset + toCopy | 0);
403
403
  currentOffset = currentOffset + toCopy | 0;
404
404
  }
405
405
  var tmp = this;
406
- var tmp0_0 = this.i1k_1;
406
+ var tmp0_0 = this.y2g_1;
407
407
  // Inline function 'kotlin.Long.plus' call
408
408
  var other = endIndex - startIndex | 0;
409
- tmp.i1k_1 = add(tmp0_0, fromInt(other));
409
+ tmp.y2g_1 = add(tmp0_0, fromInt(other));
410
410
  }
411
- t1l(source, byteCount) {
411
+ j2i(source, byteCount) {
412
412
  // Inline function 'kotlin.require' call
413
413
  if (!!(source === this)) {
414
414
  var message = 'source == this';
415
415
  throw IllegalArgumentException().i1(toString(message));
416
416
  }
417
- checkOffsetAndCount(source.i1k_1, 0n, byteCount);
417
+ checkOffsetAndCount(source.y2g_1, 0n, byteCount);
418
418
  var remainingByteCount = byteCount;
419
419
  while (remainingByteCount > 0n) {
420
- if (remainingByteCount < fromInt(ensureNotNull(source.g1k_1).n1())) {
421
- var tail = this.h1k_1;
420
+ if (remainingByteCount < fromInt(ensureNotNull(source.w2g_1).n1())) {
421
+ var tail = this.x2g_1;
422
422
  var tmp;
423
- if (!(tail == null) && tail.w1k_1) {
423
+ if (!(tail == null) && tail.m2h_1) {
424
424
  var tmp0 = remainingByteCount;
425
425
  // Inline function 'kotlin.Long.plus' call
426
- var other = tail.u1k_1;
426
+ var other = tail.k2h_1;
427
427
  var tmp0_0 = add(tmp0, fromInt(other));
428
428
  // Inline function 'kotlin.Long.minus' call
429
- var other_0 = tail.f1m() ? 0 : tail.t1k_1;
429
+ var other_0 = tail.v2i() ? 0 : tail.j2h_1;
430
430
  tmp = subtract(tmp0_0, fromInt(other_0)) <= 8192n;
431
431
  } else {
432
432
  tmp = false;
433
433
  }
434
434
  if (tmp) {
435
- ensureNotNull(source.g1k_1).h1m(tail, convertToInt(remainingByteCount));
436
- source.i1k_1 = subtract(source.i1k_1, remainingByteCount);
437
- this.i1k_1 = add(this.i1k_1, remainingByteCount);
435
+ ensureNotNull(source.w2g_1).x2i(tail, convertToInt(remainingByteCount));
436
+ source.y2g_1 = subtract(source.y2g_1, remainingByteCount);
437
+ this.y2g_1 = add(this.y2g_1, remainingByteCount);
438
438
  return Unit_instance;
439
439
  } else {
440
- source.g1k_1 = ensureNotNull(source.g1k_1).g1m(convertToInt(remainingByteCount));
440
+ source.w2g_1 = ensureNotNull(source.w2g_1).w2i(convertToInt(remainingByteCount));
441
441
  }
442
442
  }
443
- var segmentToMove = ensureNotNull(source.g1k_1);
443
+ var segmentToMove = ensureNotNull(source.w2g_1);
444
444
  var movedByteCount = fromInt(segmentToMove.n1());
445
- source.g1k_1 = segmentToMove.i1m();
446
- if (source.g1k_1 == null) {
447
- source.h1k_1 = null;
445
+ source.w2g_1 = segmentToMove.y2i();
446
+ if (source.w2g_1 == null) {
447
+ source.x2g_1 = null;
448
448
  }
449
449
  // Inline function 'kotlinx.io.Buffer.pushSegment' call
450
- if (this.g1k_1 == null) {
451
- this.g1k_1 = segmentToMove;
452
- this.h1k_1 = segmentToMove;
450
+ if (this.w2g_1 == null) {
451
+ this.w2g_1 = segmentToMove;
452
+ this.x2g_1 = segmentToMove;
453
453
  } else if (true) {
454
- this.h1k_1 = ensureNotNull(this.h1k_1).k1l(segmentToMove).l1l();
455
- if (ensureNotNull(this.h1k_1).y1k_1 == null) {
456
- this.g1k_1 = this.h1k_1;
454
+ this.x2g_1 = ensureNotNull(this.x2g_1).a2i(segmentToMove).b2i();
455
+ if (ensureNotNull(this.x2g_1).o2h_1 == null) {
456
+ this.w2g_1 = this.x2g_1;
457
457
  }
458
458
  } else {
459
- this.h1k_1 = ensureNotNull(this.h1k_1).k1l(segmentToMove);
459
+ this.x2g_1 = ensureNotNull(this.x2g_1).a2i(segmentToMove);
460
460
  }
461
- source.i1k_1 = subtract(source.i1k_1, movedByteCount);
462
- this.i1k_1 = add(this.i1k_1, movedByteCount);
461
+ source.y2g_1 = subtract(source.y2g_1, movedByteCount);
462
+ this.y2g_1 = add(this.y2g_1, movedByteCount);
463
463
  remainingByteCount = subtract(remainingByteCount, movedByteCount);
464
464
  }
465
465
  }
466
- j1m(source) {
466
+ z2i(source) {
467
467
  var totalBytesRead = 0n;
468
468
  $l$loop: while (true) {
469
- var readCount = source.s1l(this, 8192n);
469
+ var readCount = source.i2i(this, 8192n);
470
470
  if (readCount === -1n)
471
471
  break $l$loop;
472
472
  totalBytesRead = add(totalBytesRead, readCount);
473
473
  }
474
474
  return totalBytesRead;
475
475
  }
476
- k1m(byte) {
477
- this.x1l(1).l1m(byte);
478
- this.i1k_1 = add(this.i1k_1, 1n);
476
+ a2j(byte) {
477
+ this.n2i(1).b2j(byte);
478
+ this.y2g_1 = add(this.y2g_1, 1n);
479
479
  }
480
- m1m(short) {
481
- this.x1l(2).n1m(short);
482
- this.i1k_1 = add(this.i1k_1, 2n);
480
+ c2j(short) {
481
+ this.n2i(2).d2j(short);
482
+ this.y2g_1 = add(this.y2g_1, 2n);
483
483
  }
484
- o1m(int) {
485
- this.x1l(4).p1m(int);
486
- this.i1k_1 = add(this.i1k_1, 4n);
484
+ e2j(int) {
485
+ this.n2i(4).f2j(int);
486
+ this.y2g_1 = add(this.y2g_1, 4n);
487
487
  }
488
- q1m(long) {
489
- this.x1l(8).r1m(long);
490
- this.i1k_1 = add(this.i1k_1, 8n);
488
+ h1i(long) {
489
+ this.n2i(8).g2j(long);
490
+ this.y2g_1 = add(this.y2g_1, 8n);
491
491
  }
492
- s1m() {
492
+ h2j() {
493
493
  var result = new (Buffer())();
494
494
  if (this.n1() === 0n)
495
495
  return result;
496
- var head = ensureNotNull(this.g1k_1);
497
- var headCopy = head.j1l();
498
- result.g1k_1 = headCopy;
499
- result.h1k_1 = headCopy;
500
- var s = head.x1k_1;
496
+ var head = ensureNotNull(this.w2g_1);
497
+ var headCopy = head.z2h();
498
+ result.w2g_1 = headCopy;
499
+ result.x2g_1 = headCopy;
500
+ var s = head.n2h_1;
501
501
  while (!(s == null)) {
502
- result.h1k_1 = ensureNotNull(result.h1k_1).k1l(s.j1l());
503
- s = s.x1k_1;
502
+ result.x2g_1 = ensureNotNull(result.x2g_1).a2i(s.z2h());
503
+ s = s.n2h_1;
504
504
  }
505
- result.i1k_1 = this.n1();
505
+ result.y2g_1 = this.n1();
506
506
  return result;
507
507
  }
508
508
  a6() {
@@ -521,7 +521,7 @@ function Buffer() {
521
521
  var builder = StringBuilder().mb(imul(len, 2) + (this.n1() > fromInt(maxPrintableBytes) ? 1 : 0) | 0);
522
522
  var bytesWritten = 0;
523
523
  // Inline function 'kotlinx.io.unsafe.UnsafeBufferOperations.forEachSegment' call
524
- var curr = this.g1k_1;
524
+ var curr = this.w2g_1;
525
525
  while (!(curr == null)) {
526
526
  var tmp0 = get_SegmentReadContextImpl();
527
527
  var segment = curr;
@@ -529,7 +529,7 @@ function Buffer() {
529
529
  while (bytesWritten < len && idx < segment.n1()) {
530
530
  var _unary__edvuaz = idx;
531
531
  idx = _unary__edvuaz + 1 | 0;
532
- var b_0 = tmp0.t1m(segment, _unary__edvuaz);
532
+ var b_0 = tmp0.i2j(segment, _unary__edvuaz);
533
533
  bytesWritten = bytesWritten + 1 | 0;
534
534
  var tmp = get_HEX_DIGIT_CHARS();
535
535
  // Inline function 'kotlinx.io.shr' call
@@ -540,39 +540,39 @@ function Buffer() {
540
540
  var tmp$ret$3 = b_0 & 15;
541
541
  tmp_0.jb(tmp_1[tmp$ret$3]);
542
542
  }
543
- curr = curr.x1k_1;
543
+ curr = curr.n2h_1;
544
544
  }
545
545
  if (this.n1() > fromInt(maxPrintableBytes)) {
546
546
  builder.jb(_Char___init__impl__6a9atx(8230));
547
547
  }
548
548
  return 'Buffer(size=' + this.n1().toString() + ' hex=' + builder.toString() + ')';
549
549
  }
550
- z1k() {
551
- var oldHead = ensureNotNull(this.g1k_1);
552
- var nextHead = oldHead.x1k_1;
553
- this.g1k_1 = nextHead;
550
+ p2h() {
551
+ var oldHead = ensureNotNull(this.w2g_1);
552
+ var nextHead = oldHead.n2h_1;
553
+ this.w2g_1 = nextHead;
554
554
  if (nextHead == null) {
555
- this.h1k_1 = null;
555
+ this.x2g_1 = null;
556
556
  } else {
557
- nextHead.y1k_1 = null;
557
+ nextHead.o2h_1 = null;
558
558
  }
559
- oldHead.x1k_1 = null;
560
- SegmentPool_instance.u1m(oldHead);
559
+ oldHead.n2h_1 = null;
560
+ SegmentPool_instance.j2j(oldHead);
561
561
  }
562
- v1m() {
563
- var oldTail = ensureNotNull(this.h1k_1);
564
- var newTail = oldTail.y1k_1;
565
- this.h1k_1 = newTail;
562
+ k2j() {
563
+ var oldTail = ensureNotNull(this.x2g_1);
564
+ var newTail = oldTail.o2h_1;
565
+ this.x2g_1 = newTail;
566
566
  if (newTail == null) {
567
- this.g1k_1 = null;
567
+ this.w2g_1 = null;
568
568
  } else {
569
- newTail.x1k_1 = null;
569
+ newTail.n2h_1 = null;
570
570
  }
571
- oldTail.y1k_1 = null;
572
- SegmentPool_instance.u1m(oldTail);
571
+ oldTail.o2h_1 = null;
572
+ SegmentPool_instance.j2j(oldTail);
573
573
  }
574
574
  }
575
- protoOf($).e1m = write$default;
575
+ protoOf($).u2i = write$default;
576
576
  initMetadataForClass($, 'Buffer', Buffer, VOID, [Source(), Sink()]);
577
577
  BufferClass = $;
578
578
  }