@attocash/commons-test 6.1.0 → 6.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1255) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DateTimeUnit.mjs +68 -68
  2. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DateTimeUnit.mjs.map +1 -1
  3. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DayOfWeek.mjs +4 -4
  4. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DayOfWeek.mjs.map +1 -1
  5. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Exceptions.mjs +24 -24
  6. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Exceptions.mjs.map +1 -1
  7. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDate.mjs +64 -64
  8. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDate.mjs.map +1 -1
  9. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDateTime.mjs +39 -39
  10. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDateTime.mjs.map +1 -1
  11. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalTime.mjs +52 -52
  12. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalTime.mjs.map +1 -1
  13. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Month.mjs +5 -5
  14. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Month.mjs.map +1 -1
  15. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/OverloadMarker.mjs +2 -2
  16. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/OverloadMarker.mjs.map +1 -1
  17. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/TimeZone.mjs +82 -82
  18. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/TimeZone.mjs.map +1 -1
  19. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/UtcOffset.mjs +33 -33
  20. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/UtcOffset.mjs.map +1 -1
  21. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/YearMonth.mjs +28 -28
  22. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/YearMonth.mjs.map +1 -1
  23. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/ZonedDateTime.mjs +13 -13
  24. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/ZonedDateTime.mjs.map +1 -1
  25. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormat.mjs +14 -14
  26. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormat.mjs.map +1 -1
  27. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs +48 -48
  28. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs.map +1 -1
  29. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs +132 -132
  30. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs.map +1 -1
  31. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +116 -116
  32. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs.map +1 -1
  33. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs +162 -162
  34. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs.map +1 -1
  35. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs +168 -168
  36. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs.map +1 -1
  37. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs +81 -81
  38. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs.map +1 -1
  39. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/OffsetInfo.mjs +32 -32
  40. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/OffsetInfo.mjs.map +1 -1
  41. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/Platform.mjs +91 -91
  42. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/Platform.mjs.map +1 -1
  43. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/PlatformSpecifics.mjs.map +1 -1
  44. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/RegionTimeZone.mjs +21 -21
  45. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/RegionTimeZone.mjs.map +1 -1
  46. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/TimeZoneRules.mjs +62 -62
  47. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/TimeZoneRules.mjs.map +1 -1
  48. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/dateCalculations.mjs.map +1 -1
  49. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs +10 -10
  50. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs.map +1 -1
  51. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldFormatDirective.mjs +55 -55
  52. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldFormatDirective.mjs.map +1 -1
  53. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldSpec.mjs +48 -48
  54. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldSpec.mjs.map +1 -1
  55. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FormatStructure.mjs +173 -173
  56. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FormatStructure.mjs.map +1 -1
  57. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Predicate.mjs +17 -17
  58. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Predicate.mjs.map +1 -1
  59. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/Formatter.mjs +40 -40
  60. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/Formatter.mjs.map +1 -1
  61. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/FormatterOperation.mjs +60 -60
  62. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/FormatterOperation.mjs.map +1 -1
  63. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/NumberConsumer.mjs +47 -47
  64. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/NumberConsumer.mjs.map +1 -1
  65. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParseResult.mjs +6 -6
  66. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParseResult.mjs.map +1 -1
  67. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs +93 -93
  68. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs.map +1 -1
  69. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParserOperation.mjs +105 -105
  70. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParserOperation.mjs.map +1 -1
  71. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/math.mjs +21 -21
  72. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/math.mjs.map +1 -1
  73. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/mathNative.mjs +3 -3
  74. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/mathNative.mjs.map +1 -1
  75. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/util.mjs +2 -2
  76. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/util.mjs.map +1 -1
  77. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs +113 -113
  78. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs.map +1 -1
  79. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs +12 -12
  80. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs.map +1 -1
  81. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs +12 -12
  82. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs.map +1 -1
  83. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs +12 -12
  84. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs.map +1 -1
  85. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs +34 -34
  86. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs.map +1 -1
  87. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs +12 -12
  88. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs.map +1 -1
  89. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.export.d.mts +5 -3
  90. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs +13 -13
  91. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs.map +1 -1
  92. package/commons-commons-core/cash/atto/commons/AttoAccount.export.d.mts +11 -17
  93. package/commons-commons-core/cash/atto/commons/AttoAccount.export.mjs +1 -1
  94. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +146 -146
  95. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs.map +1 -1
  96. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.d.mts +2 -15
  97. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.mjs +1 -8
  98. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.mjs.map +1 -1
  99. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +126 -131
  100. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs.map +1 -1
  101. package/commons-commons-core/cash/atto/commons/AttoAddress.export.d.mts +18 -20
  102. package/commons-commons-core/cash/atto/commons/AttoAddress.export.mjs +1 -1
  103. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +44 -44
  104. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs.map +1 -1
  105. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.export.d.mts +11 -13
  106. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.export.mjs +2 -2
  107. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +25 -25
  108. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs.map +1 -1
  109. package/commons-commons-core/cash/atto/commons/AttoAmount.export.d.mts +18 -18
  110. package/commons-commons-core/cash/atto/commons/AttoAmount.export.mjs +4 -4
  111. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +55 -55
  112. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs.map +1 -1
  113. package/commons-commons-core/cash/atto/commons/AttoBlock.export.d.mts +66 -76
  114. package/commons-commons-core/cash/atto/commons/AttoBlock.export.mjs +13 -12
  115. package/commons-commons-core/cash/atto/commons/AttoBlock.export.mjs.map +1 -1
  116. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +928 -928
  117. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs.map +1 -1
  118. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +12 -12
  119. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs.map +1 -1
  120. package/commons-commons-core/cash/atto/commons/AttoChallenge.export.d.mts +11 -13
  121. package/commons-commons-core/cash/atto/commons/AttoChallenge.export.mjs +1 -1
  122. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +18 -18
  123. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs.map +1 -1
  124. package/commons-commons-core/cash/atto/commons/AttoFuture.js.export.d.mts +5 -3
  125. package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs +10 -10
  126. package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs.map +1 -1
  127. package/commons-commons-core/cash/atto/commons/AttoHash.export.d.mts +14 -16
  128. package/commons-commons-core/cash/atto/commons/AttoHash.export.mjs +1 -1
  129. package/commons-commons-core/cash/atto/commons/AttoHash.mjs +25 -25
  130. package/commons-commons-core/cash/atto/commons/AttoHash.mjs.map +1 -1
  131. package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs +3 -3
  132. package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs.map +1 -1
  133. package/commons-commons-core/cash/atto/commons/AttoHeight.export.d.mts +13 -15
  134. package/commons-commons-core/cash/atto/commons/AttoHeight.export.mjs +1 -1
  135. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +31 -31
  136. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs.map +1 -1
  137. package/commons-commons-core/cash/atto/commons/AttoInstant.export.d.mts +14 -16
  138. package/commons-commons-core/cash/atto/commons/AttoInstant.export.mjs +1 -1
  139. package/commons-commons-core/cash/atto/commons/AttoInstant.mjs +47 -47
  140. package/commons-commons-core/cash/atto/commons/AttoInstant.mjs.map +1 -1
  141. package/commons-commons-core/cash/atto/commons/AttoJob.mjs +1 -1
  142. package/commons-commons-core/cash/atto/commons/AttoJob.mjs.map +1 -1
  143. package/commons-commons-core/cash/atto/commons/AttoKeyIndex.export.d.mts +5 -3
  144. package/commons-commons-core/cash/atto/commons/AttoKeyIndex.mjs +7 -7
  145. package/commons-commons-core/cash/atto/commons/AttoKeyIndex.mjs.map +1 -1
  146. package/commons-commons-core/cash/atto/commons/AttoMnemonic.export.d.mts +13 -16
  147. package/commons-commons-core/cash/atto/commons/AttoMnemonic.export.mjs +2 -2
  148. package/commons-commons-core/cash/atto/commons/AttoMnemonic.js.mjs +1 -1
  149. package/commons-commons-core/cash/atto/commons/AttoMnemonic.js.mjs.map +1 -1
  150. package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs +49 -40
  151. package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs.map +1 -1
  152. package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs +11 -11
  153. package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs.map +1 -1
  154. package/commons-commons-core/cash/atto/commons/AttoNetwork.export.d.mts +16 -18
  155. package/commons-commons-core/cash/atto/commons/AttoNetwork.export.mjs +6 -6
  156. package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs +27 -27
  157. package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs.map +1 -1
  158. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.export.d.mts +13 -15
  159. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.export.mjs +1 -1
  160. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs +9 -9
  161. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs.map +1 -1
  162. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +38 -38
  163. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs.map +1 -1
  164. package/commons-commons-core/cash/atto/commons/AttoPublicKey.export.d.mts +12 -14
  165. package/commons-commons-core/cash/atto/commons/AttoPublicKey.export.mjs +1 -1
  166. package/commons-commons-core/cash/atto/commons/AttoPublicKey.js.mjs.map +1 -1
  167. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +18 -18
  168. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs.map +1 -1
  169. package/commons-commons-core/cash/atto/commons/AttoReceivable.export.d.mts +2 -15
  170. package/commons-commons-core/cash/atto/commons/AttoReceivable.export.mjs +1 -8
  171. package/commons-commons-core/cash/atto/commons/AttoReceivable.export.mjs.map +1 -1
  172. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +107 -112
  173. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs.map +1 -1
  174. package/commons-commons-core/cash/atto/commons/AttoSeed.export.d.mts +5 -3
  175. package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs +11 -11
  176. package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs.map +1 -1
  177. package/commons-commons-core/cash/atto/commons/AttoSeed.mjs +8 -9
  178. package/commons-commons-core/cash/atto/commons/AttoSeed.mjs.map +1 -1
  179. package/commons-commons-core/cash/atto/commons/AttoSignature.export.d.mts +13 -15
  180. package/commons-commons-core/cash/atto/commons/AttoSignature.export.mjs +1 -1
  181. package/commons-commons-core/cash/atto/commons/AttoSignature.js.mjs.map +1 -1
  182. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +19 -19
  183. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs.map +1 -1
  184. package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs +10 -10
  185. package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs.map +1 -1
  186. package/commons-commons-core/cash/atto/commons/AttoSigner.mjs.map +1 -1
  187. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.export.d.mts +5 -3
  188. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs +8 -8
  189. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs.map +1 -1
  190. package/commons-commons-core/cash/atto/commons/AttoTransaction.export.d.mts +13 -15
  191. package/commons-commons-core/cash/atto/commons/AttoTransaction.export.mjs +1 -1
  192. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +73 -73
  193. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs.map +1 -1
  194. package/commons-commons-core/cash/atto/commons/AttoValidation.mjs +4 -4
  195. package/commons-commons-core/cash/atto/commons/AttoValidation.mjs.map +1 -1
  196. package/commons-commons-core/cash/atto/commons/AttoVersion.export.d.mts +2 -15
  197. package/commons-commons-core/cash/atto/commons/AttoVersion.export.mjs +1 -8
  198. package/commons-commons-core/cash/atto/commons/AttoVersion.export.mjs.map +1 -1
  199. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +23 -29
  200. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs.map +1 -1
  201. package/commons-commons-core/cash/atto/commons/AttoVote.export.d.mts +12 -14
  202. package/commons-commons-core/cash/atto/commons/AttoVote.export.mjs +1 -1
  203. package/commons-commons-core/cash/atto/commons/AttoVote.mjs +92 -92
  204. package/commons-commons-core/cash/atto/commons/AttoVote.mjs.map +1 -1
  205. package/commons-commons-core/cash/atto/commons/AttoWork.export.d.mts +13 -15
  206. package/commons-commons-core/cash/atto/commons/AttoWork.export.mjs +1 -1
  207. package/commons-commons-core/cash/atto/commons/AttoWork.mjs +40 -40
  208. package/commons-commons-core/cash/atto/commons/AttoWork.mjs.map +1 -1
  209. package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs +25 -24
  210. package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs.map +1 -1
  211. package/commons-commons-core/cash/atto/commons/Extensions.mjs +19 -19
  212. package/commons-commons-core/cash/atto/commons/Extensions.mjs.map +1 -1
  213. package/commons-commons-core/cash/atto/commons/utils/Base32.mjs +19 -19
  214. package/commons-commons-core/cash/atto/commons/utils/Base32.mjs.map +1 -1
  215. package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs +4 -4
  216. package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs.map +1 -1
  217. package/commons-commons-core/cash/atto/commons/utils/SubtleCrypto.mjs.map +1 -1
  218. package/commons-commons-node/cash/atto/commons/node/AttoNodeClient.mjs +1 -1
  219. package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.export.d.mts +6 -7
  220. package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs +343 -299
  221. package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs.map +1 -1
  222. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.d.mts +18 -59
  223. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.mjs +3 -12
  224. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.mjs.map +1 -1
  225. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +170 -187
  226. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
  227. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +22 -22
  228. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -1
  229. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitor.mjs +8 -8
  230. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitor.mjs.map +1 -1
  231. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.export.d.mts +5 -3
  232. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs +36 -36
  233. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs.map +1 -1
  234. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.export.d.mts +5 -3
  235. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs +20 -20
  236. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs.map +1 -1
  237. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs +42 -42
  238. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs.map +1 -1
  239. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.export.d.mts +5 -3
  240. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs +58 -57
  241. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs.map +1 -1
  242. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.export.d.mts +5 -3
  243. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs +4 -4
  244. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs.map +1 -1
  245. package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs +76 -76
  246. package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs.map +1 -1
  247. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitor.mjs +8 -8
  248. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitor.mjs.map +1 -1
  249. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.export.d.mts +5 -3
  250. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs +36 -36
  251. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs.map +1 -1
  252. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.export.d.mts +5 -3
  253. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs +20 -20
  254. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs.map +1 -1
  255. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.export.d.mts +5 -3
  256. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.mjs +11 -11
  257. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.mjs.map +1 -1
  258. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs +432 -432
  259. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs.map +1 -1
  260. package/commons-commons-test/cash/atto/commons/node/AttoMockWorker.mjs +8 -8
  261. package/commons-commons-test/cash/atto/commons/node/AttoMockWorker.mjs.map +1 -1
  262. package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.export.d.mts +5 -3
  263. package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.js.mjs +35 -35
  264. package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.js.mjs.map +1 -1
  265. package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.mjs +27 -27
  266. package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.mjs.map +1 -1
  267. package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.js.export.d.mts +5 -3
  268. package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.js.mjs +17 -17
  269. package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.js.mjs.map +1 -1
  270. package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.mjs +2 -2
  271. package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.mjs.map +1 -1
  272. package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsyncBuilder.js.export.d.mts +5 -3
  273. package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsyncBuilder.js.mjs +34 -34
  274. package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsyncBuilder.js.mjs.map +1 -1
  275. package/commons-commons-test/cash/atto/commons/node/AttoWorkerMock.js.mjs +18 -18
  276. package/commons-commons-test/cash/atto/commons/node/AttoWorkerMock.js.mjs.map +1 -1
  277. package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.js.export.d.mts +5 -3
  278. package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.js.mjs +14 -14
  279. package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.js.mjs.map +1 -1
  280. package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.mjs +2 -2
  281. package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.mjs.map +1 -1
  282. package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsyncBuilder.js.export.d.mts +5 -3
  283. package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsyncBuilder.js.mjs +15 -15
  284. package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsyncBuilder.js.mjs.map +1 -1
  285. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +6 -6
  286. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs.map +1 -1
  287. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.export.d.mts +5 -3
  288. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs +26 -26
  289. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs.map +1 -1
  290. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs +83 -83
  291. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs.map +1 -1
  292. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.js.mjs +1 -1
  293. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.js.mjs.map +1 -1
  294. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.mjs +47 -46
  295. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.mjs.map +1 -1
  296. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +88 -88
  297. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs.map +1 -1
  298. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.export.d.mts +5 -3
  299. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs +21 -21
  300. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs.map +1 -1
  301. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +47 -47
  302. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs.map +1 -1
  303. package/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs +3 -3
  304. package/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs.map +1 -1
  305. package/kotlin-kotlin-stdlib/kotlin/Char.mjs +29 -29
  306. package/kotlin-kotlin-stdlib/kotlin/Char.mjs.map +1 -1
  307. package/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs +29 -29
  308. package/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs.map +1 -1
  309. package/kotlin-kotlin-stdlib/kotlin/Enum.mjs +10 -10
  310. package/kotlin-kotlin-stdlib/kotlin/Enum.mjs.map +1 -1
  311. package/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs +4 -4
  312. package/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs.map +1 -1
  313. package/kotlin-kotlin-stdlib/kotlin/Lazy.mjs +13 -13
  314. package/kotlin-kotlin-stdlib/kotlin/Lazy.mjs.map +1 -1
  315. package/kotlin-kotlin-stdlib/kotlin/Library.mjs +3 -4
  316. package/kotlin-kotlin-stdlib/kotlin/Library.mjs.map +1 -1
  317. package/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs +14 -0
  318. package/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs.map +1 -1
  319. package/kotlin-kotlin-stdlib/kotlin/Primitives.mjs +5 -5
  320. package/kotlin-kotlin-stdlib/kotlin/Primitives.mjs.map +1 -1
  321. package/kotlin-kotlin-stdlib/kotlin/Result.mjs +19 -19
  322. package/kotlin-kotlin-stdlib/kotlin/Result.mjs.map +1 -1
  323. package/kotlin-kotlin-stdlib/kotlin/Standard.mjs +4 -4
  324. package/kotlin-kotlin-stdlib/kotlin/Standard.mjs.map +1 -1
  325. package/kotlin-kotlin-stdlib/kotlin/Tuples.mjs +21 -21
  326. package/kotlin-kotlin-stdlib/kotlin/Tuples.mjs.map +1 -1
  327. package/kotlin-kotlin-stdlib/kotlin/UByte.mjs +16 -16
  328. package/kotlin-kotlin-stdlib/kotlin/UByte.mjs.map +1 -1
  329. package/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs +44 -44
  330. package/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs.map +1 -1
  331. package/kotlin-kotlin-stdlib/kotlin/UInt.mjs +17 -17
  332. package/kotlin-kotlin-stdlib/kotlin/UInt.mjs.map +1 -1
  333. package/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs +44 -44
  334. package/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs.map +1 -1
  335. package/kotlin-kotlin-stdlib/kotlin/ULong.mjs +17 -17
  336. package/kotlin-kotlin-stdlib/kotlin/ULong.mjs.map +1 -1
  337. package/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs +45 -46
  338. package/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs.map +1 -1
  339. package/kotlin-kotlin-stdlib/kotlin/UShort.mjs +17 -17
  340. package/kotlin-kotlin-stdlib/kotlin/UShort.mjs.map +1 -1
  341. package/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs +44 -44
  342. package/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs.map +1 -1
  343. package/kotlin-kotlin-stdlib/kotlin/Unit.mjs +1 -1
  344. package/kotlin-kotlin-stdlib/kotlin/Unit.mjs.map +1 -1
  345. package/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs +7 -7
  346. package/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs.map +1 -1
  347. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs +14 -14
  348. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs.map +1 -1
  349. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs +68 -114
  350. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs.map +1 -1
  351. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs +77 -77
  352. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs.map +1 -1
  353. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +23 -23
  354. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs.map +1 -1
  355. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs +84 -109
  356. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs.map +1 -1
  357. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs +36 -36
  358. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs.map +1 -1
  359. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs +5 -5
  360. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs.map +1 -1
  361. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs +12 -12
  362. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs.map +1 -1
  363. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs +243 -272
  364. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs.map +1 -1
  365. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayFunctions.mjs +2 -2
  366. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayFunctions.mjs.map +1 -1
  367. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs +75 -81
  368. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs.map +1 -1
  369. package/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs +1 -1
  370. package/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs.map +1 -1
  371. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.d.mts +2 -33
  372. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.mjs +3 -9
  373. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.mjs.map +1 -1
  374. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +20 -44
  375. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs.map +1 -1
  376. package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +71 -108
  377. package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs.map +1 -1
  378. package/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs +38 -38
  379. package/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs.map +1 -1
  380. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +71 -71
  381. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs.map +1 -1
  382. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs +50 -50
  383. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs.map +1 -1
  384. package/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs +29 -29
  385. package/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs.map +1 -1
  386. package/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs +7 -7
  387. package/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs.map +1 -1
  388. package/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs +243 -243
  389. package/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs.map +1 -1
  390. package/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs +5 -5
  391. package/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs.map +1 -1
  392. package/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs +10 -10
  393. package/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs.map +1 -1
  394. package/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs +8 -8
  395. package/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs.map +1 -1
  396. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs +19 -19
  397. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs.map +1 -1
  398. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs +11 -11
  399. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs.map +1 -1
  400. package/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs +4 -4
  401. package/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs.map +1 -1
  402. package/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +41 -41
  403. package/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs.map +1 -1
  404. package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs +15 -15
  405. package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs.map +1 -1
  406. package/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs +6 -6
  407. package/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs.map +1 -1
  408. package/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs +21 -21
  409. package/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs.map +1 -1
  410. package/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs +2 -2
  411. package/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs.map +1 -1
  412. package/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs +15 -42
  413. package/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs.map +1 -1
  414. package/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs +16 -20
  415. package/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs.map +1 -1
  416. package/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs +115 -118
  417. package/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs.map +1 -1
  418. package/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs +5 -5
  419. package/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs.map +1 -1
  420. package/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs +14 -14
  421. package/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs.map +1 -1
  422. package/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs +13 -13
  423. package/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs.map +1 -1
  424. package/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs +34 -34
  425. package/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs.map +1 -1
  426. package/kotlin-kotlin-stdlib/kotlin/collections/collectionsHacks.mjs.map +1 -1
  427. package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs +22 -117
  428. package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs.map +1 -1
  429. package/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs +2 -2
  430. package/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs.map +1 -1
  431. package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs +4 -4
  432. package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs.map +1 -1
  433. package/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs +5 -5
  434. package/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs.map +1 -1
  435. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs +8 -8
  436. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs.map +1 -1
  437. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs +41 -41
  438. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs.map +1 -1
  439. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs +7 -7
  440. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs.map +1 -1
  441. package/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs +54 -61
  442. package/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs.map +1 -1
  443. package/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs +13 -13
  444. package/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs.map +1 -1
  445. package/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs +22 -22
  446. package/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs.map +1 -1
  447. package/kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs +8 -8
  448. package/kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs.map +1 -1
  449. package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs +3 -3
  450. package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs.map +1 -1
  451. package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs +26 -44
  452. package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs.map +1 -1
  453. package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs +15 -34
  454. package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs.map +1 -1
  455. package/kotlin-kotlin-stdlib/kotlin/exceptions.mjs +188 -188
  456. package/kotlin-kotlin-stdlib/kotlin/exceptions.mjs.map +1 -1
  457. package/kotlin-kotlin-stdlib/kotlin/hacks.mjs +5 -10
  458. package/kotlin-kotlin-stdlib/kotlin/hacks.mjs.map +1 -1
  459. package/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs +4 -4
  460. package/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs.map +1 -1
  461. package/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs +15 -0
  462. package/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs.map +1 -0
  463. package/kotlin-kotlin-stdlib/kotlin/internal/progressionUtil.mjs +1 -1
  464. package/kotlin-kotlin-stdlib/kotlin/internal/progressionUtil.mjs.map +1 -1
  465. package/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs +1 -1
  466. package/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs.map +1 -1
  467. package/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs +1 -1
  468. package/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs.map +1 -1
  469. package/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs +11 -20
  470. package/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs.map +1 -1
  471. package/kotlin-kotlin-stdlib/kotlin/js/bitUtils.mjs.map +1 -1
  472. package/kotlin-kotlin-stdlib/kotlin/js/charSequenceJs.mjs.map +1 -1
  473. package/kotlin-kotlin-stdlib/kotlin/js/compareTo.mjs.map +1 -1
  474. package/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs +3 -3
  475. package/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs.map +1 -1
  476. package/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs +1 -1
  477. package/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs.map +1 -1
  478. package/kotlin-kotlin-stdlib/kotlin/js/internal/BigInt.mjs.map +1 -1
  479. package/kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs +110 -100
  480. package/kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs.map +1 -1
  481. package/kotlin-kotlin-stdlib/kotlin/js/internal/longAsBigInt/longAsBigInt.mjs +48 -0
  482. package/kotlin-kotlin-stdlib/kotlin/js/internal/longAsBigInt/longAsBigInt.mjs.map +1 -1
  483. package/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs +33 -33
  484. package/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs.map +1 -1
  485. package/kotlin-kotlin-stdlib/kotlin/js/json.mjs +3 -3
  486. package/kotlin-kotlin-stdlib/kotlin/js/json.mjs.map +1 -1
  487. package/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs +1 -1
  488. package/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs.map +1 -1
  489. package/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs +2 -2
  490. package/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs.map +1 -1
  491. package/kotlin-kotlin-stdlib/kotlin/js/rangeTo.mjs.map +1 -1
  492. package/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs +1 -2
  493. package/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs.map +1 -1
  494. package/kotlin-kotlin-stdlib/kotlin/js/regexp.mjs.map +1 -1
  495. package/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs +0 -4
  496. package/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs.map +1 -1
  497. package/kotlin-kotlin-stdlib/kotlin/js/void.mjs.map +1 -1
  498. package/kotlin-kotlin-stdlib/kotlin/kotlin.mjs +1 -1
  499. package/kotlin-kotlin-stdlib/kotlin/kotlin.mjs.map +1 -1
  500. package/kotlin-kotlin-stdlib/kotlin/math/math.mjs +17 -5
  501. package/kotlin-kotlin-stdlib/kotlin/math/math.mjs.map +1 -1
  502. package/kotlin-kotlin-stdlib/kotlin/random/PlatformRandom.mjs.map +1 -1
  503. package/kotlin-kotlin-stdlib/kotlin/random/Random.mjs +32 -32
  504. package/kotlin-kotlin-stdlib/kotlin/random/Random.mjs.map +1 -1
  505. package/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs +25 -25
  506. package/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs.map +1 -1
  507. package/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs +39 -39
  508. package/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs.map +1 -1
  509. package/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs +30 -30
  510. package/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs.map +1 -1
  511. package/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs +32 -32
  512. package/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs.map +1 -1
  513. package/kotlin-kotlin-stdlib/kotlin/ranges/Range.mjs +1 -1
  514. package/kotlin-kotlin-stdlib/kotlin/ranges/Range.mjs.map +1 -1
  515. package/kotlin-kotlin-stdlib/kotlin/ranges/Ranges.mjs +1 -1
  516. package/kotlin-kotlin-stdlib/kotlin/ranges/Ranges.mjs.map +1 -1
  517. package/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs +18 -10
  518. package/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs.map +1 -1
  519. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs +123 -0
  520. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs.map +1 -0
  521. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameterBase.mjs +63 -0
  522. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameterBase.mjs.map +1 -0
  523. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs +21 -21
  524. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs.map +1 -1
  525. package/kotlin-kotlin-stdlib/kotlin/reflect/KVariance.mjs +4 -4
  526. package/kotlin-kotlin-stdlib/kotlin/reflect/KVariance.mjs.map +1 -1
  527. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs +57 -54
  528. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs.map +1 -1
  529. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs +7 -7
  530. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs.map +1 -1
  531. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs +16 -41
  532. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs.map +1 -1
  533. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs +27 -38
  534. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs.map +1 -1
  535. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs +6 -3
  536. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs.map +1 -1
  537. package/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs +43 -43
  538. package/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs.map +1 -1
  539. package/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs +34 -34
  540. package/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs.map +1 -1
  541. package/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs +12 -12
  542. package/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs.map +1 -1
  543. package/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs +5 -5
  544. package/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs.map +1 -1
  545. package/kotlin-kotlin-stdlib/kotlin/text/Char.mjs +2 -2
  546. package/kotlin-kotlin-stdlib/kotlin/text/Char.mjs.map +1 -1
  547. package/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs +6 -6
  548. package/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs.map +1 -1
  549. package/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs +36 -179
  550. package/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs.map +1 -1
  551. package/kotlin-kotlin-stdlib/kotlin/text/HexFormat.mjs +63 -63
  552. package/kotlin-kotlin-stdlib/kotlin/text/HexFormat.mjs.map +1 -1
  553. package/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs +26 -26
  554. package/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs.map +1 -1
  555. package/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs +47 -47
  556. package/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs.map +1 -1
  557. package/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs +4 -4
  558. package/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs.map +1 -1
  559. package/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs +111 -111
  560. package/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs.map +1 -1
  561. package/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs +11 -11
  562. package/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs.map +1 -1
  563. package/kotlin-kotlin-stdlib/kotlin/text/_CharCategories.mjs +1 -1
  564. package/kotlin-kotlin-stdlib/kotlin/text/_CharCategories.mjs.map +1 -1
  565. package/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs +4 -4
  566. package/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs.map +1 -1
  567. package/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs +9 -9
  568. package/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs.map +1 -1
  569. package/kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs +10 -10
  570. package/kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs.map +1 -1
  571. package/kotlin-kotlin-stdlib/kotlin/text/_WhitespaceChars.mjs +1 -1
  572. package/kotlin-kotlin-stdlib/kotlin/text/_WhitespaceChars.mjs.map +1 -1
  573. package/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs +3 -3
  574. package/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs.map +1 -1
  575. package/kotlin-kotlin-stdlib/kotlin/text/numberConversions.mjs +5 -5
  576. package/kotlin-kotlin-stdlib/kotlin/text/numberConversions.mjs.map +1 -1
  577. package/kotlin-kotlin-stdlib/kotlin/text/regex.mjs +22 -22
  578. package/kotlin-kotlin-stdlib/kotlin/text/regex.mjs.map +1 -1
  579. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +23 -23
  580. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  581. package/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs +7 -7
  582. package/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs.map +1 -1
  583. package/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs +16 -16
  584. package/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs.map +1 -1
  585. package/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs +33 -37
  586. package/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs.map +1 -1
  587. package/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs +2 -2
  588. package/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs.map +1 -1
  589. package/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs +917 -343
  590. package/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs.map +1 -1
  591. package/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs +32 -55
  592. package/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs.map +1 -1
  593. package/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs +15 -20
  594. package/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs.map +1 -1
  595. package/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs +119 -121
  596. package/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs.map +1 -1
  597. package/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs +2 -2
  598. package/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs.map +1 -1
  599. package/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs +35 -43
  600. package/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs.map +1 -1
  601. package/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs +268 -20
  602. package/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs.map +1 -1
  603. package/kotlin-kotlin-stdlib/noPackageHacks.mjs +1 -1
  604. package/kotlin-kotlin-stdlib/noPackageHacks.mjs.map +1 -1
  605. package/kotlin-kotlin-stdlib/reflectionJs.mjs +2 -2
  606. package/kotlin-kotlin-stdlib/reflectionJs.mjs.map +1 -1
  607. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +5 -5
  608. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs.map +1 -1
  609. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +9 -9
  610. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs.map +1 -1
  611. package/kotlinx-atomicfu/kotlinx/atomicfu/Trace.common.mjs +1 -1
  612. package/kotlinx-atomicfu/kotlinx/atomicfu/Trace.common.mjs.map +1 -1
  613. package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +29 -29
  614. package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs.map +1 -1
  615. package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +18 -18
  616. package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs.map +1 -1
  617. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +9 -9
  618. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -1
  619. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +184 -184
  620. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
  621. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +11 -11
  622. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs.map +1 -1
  623. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +16 -16
  624. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs.map +1 -1
  625. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +8 -8
  626. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs.map +1 -1
  627. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +10 -10
  628. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs.map +1 -1
  629. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +6 -6
  630. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs.map +1 -1
  631. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
  632. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs.map +1 -1
  633. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +12 -12
  634. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs.map +1 -1
  635. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +7 -7
  636. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs.map +1 -1
  637. package/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs +1 -1
  638. package/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs.map +1 -1
  639. package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +7 -7
  640. package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
  641. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +56 -56
  642. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs.map +1 -1
  643. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +20 -20
  644. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs.map +1 -1
  645. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +33 -33
  646. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs.map +1 -1
  647. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +2 -2
  648. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs.map +1 -1
  649. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +6 -6
  650. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs.map +1 -1
  651. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +8 -8
  652. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs.map +1 -1
  653. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +102 -124
  654. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
  655. package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +23 -23
  656. package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
  657. package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +371 -373
  658. package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
  659. package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +6 -6
  660. package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs.map +1 -1
  661. package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +14 -14
  662. package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs.map +1 -1
  663. package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs +1 -1
  664. package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs.map +1 -1
  665. package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +9 -9
  666. package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs.map +1 -1
  667. package/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs +1 -1
  668. package/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs.map +1 -1
  669. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs +4 -4
  670. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs.map +1 -1
  671. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +514 -514
  672. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
  673. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +44 -44
  674. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs.map +1 -1
  675. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +22 -22
  676. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs.map +1 -1
  677. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +1 -1
  678. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs.map +1 -1
  679. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +29 -28
  680. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs.map +1 -1
  681. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +23 -23
  682. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs.map +1 -1
  683. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +39 -36
  684. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs.map +1 -1
  685. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +6 -6
  686. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs.map +1 -1
  687. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +3 -3
  688. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs.map +1 -1
  689. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +1 -1
  690. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs.map +1 -1
  691. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Merge.mjs.map +1 -1
  692. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +23 -22
  693. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
  694. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +12 -12
  695. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs.map +1 -1
  696. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +47 -47
  697. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs.map +1 -1
  698. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs +57 -56
  699. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs.map +1 -1
  700. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +28 -28
  701. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs.map +1 -1
  702. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +156 -155
  703. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs.map +1 -1
  704. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
  705. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs.map +1 -1
  706. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +8 -8
  707. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs.map +1 -1
  708. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs +44 -44
  709. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs.map +1 -1
  710. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs.map +1 -1
  711. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +10 -10
  712. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs.map +1 -1
  713. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +11 -11
  714. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs.map +1 -1
  715. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
  716. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs.map +1 -1
  717. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs +2 -2
  718. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs.map +1 -1
  719. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs +12 -12
  720. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs.map +1 -1
  721. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +53 -53
  722. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs.map +1 -1
  723. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +6 -6
  724. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs.map +1 -1
  725. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +4 -4
  726. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs.map +1 -1
  727. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +85 -85
  728. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -1
  729. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs +7 -7
  730. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs.map +1 -1
  731. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs +40 -40
  732. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs.map +1 -1
  733. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +24 -24
  734. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs.map +1 -1
  735. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs +82 -82
  736. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs.map +1 -1
  737. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs +10 -10
  738. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs.map +1 -1
  739. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +5 -5
  740. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs.map +1 -1
  741. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +11 -11
  742. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs.map +1 -1
  743. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/StackTraceRecovery.mjs.map +1 -1
  744. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
  745. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs.map +1 -1
  746. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs +2 -2
  747. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs.map +1 -1
  748. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.mjs.map +1 -1
  749. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadContext.mjs.map +1 -1
  750. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +5 -5
  751. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs.map +1 -1
  752. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +5 -5
  753. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs.map +1 -1
  754. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +15 -15
  755. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs.map +1 -1
  756. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +25 -25
  757. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs.map +1 -1
  758. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs +59 -59
  759. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs.map +1 -1
  760. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +73 -73
  761. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs.map +1 -1
  762. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +56 -56
  763. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs.map +1 -1
  764. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +4 -4
  765. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs.map +1 -1
  766. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +14 -14
  767. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs.map +1 -1
  768. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs +4 -4
  769. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs.map +1 -1
  770. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +231 -231
  771. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs.map +1 -1
  772. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +25 -25
  773. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs.map +1 -1
  774. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +2 -2
  775. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs.map +1 -1
  776. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Core.mjs.map +1 -1
  777. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +25 -25
  778. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs.map +1 -1
  779. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +61 -61
  780. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs.map +1 -1
  781. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +168 -168
  782. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs.map +1 -1
  783. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +9 -9
  784. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs.map +1 -1
  785. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +4 -4
  786. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs.map +1 -1
  787. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +8 -8
  788. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs.map +1 -1
  789. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +22 -22
  790. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs.map +1 -1
  791. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +69 -69
  792. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs.map +1 -1
  793. package/kotlinx-io-kotlinx-io-core/kotlinx/io/UtilsJs.mjs.map +1 -1
  794. package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs +3 -3
  795. package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs.map +1 -1
  796. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +13 -13
  797. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs.map +1 -1
  798. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +25 -25
  799. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs.map +1 -1
  800. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs +64 -64
  801. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs.map +1 -1
  802. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +28 -21
  803. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs.map +1 -1
  804. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +38 -38
  805. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs.map +1 -1
  806. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +8 -8
  807. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs.map +1 -1
  808. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
  809. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs.map +1 -1
  810. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs +31 -31
  811. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs.map +1 -1
  812. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +33 -33
  813. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs.map +1 -1
  814. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +24 -24
  815. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs.map +1 -1
  816. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +79 -79
  817. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -1
  818. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs +18 -18
  819. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs.map +1 -1
  820. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +57 -57
  821. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs.map +1 -1
  822. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +67 -67
  823. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs.map +1 -1
  824. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +3 -3
  825. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs.map +1 -1
  826. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +2 -2
  827. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs.map +1 -1
  828. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +31 -31
  829. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs.map +1 -1
  830. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +48 -48
  831. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs.map +1 -1
  832. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +68 -68
  833. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs.map +1 -1
  834. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +276 -276
  835. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs.map +1 -1
  836. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +24 -25
  837. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs.map +1 -1
  838. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +42 -42
  839. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs.map +1 -1
  840. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +19 -19
  841. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs.map +1 -1
  842. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/JsonInternalDependencies.mjs.map +1 -1
  843. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +20 -20
  844. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs.map +1 -1
  845. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +19 -19
  846. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs.map +1 -1
  847. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +44 -44
  848. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs.map +1 -1
  849. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +23 -23
  850. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs.map +1 -1
  851. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +15 -15
  852. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs.map +1 -1
  853. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +36 -35
  854. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs.map +1 -1
  855. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +5 -5
  856. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs.map +1 -1
  857. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +86 -86
  858. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs.map +1 -1
  859. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginHelperInterfaces.mjs.map +1 -1
  860. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +503 -504
  861. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs.map +1 -1
  862. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +140 -140
  863. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs.map +1 -1
  864. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +109 -109
  865. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs.map +1 -1
  866. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +99 -100
  867. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs.map +1 -1
  868. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +64 -64
  869. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs.map +1 -1
  870. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +55 -55
  871. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs.map +1 -1
  872. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleBuilders.mjs.map +1 -1
  873. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
  874. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs.map +1 -1
  875. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +53 -53
  876. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs.map +1 -1
  877. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +21 -21
  878. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs.map +1 -1
  879. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +94 -116
  880. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs.map +1 -1
  881. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +168 -168
  882. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs.map +1 -1
  883. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
  884. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs.map +1 -1
  885. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +186 -186
  886. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs.map +1 -1
  887. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +27 -27
  888. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs.map +1 -1
  889. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +81 -81
  890. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs.map +1 -1
  891. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +9 -9
  892. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs.map +1 -1
  893. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +14 -14
  894. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs.map +1 -1
  895. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +43 -43
  896. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs.map +1 -1
  897. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +51 -51
  898. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs.map +1 -1
  899. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +24 -24
  900. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs.map +1 -1
  901. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +4 -4
  902. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs.map +1 -1
  903. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +13 -13
  904. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs.map +1 -1
  905. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +71 -71
  906. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs.map +1 -1
  907. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +13 -13
  908. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs.map +1 -1
  909. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +13 -13
  910. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs.map +1 -1
  911. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +188 -188
  912. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs.map +1 -1
  913. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +151 -151
  914. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs.map +1 -1
  915. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +54 -54
  916. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs.map +1 -1
  917. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs +10 -10
  918. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs.map +1 -1
  919. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +275 -275
  920. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs.map +1 -1
  921. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +17 -17
  922. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs.map +1 -1
  923. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs +1 -1
  924. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs.map +1 -1
  925. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +126 -127
  926. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs.map +1 -1
  927. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/DefaultIgnoredTypesJs.mjs +1 -1
  928. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/DefaultIgnoredTypesJs.mjs.map +1 -1
  929. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +6 -6
  930. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs.map +1 -1
  931. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +84 -84
  932. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs.map +1 -1
  933. package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +49 -49
  934. package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs.map +1 -1
  935. package/ktor-ktor-client-core/io/ktor/client/HttpClientJs.mjs +6 -6
  936. package/ktor-ktor-client-core/io/ktor/client/HttpClientJs.mjs.map +1 -1
  937. package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +2 -2
  938. package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs.map +1 -1
  939. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +43 -43
  940. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs.map +1 -1
  941. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +61 -61
  942. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs.map +1 -1
  943. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +53 -53
  944. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs.map +1 -1
  945. package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +3 -3
  946. package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs.map +1 -1
  947. package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +26 -26
  948. package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs.map +1 -1
  949. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +72 -72
  950. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs.map +1 -1
  951. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +30 -30
  952. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs.map +1 -1
  953. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs +3 -3
  954. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs.map +1 -1
  955. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
  956. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs.map +1 -1
  957. package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +15 -15
  958. package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs.map +1 -1
  959. package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +34 -34
  960. package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs.map +1 -1
  961. package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +9 -9
  962. package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs.map +1 -1
  963. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +63 -63
  964. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -1
  965. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +22 -22
  966. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs.map +1 -1
  967. package/ktor-ktor-client-core/io/ktor/client/engine/js/ReadableStream.mjs.map +1 -1
  968. package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +20 -20
  969. package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs.map +1 -1
  970. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +14 -14
  971. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs.map +1 -1
  972. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +43 -43
  973. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs.map +1 -1
  974. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +43 -43
  975. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs.map +1 -1
  976. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +89 -89
  977. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs.map +1 -1
  978. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransformJs.mjs.map +1 -1
  979. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +97 -96
  980. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs.map +1 -1
  981. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +3 -3
  982. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs.map +1 -1
  983. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +98 -98
  984. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs.map +1 -1
  985. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +39 -39
  986. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs.map +1 -1
  987. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +35 -35
  988. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs.map +1 -1
  989. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +143 -144
  990. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs.map +1 -1
  991. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +63 -63
  992. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs.map +1 -1
  993. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +89 -89
  994. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs.map +1 -1
  995. package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +31 -31
  996. package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs.map +1 -1
  997. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
  998. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs.map +1 -1
  999. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +17 -17
  1000. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs.map +1 -1
  1001. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +15 -15
  1002. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs.map +1 -1
  1003. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +33 -33
  1004. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs.map +1 -1
  1005. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +17 -17
  1006. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs.map +1 -1
  1007. package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +46 -46
  1008. package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs.map +1 -1
  1009. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +4 -4
  1010. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs.map +1 -1
  1011. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSE.mjs +1 -1
  1012. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSE.mjs.map +1 -1
  1013. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +57 -57
  1014. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs.map +1 -1
  1015. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +6 -6
  1016. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs.map +1 -1
  1017. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +18 -18
  1018. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs.map +1 -1
  1019. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +64 -64
  1020. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs.map +1 -1
  1021. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +20 -20
  1022. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs.map +1 -1
  1023. package/ktor-ktor-client-core/io/ktor/client/request/RequestBody.mjs.map +1 -1
  1024. package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +2 -2
  1025. package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs.map +1 -1
  1026. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +26 -26
  1027. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs.map +1 -1
  1028. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +11 -12
  1029. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs.map +1 -1
  1030. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +29 -29
  1031. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs.map +1 -1
  1032. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +24 -24
  1033. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs.map +1 -1
  1034. package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +21 -21
  1035. package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs.map +1 -1
  1036. package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
  1037. package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs.map +1 -1
  1038. package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +4 -4
  1039. package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs.map +1 -1
  1040. package/ktor-ktor-client-core/io/ktor/client/utils/ExceptionUtils.nonJvm.mjs.map +1 -1
  1041. package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +11 -11
  1042. package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs.map +1 -1
  1043. package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +2 -2
  1044. package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs.map +1 -1
  1045. package/ktor-ktor-events/io/ktor/events/Events.mjs +7 -7
  1046. package/ktor-ktor-events/io/ktor/events/Events.mjs.map +1 -1
  1047. package/ktor-ktor-http/io/ktor/http/Codecs.mjs +64 -64
  1048. package/ktor-ktor-http/io/ktor/http/Codecs.mjs.map +1 -1
  1049. package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +110 -110
  1050. package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs.map +1 -1
  1051. package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +38 -38
  1052. package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs.map +1 -1
  1053. package/ktor-ktor-http/io/ktor/http/Headers.mjs +21 -21
  1054. package/ktor-ktor-http/io/ktor/http/Headers.mjs.map +1 -1
  1055. package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +65 -65
  1056. package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs.map +1 -1
  1057. package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +124 -124
  1058. package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs.map +1 -1
  1059. package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +8 -8
  1060. package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs.map +1 -1
  1061. package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +15 -15
  1062. package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs.map +1 -1
  1063. package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +17 -17
  1064. package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs.map +1 -1
  1065. package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +73 -73
  1066. package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs.map +1 -1
  1067. package/ktor-ktor-http/io/ktor/http/Parameters.mjs +14 -14
  1068. package/ktor-ktor-http/io/ktor/http/Parameters.mjs.map +1 -1
  1069. package/ktor-ktor-http/io/ktor/http/Query.mjs +7 -7
  1070. package/ktor-ktor-http/io/ktor/http/Query.mjs.map +1 -1
  1071. package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +94 -94
  1072. package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs.map +1 -1
  1073. package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +2 -2
  1074. package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs.map +1 -1
  1075. package/ktor-ktor-http/io/ktor/http/URLParser.mjs +44 -44
  1076. package/ktor-ktor-http/io/ktor/http/URLParser.mjs.map +1 -1
  1077. package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +28 -28
  1078. package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs.map +1 -1
  1079. package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +40 -40
  1080. package/ktor-ktor-http/io/ktor/http/URLUtils.mjs.map +1 -1
  1081. package/ktor-ktor-http/io/ktor/http/Url.mjs +83 -83
  1082. package/ktor-ktor-http/io/ktor/http/Url.mjs.map +1 -1
  1083. package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +57 -57
  1084. package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs.map +1 -1
  1085. package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
  1086. package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs.map +1 -1
  1087. package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +10 -10
  1088. package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs.map +1 -1
  1089. package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +13 -13
  1090. package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs.map +1 -1
  1091. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +5 -5
  1092. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs.map +1 -1
  1093. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +104 -104
  1094. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs.map +1 -1
  1095. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +48 -49
  1096. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs.map +1 -1
  1097. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +65 -65
  1098. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs.map +1 -1
  1099. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +57 -57
  1100. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs.map +1 -1
  1101. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +94 -94
  1102. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs.map +1 -1
  1103. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
  1104. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs.map +1 -1
  1105. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPoolJs.mjs.map +1 -1
  1106. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +22 -22
  1107. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs.map +1 -1
  1108. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
  1109. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs.map +1 -1
  1110. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
  1111. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs.map +1 -1
  1112. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +2 -2
  1113. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs.map +1 -1
  1114. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.jsAndWasmShared.mjs.map +1 -1
  1115. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +133 -133
  1116. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -1
  1117. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +2 -2
  1118. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs.map +1 -1
  1119. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +58 -58
  1120. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs.map +1 -1
  1121. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +15 -15
  1122. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs.map +1 -1
  1123. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +83 -89
  1124. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs.map +1 -1
  1125. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +4 -4
  1126. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs.map +1 -1
  1127. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +47 -49
  1128. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs.map +1 -1
  1129. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
  1130. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs.map +1 -1
  1131. package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +24 -24
  1132. package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs.map +1 -1
  1133. package/ktor-ktor-io/io/ktor/utils/io/Deprecation.mjs.map +1 -1
  1134. package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
  1135. package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs.map +1 -1
  1136. package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs +2 -2
  1137. package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs.map +1 -1
  1138. package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +25 -25
  1139. package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs.map +1 -1
  1140. package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +20 -20
  1141. package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs.map +1 -1
  1142. package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +43 -43
  1143. package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs.map +1 -1
  1144. package/ktor-ktor-io/io/ktor/utils/io/charsets/Decoder.js.mjs.map +1 -1
  1145. package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +7 -7
  1146. package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs.map +1 -1
  1147. package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +4 -4
  1148. package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs.map +1 -1
  1149. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +4 -4
  1150. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs.map +1 -1
  1151. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +9 -9
  1152. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs.map +1 -1
  1153. package/ktor-ktor-io/io/ktor/utils/io/charsets/Win1252Table.mjs.map +1 -1
  1154. package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
  1155. package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs.map +1 -1
  1156. package/ktor-ktor-io/io/ktor/utils/io/core/Buffers.mjs +1 -1
  1157. package/ktor-ktor-io/io/ktor/utils/io/core/Buffers.mjs.map +1 -1
  1158. package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +2 -2
  1159. package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs.map +1 -1
  1160. package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +5 -5
  1161. package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs.map +1 -1
  1162. package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
  1163. package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs.map +1 -1
  1164. package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +11 -11
  1165. package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs.map +1 -1
  1166. package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
  1167. package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs.map +1 -1
  1168. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +30 -30
  1169. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs.map +1 -1
  1170. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +5 -5
  1171. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs.map +1 -1
  1172. package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +6 -6
  1173. package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs.map +1 -1
  1174. package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +51 -51
  1175. package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs.map +1 -1
  1176. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +7 -7
  1177. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs.map +1 -1
  1178. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/ExtensionsJs.mjs.map +1 -1
  1179. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +95 -95
  1180. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs.map +1 -1
  1181. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +37 -37
  1182. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs.map +1 -1
  1183. package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +9 -9
  1184. package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs.map +1 -1
  1185. package/ktor-ktor-server-core/io/ktor/server/engine/ShutdownHook.jsAndWasmShared.mjs.map +1 -1
  1186. package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +19 -19
  1187. package/ktor-ktor-utils/io/ktor/util/Attributes.mjs.map +1 -1
  1188. package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +16 -16
  1189. package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs.map +1 -1
  1190. package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +57 -57
  1191. package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs.map +1 -1
  1192. package/ktor-ktor-utils/io/ktor/util/Charset.mjs +1 -1
  1193. package/ktor-ktor-utils/io/ktor/util/Charset.mjs.map +1 -1
  1194. package/ktor-ktor-utils/io/ktor/util/Collections.mjs.map +1 -1
  1195. package/ktor-ktor-utils/io/ktor/util/CollectionsJs.mjs.map +1 -1
  1196. package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +4 -4
  1197. package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs.map +1 -1
  1198. package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +59 -59
  1199. package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs.map +1 -1
  1200. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs +3 -3
  1201. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs.map +1 -1
  1202. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +20 -20
  1203. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs.map +1 -1
  1204. package/ktor-ktor-utils/io/ktor/util/PlatformUtilsJs.mjs.map +1 -1
  1205. package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +116 -116
  1206. package/ktor-ktor-utils/io/ktor/util/StringValues.mjs.map +1 -1
  1207. package/ktor-ktor-utils/io/ktor/util/Text.mjs +15 -15
  1208. package/ktor-ktor-utils/io/ktor/util/Text.mjs.map +1 -1
  1209. package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
  1210. package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs.map +1 -1
  1211. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +115 -115
  1212. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs.map +1 -1
  1213. package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +8 -8
  1214. package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs.map +1 -1
  1215. package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +9 -9
  1216. package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs.map +1 -1
  1217. package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +24 -24
  1218. package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs.map +1 -1
  1219. package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +6 -6
  1220. package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs.map +1 -1
  1221. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +31 -31
  1222. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs.map +1 -1
  1223. package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +31 -31
  1224. package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs.map +1 -1
  1225. package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +68 -68
  1226. package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs.map +1 -1
  1227. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.js.mjs.map +1 -1
  1228. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
  1229. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs.map +1 -1
  1230. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineJs.mjs.map +1 -1
  1231. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +4 -4
  1232. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs.map +1 -1
  1233. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +3 -3
  1234. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs.map +1 -1
  1235. package/ktor-ktor-utils/io/ktor/util/pipeline/StackTraceRecover.mjs.map +1 -1
  1236. package/ktor-ktor-utils/io/ktor/util/pipeline/StackTraceRecoverJs.mjs.map +1 -1
  1237. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +67 -67
  1238. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs.map +1 -1
  1239. package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
  1240. package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs.map +1 -1
  1241. package/ktor-ktor-utils/io/ktor/util/reflect/TypeInfoJs.mjs +1 -1
  1242. package/ktor-ktor-utils/io/ktor/util/reflect/TypeInfoJs.mjs.map +1 -1
  1243. package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +25 -25
  1244. package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs.map +1 -1
  1245. package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +3 -3
  1246. package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs.map +1 -1
  1247. package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +36 -36
  1248. package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs.map +1 -1
  1249. package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +21 -21
  1250. package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs.map +1 -1
  1251. package/package.json +2 -2
  1252. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeImpl.mjs +0 -80
  1253. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeImpl.mjs.map +0 -1
  1254. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +0 -43
  1255. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs.map +0 -1
@@ -28,13 +28,13 @@ import {
28
28
  hashCodeq5arwsb9dgti as hashCode,
29
29
  equals2au1ep9vhcato as equals,
30
30
  } from '../../../kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs';
31
- import { Unit_instance1fbcbse1fwigr as Unit_instance } from '../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
31
+ import { Unit_instance28fytmsmm6r23 as Unit_instance } from '../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
32
32
  import { CompletionHandlerException1h8udyjlr1wky as CompletionHandlerException } from './Exceptions.common.mjs';
33
33
  import { handleCoroutineExceptionv1m1bdk4j2te as handleCoroutineException } from './CoroutineExceptionHandler.mjs';
34
34
  import {
35
- Key_instance2tirv2rj82ml4 as Key_instance,
35
+ Key_instance17dpgmdbeabno as Key_instance,
36
36
  invokeOnCompletion3npqdfp2wzhn6 as invokeOnCompletion,
37
- NonDisposableHandle_instance3k5b81ogrgecy as NonDisposableHandle_instance,
37
+ NonDisposableHandle_instance24m7p1dk8gx40 as NonDisposableHandle_instance,
38
38
  } from './Job.mjs';
39
39
  import { Segmentqmq1glevgieu as Segment } from './internal/ConcurrentLinkedList.mjs';
40
40
  import { toString30pk9tzaqopn as toString_0 } from '../../../kotlin-kotlin-stdlib/kotlin/Library.mjs';
@@ -67,13 +67,13 @@ function UserSupplied() {
67
67
  if (UserSuppliedClass === VOID) {
68
68
  class $ {
69
69
  constructor(handler) {
70
- this.j1t_1 = handler;
70
+ this.r1t_1 = handler;
71
71
  }
72
- z1s(cause) {
73
- this.j1t_1(cause);
72
+ h1t(cause) {
73
+ this.r1t_1(cause);
74
74
  }
75
75
  toString() {
76
- return 'CancelHandler.UserSupplied[' + get_classSimpleName(this.j1t_1) + '@' + get_hexAddress(this) + ']';
76
+ return 'CancelHandler.UserSupplied[' + get_classSimpleName(this.r1t_1) + '@' + get_hexAddress(this) + ']';
77
77
  }
78
78
  }
79
79
  initMetadataForClass($, 'UserSupplied', VOID, VOID, [CancelHandler()]);
@@ -91,10 +91,10 @@ function CancelHandler() {
91
91
  return CancelHandlerClass;
92
92
  }
93
93
  function _get_parentHandle__f8dcex($this) {
94
- return $this.w1s_1.kotlinx$atomicfu$value;
94
+ return $this.e1t_1.kotlinx$atomicfu$value;
95
95
  }
96
96
  function _get_stateDebugRepresentation__bf18u4($this) {
97
- var tmp0_subject = $this.o1q();
97
+ var tmp0_subject = $this.w1q();
98
98
  var tmp;
99
99
  if (!(tmp0_subject == null) ? isInterface(tmp0_subject, NotCompleted()) : false) {
100
100
  tmp = 'Active';
@@ -109,9 +109,9 @@ function _get_stateDebugRepresentation__bf18u4($this) {
109
109
  }
110
110
  function isReusable($this) {
111
111
  var tmp;
112
- if (get_isReusableMode($this.l1t_1)) {
113
- var tmp_0 = $this.s1s_1;
114
- tmp = (tmp_0 instanceof DispatchedContinuation() ? tmp_0 : THROW_CCE()).k1t();
112
+ if (get_isReusableMode($this.t1t_1)) {
113
+ var tmp_0 = $this.a1t_1;
114
+ tmp = (tmp_0 instanceof DispatchedContinuation() ? tmp_0 : THROW_CCE()).s1t();
115
115
  } else {
116
116
  tmp = false;
117
117
  }
@@ -120,25 +120,25 @@ function isReusable($this) {
120
120
  function cancelLater($this, cause) {
121
121
  if (!isReusable($this))
122
122
  return false;
123
- var tmp = $this.s1s_1;
123
+ var tmp = $this.a1t_1;
124
124
  var dispatched = tmp instanceof DispatchedContinuation() ? tmp : THROW_CCE();
125
- return dispatched.m1t(cause);
125
+ return dispatched.u1t(cause);
126
126
  }
127
127
  function callSegmentOnCancellation($this, segment, cause) {
128
128
  // Inline function 'kotlinx.coroutines.index' call
129
- var index = $this.u1s_1.kotlinx$atomicfu$value & 536870911;
129
+ var index = $this.c1t_1.kotlinx$atomicfu$value & 536870911;
130
130
  // Inline function 'kotlin.check' call
131
131
  if (!!(index === 536870911)) {
132
132
  var message = 'The index for Segment.onCancellation(..) is broken';
133
- throw IllegalStateException().w4(toString(message));
133
+ throw IllegalStateException().o(toString(message));
134
134
  }
135
135
  // Inline function 'kotlinx.coroutines.CancellableContinuationImpl.callCancelHandlerSafely' call
136
136
  try {
137
- segment.r1t(index, cause, $this.tb());
137
+ segment.z1t(index, cause, $this.kc());
138
138
  } catch ($p) {
139
139
  if ($p instanceof Error) {
140
140
  var ex = $p;
141
- handleCoroutineException($this.tb(), CompletionHandlerException().v1t('Exception in invokeOnCancellation handler for ' + $this.toString(), ex));
141
+ handleCoroutineException($this.kc(), CompletionHandlerException().d1u('Exception in invokeOnCancellation handler for ' + $this.toString(), ex));
142
142
  } else {
143
143
  throw $p;
144
144
  }
@@ -146,7 +146,7 @@ function callSegmentOnCancellation($this, segment, cause) {
146
146
  }
147
147
  function trySuspend($this) {
148
148
  // Inline function 'kotlinx.atomicfu.loop' call
149
- var this_0 = $this.u1s_1;
149
+ var this_0 = $this.c1t_1;
150
150
  while (true) {
151
151
  var cur = this_0.kotlinx$atomicfu$value;
152
152
  // Inline function 'kotlinx.coroutines.decision' call
@@ -157,7 +157,7 @@ function trySuspend($this) {
157
157
  // Inline function 'kotlinx.coroutines.decisionAndIndex' call
158
158
 
159
159
  var tmp$ret$2 = (1 << 29) + (cur & 536870911) | 0;
160
- if ($this.u1s_1.atomicfu$compareAndSet(cur, tmp$ret$2))
160
+ if ($this.c1t_1.atomicfu$compareAndSet(cur, tmp$ret$2))
161
161
  return true;
162
162
  break;
163
163
  case 2:
@@ -166,13 +166,13 @@ function trySuspend($this) {
166
166
  // Inline function 'kotlin.error' call
167
167
 
168
168
  var message = 'Already suspended';
169
- throw IllegalStateException().w4(toString(message));
169
+ throw IllegalStateException().o(toString(message));
170
170
  }
171
171
  }
172
172
  }
173
173
  function tryResume($this) {
174
174
  // Inline function 'kotlinx.atomicfu.loop' call
175
- var this_0 = $this.u1s_1;
175
+ var this_0 = $this.c1t_1;
176
176
  while (true) {
177
177
  var cur = this_0.kotlinx$atomicfu$value;
178
178
  // Inline function 'kotlinx.coroutines.decision' call
@@ -183,7 +183,7 @@ function tryResume($this) {
183
183
  // Inline function 'kotlinx.coroutines.decisionAndIndex' call
184
184
 
185
185
  var tmp$ret$2 = (2 << 29) + (cur & 536870911) | 0;
186
- if ($this.u1s_1.atomicfu$compareAndSet(cur, tmp$ret$2))
186
+ if ($this.c1t_1.atomicfu$compareAndSet(cur, tmp$ret$2))
187
187
  return true;
188
188
  break;
189
189
  case 1:
@@ -192,12 +192,12 @@ function tryResume($this) {
192
192
  // Inline function 'kotlin.error' call
193
193
 
194
194
  var message = 'Already resumed';
195
- throw IllegalStateException().w4(toString(message));
195
+ throw IllegalStateException().o(toString(message));
196
196
  }
197
197
  }
198
198
  }
199
199
  function installParentHandle($this) {
200
- var tmp0_elvis_lhs = $this.tb().gc(Key_instance);
200
+ var tmp0_elvis_lhs = $this.kc().ad(Key_instance);
201
201
  var tmp;
202
202
  if (tmp0_elvis_lhs == null) {
203
203
  return null;
@@ -206,17 +206,17 @@ function installParentHandle($this) {
206
206
  }
207
207
  var parent = tmp;
208
208
  var handle = invokeOnCompletion(parent, VOID, new (ChildContinuation())($this));
209
- $this.w1s_1.atomicfu$compareAndSet(null, handle);
209
+ $this.e1t_1.atomicfu$compareAndSet(null, handle);
210
210
  return handle;
211
211
  }
212
212
  function invokeOnCancellationImpl($this, handler) {
213
213
  // Inline function 'kotlinx.coroutines.assert' call
214
214
  // Inline function 'kotlinx.atomicfu.loop' call
215
- var this_0 = $this.v1s_1;
215
+ var this_0 = $this.d1t_1;
216
216
  while (true) {
217
217
  var state = this_0.kotlinx$atomicfu$value;
218
218
  if (state instanceof Active()) {
219
- if ($this.v1s_1.atomicfu$compareAndSet(state, handler))
219
+ if ($this.d1t_1.atomicfu$compareAndSet(state, handler))
220
220
  return Unit_instance;
221
221
  } else {
222
222
  var tmp;
@@ -229,14 +229,14 @@ function invokeOnCancellationImpl($this, handler) {
229
229
  multipleHandlersError($this, handler, state);
230
230
  } else {
231
231
  if (state instanceof CompletedExceptionally()) {
232
- if (!state.e1u()) {
232
+ if (!state.m1u()) {
233
233
  multipleHandlersError($this, handler, state);
234
234
  }
235
235
  if (state instanceof CancelledContinuation()) {
236
236
  var tmp1_safe_receiver = state instanceof CompletedExceptionally() ? state : null;
237
- var cause = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.z1p_1;
237
+ var cause = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.h1q_1;
238
238
  if (isInterface(handler, CancelHandler())) {
239
- $this.b1u(handler, cause);
239
+ $this.j1u(handler, cause);
240
240
  } else {
241
241
  var segment = handler instanceof Segment() ? handler : THROW_CCE();
242
242
  callSegmentOnCancellation($this, segment, cause);
@@ -245,19 +245,19 @@ function invokeOnCancellationImpl($this, handler) {
245
245
  return Unit_instance;
246
246
  } else {
247
247
  if (state instanceof CompletedContinuation()) {
248
- if (!(state.x1t_1 == null)) {
248
+ if (!(state.f1u_1 == null)) {
249
249
  multipleHandlersError($this, handler, state);
250
250
  }
251
251
  if (handler instanceof Segment())
252
252
  return Unit_instance;
253
253
  if (!isInterface(handler, CancelHandler()))
254
254
  THROW_CCE();
255
- if (state.c1u()) {
256
- $this.b1u(handler, state.a1u_1);
255
+ if (state.k1u()) {
256
+ $this.j1u(handler, state.i1u_1);
257
257
  return Unit_instance;
258
258
  }
259
- var update = state.d1u(VOID, handler);
260
- if ($this.v1s_1.atomicfu$compareAndSet(state, update))
259
+ var update = state.l1u(VOID, handler);
260
+ if ($this.d1t_1.atomicfu$compareAndSet(state, update))
261
261
  return Unit_instance;
262
262
  } else {
263
263
  if (handler instanceof Segment())
@@ -265,7 +265,7 @@ function invokeOnCancellationImpl($this, handler) {
265
265
  if (!isInterface(handler, CancelHandler()))
266
266
  THROW_CCE();
267
267
  var update_0 = new (CompletedContinuation())(state, handler);
268
- if ($this.v1s_1.atomicfu$compareAndSet(state, update_0))
268
+ if ($this.d1t_1.atomicfu$compareAndSet(state, update_0))
269
269
  return Unit_instance;
270
270
  }
271
271
  }
@@ -276,7 +276,7 @@ function invokeOnCancellationImpl($this, handler) {
276
276
  function multipleHandlersError($this, handler, state) {
277
277
  // Inline function 'kotlin.error' call
278
278
  var message = "It's prohibited to register multiple handlers, tried to register " + toString(handler) + ', already has ' + toString_0(state);
279
- throw IllegalStateException().w4(toString(message));
279
+ throw IllegalStateException().o(toString(message));
280
280
  }
281
281
  function dispatchResume($this, mode) {
282
282
  if (tryResume($this))
@@ -316,13 +316,13 @@ function resumedState($this, state, proposedUpdate, resumeMode, onCancellation,
316
316
  }
317
317
  function tryResumeImpl($this, proposedUpdate, idempotent, onCancellation) {
318
318
  // Inline function 'kotlinx.atomicfu.loop' call
319
- var this_0 = $this.v1s_1;
319
+ var this_0 = $this.d1t_1;
320
320
  while (true) {
321
321
  var tmp0 = this_0.kotlinx$atomicfu$value;
322
322
  $l$block: {
323
323
  if (!(tmp0 == null) ? isInterface(tmp0, NotCompleted()) : false) {
324
- var update = resumedState($this, tmp0, proposedUpdate, $this.l1t_1, onCancellation, idempotent);
325
- if (!$this.v1s_1.atomicfu$compareAndSet(tmp0, update)) {
324
+ var update = resumedState($this, tmp0, proposedUpdate, $this.t1t_1, onCancellation, idempotent);
325
+ if (!$this.d1t_1.atomicfu$compareAndSet(tmp0, update)) {
326
326
  break $l$block;
327
327
  }
328
328
  detachChildIfNonReusable($this);
@@ -330,7 +330,7 @@ function tryResumeImpl($this, proposedUpdate, idempotent, onCancellation) {
330
330
  } else {
331
331
  if (tmp0 instanceof CompletedContinuation()) {
332
332
  var tmp;
333
- if (!(idempotent == null) && tmp0.z1t_1 === idempotent) {
333
+ if (!(idempotent == null) && tmp0.h1u_1 === idempotent) {
334
334
  // Inline function 'kotlinx.coroutines.assert' call
335
335
  tmp = get_RESUME_TOKEN();
336
336
  } else {
@@ -347,11 +347,11 @@ function tryResumeImpl($this, proposedUpdate, idempotent, onCancellation) {
347
347
  function alreadyResumedError($this, proposedUpdate) {
348
348
  // Inline function 'kotlin.error' call
349
349
  var message = 'Already resumed, but proposed with update ' + toString_0(proposedUpdate);
350
- throw IllegalStateException().w4(toString(message));
350
+ throw IllegalStateException().o(toString(message));
351
351
  }
352
352
  function detachChildIfNonReusable($this) {
353
353
  if (!isReusable($this)) {
354
- $this.f1u();
354
+ $this.n1u();
355
355
  }
356
356
  }
357
357
  function CancellableContinuationImpl$resume$lambda($onCancellation) {
@@ -366,34 +366,34 @@ function CancellableContinuationImpl() {
366
366
  class $ extends DispatchedTask() {
367
367
  constructor(delegate, resumeMode) {
368
368
  super(resumeMode);
369
- this.s1s_1 = delegate;
369
+ this.a1t_1 = delegate;
370
370
  // Inline function 'kotlinx.coroutines.assert' call
371
- this.t1s_1 = this.s1s_1.tb();
371
+ this.b1t_1 = this.a1t_1.kc();
372
372
  var tmp = this;
373
373
  // Inline function 'kotlinx.coroutines.decisionAndIndex' call
374
374
  var tmp$ret$1 = (0 << 29) + 536870911 | 0;
375
- tmp.u1s_1 = atomic$int$1(tmp$ret$1);
376
- this.v1s_1 = atomic$ref$1(Active_instance);
377
- this.w1s_1 = atomic$ref$1(null);
375
+ tmp.c1t_1 = atomic$int$1(tmp$ret$1);
376
+ this.d1t_1 = atomic$ref$1(Active_instance);
377
+ this.e1t_1 = atomic$ref$1(null);
378
378
  }
379
- g1u() {
380
- return this.s1s_1;
379
+ o1u() {
380
+ return this.a1t_1;
381
381
  }
382
- tb() {
383
- return this.t1s_1;
382
+ kc() {
383
+ return this.b1t_1;
384
384
  }
385
- o1q() {
386
- return this.v1s_1.kotlinx$atomicfu$value;
385
+ w1q() {
386
+ return this.d1t_1.kotlinx$atomicfu$value;
387
387
  }
388
- p1q() {
389
- var tmp = this.o1q();
388
+ x1q() {
389
+ var tmp = this.w1q();
390
390
  return !(!(tmp == null) ? isInterface(tmp, NotCompleted()) : false);
391
391
  }
392
- q1q() {
393
- var tmp = this.o1q();
392
+ y1q() {
393
+ var tmp = this.w1q();
394
394
  return tmp instanceof CancelledContinuation();
395
395
  }
396
- h1u() {
396
+ p1u() {
397
397
  var tmp0_elvis_lhs = installParentHandle(this);
398
398
  var tmp;
399
399
  if (tmp0_elvis_lhs == null) {
@@ -402,60 +402,60 @@ function CancellableContinuationImpl() {
402
402
  tmp = tmp0_elvis_lhs;
403
403
  }
404
404
  var handle = tmp;
405
- if (this.p1q()) {
406
- handle.a1t();
407
- this.w1s_1.kotlinx$atomicfu$value = NonDisposableHandle_instance;
405
+ if (this.x1q()) {
406
+ handle.i1t();
407
+ this.e1t_1.kotlinx$atomicfu$value = NonDisposableHandle_instance;
408
408
  }
409
409
  }
410
- i1t() {
410
+ q1t() {
411
411
  // Inline function 'kotlinx.coroutines.assert' call
412
412
  // Inline function 'kotlinx.coroutines.assert' call
413
- var state = this.v1s_1.kotlinx$atomicfu$value;
413
+ var state = this.d1t_1.kotlinx$atomicfu$value;
414
414
  // Inline function 'kotlinx.coroutines.assert' call
415
415
  var tmp;
416
416
  if (state instanceof CompletedContinuation()) {
417
- tmp = !(state.z1t_1 == null);
417
+ tmp = !(state.h1u_1 == null);
418
418
  } else {
419
419
  tmp = false;
420
420
  }
421
421
  if (tmp) {
422
- this.f1u();
422
+ this.n1u();
423
423
  return false;
424
424
  }
425
- var tmp_0 = this.u1s_1;
425
+ var tmp_0 = this.c1t_1;
426
426
  // Inline function 'kotlinx.coroutines.decisionAndIndex' call
427
427
  tmp_0.kotlinx$atomicfu$value = (0 << 29) + 536870911 | 0;
428
- this.v1s_1.kotlinx$atomicfu$value = Active_instance;
428
+ this.d1t_1.kotlinx$atomicfu$value = Active_instance;
429
429
  return true;
430
430
  }
431
- i1u() {
432
- return this.o1q();
431
+ q1u() {
432
+ return this.w1q();
433
433
  }
434
- j1u(takenState, cause) {
435
- var this_0 = this.v1s_1;
434
+ r1u(takenState, cause) {
435
+ var this_0 = this.d1t_1;
436
436
  while (true) {
437
437
  var state = this_0.kotlinx$atomicfu$value;
438
438
  if (!(state == null) ? isInterface(state, NotCompleted()) : false) {
439
439
  // Inline function 'kotlin.error' call
440
440
  var message = 'Not completed';
441
- throw IllegalStateException().w4(toString(message));
441
+ throw IllegalStateException().o(toString(message));
442
442
  } else {
443
443
  if (state instanceof CompletedExceptionally())
444
444
  return Unit_instance;
445
445
  else {
446
446
  if (state instanceof CompletedContinuation()) {
447
447
  // Inline function 'kotlin.check' call
448
- if (!!state.c1u()) {
448
+ if (!!state.k1u()) {
449
449
  var message_0 = 'Must be called at most once';
450
- throw IllegalStateException().w4(toString(message_0));
450
+ throw IllegalStateException().o(toString(message_0));
451
451
  }
452
- var update = state.d1u(VOID, VOID, VOID, VOID, cause);
453
- if (this.v1s_1.atomicfu$compareAndSet(state, update)) {
454
- state.k1u(this, cause);
452
+ var update = state.l1u(VOID, VOID, VOID, VOID, cause);
453
+ if (this.d1t_1.atomicfu$compareAndSet(state, update)) {
454
+ state.s1u(this, cause);
455
455
  return Unit_instance;
456
456
  }
457
457
  } else {
458
- if (this.v1s_1.atomicfu$compareAndSet(state, new (CompletedContinuation())(state, VOID, VOID, VOID, cause))) {
458
+ if (this.d1t_1.atomicfu$compareAndSet(state, new (CompletedContinuation())(state, VOID, VOID, VOID, cause))) {
459
459
  return Unit_instance;
460
460
  }
461
461
  }
@@ -464,9 +464,9 @@ function CancellableContinuationImpl() {
464
464
  }
465
465
  return Unit_instance;
466
466
  }
467
- l1u(cause) {
467
+ t1u(cause) {
468
468
  // Inline function 'kotlinx.atomicfu.loop' call
469
- var this_0 = this.v1s_1;
469
+ var this_0 = this.d1t_1;
470
470
  while (true) {
471
471
  var tmp0 = this_0.kotlinx$atomicfu$value;
472
472
  $l$block: {
@@ -479,88 +479,88 @@ function CancellableContinuationImpl() {
479
479
  tmp = tmp0 instanceof Segment();
480
480
  }
481
481
  var update = new (CancelledContinuation())(this, cause, tmp);
482
- if (!this.v1s_1.atomicfu$compareAndSet(tmp0, update)) {
482
+ if (!this.d1t_1.atomicfu$compareAndSet(tmp0, update)) {
483
483
  break $l$block;
484
484
  }
485
485
  if (isInterface(tmp0, CancelHandler())) {
486
- this.b1u(tmp0, cause);
486
+ this.j1u(tmp0, cause);
487
487
  } else {
488
488
  if (tmp0 instanceof Segment()) {
489
489
  callSegmentOnCancellation(this, tmp0, cause);
490
490
  }
491
491
  }
492
492
  detachChildIfNonReusable(this);
493
- dispatchResume(this, this.l1t_1);
493
+ dispatchResume(this, this.t1t_1);
494
494
  return true;
495
495
  }
496
496
  }
497
497
  }
498
- m1u(cause) {
498
+ u1u(cause) {
499
499
  if (cancelLater(this, cause))
500
500
  return Unit_instance;
501
- this.l1u(cause);
501
+ this.t1u(cause);
502
502
  detachChildIfNonReusable(this);
503
503
  }
504
- b1u(handler, cause) {
504
+ j1u(handler, cause) {
505
505
  // Inline function 'kotlinx.coroutines.CancellableContinuationImpl.callCancelHandlerSafely' call
506
506
  try {
507
- handler.z1s(cause);
507
+ handler.h1t(cause);
508
508
  } catch ($p) {
509
509
  if ($p instanceof Error) {
510
510
  var ex = $p;
511
- handleCoroutineException(this.tb(), CompletionHandlerException().v1t('Exception in invokeOnCancellation handler for ' + this.toString(), ex));
511
+ handleCoroutineException(this.kc(), CompletionHandlerException().d1u('Exception in invokeOnCancellation handler for ' + this.toString(), ex));
512
512
  } else {
513
513
  throw $p;
514
514
  }
515
515
  }
516
516
  return Unit_instance;
517
517
  }
518
- n1u(onCancellation, cause, value) {
518
+ v1u(onCancellation, cause, value) {
519
519
  try {
520
- onCancellation(cause, value, this.tb());
520
+ onCancellation(cause, value, this.kc());
521
521
  } catch ($p) {
522
522
  if ($p instanceof Error) {
523
523
  var ex = $p;
524
- handleCoroutineException(this.tb(), CompletionHandlerException().v1t('Exception in resume onCancellation handler for ' + this.toString(), ex));
524
+ handleCoroutineException(this.kc(), CompletionHandlerException().d1u('Exception in resume onCancellation handler for ' + this.toString(), ex));
525
525
  } else {
526
526
  throw $p;
527
527
  }
528
528
  }
529
529
  }
530
- o1u(parent) {
531
- return parent.t1q();
530
+ w1u(parent) {
531
+ return parent.b1r();
532
532
  }
533
- p1u() {
533
+ x1u() {
534
534
  var isReusable_0 = isReusable(this);
535
535
  if (trySuspend(this)) {
536
536
  if (_get_parentHandle__f8dcex(this) == null) {
537
537
  installParentHandle(this);
538
538
  }
539
539
  if (isReusable_0) {
540
- this.q1u();
540
+ this.y1u();
541
541
  }
542
542
  return get_COROUTINE_SUSPENDED();
543
543
  }
544
544
  if (isReusable_0) {
545
- this.q1u();
545
+ this.y1u();
546
546
  }
547
- var state = this.o1q();
547
+ var state = this.w1q();
548
548
  if (state instanceof CompletedExceptionally())
549
- throw recoverStackTrace(state.z1p_1, this);
550
- if (get_isCancellableMode(this.l1t_1)) {
551
- var job = this.tb().gc(Key_instance);
552
- if (!(job == null) && !job.u1p()) {
553
- var cause = job.t1q();
554
- this.j1u(state, cause);
549
+ throw recoverStackTrace(state.h1q_1, this);
550
+ if (get_isCancellableMode(this.t1t_1)) {
551
+ var job = this.kc().ad(Key_instance);
552
+ if (!(job == null) && !job.c1q()) {
553
+ var cause = job.b1r();
554
+ this.r1u(state, cause);
555
555
  throw recoverStackTrace(cause, this);
556
556
  }
557
557
  }
558
- return this.r1u(state);
558
+ return this.z1u(state);
559
559
  }
560
- q1u() {
561
- var tmp = this.s1s_1;
560
+ y1u() {
561
+ var tmp = this.a1t_1;
562
562
  var tmp0_safe_receiver = tmp instanceof DispatchedContinuation() ? tmp : null;
563
- var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.s1u(this);
563
+ var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.a1v(this);
564
564
  var tmp_0;
565
565
  if (tmp1_elvis_lhs == null) {
566
566
  return Unit_instance;
@@ -568,14 +568,14 @@ function CancellableContinuationImpl() {
568
568
  tmp_0 = tmp1_elvis_lhs;
569
569
  }
570
570
  var cancellationCause = tmp_0;
571
- this.f1u();
572
- this.l1u(cancellationCause);
571
+ this.n1u();
572
+ this.t1u(cancellationCause);
573
573
  }
574
- vb(result) {
575
- return this.t1u(toState(result, this), this.l1t_1);
574
+ mc(result) {
575
+ return this.b1v(toState(result, this), this.t1t_1);
576
576
  }
577
- u1u(value, onCancellation) {
578
- var tmp = this.l1t_1;
577
+ c1v(value, onCancellation) {
578
+ var tmp = this.t1t_1;
579
579
  var tmp_0;
580
580
  if (onCancellation == null) {
581
581
  tmp_0 = null;
@@ -583,13 +583,13 @@ function CancellableContinuationImpl() {
583
583
  // Inline function 'kotlin.let' call
584
584
  tmp_0 = CancellableContinuationImpl$resume$lambda(onCancellation);
585
585
  }
586
- return this.v1u(value, tmp, tmp_0);
586
+ return this.d1v(value, tmp, tmp_0);
587
587
  }
588
- q1s(value, onCancellation) {
589
- return this.v1u(value, this.l1t_1, onCancellation);
588
+ y1s(value, onCancellation) {
589
+ return this.d1v(value, this.t1t_1, onCancellation);
590
590
  }
591
- w1u(segment, index) {
592
- var tmp0 = this.u1s_1;
591
+ e1v(segment, index) {
592
+ var tmp0 = this.c1t_1;
593
593
  $l$block: {
594
594
  // Inline function 'kotlinx.atomicfu.update' call
595
595
  while (true) {
@@ -598,7 +598,7 @@ function CancellableContinuationImpl() {
598
598
  // Inline function 'kotlin.check' call
599
599
  if (!((cur & 536870911) === 536870911)) {
600
600
  var message = 'invokeOnCancellation should be called at most once';
601
- throw IllegalStateException().w4(toString(message));
601
+ throw IllegalStateException().o(toString(message));
602
602
  }
603
603
  // Inline function 'kotlinx.coroutines.decision' call
604
604
  // Inline function 'kotlinx.coroutines.decisionAndIndex' call
@@ -610,21 +610,21 @@ function CancellableContinuationImpl() {
610
610
  }
611
611
  invokeOnCancellationImpl(this, segment);
612
612
  }
613
- o1s(handler) {
613
+ w1s(handler) {
614
614
  return invokeOnCancellation(this, new (UserSupplied())(handler));
615
615
  }
616
- x1s(handler) {
616
+ f1t(handler) {
617
617
  return invokeOnCancellationImpl(this, handler);
618
618
  }
619
- v1u(proposedUpdate, resumeMode, onCancellation) {
619
+ d1v(proposedUpdate, resumeMode, onCancellation) {
620
620
  // Inline function 'kotlinx.atomicfu.loop' call
621
- var this_0 = this.v1s_1;
621
+ var this_0 = this.d1t_1;
622
622
  while (true) {
623
623
  var tmp0 = this_0.kotlinx$atomicfu$value;
624
624
  $l$block: {
625
625
  if (!(tmp0 == null) ? isInterface(tmp0, NotCompleted()) : false) {
626
626
  var update = resumedState(this, tmp0, proposedUpdate, resumeMode, onCancellation, null);
627
- if (!this.v1s_1.atomicfu$compareAndSet(tmp0, update)) {
627
+ if (!this.d1t_1.atomicfu$compareAndSet(tmp0, update)) {
628
628
  break $l$block;
629
629
  }
630
630
  detachChildIfNonReusable(this);
@@ -632,12 +632,12 @@ function CancellableContinuationImpl() {
632
632
  return Unit_instance;
633
633
  } else {
634
634
  if (tmp0 instanceof CancelledContinuation()) {
635
- if (tmp0.a1v()) {
635
+ if (tmp0.i1v()) {
636
636
  if (onCancellation == null)
637
637
  null;
638
638
  else {
639
639
  // Inline function 'kotlin.let' call
640
- this.n1u(onCancellation, tmp0.z1p_1, proposedUpdate);
640
+ this.v1u(onCancellation, tmp0.h1q_1, proposedUpdate);
641
641
  }
642
642
  return Unit_instance;
643
643
  }
@@ -647,18 +647,18 @@ function CancellableContinuationImpl() {
647
647
  }
648
648
  }
649
649
  }
650
- t1u(proposedUpdate, resumeMode, onCancellation, $super) {
650
+ b1v(proposedUpdate, resumeMode, onCancellation, $super) {
651
651
  onCancellation = onCancellation === VOID ? null : onCancellation;
652
652
  var tmp;
653
653
  if ($super === VOID) {
654
- this.v1u(proposedUpdate, resumeMode, onCancellation);
654
+ this.d1v(proposedUpdate, resumeMode, onCancellation);
655
655
  tmp = Unit_instance;
656
656
  } else {
657
- tmp = $super.v1u.call(this, proposedUpdate, resumeMode, onCancellation);
657
+ tmp = $super.d1v.call(this, proposedUpdate, resumeMode, onCancellation);
658
658
  }
659
659
  return tmp;
660
660
  }
661
- f1u() {
661
+ n1u() {
662
662
  var tmp0_elvis_lhs = _get_parentHandle__f8dcex(this);
663
663
  var tmp;
664
664
  if (tmp0_elvis_lhs == null) {
@@ -667,52 +667,52 @@ function CancellableContinuationImpl() {
667
667
  tmp = tmp0_elvis_lhs;
668
668
  }
669
669
  var handle = tmp;
670
- handle.a1t();
671
- this.w1s_1.kotlinx$atomicfu$value = NonDisposableHandle_instance;
670
+ handle.i1t();
671
+ this.e1t_1.kotlinx$atomicfu$value = NonDisposableHandle_instance;
672
672
  }
673
- m1s(value, idempotent, onCancellation) {
673
+ u1s(value, idempotent, onCancellation) {
674
674
  return tryResumeImpl(this, value, idempotent, onCancellation);
675
675
  }
676
- n1s(token) {
676
+ v1s(token) {
677
677
  // Inline function 'kotlinx.coroutines.assert' call
678
- dispatchResume(this, this.l1t_1);
678
+ dispatchResume(this, this.t1t_1);
679
679
  }
680
- p1s(_this__u8e3s4, value) {
681
- var tmp = this.s1s_1;
680
+ x1s(_this__u8e3s4, value) {
681
+ var tmp = this.a1t_1;
682
682
  var dc = tmp instanceof DispatchedContinuation() ? tmp : null;
683
683
  var tmp_0;
684
- if ((dc == null ? null : dc.c1t_1) === _this__u8e3s4) {
684
+ if ((dc == null ? null : dc.k1t_1) === _this__u8e3s4) {
685
685
  tmp_0 = 4;
686
686
  } else {
687
- tmp_0 = this.l1t_1;
687
+ tmp_0 = this.t1t_1;
688
688
  }
689
- this.t1u(value, tmp_0);
689
+ this.b1v(value, tmp_0);
690
690
  }
691
- r1u(state) {
691
+ z1u(state) {
692
692
  var tmp;
693
693
  if (state instanceof CompletedContinuation()) {
694
- var tmp_0 = state.w1t_1;
694
+ var tmp_0 = state.e1u_1;
695
695
  tmp = (tmp_0 == null ? true : !(tmp_0 == null)) ? tmp_0 : THROW_CCE();
696
696
  } else {
697
697
  tmp = (state == null ? true : !(state == null)) ? state : THROW_CCE();
698
698
  }
699
699
  return tmp;
700
700
  }
701
- b1v(state) {
702
- var tmp0_safe_receiver = super.b1v(state);
701
+ j1v(state) {
702
+ var tmp0_safe_receiver = super.j1v(state);
703
703
  var tmp;
704
704
  if (tmp0_safe_receiver == null) {
705
705
  tmp = null;
706
706
  } else {
707
707
  // Inline function 'kotlin.let' call
708
- tmp = recoverStackTrace(tmp0_safe_receiver, this.s1s_1);
708
+ tmp = recoverStackTrace(tmp0_safe_receiver, this.a1t_1);
709
709
  }
710
710
  return tmp;
711
711
  }
712
712
  toString() {
713
- return this.c1v() + '(' + toDebugString(this.s1s_1) + '){' + _get_stateDebugRepresentation__bf18u4(this) + '}@' + get_hexAddress(this);
713
+ return this.k1v() + '(' + toDebugString(this.a1t_1) + '){' + _get_stateDebugRepresentation__bf18u4(this) + '}@' + get_hexAddress(this);
714
714
  }
715
- c1v() {
715
+ k1v() {
716
716
  return 'CancellableContinuation';
717
717
  }
718
718
  }
@@ -756,51 +756,51 @@ function CompletedContinuation() {
756
756
  onCancellation = onCancellation === VOID ? null : onCancellation;
757
757
  idempotentResume = idempotentResume === VOID ? null : idempotentResume;
758
758
  cancelCause = cancelCause === VOID ? null : cancelCause;
759
- this.w1t_1 = result;
760
- this.x1t_1 = cancelHandler;
761
- this.y1t_1 = onCancellation;
762
- this.z1t_1 = idempotentResume;
763
- this.a1u_1 = cancelCause;
759
+ this.e1u_1 = result;
760
+ this.f1u_1 = cancelHandler;
761
+ this.g1u_1 = onCancellation;
762
+ this.h1u_1 = idempotentResume;
763
+ this.i1u_1 = cancelCause;
764
764
  }
765
- c1u() {
766
- return !(this.a1u_1 == null);
765
+ k1u() {
766
+ return !(this.i1u_1 == null);
767
767
  }
768
- k1u(cont, cause) {
769
- var tmp0_safe_receiver = this.x1t_1;
768
+ s1u(cont, cause) {
769
+ var tmp0_safe_receiver = this.f1u_1;
770
770
  if (tmp0_safe_receiver == null)
771
771
  null;
772
772
  else {
773
773
  // Inline function 'kotlin.let' call
774
- cont.b1u(tmp0_safe_receiver, cause);
774
+ cont.j1u(tmp0_safe_receiver, cause);
775
775
  }
776
- var tmp1_safe_receiver = this.y1t_1;
776
+ var tmp1_safe_receiver = this.g1u_1;
777
777
  if (tmp1_safe_receiver == null)
778
778
  null;
779
779
  else {
780
780
  // Inline function 'kotlin.let' call
781
- cont.n1u(tmp1_safe_receiver, cause, this.w1t_1);
781
+ cont.v1u(tmp1_safe_receiver, cause, this.e1u_1);
782
782
  }
783
783
  }
784
- f1v(result, cancelHandler, onCancellation, idempotentResume, cancelCause) {
784
+ n1v(result, cancelHandler, onCancellation, idempotentResume, cancelCause) {
785
785
  return new (CompletedContinuation())(result, cancelHandler, onCancellation, idempotentResume, cancelCause);
786
786
  }
787
- d1u(result, cancelHandler, onCancellation, idempotentResume, cancelCause, $super) {
788
- result = result === VOID ? this.w1t_1 : result;
789
- cancelHandler = cancelHandler === VOID ? this.x1t_1 : cancelHandler;
790
- onCancellation = onCancellation === VOID ? this.y1t_1 : onCancellation;
791
- idempotentResume = idempotentResume === VOID ? this.z1t_1 : idempotentResume;
792
- cancelCause = cancelCause === VOID ? this.a1u_1 : cancelCause;
793
- return $super === VOID ? this.f1v(result, cancelHandler, onCancellation, idempotentResume, cancelCause) : $super.f1v.call(this, result, cancelHandler, onCancellation, idempotentResume, cancelCause);
787
+ l1u(result, cancelHandler, onCancellation, idempotentResume, cancelCause, $super) {
788
+ result = result === VOID ? this.e1u_1 : result;
789
+ cancelHandler = cancelHandler === VOID ? this.f1u_1 : cancelHandler;
790
+ onCancellation = onCancellation === VOID ? this.g1u_1 : onCancellation;
791
+ idempotentResume = idempotentResume === VOID ? this.h1u_1 : idempotentResume;
792
+ cancelCause = cancelCause === VOID ? this.i1u_1 : cancelCause;
793
+ return $super === VOID ? this.n1v(result, cancelHandler, onCancellation, idempotentResume, cancelCause) : $super.n1v.call(this, result, cancelHandler, onCancellation, idempotentResume, cancelCause);
794
794
  }
795
795
  toString() {
796
- return 'CompletedContinuation(result=' + toString_0(this.w1t_1) + ', cancelHandler=' + toString_0(this.x1t_1) + ', onCancellation=' + toString_0(this.y1t_1) + ', idempotentResume=' + toString_0(this.z1t_1) + ', cancelCause=' + toString_0(this.a1u_1) + ')';
796
+ return 'CompletedContinuation(result=' + toString_0(this.e1u_1) + ', cancelHandler=' + toString_0(this.f1u_1) + ', onCancellation=' + toString_0(this.g1u_1) + ', idempotentResume=' + toString_0(this.h1u_1) + ', cancelCause=' + toString_0(this.i1u_1) + ')';
797
797
  }
798
798
  hashCode() {
799
- var result = this.w1t_1 == null ? 0 : hashCode(this.w1t_1);
800
- result = imul(result, 31) + (this.x1t_1 == null ? 0 : hashCode(this.x1t_1)) | 0;
801
- result = imul(result, 31) + (this.y1t_1 == null ? 0 : hashCode(this.y1t_1)) | 0;
802
- result = imul(result, 31) + (this.z1t_1 == null ? 0 : hashCode(this.z1t_1)) | 0;
803
- result = imul(result, 31) + (this.a1u_1 == null ? 0 : hashCode(this.a1u_1)) | 0;
799
+ var result = this.e1u_1 == null ? 0 : hashCode(this.e1u_1);
800
+ result = imul(result, 31) + (this.f1u_1 == null ? 0 : hashCode(this.f1u_1)) | 0;
801
+ result = imul(result, 31) + (this.g1u_1 == null ? 0 : hashCode(this.g1u_1)) | 0;
802
+ result = imul(result, 31) + (this.h1u_1 == null ? 0 : hashCode(this.h1u_1)) | 0;
803
+ result = imul(result, 31) + (this.i1u_1 == null ? 0 : hashCode(this.i1u_1)) | 0;
804
804
  return result;
805
805
  }
806
806
  equals(other) {
@@ -809,15 +809,15 @@ function CompletedContinuation() {
809
809
  if (!(other instanceof CompletedContinuation()))
810
810
  return false;
811
811
  var tmp0_other_with_cast = other instanceof CompletedContinuation() ? other : THROW_CCE();
812
- if (!equals(this.w1t_1, tmp0_other_with_cast.w1t_1))
812
+ if (!equals(this.e1u_1, tmp0_other_with_cast.e1u_1))
813
813
  return false;
814
- if (!equals(this.x1t_1, tmp0_other_with_cast.x1t_1))
814
+ if (!equals(this.f1u_1, tmp0_other_with_cast.f1u_1))
815
815
  return false;
816
- if (!equals(this.y1t_1, tmp0_other_with_cast.y1t_1))
816
+ if (!equals(this.g1u_1, tmp0_other_with_cast.g1u_1))
817
817
  return false;
818
- if (!equals(this.z1t_1, tmp0_other_with_cast.z1t_1))
818
+ if (!equals(this.h1u_1, tmp0_other_with_cast.h1u_1))
819
819
  return false;
820
- if (!equals(this.a1u_1, tmp0_other_with_cast.a1u_1))
820
+ if (!equals(this.i1u_1, tmp0_other_with_cast.i1u_1))
821
821
  return false;
822
822
  return true;
823
823
  }
@@ -833,13 +833,13 @@ function ChildContinuation() {
833
833
  class $ extends JobNode() {
834
834
  constructor(child) {
835
835
  super();
836
- this.k1v_1 = child;
836
+ this.s1v_1 = child;
837
837
  }
838
- l1v() {
838
+ t1v() {
839
839
  return true;
840
840
  }
841
- z1s(cause) {
842
- this.k1v_1.m1u(this.k1v_1.o1u(this.q1v()));
841
+ h1t(cause) {
842
+ this.s1v_1.u1u(this.s1v_1.w1u(this.y1v()));
843
843
  }
844
844
  }
845
845
  initMetadataForClass($, 'ChildContinuation');