@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
@@ -47,26 +47,26 @@ var HeaderValueParamClass;
47
47
  function HeaderValueParam() {
48
48
  if (HeaderValueParamClass === VOID) {
49
49
  class $ {
50
- static m2r(name, value, escapeValue) {
50
+ static m32(name, value, escapeValue) {
51
51
  var $this = createThis(this);
52
- $this.v2k_1 = name;
53
- $this.w2k_1 = value;
54
- $this.x2k_1 = escapeValue;
52
+ $this.v2v_1 = name;
53
+ $this.w2v_1 = value;
54
+ $this.x2v_1 = escapeValue;
55
55
  return $this;
56
56
  }
57
- static f2n(name, value) {
58
- return this.m2r(name, value, false);
57
+ static f2y(name, value) {
58
+ return this.m32(name, value, false);
59
59
  }
60
60
  equals(other) {
61
61
  var tmp;
62
62
  var tmp_0;
63
63
  if (other instanceof HeaderValueParam()) {
64
- tmp_0 = equals_0(other.v2k_1, this.v2k_1, true);
64
+ tmp_0 = equals_0(other.v2v_1, this.v2v_1, true);
65
65
  } else {
66
66
  tmp_0 = false;
67
67
  }
68
68
  if (tmp_0) {
69
- tmp = equals_0(other.w2k_1, this.w2k_1, true);
69
+ tmp = equals_0(other.w2v_1, this.w2v_1, true);
70
70
  } else {
71
71
  tmp = false;
72
72
  }
@@ -75,24 +75,24 @@ function HeaderValueParam() {
75
75
  hashCode() {
76
76
  // Inline function 'kotlin.text.lowercase' call
77
77
  // Inline function 'kotlin.js.asDynamic' call
78
- var tmp$ret$1 = this.v2k_1.toLowerCase();
78
+ var tmp$ret$1 = this.v2v_1.toLowerCase();
79
79
  var result = getStringHashCode(tmp$ret$1);
80
80
  var tmp = result;
81
81
  var tmp_0 = imul(31, result);
82
82
  // Inline function 'kotlin.text.lowercase' call
83
83
  // Inline function 'kotlin.js.asDynamic' call
84
- var tmp$ret$3 = this.w2k_1.toLowerCase();
84
+ var tmp$ret$3 = this.w2v_1.toLowerCase();
85
85
  result = tmp + (tmp_0 + getStringHashCode(tmp$ret$3) | 0) | 0;
86
86
  return result;
87
87
  }
88
88
  ne() {
89
- return this.v2k_1;
89
+ return this.v2v_1;
90
90
  }
91
91
  oe() {
92
- return this.w2k_1;
92
+ return this.w2v_1;
93
93
  }
94
94
  toString() {
95
- return 'HeaderValueParam(name=' + this.v2k_1 + ', value=' + this.w2k_1 + ', escapeValue=' + this.x2k_1 + ')';
95
+ return 'HeaderValueParam(name=' + this.v2v_1 + ', value=' + this.w2v_1 + ', escapeValue=' + this.x2v_1 + ')';
96
96
  }
97
97
  }
98
98
  initMetadataForClass($, 'HeaderValueParam');
@@ -106,17 +106,17 @@ function HeaderValue() {
106
106
  class $ {
107
107
  constructor(value, params) {
108
108
  params = params === VOID ? emptyList() : params;
109
- this.e2l_1 = value;
110
- this.f2l_1 = params;
109
+ this.e2w_1 = value;
110
+ this.f2w_1 = params;
111
111
  var tmp = this;
112
- var tmp0 = this.f2l_1;
112
+ var tmp0 = this.f2w_1;
113
113
  var tmp$ret$1;
114
114
  $l$block: {
115
115
  // Inline function 'kotlin.collections.firstOrNull' call
116
116
  var _iterator__ex2g4s = tmp0.k1();
117
117
  while (_iterator__ex2g4s.l1()) {
118
118
  var element = _iterator__ex2g4s.m1();
119
- if (element.v2k_1 === 'q') {
119
+ if (element.v2v_1 === 'q') {
120
120
  tmp$ret$1 = element;
121
121
  break $l$block;
122
122
  }
@@ -124,7 +124,7 @@ function HeaderValue() {
124
124
  tmp$ret$1 = null;
125
125
  }
126
126
  var tmp0_safe_receiver = tmp$ret$1;
127
- var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.w2k_1;
127
+ var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.w2v_1;
128
128
  var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : toDoubleOrNull(tmp1_safe_receiver);
129
129
  var tmp_0;
130
130
  if (tmp2_safe_receiver == null) {
@@ -140,17 +140,17 @@ function HeaderValue() {
140
140
  tmp_0 = tmp_1;
141
141
  }
142
142
  var tmp3_elvis_lhs = tmp_0;
143
- tmp.g2l_1 = tmp3_elvis_lhs == null ? 1.0 : tmp3_elvis_lhs;
143
+ tmp.g2w_1 = tmp3_elvis_lhs == null ? 1.0 : tmp3_elvis_lhs;
144
144
  }
145
145
  ne() {
146
- return this.e2l_1;
146
+ return this.e2w_1;
147
147
  }
148
148
  toString() {
149
- return 'HeaderValue(value=' + this.e2l_1 + ', params=' + toString(this.f2l_1) + ')';
149
+ return 'HeaderValue(value=' + this.e2w_1 + ', params=' + toString(this.f2w_1) + ')';
150
150
  }
151
151
  hashCode() {
152
- var result = getStringHashCode(this.e2l_1);
153
- result = imul(result, 31) + hashCode(this.f2l_1) | 0;
152
+ var result = getStringHashCode(this.e2w_1);
153
+ result = imul(result, 31) + hashCode(this.f2w_1) | 0;
154
154
  return result;
155
155
  }
156
156
  equals(other) {
@@ -158,9 +158,9 @@ function HeaderValue() {
158
158
  return true;
159
159
  if (!(other instanceof HeaderValue()))
160
160
  return false;
161
- if (!(this.e2l_1 === other.e2l_1))
161
+ if (!(this.e2w_1 === other.e2w_1))
162
162
  return false;
163
- if (!equals(this.f2l_1, other.f2l_1))
163
+ if (!equals(this.f2w_1, other.f2w_1))
164
164
  return false;
165
165
  return true;
166
166
  }
@@ -304,16 +304,16 @@ function sam$kotlin_Comparator$0() {
304
304
  if (sam$kotlin_Comparator$0Class === VOID) {
305
305
  class $ {
306
306
  constructor(function_0) {
307
- this.n2r_1 = function_0;
307
+ this.n32_1 = function_0;
308
308
  }
309
309
  nh(a, b) {
310
- return this.n2r_1(a, b);
310
+ return this.n32_1(a, b);
311
311
  }
312
312
  compare(a, b) {
313
313
  return this.nh(a, b);
314
314
  }
315
315
  d4() {
316
- return this.n2r_1;
316
+ return this.n32_1;
317
317
  }
318
318
  equals(other) {
319
319
  var tmp;
@@ -345,12 +345,12 @@ function parseHeaderValueParameter$addParam($parameters, text, start, end, value
345
345
  if (charSequenceLength(name) === 0) {
346
346
  return Unit_instance;
347
347
  }
348
- $parameters.z1().v(HeaderValueParam().f2n(name, value));
348
+ $parameters.z1().v(HeaderValueParam().f2y(name, value));
349
349
  }
350
350
  function parseAndSortHeader$lambda(a, b) {
351
351
  // Inline function 'kotlin.comparisons.compareValuesBy' call
352
- var tmp = b.g2l_1;
353
- var tmp$ret$1 = a.g2l_1;
352
+ var tmp = b.g2w_1;
353
+ var tmp$ret$1 = a.g2w_1;
354
354
  return compareValues(tmp, tmp$ret$1);
355
355
  }
356
356
  function parseHeaderValue$lambda() {
@@ -29,113 +29,113 @@ function HttpHeaders() {
29
29
  class $ {
30
30
  constructor() {
31
31
  HttpHeaders_instance = this;
32
- this.m2n_1 = 'Accept';
33
- this.n2n_1 = 'Accept-Charset';
34
- this.o2n_1 = 'Accept-Encoding';
35
- this.p2n_1 = 'Accept-Language';
36
- this.q2n_1 = 'Accept-Ranges';
37
- this.r2n_1 = 'Age';
38
- this.s2n_1 = 'Allow';
39
- this.t2n_1 = 'ALPN';
40
- this.u2n_1 = 'Authentication-Info';
41
- this.v2n_1 = 'Authorization';
42
- this.w2n_1 = 'Cache-Control';
43
- this.x2n_1 = 'Connection';
44
- this.y2n_1 = 'Content-Disposition';
45
- this.z2n_1 = 'Content-Encoding';
46
- this.a2o_1 = 'Content-Language';
47
- this.b2o_1 = 'Content-Length';
48
- this.c2o_1 = 'Content-Location';
49
- this.d2o_1 = 'Content-Range';
50
- this.e2o_1 = 'Content-Type';
51
- this.f2o_1 = 'Cookie';
52
- this.g2o_1 = 'DASL';
53
- this.h2o_1 = 'Date';
54
- this.i2o_1 = 'DAV';
55
- this.j2o_1 = 'Depth';
56
- this.k2o_1 = 'Destination';
57
- this.l2o_1 = 'ETag';
58
- this.m2o_1 = 'Expect';
59
- this.n2o_1 = 'Expires';
60
- this.o2o_1 = 'From';
61
- this.p2o_1 = 'Forwarded';
62
- this.q2o_1 = 'Host';
63
- this.r2o_1 = 'HTTP2-Settings';
64
- this.s2o_1 = 'If';
65
- this.t2o_1 = 'If-Match';
66
- this.u2o_1 = 'If-Modified-Since';
67
- this.v2o_1 = 'If-None-Match';
68
- this.w2o_1 = 'If-Range';
69
- this.x2o_1 = 'If-Schedule-Tag-Match';
70
- this.y2o_1 = 'If-Unmodified-Since';
71
- this.z2o_1 = 'Last-Modified';
72
- this.a2p_1 = 'Location';
73
- this.b2p_1 = 'Lock-Token';
74
- this.c2p_1 = 'Link';
75
- this.d2p_1 = 'Max-Forwards';
76
- this.e2p_1 = 'MIME-Version';
77
- this.f2p_1 = 'Ordering-Type';
78
- this.g2p_1 = 'Origin';
79
- this.h2p_1 = 'Overwrite';
80
- this.i2p_1 = 'Position';
81
- this.j2p_1 = 'Pragma';
82
- this.k2p_1 = 'Prefer';
83
- this.l2p_1 = 'Preference-Applied';
84
- this.m2p_1 = 'Proxy-Authenticate';
85
- this.n2p_1 = 'Proxy-Authentication-Info';
86
- this.o2p_1 = 'Proxy-Authorization';
87
- this.p2p_1 = 'Public-Key-Pins';
88
- this.q2p_1 = 'Public-Key-Pins-Report-Only';
89
- this.r2p_1 = 'Range';
90
- this.s2p_1 = 'Referer';
91
- this.t2p_1 = 'Retry-After';
92
- this.u2p_1 = 'Schedule-Reply';
93
- this.v2p_1 = 'Schedule-Tag';
94
- this.w2p_1 = 'Sec-WebSocket-Accept';
95
- this.x2p_1 = 'Sec-WebSocket-Extensions';
96
- this.y2p_1 = 'Sec-WebSocket-Key';
97
- this.z2p_1 = 'Sec-WebSocket-Protocol';
98
- this.a2q_1 = 'Sec-WebSocket-Version';
99
- this.b2q_1 = 'Server';
100
- this.c2q_1 = 'Set-Cookie';
101
- this.d2q_1 = 'SLUG';
102
- this.e2q_1 = 'Strict-Transport-Security';
103
- this.f2q_1 = 'TE';
104
- this.g2q_1 = 'Timeout';
105
- this.h2q_1 = 'Trailer';
106
- this.i2q_1 = 'Transfer-Encoding';
107
- this.j2q_1 = 'Upgrade';
108
- this.k2q_1 = 'User-Agent';
109
- this.l2q_1 = 'Vary';
110
- this.m2q_1 = 'Via';
111
- this.n2q_1 = 'Warning';
112
- this.o2q_1 = 'WWW-Authenticate';
113
- this.p2q_1 = 'Access-Control-Allow-Origin';
114
- this.q2q_1 = 'Access-Control-Allow-Methods';
115
- this.r2q_1 = 'Access-Control-Allow-Credentials';
116
- this.s2q_1 = 'Access-Control-Allow-Headers';
117
- this.t2q_1 = 'Access-Control-Request-Method';
118
- this.u2q_1 = 'Access-Control-Request-Headers';
119
- this.v2q_1 = 'Access-Control-Expose-Headers';
120
- this.w2q_1 = 'Access-Control-Max-Age';
121
- this.x2q_1 = 'X-Http-Method-Override';
122
- this.y2q_1 = 'X-Forwarded-Host';
123
- this.z2q_1 = 'X-Forwarded-Server';
124
- this.a2r_1 = 'X-Forwarded-Proto';
125
- this.b2r_1 = 'X-Forwarded-For';
126
- this.c2r_1 = 'X-Forwarded-Port';
127
- this.d2r_1 = 'X-Request-ID';
128
- this.e2r_1 = 'X-Correlation-ID';
129
- this.f2r_1 = 'X-Total-Count';
130
- this.g2r_1 = 'Last-Event-ID';
32
+ this.m2y_1 = 'Accept';
33
+ this.n2y_1 = 'Accept-Charset';
34
+ this.o2y_1 = 'Accept-Encoding';
35
+ this.p2y_1 = 'Accept-Language';
36
+ this.q2y_1 = 'Accept-Ranges';
37
+ this.r2y_1 = 'Age';
38
+ this.s2y_1 = 'Allow';
39
+ this.t2y_1 = 'ALPN';
40
+ this.u2y_1 = 'Authentication-Info';
41
+ this.v2y_1 = 'Authorization';
42
+ this.w2y_1 = 'Cache-Control';
43
+ this.x2y_1 = 'Connection';
44
+ this.y2y_1 = 'Content-Disposition';
45
+ this.z2y_1 = 'Content-Encoding';
46
+ this.a2z_1 = 'Content-Language';
47
+ this.b2z_1 = 'Content-Length';
48
+ this.c2z_1 = 'Content-Location';
49
+ this.d2z_1 = 'Content-Range';
50
+ this.e2z_1 = 'Content-Type';
51
+ this.f2z_1 = 'Cookie';
52
+ this.g2z_1 = 'DASL';
53
+ this.h2z_1 = 'Date';
54
+ this.i2z_1 = 'DAV';
55
+ this.j2z_1 = 'Depth';
56
+ this.k2z_1 = 'Destination';
57
+ this.l2z_1 = 'ETag';
58
+ this.m2z_1 = 'Expect';
59
+ this.n2z_1 = 'Expires';
60
+ this.o2z_1 = 'From';
61
+ this.p2z_1 = 'Forwarded';
62
+ this.q2z_1 = 'Host';
63
+ this.r2z_1 = 'HTTP2-Settings';
64
+ this.s2z_1 = 'If';
65
+ this.t2z_1 = 'If-Match';
66
+ this.u2z_1 = 'If-Modified-Since';
67
+ this.v2z_1 = 'If-None-Match';
68
+ this.w2z_1 = 'If-Range';
69
+ this.x2z_1 = 'If-Schedule-Tag-Match';
70
+ this.y2z_1 = 'If-Unmodified-Since';
71
+ this.z2z_1 = 'Last-Modified';
72
+ this.a30_1 = 'Location';
73
+ this.b30_1 = 'Lock-Token';
74
+ this.c30_1 = 'Link';
75
+ this.d30_1 = 'Max-Forwards';
76
+ this.e30_1 = 'MIME-Version';
77
+ this.f30_1 = 'Ordering-Type';
78
+ this.g30_1 = 'Origin';
79
+ this.h30_1 = 'Overwrite';
80
+ this.i30_1 = 'Position';
81
+ this.j30_1 = 'Pragma';
82
+ this.k30_1 = 'Prefer';
83
+ this.l30_1 = 'Preference-Applied';
84
+ this.m30_1 = 'Proxy-Authenticate';
85
+ this.n30_1 = 'Proxy-Authentication-Info';
86
+ this.o30_1 = 'Proxy-Authorization';
87
+ this.p30_1 = 'Public-Key-Pins';
88
+ this.q30_1 = 'Public-Key-Pins-Report-Only';
89
+ this.r30_1 = 'Range';
90
+ this.s30_1 = 'Referer';
91
+ this.t30_1 = 'Retry-After';
92
+ this.u30_1 = 'Schedule-Reply';
93
+ this.v30_1 = 'Schedule-Tag';
94
+ this.w30_1 = 'Sec-WebSocket-Accept';
95
+ this.x30_1 = 'Sec-WebSocket-Extensions';
96
+ this.y30_1 = 'Sec-WebSocket-Key';
97
+ this.z30_1 = 'Sec-WebSocket-Protocol';
98
+ this.a31_1 = 'Sec-WebSocket-Version';
99
+ this.b31_1 = 'Server';
100
+ this.c31_1 = 'Set-Cookie';
101
+ this.d31_1 = 'SLUG';
102
+ this.e31_1 = 'Strict-Transport-Security';
103
+ this.f31_1 = 'TE';
104
+ this.g31_1 = 'Timeout';
105
+ this.h31_1 = 'Trailer';
106
+ this.i31_1 = 'Transfer-Encoding';
107
+ this.j31_1 = 'Upgrade';
108
+ this.k31_1 = 'User-Agent';
109
+ this.l31_1 = 'Vary';
110
+ this.m31_1 = 'Via';
111
+ this.n31_1 = 'Warning';
112
+ this.o31_1 = 'WWW-Authenticate';
113
+ this.p31_1 = 'Access-Control-Allow-Origin';
114
+ this.q31_1 = 'Access-Control-Allow-Methods';
115
+ this.r31_1 = 'Access-Control-Allow-Credentials';
116
+ this.s31_1 = 'Access-Control-Allow-Headers';
117
+ this.t31_1 = 'Access-Control-Request-Method';
118
+ this.u31_1 = 'Access-Control-Request-Headers';
119
+ this.v31_1 = 'Access-Control-Expose-Headers';
120
+ this.w31_1 = 'Access-Control-Max-Age';
121
+ this.x31_1 = 'X-Http-Method-Override';
122
+ this.y31_1 = 'X-Forwarded-Host';
123
+ this.z31_1 = 'X-Forwarded-Server';
124
+ this.a32_1 = 'X-Forwarded-Proto';
125
+ this.b32_1 = 'X-Forwarded-For';
126
+ this.c32_1 = 'X-Forwarded-Port';
127
+ this.d32_1 = 'X-Request-ID';
128
+ this.e32_1 = 'X-Correlation-ID';
129
+ this.f32_1 = 'X-Total-Count';
130
+ this.g32_1 = 'Last-Event-ID';
131
131
  var tmp = this;
132
132
  // Inline function 'kotlin.arrayOf' call
133
133
  // Inline function 'kotlin.js.unsafeCast' call
134
134
  // Inline function 'kotlin.js.asDynamic' call
135
- tmp.h2r_1 = [this.i2q_1, this.j2q_1];
136
- this.i2r_1 = asList(this.h2r_1);
135
+ tmp.h32_1 = [this.i31_1, this.j31_1];
136
+ this.i32_1 = asList(this.h32_1);
137
137
  }
138
- j2r(name) {
138
+ j32(name) {
139
139
  // Inline function 'kotlin.text.forEachIndexed' call
140
140
  var index = 0;
141
141
  var inductionVariable = 0;
@@ -145,11 +145,11 @@ function HttpHeaders() {
145
145
  var _unary__edvuaz = index;
146
146
  index = _unary__edvuaz + 1 | 0;
147
147
  if (Char__compareTo_impl_ypi4mb(item, _Char___init__impl__6a9atx(32)) <= 0 || isDelimiter(item)) {
148
- throw IllegalHeaderNameException().u2r(name, _unary__edvuaz);
148
+ throw IllegalHeaderNameException().u32(name, _unary__edvuaz);
149
149
  }
150
150
  }
151
151
  }
152
- k2r(value) {
152
+ k32(value) {
153
153
  // Inline function 'kotlin.text.forEachIndexed' call
154
154
  var index = 0;
155
155
  var inductionVariable = 0;
@@ -159,7 +159,7 @@ function HttpHeaders() {
159
159
  var _unary__edvuaz = index;
160
160
  index = _unary__edvuaz + 1 | 0;
161
161
  if (Char__compareTo_impl_ypi4mb(item, _Char___init__impl__6a9atx(32)) < 0 && !(item === _Char___init__impl__6a9atx(9))) {
162
- throw IllegalHeaderValueException().b2s(value, _unary__edvuaz);
162
+ throw IllegalHeaderValueException().b33(value, _unary__edvuaz);
163
163
  }
164
164
  }
165
165
  }
@@ -179,9 +179,9 @@ var UnsafeHeaderExceptionClass;
179
179
  function UnsafeHeaderException() {
180
180
  if (UnsafeHeaderExceptionClass === VOID) {
181
181
  class $ extends IllegalArgumentException() {
182
- static g2s(header) {
182
+ static g33(header) {
183
183
  var $this = this.i1('Header(s) ' + header + ' are controlled by the engine and ' + 'cannot be set explicitly');
184
- captureStack($this, $this.f2s_1);
184
+ captureStack($this, $this.f33_1);
185
185
  return $this;
186
186
  }
187
187
  }
@@ -197,15 +197,15 @@ var IllegalHeaderNameExceptionClass;
197
197
  function IllegalHeaderNameException() {
198
198
  if (IllegalHeaderNameExceptionClass === VOID) {
199
199
  class $ extends IllegalArgumentException() {
200
- static u2r(headerName, position) {
200
+ static u32(headerName, position) {
201
201
  var tmp = "Header name '" + headerName + "' contains illegal character '" + toString(charCodeAt(headerName, position)) + "'";
202
202
  // Inline function 'kotlin.code' call
203
203
  var this_0 = charCodeAt(headerName, position);
204
204
  var tmp$ret$0 = Char__toInt_impl_vasixd(this_0);
205
205
  var $this = this.i1(tmp + (' (code ' + (tmp$ret$0 & 255) + ')'));
206
- captureStack($this, $this.t2r_1);
207
- $this.r2r_1 = headerName;
208
- $this.s2r_1 = position;
206
+ captureStack($this, $this.t32_1);
207
+ $this.r32_1 = headerName;
208
+ $this.s32_1 = position;
209
209
  return $this;
210
210
  }
211
211
  }
@@ -218,15 +218,15 @@ var IllegalHeaderValueExceptionClass;
218
218
  function IllegalHeaderValueException() {
219
219
  if (IllegalHeaderValueExceptionClass === VOID) {
220
220
  class $ extends IllegalArgumentException() {
221
- static b2s(headerValue, position) {
221
+ static b33(headerValue, position) {
222
222
  var tmp = "Header value '" + headerValue + "' contains illegal character '" + toString(charCodeAt(headerValue, position)) + "'";
223
223
  // Inline function 'kotlin.code' call
224
224
  var this_0 = charCodeAt(headerValue, position);
225
225
  var tmp$ret$0 = Char__toInt_impl_vasixd(this_0);
226
226
  var $this = this.i1(tmp + (' (code ' + (tmp$ret$0 & 255) + ')'));
227
- captureStack($this, $this.a2s_1);
228
- $this.y2r_1 = headerValue;
229
- $this.z2r_1 = position;
227
+ captureStack($this, $this.a33_1);
228
+ $this.y32_1 = headerValue;
229
+ $this.z32_1 = position;
230
230
  return $this;
231
231
  }
232
232
  }
@@ -9,14 +9,14 @@ import {
9
9
  //region block: pre-declaration
10
10
  //endregion
11
11
  function contentType(_this__u8e3s4, type) {
12
- return _this__u8e3s4.h2s().m2g(HttpHeaders_getInstance().e2o_1, type.toString());
12
+ return _this__u8e3s4.h33().m2r(HttpHeaders_getInstance().e2z_1, type.toString());
13
13
  }
14
14
  function contentLength(_this__u8e3s4) {
15
- var tmp0_safe_receiver = _this__u8e3s4.h2s().a2f(HttpHeaders_getInstance().b2o_1);
15
+ var tmp0_safe_receiver = _this__u8e3s4.h33().j1g(HttpHeaders_getInstance().b2z_1);
16
16
  return tmp0_safe_receiver == null ? null : toLongOrNull(tmp0_safe_receiver);
17
17
  }
18
18
  function contentType_0(_this__u8e3s4) {
19
- var tmp0_safe_receiver = _this__u8e3s4.h2s().a2f(HttpHeaders_getInstance().e2o_1);
19
+ var tmp0_safe_receiver = _this__u8e3s4.h33().j1g(HttpHeaders_getInstance().e2z_1);
20
20
  var tmp;
21
21
  if (tmp0_safe_receiver == null) {
22
22
  tmp = null;
@@ -27,7 +27,7 @@ function contentType_0(_this__u8e3s4) {
27
27
  return tmp;
28
28
  }
29
29
  function contentType_1(_this__u8e3s4) {
30
- var tmp0_safe_receiver = _this__u8e3s4.h2s().a2f(HttpHeaders_getInstance().e2o_1);
30
+ var tmp0_safe_receiver = _this__u8e3s4.h33().j1g(HttpHeaders_getInstance().e2z_1);
31
31
  var tmp;
32
32
  if (tmp0_safe_receiver == null) {
33
33
  tmp = null;
@@ -21,14 +21,14 @@ function Companion() {
21
21
  class $ {
22
22
  constructor() {
23
23
  Companion_instance = this;
24
- this.i2s_1 = new (HttpMethod())('GET');
25
- this.j2s_1 = new (HttpMethod())('POST');
26
- this.k2s_1 = new (HttpMethod())('PUT');
27
- this.l2s_1 = new (HttpMethod())('PATCH');
28
- this.m2s_1 = new (HttpMethod())('DELETE');
29
- this.n2s_1 = new (HttpMethod())('HEAD');
30
- this.o2s_1 = new (HttpMethod())('OPTIONS');
31
- this.p2s_1 = listOf([this.i2s_1, this.j2s_1, this.k2s_1, this.l2s_1, this.m2s_1, this.n2s_1, this.o2s_1]);
24
+ this.i33_1 = new (HttpMethod())('GET');
25
+ this.j33_1 = new (HttpMethod())('POST');
26
+ this.k33_1 = new (HttpMethod())('PUT');
27
+ this.l33_1 = new (HttpMethod())('PATCH');
28
+ this.m33_1 = new (HttpMethod())('DELETE');
29
+ this.n33_1 = new (HttpMethod())('HEAD');
30
+ this.o33_1 = new (HttpMethod())('OPTIONS');
31
+ this.p33_1 = listOf([this.i33_1, this.j33_1, this.k33_1, this.l33_1, this.m33_1, this.n33_1, this.o33_1]);
32
32
  }
33
33
  }
34
34
  initMetadataForCompanion($);
@@ -48,20 +48,20 @@ function HttpMethod() {
48
48
  class $ {
49
49
  constructor(value) {
50
50
  Companion_getInstance();
51
- this.q2s_1 = value;
51
+ this.q33_1 = value;
52
52
  }
53
53
  toString() {
54
- return this.q2s_1;
54
+ return this.q33_1;
55
55
  }
56
56
  hashCode() {
57
- return getStringHashCode(this.q2s_1);
57
+ return getStringHashCode(this.q33_1);
58
58
  }
59
59
  equals(other) {
60
60
  if (this === other)
61
61
  return true;
62
62
  if (!(other instanceof HttpMethod()))
63
63
  return false;
64
- if (!(this.q2s_1 === other.q2s_1))
64
+ if (!(this.q33_1 === other.q33_1))
65
65
  return false;
66
66
  return true;
67
67
  }
@@ -79,7 +79,7 @@ var properties_initialized_HttpMethod_kt_ogor3f;
79
79
  function _init_properties_HttpMethod_kt__cbus5z() {
80
80
  if (!properties_initialized_HttpMethod_kt_ogor3f) {
81
81
  properties_initialized_HttpMethod_kt_ogor3f = true;
82
- REQUESTS_WITHOUT_BODY = setOf([Companion_getInstance().i2s_1, Companion_getInstance().n2s_1, Companion_getInstance().o2s_1, new (HttpMethod())('TRACE')]);
82
+ REQUESTS_WITHOUT_BODY = setOf([Companion_getInstance().i33_1, Companion_getInstance().n33_1, Companion_getInstance().o33_1, new (HttpMethod())('TRACE')]);
83
83
  }
84
84
  }
85
85
  //region block: exports
@@ -15,12 +15,12 @@ function Companion() {
15
15
  class $ {
16
16
  constructor() {
17
17
  Companion_instance = this;
18
- this.r2s_1 = new (HttpProtocolVersion())('HTTP', 3, 0);
19
- this.s2s_1 = new (HttpProtocolVersion())('HTTP', 2, 0);
20
- this.t2s_1 = new (HttpProtocolVersion())('HTTP', 1, 1);
21
- this.u2s_1 = new (HttpProtocolVersion())('HTTP', 1, 0);
22
- this.v2s_1 = new (HttpProtocolVersion())('SPDY', 3, 0);
23
- this.w2s_1 = new (HttpProtocolVersion())('QUIC', 1, 0);
18
+ this.r33_1 = new (HttpProtocolVersion())('HTTP', 3, 0);
19
+ this.s33_1 = new (HttpProtocolVersion())('HTTP', 2, 0);
20
+ this.t33_1 = new (HttpProtocolVersion())('HTTP', 1, 1);
21
+ this.u33_1 = new (HttpProtocolVersion())('HTTP', 1, 0);
22
+ this.v33_1 = new (HttpProtocolVersion())('SPDY', 3, 0);
23
+ this.w33_1 = new (HttpProtocolVersion())('QUIC', 1, 0);
24
24
  }
25
25
  }
26
26
  initMetadataForCompanion($);
@@ -40,17 +40,17 @@ function HttpProtocolVersion() {
40
40
  class $ {
41
41
  constructor(name, major, minor) {
42
42
  Companion_getInstance();
43
- this.x2s_1 = name;
44
- this.y2s_1 = major;
45
- this.z2s_1 = minor;
43
+ this.x33_1 = name;
44
+ this.y33_1 = major;
45
+ this.z33_1 = minor;
46
46
  }
47
47
  toString() {
48
- return this.x2s_1 + '/' + this.y2s_1 + '.' + this.z2s_1;
48
+ return this.x33_1 + '/' + this.y33_1 + '.' + this.z33_1;
49
49
  }
50
50
  hashCode() {
51
- var result = getStringHashCode(this.x2s_1);
52
- result = imul(result, 31) + this.y2s_1 | 0;
53
- result = imul(result, 31) + this.z2s_1 | 0;
51
+ var result = getStringHashCode(this.x33_1);
52
+ result = imul(result, 31) + this.y33_1 | 0;
53
+ result = imul(result, 31) + this.z33_1 | 0;
54
54
  return result;
55
55
  }
56
56
  equals(other) {
@@ -58,11 +58,11 @@ function HttpProtocolVersion() {
58
58
  return true;
59
59
  if (!(other instanceof HttpProtocolVersion()))
60
60
  return false;
61
- if (!(this.x2s_1 === other.x2s_1))
61
+ if (!(this.x33_1 === other.x33_1))
62
62
  return false;
63
- if (!(this.y2s_1 === other.y2s_1))
63
+ if (!(this.y33_1 === other.y33_1))
64
64
  return false;
65
- if (!(this.z2s_1 === other.z2s_1))
65
+ if (!(this.z33_1 === other.z33_1))
66
66
  return false;
67
67
  return true;
68
68
  }