effect 2.0.0-next.47 → 2.0.0-next.48

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 (416) hide show
  1. package/BigInt/dist/effect-BigInt.cjs.d.mts +2 -0
  2. package/BigInt/dist/effect-BigInt.cjs.d.mts.map +1 -0
  3. package/BigInt/dist/effect-BigInt.cjs.d.ts +2 -0
  4. package/BigInt/dist/effect-BigInt.cjs.d.ts.map +1 -0
  5. package/{Bigint/dist/effect-Bigint.cjs.dev.js → BigInt/dist/effect-BigInt.cjs.dev.js} +30 -30
  6. package/BigInt/dist/effect-BigInt.cjs.js +7 -0
  7. package/{Bigint/dist/effect-Bigint.cjs.mjs → BigInt/dist/effect-BigInt.cjs.mjs} +2 -2
  8. package/{Bigint/dist/effect-Bigint.cjs.prod.js → BigInt/dist/effect-BigInt.cjs.prod.js} +30 -30
  9. package/{Bigint/dist/effect-Bigint.esm.js → BigInt/dist/effect-BigInt.esm.js} +28 -28
  10. package/BigInt/package.json +4 -0
  11. package/Brand/dist/effect-Brand.cjs.dev.js +3 -3
  12. package/Brand/dist/effect-Brand.cjs.prod.js +3 -3
  13. package/Cache/dist/effect-Cache.cjs.dev.js +28 -28
  14. package/Cache/dist/effect-Cache.cjs.prod.js +28 -28
  15. package/Cause/dist/effect-Cause.cjs.dev.js +8 -8
  16. package/Cause/dist/effect-Cause.cjs.prod.js +8 -8
  17. package/Channel/dist/effect-Channel.cjs.dev.js +41 -41
  18. package/Channel/dist/effect-Channel.cjs.prod.js +41 -41
  19. package/ChannelSingleProducerAsyncInput/dist/effect-ChannelSingleProducerAsyncInput.cjs.dev.js +36 -38
  20. package/ChannelSingleProducerAsyncInput/dist/effect-ChannelSingleProducerAsyncInput.cjs.prod.js +36 -38
  21. package/Chunk/dist/effect-Chunk.cjs.dev.js +3 -3
  22. package/Chunk/dist/effect-Chunk.cjs.prod.js +3 -3
  23. package/Clock/dist/effect-Clock.cjs.dev.js +14 -14
  24. package/Clock/dist/effect-Clock.cjs.prod.js +14 -14
  25. package/Config/dist/effect-Config.cjs.dev.js +11 -11
  26. package/Config/dist/effect-Config.cjs.prod.js +11 -11
  27. package/ConfigError/dist/effect-ConfigError.cjs.dev.js +4 -4
  28. package/ConfigError/dist/effect-ConfigError.cjs.prod.js +4 -4
  29. package/ConfigProvider/dist/effect-ConfigProvider.cjs.dev.js +13 -13
  30. package/ConfigProvider/dist/effect-ConfigProvider.cjs.prod.js +13 -13
  31. package/ConfigProviderPathPatch/dist/effect-ConfigProviderPathPatch.cjs.dev.js +5 -5
  32. package/ConfigProviderPathPatch/dist/effect-ConfigProviderPathPatch.cjs.prod.js +5 -5
  33. package/ConfigSecret/dist/effect-ConfigSecret.cjs.dev.js +4 -4
  34. package/ConfigSecret/dist/effect-ConfigSecret.cjs.prod.js +4 -4
  35. package/Console/dist/effect-Console.cjs.dev.js +32 -32
  36. package/Console/dist/effect-Console.cjs.prod.js +32 -32
  37. package/Context/dist/effect-Context.cjs.dev.js +3 -3
  38. package/Context/dist/effect-Context.cjs.prod.js +3 -3
  39. package/Data/dist/effect-Data.cjs.dev.js +50 -46
  40. package/Data/dist/effect-Data.cjs.prod.js +50 -46
  41. package/Data/dist/effect-Data.esm.js +11 -5
  42. package/DefaultServices/dist/effect-DefaultServices.cjs.dev.js +14 -14
  43. package/DefaultServices/dist/effect-DefaultServices.cjs.prod.js +14 -14
  44. package/Deferred/dist/effect-Deferred.cjs.dev.js +8 -8
  45. package/Deferred/dist/effect-Deferred.cjs.prod.js +8 -8
  46. package/Differ/dist/effect-Differ.cjs.dev.js +5 -5
  47. package/Differ/dist/effect-Differ.cjs.prod.js +5 -5
  48. package/Duration/dist/effect-Duration.cjs.dev.js +4 -4
  49. package/Duration/dist/effect-Duration.cjs.prod.js +4 -4
  50. package/Duration/dist/effect-Duration.esm.js +2 -2
  51. package/Effect/dist/effect-Effect.cjs.dev.js +67 -136
  52. package/Effect/dist/effect-Effect.cjs.mjs +2 -11
  53. package/Effect/dist/effect-Effect.cjs.prod.js +67 -136
  54. package/Effect/dist/effect-Effect.esm.js +30 -90
  55. package/Effectable/dist/effect-Effectable.cjs.dev.js +1 -1
  56. package/Effectable/dist/effect-Effectable.cjs.prod.js +1 -1
  57. package/Either/dist/effect-Either.cjs.dev.js +17 -3
  58. package/Either/dist/effect-Either.cjs.mjs +3 -1
  59. package/Either/dist/effect-Either.cjs.prod.js +17 -3
  60. package/Either/dist/effect-Either.esm.js +13 -1
  61. package/Encoding/dist/effect-Encoding.cjs.dev.js +3 -3
  62. package/Encoding/dist/effect-Encoding.cjs.prod.js +3 -3
  63. package/Exit/dist/effect-Exit.cjs.dev.js +8 -8
  64. package/Exit/dist/effect-Exit.cjs.prod.js +8 -8
  65. package/Fiber/dist/effect-Fiber.cjs.dev.js +29 -29
  66. package/Fiber/dist/effect-Fiber.cjs.prod.js +29 -29
  67. package/FiberId/dist/effect-FiberId.cjs.dev.js +5 -5
  68. package/FiberId/dist/effect-FiberId.cjs.prod.js +5 -5
  69. package/FiberRef/dist/effect-FiberRef.cjs.dev.js +29 -29
  70. package/FiberRef/dist/effect-FiberRef.cjs.prod.js +29 -29
  71. package/FiberRefs/dist/effect-FiberRefs.cjs.dev.js +9 -9
  72. package/FiberRefs/dist/effect-FiberRefs.cjs.prod.js +9 -9
  73. package/FiberRefsPatch/dist/effect-FiberRefsPatch.cjs.dev.js +10 -10
  74. package/FiberRefsPatch/dist/effect-FiberRefsPatch.cjs.prod.js +10 -10
  75. package/GroupBy/dist/effect-GroupBy.cjs.dev.js +43 -43
  76. package/GroupBy/dist/effect-GroupBy.cjs.prod.js +43 -43
  77. package/HashMap/dist/effect-HashMap.cjs.dev.js +4 -4
  78. package/HashMap/dist/effect-HashMap.cjs.prod.js +4 -4
  79. package/HashSet/dist/effect-HashSet.cjs.dev.js +4 -4
  80. package/HashSet/dist/effect-HashSet.cjs.prod.js +4 -4
  81. package/KeyedPool/dist/effect-KeyedPool.cjs.dev.js +29 -29
  82. package/KeyedPool/dist/effect-KeyedPool.cjs.prod.js +29 -29
  83. package/Layer/dist/effect-Layer.cjs.dev.js +151 -52
  84. package/Layer/dist/effect-Layer.cjs.mjs +12 -0
  85. package/Layer/dist/effect-Layer.cjs.prod.js +151 -52
  86. package/Layer/dist/effect-Layer.esm.js +92 -2
  87. package/List/dist/effect-List.cjs.dev.js +3 -3
  88. package/List/dist/effect-List.cjs.prod.js +3 -3
  89. package/LogLevel/dist/effect-LogLevel.cjs.dev.js +8 -8
  90. package/LogLevel/dist/effect-LogLevel.cjs.prod.js +8 -8
  91. package/Logger/dist/effect-Logger.cjs.dev.js +33 -39
  92. package/Logger/dist/effect-Logger.cjs.prod.js +33 -39
  93. package/Logger/dist/effect-Logger.esm.js +0 -5
  94. package/Match/dist/effect-Match.cjs.d.mts +2 -0
  95. package/Match/dist/effect-Match.cjs.d.mts.map +1 -0
  96. package/Match/dist/effect-Match.cjs.d.ts +2 -0
  97. package/Match/dist/effect-Match.cjs.d.ts.map +1 -0
  98. package/Match/dist/effect-Match.cjs.dev.js +620 -0
  99. package/Match/dist/effect-Match.cjs.js +7 -0
  100. package/Match/dist/effect-Match.cjs.mjs +39 -0
  101. package/Match/dist/effect-Match.cjs.prod.js +620 -0
  102. package/Match/dist/effect-Match.esm.js +258 -0
  103. package/Match/package.json +4 -0
  104. package/Metric/dist/effect-Metric.cjs.dev.js +27 -27
  105. package/Metric/dist/effect-Metric.cjs.prod.js +27 -27
  106. package/MetricBoundaries/dist/effect-MetricBoundaries.cjs.dev.js +4 -4
  107. package/MetricBoundaries/dist/effect-MetricBoundaries.cjs.prod.js +4 -4
  108. package/MetricHook/dist/effect-MetricHook.cjs.dev.js +6 -6
  109. package/MetricHook/dist/effect-MetricHook.cjs.prod.js +6 -6
  110. package/MetricKey/dist/effect-MetricKey.cjs.dev.js +7 -7
  111. package/MetricKey/dist/effect-MetricKey.cjs.prod.js +7 -7
  112. package/MetricKeyType/dist/effect-MetricKeyType.cjs.dev.js +4 -4
  113. package/MetricKeyType/dist/effect-MetricKeyType.cjs.prod.js +4 -4
  114. package/MetricLabel/dist/effect-MetricLabel.cjs.dev.js +1 -1
  115. package/MetricLabel/dist/effect-MetricLabel.cjs.prod.js +1 -1
  116. package/MetricPolling/dist/effect-MetricPolling.cjs.dev.js +29 -29
  117. package/MetricPolling/dist/effect-MetricPolling.cjs.prod.js +29 -29
  118. package/MetricRegistry/dist/effect-MetricRegistry.cjs.dev.js +8 -8
  119. package/MetricRegistry/dist/effect-MetricRegistry.cjs.prod.js +8 -8
  120. package/MetricState/dist/effect-MetricState.cjs.dev.js +1 -1
  121. package/MetricState/dist/effect-MetricState.cjs.prod.js +1 -1
  122. package/MutableHashMap/dist/effect-MutableHashMap.cjs.dev.js +4 -4
  123. package/MutableHashMap/dist/effect-MutableHashMap.cjs.prod.js +4 -4
  124. package/MutableHashSet/dist/effect-MutableHashSet.cjs.dev.js +4 -4
  125. package/MutableHashSet/dist/effect-MutableHashSet.cjs.prod.js +4 -4
  126. package/MutableQueue/dist/effect-MutableQueue.cjs.dev.js +3 -3
  127. package/MutableQueue/dist/effect-MutableQueue.cjs.prod.js +3 -3
  128. package/Option/dist/effect-Option.cjs.dev.js +3 -3
  129. package/Option/dist/effect-Option.cjs.prod.js +3 -3
  130. package/Pool/dist/effect-Pool.cjs.dev.js +29 -29
  131. package/Pool/dist/effect-Pool.cjs.prod.js +29 -29
  132. package/Predicate/dist/effect-Predicate.cjs.dev.js +5 -5
  133. package/Predicate/dist/effect-Predicate.cjs.mjs +1 -1
  134. package/Predicate/dist/effect-Predicate.cjs.prod.js +5 -5
  135. package/Predicate/dist/effect-Predicate.esm.js +5 -5
  136. package/PubSub/dist/effect-PubSub.cjs.dev.js +28 -28
  137. package/PubSub/dist/effect-PubSub.cjs.prod.js +28 -28
  138. package/Queue/dist/effect-Queue.cjs.dev.js +28 -28
  139. package/Queue/dist/effect-Queue.cjs.prod.js +28 -28
  140. package/README.md +23 -0
  141. package/Random/dist/effect-Random.cjs.dev.js +14 -14
  142. package/Random/dist/effect-Random.cjs.prod.js +14 -14
  143. package/ReadonlyArray/dist/effect-ReadonlyArray.cjs.dev.js +3 -3
  144. package/ReadonlyArray/dist/effect-ReadonlyArray.cjs.prod.js +3 -3
  145. package/ReadonlyRecord/dist/effect-ReadonlyRecord.cjs.dev.js +3 -3
  146. package/ReadonlyRecord/dist/effect-ReadonlyRecord.cjs.prod.js +3 -3
  147. package/RedBlackTree/dist/effect-RedBlackTree.cjs.dev.js +3 -3
  148. package/RedBlackTree/dist/effect-RedBlackTree.cjs.prod.js +3 -3
  149. package/Ref/dist/effect-Ref.cjs.dev.js +9 -9
  150. package/Ref/dist/effect-Ref.cjs.prod.js +9 -9
  151. package/Reloadable/dist/effect-Reloadable.cjs.dev.js +33 -33
  152. package/Reloadable/dist/effect-Reloadable.cjs.prod.js +33 -33
  153. package/Request/dist/effect-Request.cjs.dev.js +28 -28
  154. package/Request/dist/effect-Request.cjs.prod.js +28 -28
  155. package/RequestBlock/dist/effect-RequestBlock.cjs.dev.js +36 -38
  156. package/RequestBlock/dist/effect-RequestBlock.cjs.prod.js +36 -38
  157. package/RequestResolver/dist/effect-RequestResolver.cjs.dev.js +42 -44
  158. package/RequestResolver/dist/effect-RequestResolver.cjs.prod.js +42 -44
  159. package/Resource/dist/effect-Resource.cjs.dev.js +31 -31
  160. package/Resource/dist/effect-Resource.cjs.prod.js +31 -31
  161. package/Runtime/dist/effect-Runtime.cjs.dev.js +30 -30
  162. package/Runtime/dist/effect-Runtime.cjs.prod.js +30 -30
  163. package/RuntimeFlags/dist/effect-RuntimeFlags.cjs.dev.js +33 -34
  164. package/RuntimeFlags/dist/effect-RuntimeFlags.cjs.prod.js +33 -34
  165. package/RuntimeFlagsPatch/dist/effect-RuntimeFlagsPatch.cjs.dev.js +6 -6
  166. package/RuntimeFlagsPatch/dist/effect-RuntimeFlagsPatch.cjs.prod.js +6 -6
  167. package/STM/dist/effect-STM.cjs.dev.js +45 -45
  168. package/STM/dist/effect-STM.cjs.prod.js +45 -45
  169. package/Schedule/dist/effect-Schedule.cjs.dev.js +20 -20
  170. package/Schedule/dist/effect-Schedule.cjs.prod.js +20 -20
  171. package/ScheduleDecision/dist/effect-ScheduleDecision.cjs.dev.js +3 -3
  172. package/ScheduleDecision/dist/effect-ScheduleDecision.cjs.prod.js +3 -3
  173. package/ScheduleInterval/dist/effect-ScheduleInterval.cjs.dev.js +3 -3
  174. package/ScheduleInterval/dist/effect-ScheduleInterval.cjs.prod.js +3 -3
  175. package/ScheduleIntervals/dist/effect-ScheduleIntervals.cjs.dev.js +3 -3
  176. package/ScheduleIntervals/dist/effect-ScheduleIntervals.cjs.prod.js +3 -3
  177. package/Scheduler/dist/effect-Scheduler.cjs.dev.js +8 -8
  178. package/Scheduler/dist/effect-Scheduler.cjs.prod.js +8 -8
  179. package/Scope/dist/effect-Scope.cjs.dev.js +27 -27
  180. package/Scope/dist/effect-Scope.cjs.prod.js +27 -27
  181. package/ScopedCache/dist/effect-ScopedCache.cjs.dev.js +34 -36
  182. package/ScopedCache/dist/effect-ScopedCache.cjs.prod.js +34 -36
  183. package/ScopedRef/dist/effect-ScopedRef.cjs.dev.js +31 -31
  184. package/ScopedRef/dist/effect-ScopedRef.cjs.prod.js +31 -31
  185. package/Sink/dist/effect-Sink.cjs.dev.js +39 -39
  186. package/Sink/dist/effect-Sink.cjs.prod.js +39 -39
  187. package/SortedMap/dist/effect-SortedMap.cjs.dev.js +3 -3
  188. package/SortedMap/dist/effect-SortedMap.cjs.prod.js +3 -3
  189. package/SortedSet/dist/effect-SortedSet.cjs.dev.js +3 -3
  190. package/SortedSet/dist/effect-SortedSet.cjs.prod.js +3 -3
  191. package/Stream/dist/effect-Stream.cjs.dev.js +43 -43
  192. package/Stream/dist/effect-Stream.cjs.prod.js +43 -43
  193. package/Streamable/dist/effect-Streamable.cjs.dev.js +43 -43
  194. package/Streamable/dist/effect-Streamable.cjs.prod.js +43 -43
  195. package/String/dist/effect-String.cjs.dev.js +3 -3
  196. package/String/dist/effect-String.cjs.prod.js +3 -3
  197. package/SubscriptionRef/dist/effect-SubscriptionRef.cjs.dev.js +46 -46
  198. package/SubscriptionRef/dist/effect-SubscriptionRef.cjs.prod.js +46 -46
  199. package/Supervisor/dist/effect-Supervisor.cjs.dev.js +33 -34
  200. package/Supervisor/dist/effect-Supervisor.cjs.prod.js +33 -34
  201. package/SynchronizedRef/dist/effect-SynchronizedRef.cjs.dev.js +30 -30
  202. package/SynchronizedRef/dist/effect-SynchronizedRef.cjs.prod.js +30 -30
  203. package/TArray/dist/effect-TArray.cjs.dev.js +47 -47
  204. package/TArray/dist/effect-TArray.cjs.prod.js +47 -47
  205. package/TDeferred/dist/effect-TDeferred.cjs.dev.js +46 -46
  206. package/TDeferred/dist/effect-TDeferred.cjs.prod.js +46 -46
  207. package/TMap/dist/effect-TMap.cjs.dev.js +48 -48
  208. package/TMap/dist/effect-TMap.cjs.prod.js +48 -48
  209. package/TPriorityQueue/dist/effect-TPriorityQueue.cjs.dev.js +45 -45
  210. package/TPriorityQueue/dist/effect-TPriorityQueue.cjs.prod.js +45 -45
  211. package/TPubSub/dist/effect-TPubSub.cjs.dev.js +50 -50
  212. package/TPubSub/dist/effect-TPubSub.cjs.prod.js +50 -50
  213. package/TQueue/dist/effect-TQueue.cjs.dev.js +47 -47
  214. package/TQueue/dist/effect-TQueue.cjs.prod.js +47 -47
  215. package/TRandom/dist/effect-TRandom.cjs.dev.js +46 -46
  216. package/TRandom/dist/effect-TRandom.cjs.prod.js +46 -46
  217. package/TReentrantLock/dist/effect-TReentrantLock.cjs.dev.js +50 -50
  218. package/TReentrantLock/dist/effect-TReentrantLock.cjs.prod.js +50 -50
  219. package/TRef/dist/effect-TRef.cjs.dev.js +45 -45
  220. package/TRef/dist/effect-TRef.cjs.prod.js +45 -45
  221. package/TSemaphore/dist/effect-TSemaphore.cjs.dev.js +46 -46
  222. package/TSemaphore/dist/effect-TSemaphore.cjs.prod.js +46 -46
  223. package/TSet/dist/effect-TSet.cjs.dev.js +48 -48
  224. package/TSet/dist/effect-TSet.cjs.prod.js +48 -48
  225. package/Take/dist/effect-Take.cjs.dev.js +36 -38
  226. package/Take/dist/effect-Take.cjs.prod.js +36 -38
  227. package/TestAnnotation/dist/effect-TestAnnotation.cjs.dev.js +5 -5
  228. package/TestAnnotation/dist/effect-TestAnnotation.cjs.prod.js +5 -5
  229. package/TestAnnotations/dist/effect-TestAnnotations.cjs.dev.js +20 -20
  230. package/TestAnnotations/dist/effect-TestAnnotations.cjs.prod.js +20 -20
  231. package/TestClock/dist/effect-TestClock.cjs.dev.js +32 -32
  232. package/TestClock/dist/effect-TestClock.cjs.prod.js +32 -32
  233. package/TestConfig/dist/effect-TestConfig.cjs.dev.js +3 -3
  234. package/TestConfig/dist/effect-TestConfig.cjs.prod.js +3 -3
  235. package/TestContext/dist/effect-TestContext.cjs.dev.js +34 -36
  236. package/TestContext/dist/effect-TestContext.cjs.prod.js +34 -36
  237. package/TestLive/dist/effect-TestLive.cjs.dev.js +14 -14
  238. package/TestLive/dist/effect-TestLive.cjs.prod.js +14 -14
  239. package/TestServices/dist/effect-TestServices.cjs.dev.js +40 -42
  240. package/TestServices/dist/effect-TestServices.cjs.prod.js +40 -42
  241. package/TestSized/dist/effect-TestSized.cjs.dev.js +8 -8
  242. package/TestSized/dist/effect-TestSized.cjs.prod.js +8 -8
  243. package/Tracer/dist/effect-Tracer.cjs.dev.js +20 -18
  244. package/Tracer/dist/effect-Tracer.cjs.mjs +1 -0
  245. package/Tracer/dist/effect-Tracer.cjs.prod.js +20 -18
  246. package/Tracer/dist/effect-Tracer.esm.js +7 -6
  247. package/dist/{Context-da73ddfa.cjs.dev.js → Context-607e9b4c.cjs.dev.js} +2 -2
  248. package/dist/{Context-9fe5eb16.cjs.prod.js → Context-c91d8ca0.cjs.prod.js} +2 -2
  249. package/dist/{Either-d43f082c.cjs.prod.js → Either-a3f96c60.cjs.prod.js} +2 -2
  250. package/dist/{Either-fa0ef1d9.cjs.dev.js → Either-e7500e90.cjs.dev.js} +2 -2
  251. package/dist/{Option-463b42e6.cjs.dev.js → Option-01caa9d4.cjs.dev.js} +1 -1
  252. package/dist/{Option-935e5d7c.cjs.prod.js → Option-dd52e82a.cjs.prod.js} +1 -1
  253. package/dist/{Ref-acdee7ef.cjs.dev.js → Ref-548003d1.cjs.dev.js} +1 -1
  254. package/dist/{Ref-4014b526.cjs.prod.js → Ref-6608e3b6.cjs.prod.js} +1 -1
  255. package/dist/{cache-7eed9d33.cjs.dev.js → cache-7953c9ae.cjs.dev.js} +5 -5
  256. package/dist/{cache-5c7d77e4.cjs.prod.js → cache-d7096ab5.cjs.prod.js} +5 -5
  257. package/dist/{circular-c8b65bdb.cjs.dev.js → circular-171d6971.cjs.dev.js} +8 -9
  258. package/dist/{circular-c2dbce1a.cjs.dev.js → circular-8568ddf2.cjs.dev.js} +7 -7
  259. package/dist/{circular-1f481ffb.cjs.prod.js → circular-894f44de.cjs.prod.js} +7 -7
  260. package/dist/{circular-9e10a5a7.cjs.prod.js → circular-b6cc8a1d.cjs.prod.js} +8 -9
  261. package/dist/{config-5ba54da1.cjs.prod.js → config-615bcaef.cjs.prod.js} +3 -3
  262. package/dist/{config-3b7935a3.cjs.dev.js → config-ea74e7d0.cjs.dev.js} +3 -3
  263. package/dist/{configProvider-f34a82f1.cjs.dev.js → configProvider-089a1159.cjs.dev.js} +4 -4
  264. package/dist/{configProvider-b6b20998.cjs.prod.js → configProvider-3877a6ec.cjs.prod.js} +4 -4
  265. package/dist/{core-b7401357.cjs.dev.js → core-365f89c2.cjs.dev.js} +3 -3
  266. package/dist/{core-07202cc0.cjs.prod.js → core-3908bc43.cjs.prod.js} +3 -3
  267. package/dist/{core-c01fd1d8.cjs.dev.js → core-3d37486a.cjs.dev.js} +3 -3
  268. package/dist/{core-84e608f0.cjs.prod.js → core-8ccae4e2.cjs.prod.js} +3 -3
  269. package/dist/{core-effect-9201ea63.cjs.prod.js → core-effect-37a0d753.cjs.prod.js} +8 -8
  270. package/dist/{core-effect-1c564d42.cjs.dev.js → core-effect-c529ccac.cjs.dev.js} +8 -8
  271. package/dist/{dataSource-b83bc277.cjs.prod.js → dataSource-0e407d86.cjs.prod.js} +2 -2
  272. package/dist/{dataSource-b5eda714.cjs.dev.js → dataSource-d125d7af.cjs.dev.js} +2 -2
  273. package/dist/declarations/src/{Bigint.d.ts → BigInt.d.ts} +27 -27
  274. package/dist/declarations/src/{Bigint.d.ts.map → BigInt.d.ts.map} +1 -1
  275. package/dist/declarations/src/Channel.d.ts +4 -2
  276. package/dist/declarations/src/Channel.d.ts.map +1 -1
  277. package/dist/declarations/src/Data.d.ts +1 -2
  278. package/dist/declarations/src/Data.d.ts.map +1 -1
  279. package/dist/declarations/src/Effect.d.ts +67 -102
  280. package/dist/declarations/src/Effect.d.ts.map +1 -1
  281. package/dist/declarations/src/Either.d.ts +16 -0
  282. package/dist/declarations/src/Either.d.ts.map +1 -1
  283. package/dist/declarations/src/FiberRef.d.ts +2 -2
  284. package/dist/declarations/src/FiberRef.d.ts.map +1 -1
  285. package/dist/declarations/src/Layer.d.ts +98 -3
  286. package/dist/declarations/src/Layer.d.ts.map +1 -1
  287. package/dist/declarations/src/Logger.d.ts +2 -7
  288. package/dist/declarations/src/Logger.d.ts.map +1 -1
  289. package/dist/declarations/src/Match.d.ts +420 -0
  290. package/dist/declarations/src/Match.d.ts.map +1 -0
  291. package/dist/declarations/src/Predicate.d.ts +4 -4
  292. package/dist/declarations/src/Stream.d.ts +4 -2
  293. package/dist/declarations/src/Stream.d.ts.map +1 -1
  294. package/dist/declarations/src/Tracer.d.ts +17 -10
  295. package/dist/declarations/src/Tracer.d.ts.map +1 -1
  296. package/dist/declarations/src/index.d.ts +5 -1
  297. package/dist/declarations/src/index.d.ts.map +1 -1
  298. package/dist/{defaultServices-9d7ce86f.cjs.prod.js → defaultServices-1c3db777.cjs.prod.js} +15 -4
  299. package/dist/{defaultServices-755d5b46.cjs.dev.js → defaultServices-a933c201.cjs.dev.js} +15 -4
  300. package/dist/effect.cjs.dev.js +6 -3
  301. package/dist/effect.cjs.mjs +2 -1
  302. package/dist/effect.cjs.prod.js +6 -3
  303. package/dist/effect.esm.js +4 -2
  304. package/dist/{fiber-5156eff2.cjs.dev.js → fiber-13587a5a.cjs.dev.js} +3 -3
  305. package/dist/{fiber-9519d109.cjs.prod.js → fiber-2858bd1f.cjs.prod.js} +3 -3
  306. package/dist/{fiberRefs-98b71233.cjs.dev.js → fiberRefs-abe2a811.cjs.dev.js} +1 -1
  307. package/dist/{fiberRefs-558c17e6.cjs.prod.js → fiberRefs-ea1edd57.cjs.prod.js} +1 -1
  308. package/dist/{fiberRuntime-31ae011f.cjs.prod.js → fiberRuntime-9fafeaab.cjs.prod.js} +27 -23
  309. package/dist/{fiberRuntime-d3872282.cjs.dev.js → fiberRuntime-ebcb168f.cjs.dev.js} +27 -23
  310. package/dist/{groupBy-70c6dc0d.cjs.dev.js → groupBy-050e6b17.cjs.dev.js} +4 -4
  311. package/dist/{groupBy-5fb5d639.cjs.prod.js → groupBy-93f35a1d.cjs.prod.js} +4 -4
  312. package/dist/{hook-8cefc909.cjs.dev.js → hook-2c94278c.cjs.dev.js} +1 -1
  313. package/dist/{hook-98ce30e4.cjs.prod.js → hook-9af5cf52.cjs.prod.js} +1 -1
  314. package/dist/{key-198b6670.cjs.dev.js → key-2d4efb00.cjs.dev.js} +2 -2
  315. package/dist/{key-eb8a12b2.cjs.prod.js → key-9b2f3322.cjs.prod.js} +2 -2
  316. package/dist/{layer-29574350.cjs.dev.js → layer-09807eda.cjs.dev.js} +15 -10
  317. package/dist/{layer-51ff4846.cjs.prod.js → layer-fc5b5ca7.cjs.prod.js} +15 -10
  318. package/dist/{patch-0220a642.cjs.dev.js → patch-2f545954.cjs.dev.js} +1 -1
  319. package/dist/{patch-7c559bb2.cjs.prod.js → patch-e72c6c2f.cjs.prod.js} +1 -1
  320. package/dist/{pathPatch-fab016f1.cjs.dev.js → pathPatch-9fa78980.cjs.dev.js} +1 -1
  321. package/dist/{pathPatch-b56a4da2.cjs.prod.js → pathPatch-f3064fa9.cjs.prod.js} +1 -1
  322. package/dist/{pool-59df8b4d.cjs.dev.js → pool-7c9cd8e9.cjs.dev.js} +5 -5
  323. package/dist/{pool-042cc42b.cjs.prod.js → pool-9370f703.cjs.prod.js} +5 -5
  324. package/dist/{query-c36decd5.cjs.dev.js → query-6cd164ab.cjs.dev.js} +3 -3
  325. package/dist/{query-a52b25f0.cjs.prod.js → query-8147932f.cjs.prod.js} +3 -3
  326. package/dist/{queue-e4c59627.cjs.dev.js → queue-06ce789d.cjs.dev.js} +2 -2
  327. package/dist/{queue-425b92f6.cjs.prod.js → queue-6afe5f19.cjs.prod.js} +2 -2
  328. package/dist/{registry-62ff192e.cjs.dev.js → registry-35e8eb48.cjs.dev.js} +2 -2
  329. package/dist/{registry-d5258dff.cjs.prod.js → registry-5c67df33.cjs.prod.js} +2 -2
  330. package/dist/{runtime-005f8a9b.cjs.prod.js → runtime-d41d839b.cjs.prod.js} +6 -6
  331. package/dist/{runtime-57c8ddf8.cjs.dev.js → runtime-fb1c1c19.cjs.dev.js} +6 -6
  332. package/dist/{schedule-e7a9f93f.cjs.dev.js → schedule-0e1db444.cjs.dev.js} +3 -3
  333. package/dist/{schedule-8cdf6bf1.cjs.prod.js → schedule-64057679.cjs.prod.js} +3 -3
  334. package/dist/{scopedRef-eb19c7a6.cjs.dev.js → scopedRef-2ea09a4f.cjs.dev.js} +6 -6
  335. package/dist/{scopedRef-789d7fef.cjs.prod.js → scopedRef-7a6d42f7.cjs.prod.js} +6 -6
  336. package/dist/{singleProducerAsyncInput-f9b258b1.cjs.prod.js → singleProducerAsyncInput-8b8ad112.cjs.prod.js} +1 -1
  337. package/dist/{singleProducerAsyncInput-9ff8389b.cjs.dev.js → singleProducerAsyncInput-97f74016.cjs.dev.js} +1 -1
  338. package/dist/{sink-b2fcb569.cjs.prod.js → sink-6d1a77bf.cjs.prod.js} +3 -3
  339. package/dist/{sink-17e02d40.cjs.dev.js → sink-ebf2fbdb.cjs.dev.js} +3 -3
  340. package/dist/{stm-9dd6be88.cjs.prod.js → stm-4a6de085.cjs.prod.js} +3 -3
  341. package/dist/{stm-5264610b.cjs.dev.js → stm-dbec85f1.cjs.dev.js} +3 -3
  342. package/dist/{stream-5e2ed3a9.cjs.dev.js → stream-478aa5a8.cjs.dev.js} +9 -6
  343. package/dist/{stream-c9c522f2.cjs.prod.js → stream-f7345889.cjs.prod.js} +9 -6
  344. package/dist/{synchronizedRef-ed8aa6ac.cjs.prod.js → synchronizedRef-432b4455.cjs.prod.js} +1 -1
  345. package/dist/{synchronizedRef-a12fd967.cjs.dev.js → synchronizedRef-fa63e917.cjs.dev.js} +1 -1
  346. package/dist/{tArray-77a2ae3c.cjs.dev.js → tArray-0c9045e7.cjs.dev.js} +3 -3
  347. package/dist/{tArray-cac66af4.cjs.prod.js → tArray-b30ccc3e.cjs.prod.js} +3 -3
  348. package/dist/{tMap-5ac8ec9c.cjs.prod.js → tMap-001c791c.cjs.prod.js} +4 -4
  349. package/dist/{tMap-73bbf062.cjs.dev.js → tMap-0625df1d.cjs.dev.js} +4 -4
  350. package/dist/{tQueue-dded9b2d.cjs.prod.js → tQueue-6accdd70.cjs.prod.js} +3 -3
  351. package/dist/{tQueue-2b1cd0c4.cjs.dev.js → tQueue-cdbf9130.cjs.dev.js} +3 -3
  352. package/dist/{tRef-73c3549e.cjs.prod.js → tRef-8b60d85b.cjs.prod.js} +1 -1
  353. package/dist/{tRef-90f0872b.cjs.dev.js → tRef-b5bae36d.cjs.dev.js} +1 -1
  354. package/internal/channel.esm.js +2 -2
  355. package/internal/core-effect.esm.js +1 -1
  356. package/internal/fiberRuntime.esm.js +27 -23
  357. package/internal/layer/circular.esm.js +5 -6
  358. package/internal/layer.esm.js +9 -5
  359. package/internal/logger.esm.js +3 -3
  360. package/internal/matcher.esm.js +314 -0
  361. package/internal/stream.esm.js +7 -4
  362. package/internal/tracer.esm.js +14 -4
  363. package/package.json +21 -13
  364. package/src/{Bigint.ts → BigInt.ts} +26 -26
  365. package/src/Channel.ts +4 -2
  366. package/src/Data.ts +18 -16
  367. package/src/Duration.ts +2 -2
  368. package/src/Effect.ts +84 -151
  369. package/src/Either.ts +33 -0
  370. package/src/FiberRef.ts +2 -3
  371. package/src/Layer.ts +157 -3
  372. package/src/Logger.ts +2 -8
  373. package/src/Match.ts +800 -0
  374. package/src/Predicate.ts +4 -4
  375. package/src/Stream.ts +4 -2
  376. package/src/Tracer.ts +18 -9
  377. package/src/index.ts +6 -1
  378. package/src/internal/channel.ts +5 -3
  379. package/src/internal/core-effect.ts +27 -22
  380. package/src/internal/core.ts +5 -7
  381. package/src/internal/fiberRuntime.ts +39 -13
  382. package/src/internal/layer/circular.ts +21 -6
  383. package/src/internal/layer.ts +20 -4
  384. package/src/internal/logger.ts +4 -4
  385. package/src/internal/matcher.ts +594 -0
  386. package/src/internal/stream.ts +9 -7
  387. package/src/internal/tracer.ts +28 -5
  388. package/src/tsconfig.json +41 -0
  389. package/Bigint/dist/effect-Bigint.cjs.d.mts +0 -2
  390. package/Bigint/dist/effect-Bigint.cjs.d.mts.map +0 -1
  391. package/Bigint/dist/effect-Bigint.cjs.d.ts +0 -2
  392. package/Bigint/dist/effect-Bigint.cjs.d.ts.map +0 -1
  393. package/Bigint/dist/effect-Bigint.cjs.js +0 -7
  394. package/Bigint/package.json +0 -4
  395. /package/dist/{Effectable-c4c14a2b.cjs.prod.js → Effectable-6a8a05f1.cjs.prod.js} +0 -0
  396. /package/dist/{Effectable-7314aed8.cjs.dev.js → Effectable-71c10ab9.cjs.dev.js} +0 -0
  397. /package/dist/{FiberId-1d7ac632.cjs.prod.js → FiberId-54d8bd67.cjs.prod.js} +0 -0
  398. /package/dist/{FiberId-d88ddce6.cjs.dev.js → FiberId-6708cdca.cjs.dev.js} +0 -0
  399. /package/dist/{HashSet-ac02a3e1.cjs.prod.js → HashSet-86613304.cjs.prod.js} +0 -0
  400. /package/dist/{HashSet-5963ad6b.cjs.dev.js → HashSet-dd020cb0.cjs.dev.js} +0 -0
  401. /package/dist/{RuntimeFlagsPatch-866fa259.cjs.prod.js → RuntimeFlagsPatch-902b4680.cjs.prod.js} +0 -0
  402. /package/dist/{RuntimeFlagsPatch-69102b03.cjs.dev.js → RuntimeFlagsPatch-cf423492.cjs.dev.js} +0 -0
  403. /package/dist/{boundaries-f212e414.cjs.dev.js → boundaries-b5265184.cjs.dev.js} +0 -0
  404. /package/dist/{boundaries-9af538e3.cjs.prod.js → boundaries-bfd86b3e.cjs.prod.js} +0 -0
  405. /package/dist/{configError-b43723af.cjs.prod.js → configError-856c7153.cjs.prod.js} +0 -0
  406. /package/dist/{configError-d5efe9c0.cjs.dev.js → configError-a824b415.cjs.dev.js} +0 -0
  407. /package/dist/{configSecret-e2faa181.cjs.prod.js → configSecret-9b941a86.cjs.prod.js} +0 -0
  408. /package/dist/{configSecret-3e8ae336.cjs.dev.js → configSecret-e7bb51da.cjs.dev.js} +0 -0
  409. /package/dist/{keyType-0c5e6178.cjs.prod.js → keyType-4ec0b247.cjs.prod.js} +0 -0
  410. /package/dist/{keyType-7c164b82.cjs.dev.js → keyType-f30c9fa4.cjs.dev.js} +0 -0
  411. /package/dist/{label-655343b5.cjs.prod.js → label-a588e6cd.cjs.prod.js} +0 -0
  412. /package/dist/{label-011edbe7.cjs.dev.js → label-b0cebeae.cjs.dev.js} +0 -0
  413. /package/dist/{state-0bdf02b7.cjs.prod.js → state-40d5dc71.cjs.prod.js} +0 -0
  414. /package/dist/{state-931050c4.cjs.dev.js → state-620f7a22.cjs.dev.js} +0 -0
  415. /package/dist/{take-85daaf79.cjs.prod.js → take-15455ae3.cjs.prod.js} +0 -0
  416. /package/dist/{take-f9ef9e2e.cjs.dev.js → take-1c250e7a.cjs.dev.js} +0 -0
@@ -6,7 +6,7 @@ var Effect_dist_effectEffect = require('../Effect/dist/effect-Effect.cjs.prod.js
6
6
  var Either_dist_effectEither = require('../Either/dist/effect-Either.cjs.prod.js');
7
7
  var Exit_dist_effectExit = require('../Exit/dist/effect-Exit.cjs.prod.js');
8
8
  var Function_dist_effectFunction = require('../Function/dist/effect-Function.cjs.prod.js');
9
- var Ref_dist_effectRef = require('./Ref-4014b526.cjs.prod.js');
9
+ var Ref_dist_effectRef = require('./Ref-6608e3b6.cjs.prod.js');
10
10
 
11
11
  /** @internal */
12
12
 
@@ -6,7 +6,7 @@ var Effect_dist_effectEffect = require('../Effect/dist/effect-Effect.cjs.dev.js'
6
6
  var Either_dist_effectEither = require('../Either/dist/effect-Either.cjs.dev.js');
7
7
  var Exit_dist_effectExit = require('../Exit/dist/effect-Exit.cjs.dev.js');
8
8
  var Function_dist_effectFunction = require('../Function/dist/effect-Function.cjs.dev.js');
9
- var Ref_dist_effectRef = require('./Ref-acdee7ef.cjs.dev.js');
9
+ var Ref_dist_effectRef = require('./Ref-548003d1.cjs.dev.js');
10
10
 
11
11
  /** @internal */
12
12
 
@@ -15,7 +15,7 @@ var Pipeable_dist_effectPipeable = require('../Pipeable/dist/effect-Pipeable.cjs
15
15
  var PubSub_dist_effectPubSub = require('../PubSub/dist/effect-PubSub.cjs.prod.js');
16
16
  var Queue_dist_effectQueue = require('../Queue/dist/effect-Queue.cjs.prod.js');
17
17
  var ReadonlyArray_dist_effectReadonlyArray = require('../ReadonlyArray/dist/effect-ReadonlyArray.cjs.prod.js');
18
- var Ref_dist_effectRef = require('./Ref-4014b526.cjs.prod.js');
18
+ var Ref_dist_effectRef = require('./Ref-6608e3b6.cjs.prod.js');
19
19
  var Context_dist_effectContext = require('../Context/dist/effect-Context.cjs.prod.js');
20
20
  var Deferred_dist_effectDeferred = require('../Deferred/dist/effect-Deferred.cjs.prod.js');
21
21
  var Equal_dist_effectEqual = require('../Equal/dist/effect-Equal.cjs.prod.js');
@@ -29,7 +29,7 @@ var upstreamPullRequest = require('./upstreamPullRequest-c89f818d.cjs.prod.js');
29
29
  var mergeDecision = require('./mergeDecision-07c6b5c9.cjs.prod.js');
30
30
  var mergeState = require('./mergeState-75990fa2.cjs.prod.js');
31
31
  var mergeStrategy = require('./mergeStrategy-3dd6e55f.cjs.prod.js');
32
- var singleProducerAsyncInput = require('./singleProducerAsyncInput-f9b258b1.cjs.prod.js');
32
+ var singleProducerAsyncInput = require('./singleProducerAsyncInput-8b8ad112.cjs.prod.js');
33
33
 
34
34
  /** @internal */
35
35
  const OP_CONTINUATION_K = "ContinuationK";
@@ -1936,7 +1936,7 @@ const unwrapScoped$1 = self => concatAllWith(scoped(self), (d, _) => d, (d, _) =
1936
1936
  const updateService = /*#__PURE__*/Function_dist_effectFunction.dual(3, (self, tag, f) => mapInputContext(self, context => Context_dist_effectContext.merge(context, Context_dist_effectContext.make(tag, f(Context_dist_effectContext.unsafeGet(context, tag))))));
1937
1937
 
1938
1938
  /** @internal */
1939
- const withSpan = /*#__PURE__*/Function_dist_effectFunction.dual(3, (self, name, options) => unwrapScoped$1(Effect_dist_effectEffect.as(Effect_dist_effectEffect.withSpanScoped(name, options), self)));
1939
+ const withSpan = /*#__PURE__*/Function_dist_effectFunction.dual(3, (self, name, options) => unwrapScoped$1(Effect_dist_effectEffect.as(Effect_dist_effectEffect.setSpan(name, options), self)));
1940
1940
 
1941
1941
  /** @internal */
1942
1942
  const writeAll = (...outs) => writeChunk(Chunk_dist_effectChunk.fromIterable(outs));
@@ -15,7 +15,7 @@ var Pipeable_dist_effectPipeable = require('../Pipeable/dist/effect-Pipeable.cjs
15
15
  var PubSub_dist_effectPubSub = require('../PubSub/dist/effect-PubSub.cjs.dev.js');
16
16
  var Queue_dist_effectQueue = require('../Queue/dist/effect-Queue.cjs.dev.js');
17
17
  var ReadonlyArray_dist_effectReadonlyArray = require('../ReadonlyArray/dist/effect-ReadonlyArray.cjs.dev.js');
18
- var Ref_dist_effectRef = require('./Ref-acdee7ef.cjs.dev.js');
18
+ var Ref_dist_effectRef = require('./Ref-548003d1.cjs.dev.js');
19
19
  var Context_dist_effectContext = require('../Context/dist/effect-Context.cjs.dev.js');
20
20
  var Deferred_dist_effectDeferred = require('../Deferred/dist/effect-Deferred.cjs.dev.js');
21
21
  var Equal_dist_effectEqual = require('../Equal/dist/effect-Equal.cjs.dev.js');
@@ -29,7 +29,7 @@ var upstreamPullRequest = require('./upstreamPullRequest-7a694281.cjs.dev.js');
29
29
  var mergeDecision = require('./mergeDecision-be41e797.cjs.dev.js');
30
30
  var mergeState = require('./mergeState-8153ce39.cjs.dev.js');
31
31
  var mergeStrategy = require('./mergeStrategy-81ea5b80.cjs.dev.js');
32
- var singleProducerAsyncInput = require('./singleProducerAsyncInput-9ff8389b.cjs.dev.js');
32
+ var singleProducerAsyncInput = require('./singleProducerAsyncInput-97f74016.cjs.dev.js');
33
33
 
34
34
  /** @internal */
35
35
  const OP_CONTINUATION_K = "ContinuationK";
@@ -1936,7 +1936,7 @@ const unwrapScoped$1 = self => concatAllWith(scoped(self), (d, _) => d, (d, _) =
1936
1936
  const updateService = /*#__PURE__*/Function_dist_effectFunction.dual(3, (self, tag, f) => mapInputContext(self, context => Context_dist_effectContext.merge(context, Context_dist_effectContext.make(tag, f(Context_dist_effectContext.unsafeGet(context, tag))))));
1937
1937
 
1938
1938
  /** @internal */
1939
- const withSpan = /*#__PURE__*/Function_dist_effectFunction.dual(3, (self, name, options) => unwrapScoped$1(Effect_dist_effectEffect.as(Effect_dist_effectEffect.withSpanScoped(name, options), self)));
1939
+ const withSpan = /*#__PURE__*/Function_dist_effectFunction.dual(3, (self, name, options) => unwrapScoped$1(Effect_dist_effectEffect.as(Effect_dist_effectEffect.setSpan(name, options), self)));
1940
1940
 
1941
1941
  /** @internal */
1942
1942
  const writeAll = (...outs) => writeChunk(Chunk_dist_effectChunk.fromIterable(outs));
@@ -7,9 +7,9 @@ var Effect_dist_effectEffect = require('../Effect/dist/effect-Effect.cjs.prod.js
7
7
  var Either_dist_effectEither = require('../Either/dist/effect-Either.cjs.prod.js');
8
8
  var Exit_dist_effectExit = require('../Exit/dist/effect-Exit.cjs.prod.js');
9
9
  var Function_dist_effectFunction = require('../Function/dist/effect-Function.cjs.prod.js');
10
- var core$1 = require('./core-07202cc0.cjs.prod.js');
11
- var coreEffect = require('./core-effect-9201ea63.cjs.prod.js');
12
- var core = require('./core-84e608f0.cjs.prod.js');
10
+ var core$1 = require('./core-3908bc43.cjs.prod.js');
11
+ var coreEffect = require('./core-effect-37a0d753.cjs.prod.js');
12
+ var core = require('./core-8ccae4e2.cjs.prod.js');
13
13
  var Option_dist_effectOption = require('../Option/dist/effect-Option.cjs.prod.js');
14
14
  var Predicate_dist_effectPredicate = require('../Predicate/dist/effect-Predicate.cjs.prod.js');
15
15
  var ReadonlyArray_dist_effectReadonlyArray = require('../ReadonlyArray/dist/effect-ReadonlyArray.cjs.prod.js');
@@ -7,9 +7,9 @@ var Effect_dist_effectEffect = require('../Effect/dist/effect-Effect.cjs.dev.js'
7
7
  var Either_dist_effectEither = require('../Either/dist/effect-Either.cjs.dev.js');
8
8
  var Exit_dist_effectExit = require('../Exit/dist/effect-Exit.cjs.dev.js');
9
9
  var Function_dist_effectFunction = require('../Function/dist/effect-Function.cjs.dev.js');
10
- var core$1 = require('./core-b7401357.cjs.dev.js');
11
- var coreEffect = require('./core-effect-1c564d42.cjs.dev.js');
12
- var core = require('./core-c01fd1d8.cjs.dev.js');
10
+ var core$1 = require('./core-365f89c2.cjs.dev.js');
11
+ var coreEffect = require('./core-effect-c529ccac.cjs.dev.js');
12
+ var core = require('./core-3d37486a.cjs.dev.js');
13
13
  var Option_dist_effectOption = require('../Option/dist/effect-Option.cjs.dev.js');
14
14
  var Predicate_dist_effectPredicate = require('../Predicate/dist/effect-Predicate.cjs.dev.js');
15
15
  var ReadonlyArray_dist_effectReadonlyArray = require('../ReadonlyArray/dist/effect-ReadonlyArray.cjs.dev.js');
@@ -18,15 +18,15 @@ var Option_dist_effectOption = require('../Option/dist/effect-Option.cjs.dev.js'
18
18
  var Pipeable_dist_effectPipeable = require('../Pipeable/dist/effect-Pipeable.cjs.dev.js');
19
19
  var PubSub_dist_effectPubSub = require('../PubSub/dist/effect-PubSub.cjs.dev.js');
20
20
  var Queue_dist_effectQueue = require('../Queue/dist/effect-Queue.cjs.dev.js');
21
- var Ref_dist_effectRef = require('./Ref-acdee7ef.cjs.dev.js');
21
+ var Ref_dist_effectRef = require('./Ref-548003d1.cjs.dev.js');
22
22
  var Runtime_dist_effectRuntime = require('../Runtime/dist/effect-Runtime.cjs.dev.js');
23
23
  var Schedule_dist_effectSchedule = require('../Schedule/dist/effect-Schedule.cjs.dev.js');
24
24
  var Scope_dist_effectScope = require('../Scope/dist/effect-Scope.cjs.dev.js');
25
25
  var StreamHaltStrategy_dist_effectStreamHaltStrategy = require('./StreamHaltStrategy-9a61b88d.cjs.dev.js');
26
- var sink = require('./sink-17e02d40.cjs.dev.js');
26
+ var sink = require('./sink-ebf2fbdb.cjs.dev.js');
27
27
  var mergeStrategy = require('./mergeStrategy-81ea5b80.cjs.dev.js');
28
- var singleProducerAsyncInput = require('./singleProducerAsyncInput-9ff8389b.cjs.dev.js');
29
- var take$2 = require('./take-f9ef9e2e.cjs.dev.js');
28
+ var singleProducerAsyncInput = require('./singleProducerAsyncInput-97f74016.cjs.dev.js');
29
+ var take$2 = require('./take-1c250e7a.cjs.dev.js');
30
30
 
31
31
  /** @internal */
32
32
  class RingBuffer {
@@ -1486,7 +1486,10 @@ const groupAdjacentBy = /*#__PURE__*/Function_dist_effectFunction.dual(2, (self,
1486
1486
  const input = Chunk_dist_effectChunk.unsafeGet(chunk, until);
1487
1487
  const updatedKey = f(input);
1488
1488
  if (!Equal_dist_effectEqual.equals(key, updatedKey)) {
1489
- builder.push([key, Chunk_dist_effectChunk.unsafeFromArray(Array.from(tuple[1]).slice(from, until))]);
1489
+ const previousChunk = tuple[1];
1490
+ const additionalChunk = Chunk_dist_effectChunk.unsafeFromArray(Array.from(chunk).slice(from, until));
1491
+ const group = Chunk_dist_effectChunk.appendAllNonEmpty(previousChunk, additionalChunk);
1492
+ builder.push([key, group]);
1490
1493
  key = updatedKey;
1491
1494
  from = until;
1492
1495
  loop = false;
@@ -2839,7 +2842,7 @@ const whenCaseEffect = /*#__PURE__*/Function_dist_effectFunction.dual(2, (self,
2839
2842
  const whenEffect = /*#__PURE__*/Function_dist_effectFunction.dual(2, (self, effect) => Function_dist_effectFunction.pipe(fromEffect(effect), flatMap(bool => bool ? self : empty)));
2840
2843
 
2841
2844
  /** @internal */
2842
- const withSpan = /*#__PURE__*/Function_dist_effectFunction.dual(3, (self, name, options) => unwrapScoped(Effect_dist_effectEffect.as(Effect_dist_effectEffect.withSpanScoped(name, options), self)));
2845
+ const withSpan = /*#__PURE__*/Function_dist_effectFunction.dual(3, (self, name, options) => unwrapScoped(Effect_dist_effectEffect.as(Effect_dist_effectEffect.setSpan(name, options), self)));
2843
2846
 
2844
2847
  /** @internal */
2845
2848
  const zip = /*#__PURE__*/Function_dist_effectFunction.dual(2, (self, that) => Function_dist_effectFunction.pipe(self, zipWith(that, (a, a2) => [a, a2])));
@@ -18,15 +18,15 @@ var Option_dist_effectOption = require('../Option/dist/effect-Option.cjs.prod.js
18
18
  var Pipeable_dist_effectPipeable = require('../Pipeable/dist/effect-Pipeable.cjs.prod.js');
19
19
  var PubSub_dist_effectPubSub = require('../PubSub/dist/effect-PubSub.cjs.prod.js');
20
20
  var Queue_dist_effectQueue = require('../Queue/dist/effect-Queue.cjs.prod.js');
21
- var Ref_dist_effectRef = require('./Ref-4014b526.cjs.prod.js');
21
+ var Ref_dist_effectRef = require('./Ref-6608e3b6.cjs.prod.js');
22
22
  var Runtime_dist_effectRuntime = require('../Runtime/dist/effect-Runtime.cjs.prod.js');
23
23
  var Schedule_dist_effectSchedule = require('../Schedule/dist/effect-Schedule.cjs.prod.js');
24
24
  var Scope_dist_effectScope = require('../Scope/dist/effect-Scope.cjs.prod.js');
25
25
  var StreamHaltStrategy_dist_effectStreamHaltStrategy = require('./StreamHaltStrategy-b495622b.cjs.prod.js');
26
- var sink = require('./sink-b2fcb569.cjs.prod.js');
26
+ var sink = require('./sink-6d1a77bf.cjs.prod.js');
27
27
  var mergeStrategy = require('./mergeStrategy-3dd6e55f.cjs.prod.js');
28
- var singleProducerAsyncInput = require('./singleProducerAsyncInput-f9b258b1.cjs.prod.js');
29
- var take$2 = require('./take-85daaf79.cjs.prod.js');
28
+ var singleProducerAsyncInput = require('./singleProducerAsyncInput-8b8ad112.cjs.prod.js');
29
+ var take$2 = require('./take-15455ae3.cjs.prod.js');
30
30
 
31
31
  /** @internal */
32
32
  class RingBuffer {
@@ -1486,7 +1486,10 @@ const groupAdjacentBy = /*#__PURE__*/Function_dist_effectFunction.dual(2, (self,
1486
1486
  const input = Chunk_dist_effectChunk.unsafeGet(chunk, until);
1487
1487
  const updatedKey = f(input);
1488
1488
  if (!Equal_dist_effectEqual.equals(key, updatedKey)) {
1489
- builder.push([key, Chunk_dist_effectChunk.unsafeFromArray(Array.from(tuple[1]).slice(from, until))]);
1489
+ const previousChunk = tuple[1];
1490
+ const additionalChunk = Chunk_dist_effectChunk.unsafeFromArray(Array.from(chunk).slice(from, until));
1491
+ const group = Chunk_dist_effectChunk.appendAllNonEmpty(previousChunk, additionalChunk);
1492
+ builder.push([key, group]);
1490
1493
  key = updatedKey;
1491
1494
  from = until;
1492
1495
  loop = false;
@@ -2839,7 +2842,7 @@ const whenCaseEffect = /*#__PURE__*/Function_dist_effectFunction.dual(2, (self,
2839
2842
  const whenEffect = /*#__PURE__*/Function_dist_effectFunction.dual(2, (self, effect) => Function_dist_effectFunction.pipe(fromEffect(effect), flatMap(bool => bool ? self : empty)));
2840
2843
 
2841
2844
  /** @internal */
2842
- const withSpan = /*#__PURE__*/Function_dist_effectFunction.dual(3, (self, name, options) => unwrapScoped(Effect_dist_effectEffect.as(Effect_dist_effectEffect.withSpanScoped(name, options), self)));
2845
+ const withSpan = /*#__PURE__*/Function_dist_effectFunction.dual(3, (self, name, options) => unwrapScoped(Effect_dist_effectEffect.as(Effect_dist_effectEffect.setSpan(name, options), self)));
2843
2846
 
2844
2847
  /** @internal */
2845
2848
  const zip = /*#__PURE__*/Function_dist_effectFunction.dual(2, (self, that) => Function_dist_effectFunction.pipe(self, zipWith(that, (a, a2) => [a, a2])));
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var Function_dist_effectFunction = require('../Function/dist/effect-Function.cjs.prod.js');
4
- var core = require('./core-07202cc0.cjs.prod.js');
4
+ var core = require('./core-3908bc43.cjs.prod.js');
5
5
  var Option_dist_effectOption = require('../Option/dist/effect-Option.cjs.prod.js');
6
6
 
7
7
  /** @internal */
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var Function_dist_effectFunction = require('../Function/dist/effect-Function.cjs.dev.js');
4
- var core = require('./core-b7401357.cjs.dev.js');
4
+ var core = require('./core-365f89c2.cjs.dev.js');
5
5
  var Option_dist_effectOption = require('../Option/dist/effect-Option.cjs.dev.js');
6
6
 
7
7
  /** @internal */
@@ -2,9 +2,9 @@
2
2
 
3
3
  var Equal_dist_effectEqual = require('../Equal/dist/effect-Equal.cjs.dev.js');
4
4
  var Function_dist_effectFunction = require('../Function/dist/effect-Function.cjs.dev.js');
5
- var core = require('./core-c01fd1d8.cjs.dev.js');
6
- var stm = require('./stm-5264610b.cjs.dev.js');
7
- var tRef = require('./tRef-90f0872b.cjs.dev.js');
5
+ var core = require('./core-3d37486a.cjs.dev.js');
6
+ var stm = require('./stm-dbec85f1.cjs.dev.js');
7
+ var tRef = require('./tRef-b5bae36d.cjs.dev.js');
8
8
  var Option_dist_effectOption = require('../Option/dist/effect-Option.cjs.dev.js');
9
9
  var Order_dist_effectOrder = require('../Order/dist/effect-Order.cjs.dev.js');
10
10
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  var Equal_dist_effectEqual = require('../Equal/dist/effect-Equal.cjs.prod.js');
4
4
  var Function_dist_effectFunction = require('../Function/dist/effect-Function.cjs.prod.js');
5
- var core = require('./core-84e608f0.cjs.prod.js');
6
- var stm = require('./stm-9dd6be88.cjs.prod.js');
7
- var tRef = require('./tRef-73c3549e.cjs.prod.js');
5
+ var core = require('./core-8ccae4e2.cjs.prod.js');
6
+ var stm = require('./stm-4a6de085.cjs.prod.js');
7
+ var tRef = require('./tRef-8b60d85b.cjs.prod.js');
8
8
  var Option_dist_effectOption = require('../Option/dist/effect-Option.cjs.prod.js');
9
9
  var Order_dist_effectOrder = require('../Order/dist/effect-Order.cjs.prod.js');
10
10
 
@@ -5,10 +5,10 @@ var Equal_dist_effectEqual = require('../Equal/dist/effect-Equal.cjs.prod.js');
5
5
  var Function_dist_effectFunction = require('../Function/dist/effect-Function.cjs.prod.js');
6
6
  var Hash_dist_effectHash = require('../Hash/dist/effect-Hash.cjs.prod.js');
7
7
  var HashMap_dist_effectHashMap = require('../HashMap/dist/effect-HashMap.cjs.prod.js');
8
- var core = require('./core-84e608f0.cjs.prod.js');
9
- var stm = require('./stm-9dd6be88.cjs.prod.js');
10
- var tArray = require('./tArray-cac66af4.cjs.prod.js');
11
- var tRef = require('./tRef-73c3549e.cjs.prod.js');
8
+ var core = require('./core-8ccae4e2.cjs.prod.js');
9
+ var stm = require('./stm-4a6de085.cjs.prod.js');
10
+ var tArray = require('./tArray-b30ccc3e.cjs.prod.js');
11
+ var tRef = require('./tRef-8b60d85b.cjs.prod.js');
12
12
  var Option_dist_effectOption = require('../Option/dist/effect-Option.cjs.prod.js');
13
13
  var ReadonlyArray_dist_effectReadonlyArray = require('../ReadonlyArray/dist/effect-ReadonlyArray.cjs.prod.js');
14
14
  var STM_dist_effectSTM = require('../STM/dist/effect-STM.cjs.prod.js');
@@ -5,10 +5,10 @@ var Equal_dist_effectEqual = require('../Equal/dist/effect-Equal.cjs.dev.js');
5
5
  var Function_dist_effectFunction = require('../Function/dist/effect-Function.cjs.dev.js');
6
6
  var Hash_dist_effectHash = require('../Hash/dist/effect-Hash.cjs.dev.js');
7
7
  var HashMap_dist_effectHashMap = require('../HashMap/dist/effect-HashMap.cjs.dev.js');
8
- var core = require('./core-c01fd1d8.cjs.dev.js');
9
- var stm = require('./stm-5264610b.cjs.dev.js');
10
- var tArray = require('./tArray-77a2ae3c.cjs.dev.js');
11
- var tRef = require('./tRef-90f0872b.cjs.dev.js');
8
+ var core = require('./core-3d37486a.cjs.dev.js');
9
+ var stm = require('./stm-dbec85f1.cjs.dev.js');
10
+ var tArray = require('./tArray-0c9045e7.cjs.dev.js');
11
+ var tRef = require('./tRef-b5bae36d.cjs.dev.js');
12
12
  var Option_dist_effectOption = require('../Option/dist/effect-Option.cjs.dev.js');
13
13
  var ReadonlyArray_dist_effectReadonlyArray = require('../ReadonlyArray/dist/effect-ReadonlyArray.cjs.dev.js');
14
14
  var STM_dist_effectSTM = require('../STM/dist/effect-STM.cjs.dev.js');
@@ -2,9 +2,9 @@
2
2
 
3
3
  var Chunk_dist_effectChunk = require('../Chunk/dist/effect-Chunk.cjs.prod.js');
4
4
  var Function_dist_effectFunction = require('../Function/dist/effect-Function.cjs.prod.js');
5
- var core = require('./core-84e608f0.cjs.prod.js');
6
- var stm = require('./stm-9dd6be88.cjs.prod.js');
7
- var tRef = require('./tRef-73c3549e.cjs.prod.js');
5
+ var core = require('./core-8ccae4e2.cjs.prod.js');
6
+ var stm = require('./stm-4a6de085.cjs.prod.js');
7
+ var tRef = require('./tRef-8b60d85b.cjs.prod.js');
8
8
  var Option_dist_effectOption = require('../Option/dist/effect-Option.cjs.prod.js');
9
9
  var ReadonlyArray_dist_effectReadonlyArray = require('../ReadonlyArray/dist/effect-ReadonlyArray.cjs.prod.js');
10
10
  var STM_dist_effectSTM = require('../STM/dist/effect-STM.cjs.prod.js');
@@ -2,9 +2,9 @@
2
2
 
3
3
  var Chunk_dist_effectChunk = require('../Chunk/dist/effect-Chunk.cjs.dev.js');
4
4
  var Function_dist_effectFunction = require('../Function/dist/effect-Function.cjs.dev.js');
5
- var core = require('./core-c01fd1d8.cjs.dev.js');
6
- var stm = require('./stm-5264610b.cjs.dev.js');
7
- var tRef = require('./tRef-90f0872b.cjs.dev.js');
5
+ var core = require('./core-3d37486a.cjs.dev.js');
6
+ var stm = require('./stm-dbec85f1.cjs.dev.js');
7
+ var tRef = require('./tRef-b5bae36d.cjs.dev.js');
8
8
  var Option_dist_effectOption = require('../Option/dist/effect-Option.cjs.dev.js');
9
9
  var ReadonlyArray_dist_effectReadonlyArray = require('../ReadonlyArray/dist/effect-ReadonlyArray.cjs.dev.js');
10
10
  var STM_dist_effectSTM = require('../STM/dist/effect-STM.cjs.dev.js');
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var Function_dist_effectFunction = require('../Function/dist/effect-Function.cjs.prod.js');
4
- var core = require('./core-84e608f0.cjs.prod.js');
4
+ var core = require('./core-8ccae4e2.cjs.prod.js');
5
5
  var Option_dist_effectOption = require('../Option/dist/effect-Option.cjs.prod.js');
6
6
 
7
7
  /** @internal */
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var Function_dist_effectFunction = require('../Function/dist/effect-Function.cjs.dev.js');
4
- var core = require('./core-c01fd1d8.cjs.dev.js');
4
+ var core = require('./core-3d37486a.cjs.dev.js');
5
5
  var Option_dist_effectOption = require('../Option/dist/effect-Option.cjs.dev.js');
6
6
 
7
7
  /** @internal */
@@ -2,7 +2,7 @@ import { failureOrCause, map as map$2, isInterrupted, die, isDieType } from '../
2
2
  import { fromIterable, unsafeGet as unsafeGet$1, empty, isEmpty, unsafeFromArray } from '../Chunk/dist/effect-Chunk.esm.js';
3
3
  import { add, merge as merge$1, make as make$4, unsafeGet } from '../Context/dist/effect-Context.esm.js';
4
4
  import { await as _await, make as make$1, succeed as succeed$2, failCause as failCause$2, isDone } from '../Deferred/dist/effect-Deferred.esm.js';
5
- import { unit, flatMap as flatMap$1, uninterruptible, tap, context as context$1, map as map$1, suspend as suspend$1, matchCause, flatten as flatten$1, gen, acquireRelease, makeSemaphore, matchCauseEffect, failCause as failCause$1, zipRight as zipRight$1, interruptible, asUnit as asUnit$1, succeed as succeed$1, uninterruptibleMask, exit, raceFirst, tapErrorCause, intoDeferred, forkScoped, forever, raceWith, as as as$1, race, scoped as scoped$1, when, repeatWhile, zip as zip$1, zipWith, forkDaemon, never as never$1, sync as sync$1, withSpanScoped, repeatUntil, catchAllCause as catchAllCause$1 } from '../Effect/dist/effect-Effect.esm.js';
5
+ import { unit, flatMap as flatMap$1, uninterruptible, tap, context as context$1, map as map$1, suspend as suspend$1, matchCause, flatten as flatten$1, gen, acquireRelease, makeSemaphore, matchCauseEffect, failCause as failCause$1, zipRight as zipRight$1, interruptible, asUnit as asUnit$1, succeed as succeed$1, uninterruptibleMask, exit, raceFirst, tapErrorCause, intoDeferred, forkScoped, forever, raceWith, as as as$1, race, scoped as scoped$1, when, repeatWhile, zip as zip$1, zipWith, forkDaemon, never as never$1, sync as sync$1, setSpan, repeatUntil, catchAllCause as catchAllCause$1 } from '../Effect/dist/effect-Effect.esm.js';
6
6
  import { match, left, right } from '../Either/dist/effect-Either.esm.js';
7
7
  import { equals } from '../Equal/dist/effect-Equal.esm.js';
8
8
  import { failCause as failCause$3, match as match$3, succeed as succeed$3, zip as zip$2 } from '../Exit/dist/effect-Exit.esm.js';
@@ -602,7 +602,7 @@ const unwrapScoped = self => concatAllWith(scoped(self), (d, _) => d, (d, _) =>
602
602
  const updateService = /*#__PURE__*/dual(3, (self, tag, f) => mapInputContext(self, context => merge$1(context, make$4(tag, f(unsafeGet(context, tag))))));
603
603
 
604
604
  /** @internal */
605
- const withSpan = /*#__PURE__*/dual(3, (self, name, options) => unwrapScoped(as$1(withSpanScoped(name, options), self)));
605
+ const withSpan = /*#__PURE__*/dual(3, (self, name, options) => unwrapScoped(as$1(setSpan(name, options), self)));
606
606
 
607
607
  /** @internal */
608
608
  const writeAll = (...outs) => writeChunk(fromIterable(outs));
@@ -839,7 +839,7 @@ const linkSpans = /*#__PURE__*/dual(args => isEffect(args[0]), (self, span, attr
839
839
  /** @internal */
840
840
  const makeSpan = (name, options) => tracerWith(tracer => flatMap(options?.parent ? succeedSome(options.parent) : options?.root ? succeedNone : currentParentSpan, parent => flatMap(fiberRefGet(currentTracerSpanAnnotations), annotations => flatMap(fiberRefGet(currentTracerSpanLinks), links => flatMap(currentTimeNanosTracing, startTime => sync(() => {
841
841
  const linksArray = options?.links ? [...toReadonlyArray(links), ...options.links] : toReadonlyArray(links);
842
- const span = tracer.span(name, parent, options?.context ?? empty$1(), linksArray, startTime);
842
+ const span = tracer.span(name, parent, options?.context ?? empty$1(), linksArray, options?.sampled ?? (parent._tag === "Some" ? parent.value.sampled : true), startTime);
843
843
  forEach(annotations, (value, key) => span.attribute(key, value));
844
844
  Object.entries(options?.attributes ?? {}).forEach(([k, v]) => span.attribute(k, v));
845
845
  return span;
@@ -8,6 +8,7 @@ import { getOrDefault } from '../FiberRefs/dist/effect-FiberRefs.esm.js';
8
8
  import { diff as diff$1, patch as patch$1 } from '../FiberRefsPatch/dist/effect-FiberRefsPatch.esm.js';
9
9
  import { isDone, done, suspended, running } from '../FiberStatus/dist/effect-FiberStatus.esm.js';
10
10
  import { dual, identity, pipe } from '../Function/dist/effect-Function.esm.js';
11
+ import { map as map$1 } from '../HashMap/dist/effect-HashMap.esm.js';
11
12
  import { make, fromIterable as fromIterable$2, union, size } from '../HashSet/dist/effect-HashSet.esm.js';
12
13
  import { par, flatten as flatten$2, sequentialCollectionToChunk } from './blockedRequests.esm.js';
13
14
  import { pretty, failureOrCause, parallel as parallel$1, sequential as sequential$1, interrupt, isEmpty, isInterruptedOnly, die, NoSuchElementException, stripFailures, isInterruptedException, IllegalArgumentException } from './cause.esm.js';
@@ -15,7 +16,7 @@ import { clockTag } from './clock.esm.js';
15
16
  import { currentRequestMap } from './completedRequestMap.esm.js';
16
17
  import { matchSimple, match as match$1 } from './concurrency.esm.js';
17
18
  import { configProviderTag } from './configProvider.esm.js';
18
- import { fiberRefUnsafeMake, currentTracerSpan, fiberRefUnsafeMakeHashSet, uninterruptible, tap, isEffect, withFiberRuntime, fiberRefLocally, currentForkScopeOverride, map as map$1, exit, exitIsSuccess, onError, failCause, partitionMap, either, flatMap as flatMap$1, unit, succeed, fail, dieSync, uninterruptibleMask, interruptible, forEachSequential, zipRight, asUnit, onInterrupt, zipLeft, interruptFiber, deferredMake, exitMatchEffect, flatten, deferredFailCause, deferredSucceed, contextWithEffect, scopeFork, currentMetricLabels, acquireUseRelease, scopeClose, exitZipWith, flip, fiberIdWith, updateRuntimeFlags, runtimeFlags, ScopeTypeId, releaseMapMake, CloseableScopeTypeId, releaseMapAdd, scopeAddFinalizerExit, as, mapInputContext, onExit, fiberRefUnsafeMakePatch, fiberRefGet, fiberRefSet, fiberRefGetWith, sync, fiberRefUpdate, fiberRefDelete, fiberRefUnsafeMakeContext, fiberRefUnsafeMakeRuntimeFlags, forEachSequentialDiscard, exitSucceed, matchCauseEffect, suspend, currentInterruptedCause, deferredUnsafeMake, deferredAwait, async, currentSchedulingPriority, whileLoop, currentUnhandledErrorLogLevel, currentLogLevel, currentLogSpan, currentLogAnnotations, exitFailCause, exitUnit, currentContext, blocked, catchAllCause, runRequestBlock, RevertFlags, yieldNow as yieldNow$1, isEffectError, withRuntimeFlags, matchEffect, if_, zipWith, currentRequestBatching, transplant, step, deferredUnsafeDone, deferredFail, exitCollectAll, exitIsFailure, exitInterrupt, exitAsUnit, interruptAsFiber, flatMapStep } from './core.esm.js';
19
+ import { fiberRefUnsafeMake, currentTracerSpan, fiberRefUnsafeMakeHashSet, uninterruptible, tap, isEffect, withFiberRuntime, fiberRefLocally, currentForkScopeOverride, map as map$2, exit, exitIsSuccess, onError, failCause, partitionMap, either, flatMap as flatMap$1, unit, succeed, fail, dieSync, uninterruptibleMask, interruptible, forEachSequential, zipRight, asUnit, onInterrupt, zipLeft, interruptFiber, deferredMake, exitMatchEffect, flatten, deferredFailCause, deferredSucceed, contextWithEffect, scopeFork, currentMetricLabels, acquireUseRelease, scopeClose, exitZipWith, flip, fiberIdWith, updateRuntimeFlags, runtimeFlags, ScopeTypeId, releaseMapMake, CloseableScopeTypeId, releaseMapAdd, scopeAddFinalizerExit, as, mapInputContext, onExit, fiberRefUnsafeMakePatch, fiberRefGet, fiberRefSet, fiberRefGetWith, sync, fiberRefUpdate, fiberRefDelete, fiberRefUnsafeMakeContext, fiberRefUnsafeMakeRuntimeFlags, forEachSequentialDiscard, exitSucceed, matchCauseEffect, suspend, fiberRefLocallyWith, currentInterruptedCause, deferredUnsafeMake, deferredAwait, async, currentSchedulingPriority, whileLoop, currentUnhandledErrorLogLevel, currentLogLevel, currentLogSpan, currentLogAnnotations, exitFailCause, exitUnit, currentContext, blocked, catchAllCause, runRequestBlock, RevertFlags, yieldNow as yieldNow$1, isEffectError, withRuntimeFlags, matchEffect, if_, zipWith, currentRequestBatching, transplant, step, deferredUnsafeDone, deferredFail, exitCollectAll, exitIsFailure, exitInterrupt, exitAsUnit, interruptAsFiber, flatMapStep } from './core.esm.js';
19
20
  import { makeSpan, currentTimeNanosTracing, mapErrorCause } from './core-effect.esm.js';
20
21
  import { currentServices } from './defaultServices.esm.js';
21
22
  import { consoleTag } from './defaultServices/console.esm.js';
@@ -24,7 +25,7 @@ import { _await, FiberTypeId, fiberVariance, join, RuntimeFiberTypeId, currentFi
24
25
  import { resume, stateful, interruptSignal, OP_STATEFUL, OP_RESUME, OP_INTERRUPT_SIGNAL, OP_YIELD_NOW, yieldNow } from './fiberMessage.esm.js';
25
26
  import { get, joinAs, delete_, updatedAs, forkAs, getOrDefault as getOrDefault$1 } from './fiberRefs.esm.js';
26
27
  import { globalScope, unsafeMake } from './fiberScope.esm.js';
27
- import { makeLogger, stringLogger, logfmtLogger } from './logger.esm.js';
28
+ import { makeLogger, stringLogger, logfmtLogger, serializeUnknown } from './logger.esm.js';
28
29
  import { counter, tagged, histogram } from './metric.esm.js';
29
30
  import { exponential } from './metric/boundaries.esm.js';
30
31
  import { make as make$3 } from './metric/label.esm.js';
@@ -868,7 +869,7 @@ class FiberRuntime {
868
869
  }
869
870
  }
870
871
  [OP_TAG](op) {
871
- return map$1(fiberRefGet(currentContext), context => {
872
+ return map$2(fiberRefGet(currentContext), context => {
872
873
  try {
873
874
  return unsafeGet(context, op);
874
875
  } catch (e) {
@@ -1179,7 +1180,7 @@ const tracerLogger = /*#__PURE__*/makeLogger(({
1179
1180
  if (span._tag === "None" || span.value._tag === "ExternalSpan" || clockService._tag === "None") {
1180
1181
  return;
1181
1182
  }
1182
- const attributes = Object.fromEntries(annotations);
1183
+ const attributes = Object.fromEntries(map$1(annotations, value => serializeUnknown(value)));
1183
1184
  attributes["effect.fiberId"] = threadName(fiberId);
1184
1185
  attributes["effect.logLevel"] = logLevel.label;
1185
1186
  if (cause !== null && cause._tag !== "Empty") {
@@ -1247,8 +1248,8 @@ const existsLoop = (iterator, index, f) => {
1247
1248
 
1248
1249
  /* @internal */
1249
1250
  const filter = /*#__PURE__*/dual(args => isIterable(args[0]), (elements, f, options) => {
1250
- const predicate = options?.negate ? (a, i) => map$1(f(a, i), not) : f;
1251
- return matchSimple(options, () => suspend(() => fromIterable(elements).reduceRight((effect, a, i) => zipWith(effect, suspend(() => predicate(a, i)), (list, b) => b ? [a, ...list] : list), sync(() => new Array()))), () => map$1(forEachOptions(elements, (a, i) => map$1(predicate(a, i), b => b ? some(a) : none()), options), compact));
1251
+ const predicate = options?.negate ? (a, i) => map$2(f(a, i), not) : f;
1252
+ return matchSimple(options, () => suspend(() => fromIterable(elements).reduceRight((effect, a, i) => zipWith(effect, suspend(() => predicate(a, i)), (list, b) => b ? [a, ...list] : list), sync(() => new Array()))), () => map$2(forEachOptions(elements, (a, i) => map$2(predicate(a, i), b => b ? some(a) : none()), options), compact));
1252
1253
  });
1253
1254
 
1254
1255
  // === all
@@ -1311,7 +1312,7 @@ const allEither = (effects, reconcile, options) => {
1311
1312
  discard: true
1312
1313
  });
1313
1314
  }
1314
- return map$1(forEachOptions(eitherEffects, identity, {
1315
+ return map$2(forEachOptions(eitherEffects, identity, {
1315
1316
  concurrency: options?.concurrency,
1316
1317
  batching: options?.batching
1317
1318
  }), eithers => reconcile._tag === "Some" ? reconcile.value(eithers) : eithers);
@@ -1325,14 +1326,14 @@ const all = (arg, options) => {
1325
1326
  } else if (options?.mode === "either") {
1326
1327
  return allEither(effects, reconcile, options);
1327
1328
  }
1328
- return reconcile._tag === "Some" ? map$1(forEachOptions(effects, identity, options), reconcile.value) : forEachOptions(effects, identity, options);
1329
+ return reconcile._tag === "Some" ? map$2(forEachOptions(effects, identity, options), reconcile.value) : forEachOptions(effects, identity, options);
1329
1330
  };
1330
1331
 
1331
1332
  /* @internal */
1332
1333
  const allWith = options => arg => all(arg, options);
1333
1334
 
1334
1335
  /* @internal */
1335
- const allSuccesses = (elements, options) => map$1(all(fromIterable(elements).map(exit), options), filterMap(exit => exitIsSuccess(exit) ? some(exit.i0) : none()));
1336
+ const allSuccesses = (elements, options) => map$2(all(fromIterable(elements).map(exit), options), filterMap(exit => exitIsSuccess(exit) ? some(exit.i0) : none()));
1336
1337
 
1337
1338
  /* @internal */
1338
1339
  const replicate = /*#__PURE__*/dual(2, (self, n) => Array.from({
@@ -1440,7 +1441,7 @@ const forEachParUnboundedDiscard = (self, f, batching) => suspend(() => {
1440
1441
  return unit;
1441
1442
  }
1442
1443
  }
1443
- }))), forkDaemon, map$1(fiber => {
1444
+ }))), forkDaemon, map$2(fiber => {
1444
1445
  fiber.addObserver(() => {
1445
1446
  joinOrder.push(fiber);
1446
1447
  });
@@ -1466,7 +1467,7 @@ const forEachParUnboundedDiscard = (self, f, batching) => suspend(() => {
1466
1467
  const forEachParN = (self, n, f, batching) => suspend(() => {
1467
1468
  const as = fromIterable(self);
1468
1469
  const array = new Array(as.length);
1469
- const fn = (a, i) => map$1(f(a, i), b => array[i] = b);
1470
+ const fn = (a, i) => map$2(f(a, i), b => array[i] = b);
1470
1471
  return zipRight(forEachParNDiscard(as, n, fn, batching), succeed(array));
1471
1472
  });
1472
1473
 
@@ -1560,7 +1561,7 @@ const forkWithScopeOverride = (self, scopeOverride) => withFiberRuntime((parentF
1560
1561
  const mergeAll = /*#__PURE__*/dual(args => isIterable(args[0]), (elements, zero, f, options) => matchSimple(options, () => fromIterable(elements).reduce((acc, a, i) => zipWith(acc, a, (acc, a) => f(acc, a, i)), succeed(zero)), () => flatMap$1(make$1(zero), acc => flatMap$1(forEachOptions(elements, (effect, i) => flatMap$1(effect, a => update(acc, b => f(b, a, i))), options), () => get$2(acc)))));
1561
1562
 
1562
1563
  /* @internal */
1563
- const partition = /*#__PURE__*/dual(args => isIterable(args[0]), (elements, f, options) => pipe(forEachOptions(elements, (a, i) => either(f(a, i)), options), map$1(chunk => partitionMap(chunk, identity))));
1564
+ const partition = /*#__PURE__*/dual(args => isIterable(args[0]), (elements, f, options) => pipe(forEachOptions(elements, (a, i) => either(f(a, i)), options), map$2(chunk => partitionMap(chunk, identity))));
1564
1565
 
1565
1566
  /* @internal */
1566
1567
  const validateAll = /*#__PURE__*/dual(args => isIterable(args[0]), (elements, f, options) => flatMap$1(partition(elements, f, {
@@ -1577,7 +1578,7 @@ const raceAll = all => {
1577
1578
  const self = headNonEmpty(list);
1578
1579
  const effects = tailNonEmpty(list);
1579
1580
  const inheritAll$1 = res => pipe(inheritAll(res[1]), as(res[0]));
1580
- return pipe(deferredMake(), flatMap$1(done => pipe(make$1(effects.length), flatMap$1(fails => uninterruptibleMask(restore => pipe(fork(interruptible(self)), flatMap$1(head => pipe(effects, forEachSequential(effect => fork(interruptible(effect))), map$1(unsafeFromArray), map$1(tail => pipe(tail, prepend(head))), tap(fibers => pipe(fibers, reduce(unit, (effect, fiber) => pipe(effect, zipRight(pipe(_await(fiber), flatMap$1(raceAllArbiter(fibers, fiber, done, fails)), fork, asUnit)))))), flatMap$1(fibers => pipe(restore(pipe(_await$1(done), flatMap$1(inheritAll$1))), onInterrupt(() => pipe(fibers, reduce(unit, (effect, fiber) => pipe(effect, zipLeft(interruptFiber(fiber))))))))))))))));
1581
+ return pipe(deferredMake(), flatMap$1(done => pipe(make$1(effects.length), flatMap$1(fails => uninterruptibleMask(restore => pipe(fork(interruptible(self)), flatMap$1(head => pipe(effects, forEachSequential(effect => fork(interruptible(effect))), map$2(unsafeFromArray), map$2(tail => pipe(tail, prepend(head))), tap(fibers => pipe(fibers, reduce(unit, (effect, fiber) => pipe(effect, zipRight(pipe(_await(fiber), flatMap$1(raceAllArbiter(fibers, fiber, done, fails)), fork, asUnit)))))), flatMap$1(fibers => pipe(restore(pipe(_await$1(done), flatMap$1(inheritAll$1))), onInterrupt(() => pipe(fibers, reduce(unit, (effect, fiber) => pipe(effect, zipLeft(interruptFiber(fiber))))))))))))))));
1581
1582
  };
1582
1583
 
1583
1584
  /* @internal */
@@ -1598,7 +1599,7 @@ const reduceEffect = /*#__PURE__*/dual(args => isIterable(args[0]), (elements, z
1598
1599
  return some(f(acc.value, elem, i));
1599
1600
  }
1600
1601
  }
1601
- }, options), map$1(option => {
1602
+ }, options), map$2(option => {
1602
1603
  switch (option._tag) {
1603
1604
  case "None":
1604
1605
  {
@@ -1703,7 +1704,7 @@ const withClockScoped = value => fiberRefLocallyScopedWith(currentServices, add(
1703
1704
  const withConfigProviderScoped = value => fiberRefLocallyScopedWith(currentServices, add(configProviderTag, value));
1704
1705
 
1705
1706
  /* @internal */
1706
- const withEarlyRelease = self => scopeWith(parent => flatMap$1(scopeFork(parent, sequential$2), child => pipe(self, scopeExtend(child), map$1(value => [fiberIdWith(fiberId => scopeClose(child, exitInterrupt(fiberId))), value]))));
1707
+ const withEarlyRelease = self => scopeWith(parent => flatMap$1(scopeFork(parent, sequential$2), child => pipe(self, scopeExtend(child), map$2(value => [fiberIdWith(fiberId => scopeClose(child, exitInterrupt(fiberId))), value]))));
1707
1708
 
1708
1709
  /** @internal */
1709
1710
  const zipOptions = /*#__PURE__*/dual(args => isEffect(args[1]), (self, that, options) => zipWithOptions(self, that, (a, b) => [a, b], options));
@@ -1715,7 +1716,7 @@ const zipLeftOptions = /*#__PURE__*/dual(args => isEffect(args[1]), (self, that,
1715
1716
  const zipRightOptions = /*#__PURE__*/dual(args => isEffect(args[1]), (self, that, options) => zipWithOptions(self, that, (_, b) => b, options));
1716
1717
 
1717
1718
  /** @internal */
1718
- const zipWithOptions = /*#__PURE__*/dual(args => isEffect(args[1]), (self, that, f, options) => map$1(all([self, that], {
1719
+ const zipWithOptions = /*#__PURE__*/dual(args => isEffect(args[1]), (self, that, f, options) => map$2(all([self, that], {
1719
1720
  concurrency: options?.concurrent ? 2 : 1,
1720
1721
  batching: options?.batching
1721
1722
  }), ([a, a2]) => f(a, a2)));
@@ -1770,7 +1771,7 @@ const scopeTag = /*#__PURE__*/Tag(ScopeTypeId);
1770
1771
  const scope = scopeTag;
1771
1772
 
1772
1773
  /* @internal */
1773
- const scopeMake = (strategy = sequential$2) => map$1(releaseMapMake, rm => ({
1774
+ const scopeMake = (strategy = sequential$2) => map$2(releaseMapMake, rm => ({
1774
1775
  [ScopeTypeId]: ScopeTypeId,
1775
1776
  [CloseableScopeTypeId]: CloseableScopeTypeId,
1776
1777
  strategy,
@@ -1834,9 +1835,9 @@ const fiberAll = fibers => ({
1834
1835
  [FiberTypeId]: fiberVariance,
1835
1836
  id: () => fromIterable(fibers).reduce((id, fiber) => combine(id, fiber.id()), none$2),
1836
1837
  await: () => exit(forEachParUnbounded(fibers, fiber => flatten(fiber.await()), false)),
1837
- children: () => map$1(forEachParUnbounded(fibers, fiber => fiber.children(), false), flatten$1),
1838
+ children: () => map$2(forEachParUnbounded(fibers, fiber => fiber.children(), false), flatten$1),
1838
1839
  inheritAll: () => forEachSequentialDiscard(fibers, fiber => fiber.inheritAll()),
1839
- poll: () => map$1(forEachSequential(fibers, fiber => fiber.poll()), reduceRight(some(exitSucceed(new Array())), (optionB, optionA) => {
1840
+ poll: () => map$2(forEachSequential(fibers, fiber => fiber.poll()), reduceRight(some(exitSucceed(new Array())), (optionB, optionA) => {
1840
1841
  switch (optionA._tag) {
1841
1842
  case "None":
1842
1843
  {
@@ -1994,15 +1995,18 @@ const interruptWhenPossible = /*#__PURE__*/dual(2, (self, all) => fiberRefGetWit
1994
1995
  // circular Tracer
1995
1996
 
1996
1997
  /** @internal */
1997
- const useSpanScoped = (name, options) => acquireRelease(makeSpan(name, options), (span, exit) => flatMap$1(currentTimeNanosTracing, endTime => sync(() => span.end(endTime, exit))));
1998
+ const makeSpanScoped = (name, options) => acquireRelease(makeSpan(name, options), (span, exit) => flatMap$1(currentTimeNanosTracing, endTime => sync(() => span.end(endTime, exit))));
1998
1999
 
1999
2000
  /* @internal */
2000
- const withSpanScoped = (name, options) => flatMap$1(useSpanScoped(name, options), span => fiberRefLocallyScopedWith(currentTracerSpan, prepend$1(span)));
2001
+ const setSpan = (name, options) => tap(makeSpanScoped(name, options), span => setParentSpan(span));
2001
2002
 
2002
2003
  /* @internal */
2003
2004
  const withTracerScoped = value => fiberRefLocallyScopedWith(currentServices, add(tracerTag, value));
2004
2005
 
2005
2006
  /* @internal */
2006
- const withParentSpanScoped = span => fiberRefLocallyScopedWith(currentTracerSpan, prepend$1(span));
2007
+ const setParentSpan = span => fiberRefLocallyScopedWith(currentTracerSpan, prepend$1(span));
2007
2008
 
2008
- export { FiberRuntime, acquireRelease, acquireReleaseInterruptible, addFinalizer, all, allSuccesses, allWith, currentLoggers, currentMinimumLogLevel, currentRuntimeFlags, currentSupervisor, daemonChildren, defaultLogger, disconnect, ensuring, exists, fiberActive, fiberAll, fiberAwaitAll, fiberFailures, fiberInterruptFork, fiberJoinAll, fiberLifetimes, fiberRefLocallyScoped, fiberRefLocallyScopedWith, fiberRefMake, fiberRefMakeContext, fiberRefMakeRuntimeFlags, fiberRefMakeWith, fiberRefUnsafeMakeSupervisor, fiberScoped, fiberStarted, fiberSuccesses, filter, finalizersMask, forEachOptions, forEachParN, forEachParNDiscard, forEachParUnbounded, forEachParUnboundedDiscard, fork, forkDaemon, forkWithErrorHandler, getConsole, interruptWhenPossible, invokeWithInterrupt, labelMetricsScoped, labelMetricsScopedSet, logFmtLogger, mergeAll, parallelFinalizers, parallelNFinalizers, partition, race, raceAll, raceFibersWith, raceWith, reduceEffect, releaseMapReleaseAll, replicate, replicateEffect, runtimeFiberVariance, scope, scopeExtend, scopeMake, scopeTag, scopeUse, scopeWith, scopedEffect, sequentialFinalizers, tagMetricsScoped, tracerLogger, unsafeFork, unsafeMakeChildFiber, useSpanScoped, using, validate, validateAll, validateFirst, validateWith, withClockScoped, withConfigProviderScoped, withEarlyRelease, withParentSpanScoped, withRuntimeFlagsScoped, withSpanScoped, withTracerScoped, zipLeftOptions, zipOptions, zipRightOptions, zipWithOptions };
2009
+ /** @internal */
2010
+ const withSpanScoped = /*#__PURE__*/dual(args => typeof args[0] !== "string", (self, name, options) => flatMap$1(makeSpanScoped(name, options), span => fiberRefLocallyWith(self, currentTracerSpan, prepend$1(span))));
2011
+
2012
+ export { FiberRuntime, acquireRelease, acquireReleaseInterruptible, addFinalizer, all, allSuccesses, allWith, currentLoggers, currentMinimumLogLevel, currentRuntimeFlags, currentSupervisor, daemonChildren, defaultLogger, disconnect, ensuring, exists, fiberActive, fiberAll, fiberAwaitAll, fiberFailures, fiberInterruptFork, fiberJoinAll, fiberLifetimes, fiberRefLocallyScoped, fiberRefLocallyScopedWith, fiberRefMake, fiberRefMakeContext, fiberRefMakeRuntimeFlags, fiberRefMakeWith, fiberRefUnsafeMakeSupervisor, fiberScoped, fiberStarted, fiberSuccesses, filter, finalizersMask, forEachOptions, forEachParN, forEachParNDiscard, forEachParUnbounded, forEachParUnboundedDiscard, fork, forkDaemon, forkWithErrorHandler, getConsole, interruptWhenPossible, invokeWithInterrupt, labelMetricsScoped, labelMetricsScopedSet, logFmtLogger, makeSpanScoped, mergeAll, parallelFinalizers, parallelNFinalizers, partition, race, raceAll, raceFibersWith, raceWith, reduceEffect, releaseMapReleaseAll, replicate, replicateEffect, runtimeFiberVariance, scope, scopeExtend, scopeMake, scopeTag, scopeUse, scopeWith, scopedEffect, sequentialFinalizers, setParentSpan, setSpan, tagMetricsScoped, tracerLogger, unsafeFork, unsafeMakeChildFiber, using, validate, validateAll, validateFirst, validateWith, withClockScoped, withConfigProviderScoped, withEarlyRelease, withRuntimeFlagsScoped, withSpanScoped, withTracerScoped, zipLeftOptions, zipOptions, zipRightOptions, zipWithOptions };
@@ -1,12 +1,11 @@
1
1
  import { dual } from '../../Function/dist/effect-Function.esm.js';
2
2
  import { add, remove } from '../../HashSet/dist/effect-HashSet.esm.js';
3
- import { fiberRefLocally, map } from '../core.esm.js';
4
- import { fiberRefLocallyScoped, currentMinimumLogLevel, fiberRefLocallyScopedWith, currentLoggers, currentSupervisor, withRuntimeFlagsScoped, withConfigProviderScoped, withParentSpanScoped, withSpanScoped, withTracerScoped } from '../fiberRuntime.esm.js';
5
- import { scopedDiscard, flatMap } from '../layer.esm.js';
3
+ import { fiberRefLocally, map, tap, zipRight } from '../core.esm.js';
4
+ import { fiberRefLocallyScoped, currentMinimumLogLevel, fiberRefLocallyScopedWith, currentLoggers, currentSupervisor, withRuntimeFlagsScoped, withConfigProviderScoped, setParentSpan as setParentSpan$1, makeSpanScoped, addFinalizer, setSpan as setSpan$1, withTracerScoped } from '../fiberRuntime.esm.js';
5
+ import { scopedDiscard, unwrapEffect, unwrapScoped, flatMap } from '../layer.esm.js';
6
6
  import { CooperativeYielding, Interruption, OpSupervision, RuntimeMetrics, WindDown } from '../runtimeFlags.esm.js';
7
7
  import { enable, disable } from '../runtimeFlagsPatch.esm.js';
8
8
  import { Zip } from '../supervisor.esm.js';
9
- import { unwrapEffect, unwrapScoped } from '../../Layer/dist/effect-Layer.esm.js';
10
9
 
11
10
  // circular with Logger
12
11
  /** @internal */
@@ -73,10 +72,10 @@ const disableWindDown = /*#__PURE__*/scopedDiscard( /*#__PURE__*/withRuntimeFlag
73
72
  const setConfigProvider = configProvider => scopedDiscard(withConfigProviderScoped(configProvider));
74
73
 
75
74
  /** @internal */
76
- const setParentSpan = span => scopedDiscard(withParentSpanScoped(span));
75
+ const setParentSpan = span => scopedDiscard(setParentSpan$1(span));
77
76
 
78
77
  /** @internal */
79
- const setSpan = (name, options) => scopedDiscard(withSpanScoped(name, options));
78
+ const setSpan = (name, options) => scopedDiscard(options?.onEnd ? tap(makeSpanScoped(name, options), span => zipRight(addFinalizer(exit => options.onEnd(span, exit)), setParentSpan$1(span))) : setSpan$1(name, options));
80
79
 
81
80
  /** @internal */
82
81
  const setTracer = tracer => scopedDiscard(withTracerScoped(tracer));