effect 4.0.0-beta.66 → 4.0.0-beta.67

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 (1633) hide show
  1. package/dist/Array.d.ts +113 -67
  2. package/dist/Array.d.ts.map +1 -1
  3. package/dist/Array.js +28 -18
  4. package/dist/Array.js.map +1 -1
  5. package/dist/BigDecimal.d.ts +404 -337
  6. package/dist/BigDecimal.d.ts.map +1 -1
  7. package/dist/BigDecimal.js +190 -146
  8. package/dist/BigDecimal.js.map +1 -1
  9. package/dist/BigInt.d.ts +167 -97
  10. package/dist/BigInt.d.ts.map +1 -1
  11. package/dist/BigInt.js +87 -47
  12. package/dist/BigInt.js.map +1 -1
  13. package/dist/Boolean.d.ts +62 -31
  14. package/dist/Boolean.d.ts.map +1 -1
  15. package/dist/Boolean.js +30 -15
  16. package/dist/Boolean.js.map +1 -1
  17. package/dist/Brand.d.ts +20 -1
  18. package/dist/Brand.d.ts.map +1 -1
  19. package/dist/Brand.js +16 -0
  20. package/dist/Brand.js.map +1 -1
  21. package/dist/Cache.d.ts +236 -132
  22. package/dist/Cache.d.ts.map +1 -1
  23. package/dist/Cache.js +133 -57
  24. package/dist/Cache.js.map +1 -1
  25. package/dist/Cause.d.ts +74 -62
  26. package/dist/Cause.d.ts.map +1 -1
  27. package/dist/Cause.js +43 -36
  28. package/dist/Cause.js.map +1 -1
  29. package/dist/Channel.d.ts +1518 -575
  30. package/dist/Channel.d.ts.map +1 -1
  31. package/dist/Channel.js +661 -287
  32. package/dist/Channel.js.map +1 -1
  33. package/dist/ChannelSchema.d.ts +119 -10
  34. package/dist/ChannelSchema.d.ts.map +1 -1
  35. package/dist/ChannelSchema.js +45 -6
  36. package/dist/ChannelSchema.js.map +1 -1
  37. package/dist/Chunk.d.ts +548 -379
  38. package/dist/Chunk.d.ts.map +1 -1
  39. package/dist/Chunk.js +238 -170
  40. package/dist/Chunk.js.map +1 -1
  41. package/dist/Clock.d.ts +15 -8
  42. package/dist/Clock.d.ts.map +1 -1
  43. package/dist/Clock.js +8 -4
  44. package/dist/Clock.js.map +1 -1
  45. package/dist/Combiner.d.ts +2 -4
  46. package/dist/Combiner.d.ts.map +1 -1
  47. package/dist/Combiner.js +2 -4
  48. package/dist/Combiner.js.map +1 -1
  49. package/dist/Config.d.ts +4 -2
  50. package/dist/Config.d.ts.map +1 -1
  51. package/dist/Config.js +2 -2
  52. package/dist/Config.js.map +1 -1
  53. package/dist/ConfigProvider.d.ts +1 -1
  54. package/dist/ConfigProvider.js +1 -1
  55. package/dist/Console.d.ts +76 -50
  56. package/dist/Console.d.ts.map +1 -1
  57. package/dist/Console.js +69 -46
  58. package/dist/Console.js.map +1 -1
  59. package/dist/Context.d.ts +383 -134
  60. package/dist/Context.d.ts.map +1 -1
  61. package/dist/Context.js +134 -54
  62. package/dist/Context.js.map +1 -1
  63. package/dist/Cron.d.ts +69 -48
  64. package/dist/Cron.d.ts.map +1 -1
  65. package/dist/Cron.js +96 -36
  66. package/dist/Cron.js.map +1 -1
  67. package/dist/Data.d.ts +3 -2
  68. package/dist/Data.d.ts.map +1 -1
  69. package/dist/Data.js.map +1 -1
  70. package/dist/DateTime.d.ts +874 -443
  71. package/dist/DateTime.d.ts.map +1 -1
  72. package/dist/DateTime.js +374 -215
  73. package/dist/DateTime.js.map +1 -1
  74. package/dist/Deferred.d.ts +367 -174
  75. package/dist/Deferred.d.ts.map +1 -1
  76. package/dist/Deferred.js +145 -71
  77. package/dist/Deferred.js.map +1 -1
  78. package/dist/Differ.d.ts +42 -0
  79. package/dist/Differ.d.ts.map +1 -1
  80. package/dist/Differ.js +36 -0
  81. package/dist/Duration.d.ts +329 -185
  82. package/dist/Duration.d.ts.map +1 -1
  83. package/dist/Duration.js +174 -106
  84. package/dist/Duration.js.map +1 -1
  85. package/dist/Effect.d.ts +2109 -1945
  86. package/dist/Effect.d.ts.map +1 -1
  87. package/dist/Effect.js +901 -726
  88. package/dist/Effect.js.map +1 -1
  89. package/dist/Effectable.d.ts +37 -2
  90. package/dist/Effectable.d.ts.map +1 -1
  91. package/dist/Effectable.js +2 -2
  92. package/dist/Effectable.js.map +1 -1
  93. package/dist/Encoding.d.ts +78 -28
  94. package/dist/Encoding.d.ts.map +1 -1
  95. package/dist/Encoding.js +75 -27
  96. package/dist/Encoding.js.map +1 -1
  97. package/dist/Equivalence.d.ts +14 -19
  98. package/dist/Equivalence.d.ts.map +1 -1
  99. package/dist/Equivalence.js +14 -19
  100. package/dist/Equivalence.js.map +1 -1
  101. package/dist/ErrorReporter.d.ts +66 -82
  102. package/dist/ErrorReporter.d.ts.map +1 -1
  103. package/dist/ErrorReporter.js +38 -29
  104. package/dist/ErrorReporter.js.map +1 -1
  105. package/dist/ExecutionPlan.d.ts +94 -9
  106. package/dist/ExecutionPlan.d.ts.map +1 -1
  107. package/dist/ExecutionPlan.js +20 -5
  108. package/dist/ExecutionPlan.js.map +1 -1
  109. package/dist/Exit.d.ts +7 -5
  110. package/dist/Exit.d.ts.map +1 -1
  111. package/dist/Exit.js.map +1 -1
  112. package/dist/Fiber.d.ts +72 -40
  113. package/dist/Fiber.d.ts.map +1 -1
  114. package/dist/Fiber.js +39 -21
  115. package/dist/Fiber.js.map +1 -1
  116. package/dist/FiberHandle.d.ts +117 -56
  117. package/dist/FiberHandle.d.ts.map +1 -1
  118. package/dist/FiberHandle.js +120 -38
  119. package/dist/FiberHandle.js.map +1 -1
  120. package/dist/FiberMap.d.ts +286 -158
  121. package/dist/FiberMap.d.ts.map +1 -1
  122. package/dist/FiberMap.js +174 -72
  123. package/dist/FiberMap.js.map +1 -1
  124. package/dist/FiberSet.d.ts +92 -51
  125. package/dist/FiberSet.d.ts.map +1 -1
  126. package/dist/FiberSet.js +96 -33
  127. package/dist/FiberSet.js.map +1 -1
  128. package/dist/FileSystem.d.ts +104 -73
  129. package/dist/FileSystem.d.ts.map +1 -1
  130. package/dist/FileSystem.js +53 -39
  131. package/dist/FileSystem.js.map +1 -1
  132. package/dist/Filter.d.ts +166 -88
  133. package/dist/Filter.d.ts.map +1 -1
  134. package/dist/Filter.js +68 -42
  135. package/dist/Filter.js.map +1 -1
  136. package/dist/Function.d.ts +154 -86
  137. package/dist/Function.d.ts.map +1 -1
  138. package/dist/Function.js +53 -37
  139. package/dist/Function.js.map +1 -1
  140. package/dist/Graph.d.ts +682 -365
  141. package/dist/Graph.d.ts.map +1 -1
  142. package/dist/Graph.js +308 -157
  143. package/dist/Graph.js.map +1 -1
  144. package/dist/HKT.d.ts +29 -13
  145. package/dist/HKT.d.ts.map +1 -1
  146. package/dist/Hash.d.ts +31 -18
  147. package/dist/Hash.d.ts.map +1 -1
  148. package/dist/Hash.js +25 -15
  149. package/dist/Hash.js.map +1 -1
  150. package/dist/HashMap.d.ts +444 -256
  151. package/dist/HashMap.d.ts.map +1 -1
  152. package/dist/HashMap.js +223 -105
  153. package/dist/HashMap.js.map +1 -1
  154. package/dist/HashRing.d.ts +36 -17
  155. package/dist/HashRing.d.ts.map +1 -1
  156. package/dist/HashRing.js +75 -8
  157. package/dist/HashRing.js.map +1 -1
  158. package/dist/HashSet.d.ts +194 -104
  159. package/dist/HashSet.d.ts.map +1 -1
  160. package/dist/HashSet.js +93 -38
  161. package/dist/HashSet.js.map +1 -1
  162. package/dist/Inspectable.d.ts +20 -9
  163. package/dist/Inspectable.d.ts.map +1 -1
  164. package/dist/Inspectable.js +16 -6
  165. package/dist/Inspectable.js.map +1 -1
  166. package/dist/Iterable.d.ts +309 -149
  167. package/dist/Iterable.d.ts.map +1 -1
  168. package/dist/Iterable.js +129 -65
  169. package/dist/Iterable.js.map +1 -1
  170. package/dist/JsonPatch.d.ts +4 -3
  171. package/dist/JsonPatch.d.ts.map +1 -1
  172. package/dist/JsonPatch.js +4 -3
  173. package/dist/JsonPatch.js.map +1 -1
  174. package/dist/Latch.d.ts +98 -15
  175. package/dist/Latch.d.ts.map +1 -1
  176. package/dist/Latch.js +41 -10
  177. package/dist/Latch.js.map +1 -1
  178. package/dist/Layer.d.ts +412 -309
  179. package/dist/Layer.d.ts.map +1 -1
  180. package/dist/Layer.js +261 -180
  181. package/dist/Layer.js.map +1 -1
  182. package/dist/LayerMap.d.ts +95 -21
  183. package/dist/LayerMap.d.ts.map +1 -1
  184. package/dist/LayerMap.js +55 -11
  185. package/dist/LayerMap.js.map +1 -1
  186. package/dist/LogLevel.d.ts +92 -131
  187. package/dist/LogLevel.d.ts.map +1 -1
  188. package/dist/LogLevel.js +25 -15
  189. package/dist/LogLevel.js.map +1 -1
  190. package/dist/Logger.d.ts +155 -99
  191. package/dist/Logger.d.ts.map +1 -1
  192. package/dist/Logger.js +211 -184
  193. package/dist/Logger.js.map +1 -1
  194. package/dist/ManagedRuntime.d.ts +75 -17
  195. package/dist/ManagedRuntime.d.ts.map +1 -1
  196. package/dist/ManagedRuntime.js +22 -16
  197. package/dist/ManagedRuntime.js.map +1 -1
  198. package/dist/Match.d.ts +133 -157
  199. package/dist/Match.d.ts.map +1 -1
  200. package/dist/Match.js +85 -76
  201. package/dist/Match.js.map +1 -1
  202. package/dist/Metric.d.ts +325 -284
  203. package/dist/Metric.d.ts.map +1 -1
  204. package/dist/Metric.js +217 -212
  205. package/dist/Metric.js.map +1 -1
  206. package/dist/MutableHashMap.d.ts +117 -58
  207. package/dist/MutableHashMap.d.ts.map +1 -1
  208. package/dist/MutableHashMap.js +52 -29
  209. package/dist/MutableHashMap.js.map +1 -1
  210. package/dist/MutableHashSet.d.ts +52 -30
  211. package/dist/MutableHashSet.d.ts.map +1 -1
  212. package/dist/MutableHashSet.js +94 -38
  213. package/dist/MutableHashSet.js.map +1 -1
  214. package/dist/MutableList.d.ts +92 -49
  215. package/dist/MutableList.d.ts.map +1 -1
  216. package/dist/MutableList.js +123 -71
  217. package/dist/MutableList.js.map +1 -1
  218. package/dist/MutableRef.d.ts +99 -62
  219. package/dist/MutableRef.d.ts.map +1 -1
  220. package/dist/MutableRef.js +79 -60
  221. package/dist/MutableRef.js.map +1 -1
  222. package/dist/Newtype.d.ts +3 -0
  223. package/dist/Newtype.d.ts.map +1 -1
  224. package/dist/Newtype.js.map +1 -1
  225. package/dist/NonEmptyIterable.d.ts +36 -39
  226. package/dist/NonEmptyIterable.d.ts.map +1 -1
  227. package/dist/NonEmptyIterable.js +34 -20
  228. package/dist/NonEmptyIterable.js.map +1 -1
  229. package/dist/Number.d.ts +116 -64
  230. package/dist/Number.d.ts.map +1 -1
  231. package/dist/Number.js +54 -30
  232. package/dist/Number.js.map +1 -1
  233. package/dist/Optic.d.ts +1 -2
  234. package/dist/Optic.d.ts.map +1 -1
  235. package/dist/Optic.js +0 -1
  236. package/dist/Optic.js.map +1 -1
  237. package/dist/Option.d.ts +28 -47
  238. package/dist/Option.d.ts.map +1 -1
  239. package/dist/Option.js +14 -12
  240. package/dist/Option.js.map +1 -1
  241. package/dist/Ordering.d.ts +43 -28
  242. package/dist/Ordering.d.ts.map +1 -1
  243. package/dist/Ordering.js +4 -2
  244. package/dist/Ordering.js.map +1 -1
  245. package/dist/PartitionedSemaphore.d.ts +225 -40
  246. package/dist/PartitionedSemaphore.d.ts.map +1 -1
  247. package/dist/PartitionedSemaphore.js +113 -17
  248. package/dist/PartitionedSemaphore.js.map +1 -1
  249. package/dist/Path.d.ts +77 -13
  250. package/dist/Path.d.ts.map +1 -1
  251. package/dist/Path.js +48 -4
  252. package/dist/Path.js.map +1 -1
  253. package/dist/Pipeable.d.ts +71 -15
  254. package/dist/Pipeable.d.ts.map +1 -1
  255. package/dist/Pipeable.js +59 -12
  256. package/dist/Pipeable.js.map +1 -1
  257. package/dist/PlatformError.d.ts +74 -6
  258. package/dist/PlatformError.d.ts.map +1 -1
  259. package/dist/PlatformError.js +68 -5
  260. package/dist/PlatformError.js.map +1 -1
  261. package/dist/Pool.d.ts +66 -31
  262. package/dist/Pool.d.ts.map +1 -1
  263. package/dist/Pool.js +26 -24
  264. package/dist/Pool.js.map +1 -1
  265. package/dist/Predicate.d.ts +16 -21
  266. package/dist/Predicate.d.ts.map +1 -1
  267. package/dist/Predicate.js +9 -14
  268. package/dist/Predicate.js.map +1 -1
  269. package/dist/PrimaryKey.d.ts +9 -2
  270. package/dist/PrimaryKey.d.ts.map +1 -1
  271. package/dist/PrimaryKey.js +7 -1
  272. package/dist/PrimaryKey.js.map +1 -1
  273. package/dist/PubSub.d.ts +364 -262
  274. package/dist/PubSub.d.ts.map +1 -1
  275. package/dist/PubSub.js +245 -174
  276. package/dist/PubSub.js.map +1 -1
  277. package/dist/Pull.d.ts +94 -25
  278. package/dist/Pull.d.ts.map +1 -1
  279. package/dist/Pull.js +61 -13
  280. package/dist/Pull.js.map +1 -1
  281. package/dist/Queue.d.ts +284 -150
  282. package/dist/Queue.d.ts.map +1 -1
  283. package/dist/Queue.js +216 -113
  284. package/dist/Queue.js.map +1 -1
  285. package/dist/Random.d.ts +54 -35
  286. package/dist/Random.d.ts.map +1 -1
  287. package/dist/Random.js +36 -24
  288. package/dist/Random.js.map +1 -1
  289. package/dist/RcMap.d.ts +151 -141
  290. package/dist/RcMap.d.ts.map +1 -1
  291. package/dist/RcMap.js +66 -20
  292. package/dist/RcMap.js.map +1 -1
  293. package/dist/RcRef.d.ts +69 -32
  294. package/dist/RcRef.d.ts.map +1 -1
  295. package/dist/RcRef.js +33 -16
  296. package/dist/RcRef.js.map +1 -1
  297. package/dist/Record.d.ts +273 -129
  298. package/dist/Record.d.ts.map +1 -1
  299. package/dist/Record.js +117 -57
  300. package/dist/Record.js.map +1 -1
  301. package/dist/Redactable.d.ts +3 -3
  302. package/dist/Redactable.js +2 -2
  303. package/dist/Redacted.d.ts +63 -33
  304. package/dist/Redacted.d.ts.map +1 -1
  305. package/dist/Redacted.js +30 -14
  306. package/dist/Redacted.js.map +1 -1
  307. package/dist/Ref.d.ts +81 -52
  308. package/dist/Ref.d.ts.map +1 -1
  309. package/dist/Ref.js +54 -35
  310. package/dist/Ref.js.map +1 -1
  311. package/dist/References.d.ts +73 -31
  312. package/dist/References.d.ts.map +1 -1
  313. package/dist/References.js +66 -30
  314. package/dist/References.js.map +1 -1
  315. package/dist/RegExp.d.ts +11 -5
  316. package/dist/RegExp.d.ts.map +1 -1
  317. package/dist/RegExp.js +11 -5
  318. package/dist/RegExp.js.map +1 -1
  319. package/dist/Request.d.ts +158 -34
  320. package/dist/Request.d.ts.map +1 -1
  321. package/dist/Request.js +67 -12
  322. package/dist/Request.js.map +1 -1
  323. package/dist/RequestResolver.d.ts +261 -116
  324. package/dist/RequestResolver.d.ts.map +1 -1
  325. package/dist/RequestResolver.js +77 -41
  326. package/dist/RequestResolver.js.map +1 -1
  327. package/dist/Resource.d.ts +13 -7
  328. package/dist/Resource.d.ts.map +1 -1
  329. package/dist/Resource.js +44 -6
  330. package/dist/Resource.js.map +1 -1
  331. package/dist/Result.d.ts +16 -14
  332. package/dist/Result.d.ts.map +1 -1
  333. package/dist/Result.js +6 -6
  334. package/dist/Result.js.map +1 -1
  335. package/dist/Runtime.d.ts +43 -18
  336. package/dist/Runtime.d.ts.map +1 -1
  337. package/dist/Runtime.js +35 -16
  338. package/dist/Runtime.js.map +1 -1
  339. package/dist/Schedule.d.ts +545 -576
  340. package/dist/Schedule.d.ts.map +1 -1
  341. package/dist/Schedule.js +260 -246
  342. package/dist/Schedule.js.map +1 -1
  343. package/dist/Scheduler.d.ts +43 -6
  344. package/dist/Scheduler.d.ts.map +1 -1
  345. package/dist/Scheduler.js +33 -4
  346. package/dist/Scheduler.js.map +1 -1
  347. package/dist/Schema.d.ts +803 -282
  348. package/dist/Schema.d.ts.map +1 -1
  349. package/dist/Schema.js +281 -189
  350. package/dist/Schema.js.map +1 -1
  351. package/dist/SchemaAST.d.ts +24 -15
  352. package/dist/SchemaAST.d.ts.map +1 -1
  353. package/dist/SchemaAST.js +13 -9
  354. package/dist/SchemaAST.js.map +1 -1
  355. package/dist/SchemaGetter.d.ts +26 -13
  356. package/dist/SchemaGetter.d.ts.map +1 -1
  357. package/dist/SchemaGetter.js +22 -9
  358. package/dist/SchemaGetter.js.map +1 -1
  359. package/dist/SchemaIssue.d.ts +1 -8
  360. package/dist/SchemaIssue.d.ts.map +1 -1
  361. package/dist/SchemaIssue.js.map +1 -1
  362. package/dist/SchemaParser.d.ts +194 -25
  363. package/dist/SchemaParser.d.ts.map +1 -1
  364. package/dist/SchemaParser.js +220 -26
  365. package/dist/SchemaParser.js.map +1 -1
  366. package/dist/SchemaTransformation.d.ts +61 -41
  367. package/dist/SchemaTransformation.d.ts.map +1 -1
  368. package/dist/SchemaTransformation.js +56 -33
  369. package/dist/SchemaTransformation.js.map +1 -1
  370. package/dist/SchemaUtils.d.ts +7 -0
  371. package/dist/SchemaUtils.d.ts.map +1 -1
  372. package/dist/SchemaUtils.js +23 -0
  373. package/dist/SchemaUtils.js.map +1 -1
  374. package/dist/Scope.d.ts +102 -43
  375. package/dist/Scope.d.ts.map +1 -1
  376. package/dist/Scope.js +57 -23
  377. package/dist/Scope.js.map +1 -1
  378. package/dist/ScopedCache.d.ts +138 -46
  379. package/dist/ScopedCache.d.ts.map +1 -1
  380. package/dist/ScopedCache.js +80 -19
  381. package/dist/ScopedCache.js.map +1 -1
  382. package/dist/ScopedRef.d.ts +28 -8
  383. package/dist/ScopedRef.d.ts.map +1 -1
  384. package/dist/ScopedRef.js +25 -5
  385. package/dist/ScopedRef.js.map +1 -1
  386. package/dist/Semaphore.d.ts +64 -28
  387. package/dist/Semaphore.d.ts.map +1 -1
  388. package/dist/Semaphore.js +22 -13
  389. package/dist/Semaphore.js.map +1 -1
  390. package/dist/Sink.d.ts +458 -200
  391. package/dist/Sink.d.ts.map +1 -1
  392. package/dist/Sink.js +240 -89
  393. package/dist/Sink.js.map +1 -1
  394. package/dist/Stdio.d.ts +43 -6
  395. package/dist/Stdio.d.ts.map +1 -1
  396. package/dist/Stdio.js +33 -4
  397. package/dist/Stdio.js.map +1 -1
  398. package/dist/Stream.d.ts +1896 -1183
  399. package/dist/Stream.d.ts.map +1 -1
  400. package/dist/Stream.js +867 -524
  401. package/dist/Stream.js.map +1 -1
  402. package/dist/String.d.ts +171 -95
  403. package/dist/String.d.ts.map +1 -1
  404. package/dist/String.js +125 -67
  405. package/dist/String.js.map +1 -1
  406. package/dist/SubscriptionRef.d.ts +308 -203
  407. package/dist/SubscriptionRef.d.ts.map +1 -1
  408. package/dist/SubscriptionRef.js +125 -76
  409. package/dist/SubscriptionRef.js.map +1 -1
  410. package/dist/Symbol.d.ts +13 -5
  411. package/dist/Symbol.d.ts.map +1 -1
  412. package/dist/Symbol.js +13 -5
  413. package/dist/Symbol.js.map +1 -1
  414. package/dist/SynchronizedRef.d.ts +278 -62
  415. package/dist/SynchronizedRef.d.ts.map +1 -1
  416. package/dist/SynchronizedRef.js +116 -23
  417. package/dist/SynchronizedRef.js.map +1 -1
  418. package/dist/Take.d.ts +26 -2
  419. package/dist/Take.d.ts.map +1 -1
  420. package/dist/Take.js +4 -1
  421. package/dist/Take.js.map +1 -1
  422. package/dist/Terminal.d.ts +39 -7
  423. package/dist/Terminal.d.ts.map +1 -1
  424. package/dist/Terminal.js +10 -4
  425. package/dist/Terminal.js.map +1 -1
  426. package/dist/Tracer.d.ts +229 -55
  427. package/dist/Tracer.d.ts.map +1 -1
  428. package/dist/Tracer.js +94 -18
  429. package/dist/Tracer.js.map +1 -1
  430. package/dist/Trie.d.ts +213 -142
  431. package/dist/Trie.d.ts.map +1 -1
  432. package/dist/Trie.js +88 -60
  433. package/dist/Trie.js.map +1 -1
  434. package/dist/TxChunk.d.ts +182 -146
  435. package/dist/TxChunk.d.ts.map +1 -1
  436. package/dist/TxChunk.js +73 -56
  437. package/dist/TxChunk.js.map +1 -1
  438. package/dist/TxDeferred.d.ts +43 -29
  439. package/dist/TxDeferred.d.ts.map +1 -1
  440. package/dist/TxDeferred.js +22 -15
  441. package/dist/TxDeferred.js.map +1 -1
  442. package/dist/TxHashMap.d.ts +362 -222
  443. package/dist/TxHashMap.d.ts.map +1 -1
  444. package/dist/TxHashMap.js +171 -98
  445. package/dist/TxHashMap.js.map +1 -1
  446. package/dist/TxHashSet.d.ts +178 -104
  447. package/dist/TxHashSet.d.ts.map +1 -1
  448. package/dist/TxHashSet.js +84 -43
  449. package/dist/TxHashSet.js.map +1 -1
  450. package/dist/TxPriorityQueue.d.ts +93 -62
  451. package/dist/TxPriorityQueue.d.ts.map +1 -1
  452. package/dist/TxPriorityQueue.js +54 -36
  453. package/dist/TxPriorityQueue.js.map +1 -1
  454. package/dist/TxPubSub.d.ts +77 -49
  455. package/dist/TxPubSub.d.ts.map +1 -1
  456. package/dist/TxPubSub.js +60 -37
  457. package/dist/TxPubSub.js.map +1 -1
  458. package/dist/TxQueue.d.ts +279 -241
  459. package/dist/TxQueue.d.ts.map +1 -1
  460. package/dist/TxQueue.js +147 -101
  461. package/dist/TxQueue.js.map +1 -1
  462. package/dist/TxReentrantLock.d.ts +69 -46
  463. package/dist/TxReentrantLock.d.ts.map +1 -1
  464. package/dist/TxReentrantLock.js +48 -32
  465. package/dist/TxReentrantLock.js.map +1 -1
  466. package/dist/TxRef.d.ts +69 -40
  467. package/dist/TxRef.d.ts.map +1 -1
  468. package/dist/TxRef.js +34 -19
  469. package/dist/TxRef.js.map +1 -1
  470. package/dist/TxSemaphore.d.ts +101 -54
  471. package/dist/TxSemaphore.d.ts.map +1 -1
  472. package/dist/TxSemaphore.js +76 -34
  473. package/dist/TxSemaphore.js.map +1 -1
  474. package/dist/TxSubscriptionRef.d.ts +72 -48
  475. package/dist/TxSubscriptionRef.d.ts.map +1 -1
  476. package/dist/TxSubscriptionRef.js +33 -22
  477. package/dist/TxSubscriptionRef.js.map +1 -1
  478. package/dist/Types.d.ts +34 -34
  479. package/dist/UndefinedOr.d.ts +48 -25
  480. package/dist/UndefinedOr.d.ts.map +1 -1
  481. package/dist/UndefinedOr.js +28 -25
  482. package/dist/UndefinedOr.js.map +1 -1
  483. package/dist/Unify.d.ts +71 -116
  484. package/dist/Unify.d.ts.map +1 -1
  485. package/dist/Unify.js +20 -6
  486. package/dist/Unify.js.map +1 -1
  487. package/dist/Utils.d.ts +4 -0
  488. package/dist/Utils.d.ts.map +1 -1
  489. package/dist/Utils.js +4 -0
  490. package/dist/Utils.js.map +1 -1
  491. package/dist/index.d.ts +81 -32
  492. package/dist/index.d.ts.map +1 -1
  493. package/dist/index.js +81 -32
  494. package/dist/index.js.map +1 -1
  495. package/dist/internal/schema/schema.js +1 -1
  496. package/dist/internal/schema/schema.js.map +1 -1
  497. package/dist/testing/FastCheck.d.ts +6 -3
  498. package/dist/testing/FastCheck.d.ts.map +1 -1
  499. package/dist/testing/FastCheck.js +6 -3
  500. package/dist/testing/FastCheck.js.map +1 -1
  501. package/dist/testing/TestClock.d.ts +39 -34
  502. package/dist/testing/TestClock.d.ts.map +1 -1
  503. package/dist/testing/TestClock.js +42 -12
  504. package/dist/testing/TestClock.js.map +1 -1
  505. package/dist/testing/TestConsole.d.ts +39 -30
  506. package/dist/testing/TestConsole.d.ts.map +1 -1
  507. package/dist/testing/TestConsole.js +25 -10
  508. package/dist/testing/TestConsole.js.map +1 -1
  509. package/dist/testing/TestSchema.js +7 -7
  510. package/dist/testing/TestSchema.js.map +1 -1
  511. package/dist/unstable/ai/AiError.d.ts +197 -130
  512. package/dist/unstable/ai/AiError.d.ts.map +1 -1
  513. package/dist/unstable/ai/AiError.js +166 -102
  514. package/dist/unstable/ai/AiError.js.map +1 -1
  515. package/dist/unstable/ai/AnthropicStructuredOutput.d.ts +1 -1
  516. package/dist/unstable/ai/AnthropicStructuredOutput.js +2 -2
  517. package/dist/unstable/ai/Chat.d.ts +65 -41
  518. package/dist/unstable/ai/Chat.d.ts.map +1 -1
  519. package/dist/unstable/ai/Chat.js +51 -33
  520. package/dist/unstable/ai/Chat.js.map +1 -1
  521. package/dist/unstable/ai/EmbeddingModel.d.ts +12 -11
  522. package/dist/unstable/ai/EmbeddingModel.d.ts.map +1 -1
  523. package/dist/unstable/ai/EmbeddingModel.js +9 -8
  524. package/dist/unstable/ai/EmbeddingModel.js.map +1 -1
  525. package/dist/unstable/ai/IdGenerator.d.ts +28 -18
  526. package/dist/unstable/ai/IdGenerator.d.ts.map +1 -1
  527. package/dist/unstable/ai/IdGenerator.js +18 -11
  528. package/dist/unstable/ai/IdGenerator.js.map +1 -1
  529. package/dist/unstable/ai/LanguageModel.d.ts +31 -25
  530. package/dist/unstable/ai/LanguageModel.d.ts.map +1 -1
  531. package/dist/unstable/ai/LanguageModel.js +20 -14
  532. package/dist/unstable/ai/LanguageModel.js.map +1 -1
  533. package/dist/unstable/ai/McpSchema.d.ts +339 -119
  534. package/dist/unstable/ai/McpSchema.d.ts.map +1 -1
  535. package/dist/unstable/ai/McpSchema.js +264 -98
  536. package/dist/unstable/ai/McpSchema.js.map +1 -1
  537. package/dist/unstable/ai/McpServer.d.ts +53 -19
  538. package/dist/unstable/ai/McpServer.d.ts.map +1 -1
  539. package/dist/unstable/ai/McpServer.js +63 -15
  540. package/dist/unstable/ai/McpServer.js.map +1 -1
  541. package/dist/unstable/ai/Model.d.ts +8 -6
  542. package/dist/unstable/ai/Model.d.ts.map +1 -1
  543. package/dist/unstable/ai/Model.js +7 -5
  544. package/dist/unstable/ai/Model.js.map +1 -1
  545. package/dist/unstable/ai/OpenAiStructuredOutput.d.ts +1 -1
  546. package/dist/unstable/ai/OpenAiStructuredOutput.js +2 -2
  547. package/dist/unstable/ai/Prompt.d.ts +194 -168
  548. package/dist/unstable/ai/Prompt.d.ts.map +1 -1
  549. package/dist/unstable/ai/Prompt.js +75 -66
  550. package/dist/unstable/ai/Prompt.js.map +1 -1
  551. package/dist/unstable/ai/Response.d.ts +153 -140
  552. package/dist/unstable/ai/Response.d.ts.map +1 -1
  553. package/dist/unstable/ai/Response.js +43 -48
  554. package/dist/unstable/ai/Response.js.map +1 -1
  555. package/dist/unstable/ai/ResponseIdTracker.d.ts +43 -4
  556. package/dist/unstable/ai/ResponseIdTracker.d.ts.map +1 -1
  557. package/dist/unstable/ai/ResponseIdTracker.js +27 -2
  558. package/dist/unstable/ai/ResponseIdTracker.js.map +1 -1
  559. package/dist/unstable/ai/Telemetry.d.ts +42 -32
  560. package/dist/unstable/ai/Telemetry.d.ts.map +1 -1
  561. package/dist/unstable/ai/Telemetry.js +14 -10
  562. package/dist/unstable/ai/Telemetry.js.map +1 -1
  563. package/dist/unstable/ai/Tokenizer.d.ts +13 -8
  564. package/dist/unstable/ai/Tokenizer.d.ts.map +1 -1
  565. package/dist/unstable/ai/Tokenizer.js +10 -6
  566. package/dist/unstable/ai/Tokenizer.js.map +1 -1
  567. package/dist/unstable/ai/Tool.d.ts +153 -84
  568. package/dist/unstable/ai/Tool.d.ts.map +1 -1
  569. package/dist/unstable/ai/Tool.js +97 -44
  570. package/dist/unstable/ai/Tool.js.map +1 -1
  571. package/dist/unstable/ai/Toolkit.d.ts +32 -39
  572. package/dist/unstable/ai/Toolkit.d.ts.map +1 -1
  573. package/dist/unstable/ai/Toolkit.js +7 -5
  574. package/dist/unstable/ai/Toolkit.js.map +1 -1
  575. package/dist/unstable/ai/index.d.ts +42 -24
  576. package/dist/unstable/ai/index.d.ts.map +1 -1
  577. package/dist/unstable/ai/index.js +42 -24
  578. package/dist/unstable/ai/index.js.map +1 -1
  579. package/dist/unstable/cli/Argument.d.ts +226 -134
  580. package/dist/unstable/cli/Argument.d.ts.map +1 -1
  581. package/dist/unstable/cli/Argument.js +101 -65
  582. package/dist/unstable/cli/Argument.js.map +1 -1
  583. package/dist/unstable/cli/CliError.d.ts +72 -26
  584. package/dist/unstable/cli/CliError.d.ts.map +1 -1
  585. package/dist/unstable/cli/CliError.js +86 -23
  586. package/dist/unstable/cli/CliError.js.map +1 -1
  587. package/dist/unstable/cli/CliOutput.d.ts +43 -13
  588. package/dist/unstable/cli/CliOutput.d.ts.map +1 -1
  589. package/dist/unstable/cli/CliOutput.js +30 -6
  590. package/dist/unstable/cli/CliOutput.js.map +1 -1
  591. package/dist/unstable/cli/Command.d.ts +194 -113
  592. package/dist/unstable/cli/Command.d.ts.map +1 -1
  593. package/dist/unstable/cli/Command.js +45 -31
  594. package/dist/unstable/cli/Command.js.map +1 -1
  595. package/dist/unstable/cli/Completions.d.ts +7 -7
  596. package/dist/unstable/cli/Completions.js +1 -1
  597. package/dist/unstable/cli/Flag.d.ts +235 -142
  598. package/dist/unstable/cli/Flag.d.ts.map +1 -1
  599. package/dist/unstable/cli/Flag.js +111 -71
  600. package/dist/unstable/cli/Flag.js.map +1 -1
  601. package/dist/unstable/cli/GlobalFlag.d.ts +41 -13
  602. package/dist/unstable/cli/GlobalFlag.d.ts.map +1 -1
  603. package/dist/unstable/cli/GlobalFlag.js +30 -7
  604. package/dist/unstable/cli/GlobalFlag.js.map +1 -1
  605. package/dist/unstable/cli/HelpDoc.d.ts +35 -10
  606. package/dist/unstable/cli/HelpDoc.d.ts.map +1 -1
  607. package/dist/unstable/cli/HelpDoc.js +21 -0
  608. package/dist/unstable/cli/Param.d.ts +79 -31
  609. package/dist/unstable/cli/Param.d.ts.map +1 -1
  610. package/dist/unstable/cli/Param.js +160 -98
  611. package/dist/unstable/cli/Param.js.map +1 -1
  612. package/dist/unstable/cli/Primitive.d.ts +79 -42
  613. package/dist/unstable/cli/Primitive.d.ts.map +1 -1
  614. package/dist/unstable/cli/Primitive.js +66 -35
  615. package/dist/unstable/cli/Primitive.js.map +1 -1
  616. package/dist/unstable/cli/Prompt.d.ts +177 -45
  617. package/dist/unstable/cli/Prompt.d.ts.map +1 -1
  618. package/dist/unstable/cli/Prompt.js +103 -21
  619. package/dist/unstable/cli/Prompt.js.map +1 -1
  620. package/dist/unstable/cli/internal/ansi.d.ts.map +1 -1
  621. package/dist/unstable/cli/internal/ansi.js +13 -0
  622. package/dist/unstable/cli/internal/ansi.js.map +1 -1
  623. package/dist/unstable/cli/internal/command.d.ts +5 -1
  624. package/dist/unstable/cli/internal/command.d.ts.map +1 -1
  625. package/dist/unstable/cli/internal/command.js +5 -1
  626. package/dist/unstable/cli/internal/command.js.map +1 -1
  627. package/dist/unstable/cli/internal/config.d.ts +3 -0
  628. package/dist/unstable/cli/internal/config.d.ts.map +1 -1
  629. package/dist/unstable/cli/internal/config.js.map +1 -1
  630. package/dist/unstable/cli/internal/lexer.js.map +1 -1
  631. package/dist/unstable/cluster/ClusterCron.d.ts +35 -1
  632. package/dist/unstable/cluster/ClusterCron.d.ts.map +1 -1
  633. package/dist/unstable/cluster/ClusterCron.js +35 -1
  634. package/dist/unstable/cluster/ClusterCron.js.map +1 -1
  635. package/dist/unstable/cluster/ClusterError.d.ts +56 -7
  636. package/dist/unstable/cluster/ClusterError.d.ts.map +1 -1
  637. package/dist/unstable/cluster/ClusterError.js +56 -7
  638. package/dist/unstable/cluster/ClusterError.js.map +1 -1
  639. package/dist/unstable/cluster/ClusterMetrics.d.ts +39 -5
  640. package/dist/unstable/cluster/ClusterMetrics.d.ts.map +1 -1
  641. package/dist/unstable/cluster/ClusterMetrics.js +39 -5
  642. package/dist/unstable/cluster/ClusterMetrics.js.map +1 -1
  643. package/dist/unstable/cluster/ClusterSchema.d.ts +61 -8
  644. package/dist/unstable/cluster/ClusterSchema.d.ts.map +1 -1
  645. package/dist/unstable/cluster/ClusterSchema.js +61 -8
  646. package/dist/unstable/cluster/ClusterSchema.js.map +1 -1
  647. package/dist/unstable/cluster/ClusterWorkflowEngine.d.ts +14 -2
  648. package/dist/unstable/cluster/ClusterWorkflowEngine.d.ts.map +1 -1
  649. package/dist/unstable/cluster/ClusterWorkflowEngine.js +35 -2
  650. package/dist/unstable/cluster/ClusterWorkflowEngine.js.map +1 -1
  651. package/dist/unstable/cluster/DeliverAt.d.ts +39 -4
  652. package/dist/unstable/cluster/DeliverAt.d.ts.map +1 -1
  653. package/dist/unstable/cluster/DeliverAt.js +11 -3
  654. package/dist/unstable/cluster/DeliverAt.js.map +1 -1
  655. package/dist/unstable/cluster/Entity.d.ts +75 -16
  656. package/dist/unstable/cluster/Entity.d.ts.map +1 -1
  657. package/dist/unstable/cluster/Entity.js +75 -10
  658. package/dist/unstable/cluster/Entity.js.map +1 -1
  659. package/dist/unstable/cluster/EntityAddress.d.ts +30 -2
  660. package/dist/unstable/cluster/EntityAddress.d.ts.map +1 -1
  661. package/dist/unstable/cluster/EntityAddress.js +30 -2
  662. package/dist/unstable/cluster/EntityAddress.js.map +1 -1
  663. package/dist/unstable/cluster/EntityId.d.ts +18 -3
  664. package/dist/unstable/cluster/EntityId.d.ts.map +1 -1
  665. package/dist/unstable/cluster/EntityId.js +15 -2
  666. package/dist/unstable/cluster/EntityId.js.map +1 -1
  667. package/dist/unstable/cluster/EntityProxy.d.ts +34 -2
  668. package/dist/unstable/cluster/EntityProxy.d.ts.map +1 -1
  669. package/dist/unstable/cluster/EntityProxy.js +24 -2
  670. package/dist/unstable/cluster/EntityProxy.js.map +1 -1
  671. package/dist/unstable/cluster/EntityProxyServer.d.ts +17 -2
  672. package/dist/unstable/cluster/EntityProxyServer.d.ts.map +1 -1
  673. package/dist/unstable/cluster/EntityProxyServer.js +40 -8
  674. package/dist/unstable/cluster/EntityProxyServer.js.map +1 -1
  675. package/dist/unstable/cluster/EntityResource.d.ts +43 -6
  676. package/dist/unstable/cluster/EntityResource.d.ts.map +1 -1
  677. package/dist/unstable/cluster/EntityResource.js +11 -4
  678. package/dist/unstable/cluster/EntityResource.js.map +1 -1
  679. package/dist/unstable/cluster/EntityType.d.ts +27 -3
  680. package/dist/unstable/cluster/EntityType.d.ts.map +1 -1
  681. package/dist/unstable/cluster/EntityType.js +24 -2
  682. package/dist/unstable/cluster/EntityType.js.map +1 -1
  683. package/dist/unstable/cluster/Envelope.d.ts +105 -23
  684. package/dist/unstable/cluster/Envelope.d.ts.map +1 -1
  685. package/dist/unstable/cluster/Envelope.js +88 -14
  686. package/dist/unstable/cluster/Envelope.js.map +1 -1
  687. package/dist/unstable/cluster/HttpRunner.d.ts +88 -13
  688. package/dist/unstable/cluster/HttpRunner.d.ts.map +1 -1
  689. package/dist/unstable/cluster/HttpRunner.js +88 -13
  690. package/dist/unstable/cluster/HttpRunner.js.map +1 -1
  691. package/dist/unstable/cluster/K8sHttpClient.d.ts +49 -6
  692. package/dist/unstable/cluster/K8sHttpClient.d.ts.map +1 -1
  693. package/dist/unstable/cluster/K8sHttpClient.js +31 -6
  694. package/dist/unstable/cluster/K8sHttpClient.js.map +1 -1
  695. package/dist/unstable/cluster/MachineId.d.ts +24 -3
  696. package/dist/unstable/cluster/MachineId.d.ts.map +1 -1
  697. package/dist/unstable/cluster/MachineId.js +21 -2
  698. package/dist/unstable/cluster/MachineId.js.map +1 -1
  699. package/dist/unstable/cluster/Message.d.ts +102 -13
  700. package/dist/unstable/cluster/Message.d.ts.map +1 -1
  701. package/dist/unstable/cluster/Message.js +86 -10
  702. package/dist/unstable/cluster/Message.js.map +1 -1
  703. package/dist/unstable/cluster/MessageStorage.d.ts +127 -21
  704. package/dist/unstable/cluster/MessageStorage.d.ts.map +1 -1
  705. package/dist/unstable/cluster/MessageStorage.js +70 -10
  706. package/dist/unstable/cluster/MessageStorage.js.map +1 -1
  707. package/dist/unstable/cluster/Reply.d.ts +101 -12
  708. package/dist/unstable/cluster/Reply.d.ts.map +1 -1
  709. package/dist/unstable/cluster/Reply.js +64 -8
  710. package/dist/unstable/cluster/Reply.js.map +1 -1
  711. package/dist/unstable/cluster/Runner.d.ts +47 -17
  712. package/dist/unstable/cluster/Runner.d.ts.map +1 -1
  713. package/dist/unstable/cluster/Runner.js +47 -17
  714. package/dist/unstable/cluster/Runner.js.map +1 -1
  715. package/dist/unstable/cluster/RunnerAddress.d.ts +34 -2
  716. package/dist/unstable/cluster/RunnerAddress.d.ts.map +1 -1
  717. package/dist/unstable/cluster/RunnerAddress.js +34 -2
  718. package/dist/unstable/cluster/RunnerAddress.js.map +1 -1
  719. package/dist/unstable/cluster/RunnerHealth.d.ts +40 -12
  720. package/dist/unstable/cluster/RunnerHealth.d.ts.map +1 -1
  721. package/dist/unstable/cluster/RunnerHealth.js +40 -12
  722. package/dist/unstable/cluster/RunnerHealth.js.map +1 -1
  723. package/dist/unstable/cluster/RunnerServer.d.ts +7 -4
  724. package/dist/unstable/cluster/RunnerServer.d.ts.map +1 -1
  725. package/dist/unstable/cluster/RunnerServer.js +31 -4
  726. package/dist/unstable/cluster/RunnerServer.js.map +1 -1
  727. package/dist/unstable/cluster/RunnerStorage.d.ts +42 -5
  728. package/dist/unstable/cluster/RunnerStorage.d.ts.map +1 -1
  729. package/dist/unstable/cluster/RunnerStorage.js +38 -4
  730. package/dist/unstable/cluster/RunnerStorage.js.map +1 -1
  731. package/dist/unstable/cluster/Runners.d.ts +73 -10
  732. package/dist/unstable/cluster/Runners.d.ts.map +1 -1
  733. package/dist/unstable/cluster/Runners.js +70 -9
  734. package/dist/unstable/cluster/Runners.js.map +1 -1
  735. package/dist/unstable/cluster/ShardId.d.ts +51 -5
  736. package/dist/unstable/cluster/ShardId.d.ts.map +1 -1
  737. package/dist/unstable/cluster/ShardId.js +47 -4
  738. package/dist/unstable/cluster/ShardId.js.map +1 -1
  739. package/dist/unstable/cluster/Sharding.d.ts +10 -2
  740. package/dist/unstable/cluster/Sharding.d.ts.map +1 -1
  741. package/dist/unstable/cluster/Sharding.js +35 -4
  742. package/dist/unstable/cluster/Sharding.js.map +1 -1
  743. package/dist/unstable/cluster/ShardingConfig.d.ts +65 -9
  744. package/dist/unstable/cluster/ShardingConfig.d.ts.map +1 -1
  745. package/dist/unstable/cluster/ShardingConfig.js +66 -9
  746. package/dist/unstable/cluster/ShardingConfig.js.map +1 -1
  747. package/dist/unstable/cluster/ShardingRegistrationEvent.d.ts +27 -6
  748. package/dist/unstable/cluster/ShardingRegistrationEvent.d.ts.map +1 -1
  749. package/dist/unstable/cluster/ShardingRegistrationEvent.js +28 -4
  750. package/dist/unstable/cluster/ShardingRegistrationEvent.js.map +1 -1
  751. package/dist/unstable/cluster/SingleRunner.d.ts +23 -1
  752. package/dist/unstable/cluster/SingleRunner.d.ts.map +1 -1
  753. package/dist/unstable/cluster/SingleRunner.js +23 -1
  754. package/dist/unstable/cluster/SingleRunner.js.map +1 -1
  755. package/dist/unstable/cluster/Singleton.d.ts +15 -1
  756. package/dist/unstable/cluster/Singleton.d.ts.map +1 -1
  757. package/dist/unstable/cluster/Singleton.js +15 -1
  758. package/dist/unstable/cluster/Singleton.js.map +1 -1
  759. package/dist/unstable/cluster/SingletonAddress.d.ts +21 -1
  760. package/dist/unstable/cluster/SingletonAddress.d.ts.map +1 -1
  761. package/dist/unstable/cluster/SingletonAddress.js +21 -1
  762. package/dist/unstable/cluster/SingletonAddress.js.map +1 -1
  763. package/dist/unstable/cluster/Snowflake.d.ts +89 -19
  764. package/dist/unstable/cluster/Snowflake.d.ts.map +1 -1
  765. package/dist/unstable/cluster/Snowflake.js +48 -13
  766. package/dist/unstable/cluster/Snowflake.js.map +1 -1
  767. package/dist/unstable/cluster/SocketRunner.d.ts +8 -2
  768. package/dist/unstable/cluster/SocketRunner.d.ts.map +1 -1
  769. package/dist/unstable/cluster/SocketRunner.js +29 -2
  770. package/dist/unstable/cluster/SocketRunner.js.map +1 -1
  771. package/dist/unstable/cluster/SqlMessageStorage.d.ts +11 -3
  772. package/dist/unstable/cluster/SqlMessageStorage.d.ts.map +1 -1
  773. package/dist/unstable/cluster/SqlMessageStorage.js +27 -3
  774. package/dist/unstable/cluster/SqlMessageStorage.js.map +1 -1
  775. package/dist/unstable/cluster/SqlRunnerStorage.d.ts +11 -3
  776. package/dist/unstable/cluster/SqlRunnerStorage.d.ts.map +1 -1
  777. package/dist/unstable/cluster/SqlRunnerStorage.js +46 -7
  778. package/dist/unstable/cluster/SqlRunnerStorage.js.map +1 -1
  779. package/dist/unstable/cluster/TestRunner.d.ts +18 -1
  780. package/dist/unstable/cluster/TestRunner.d.ts.map +1 -1
  781. package/dist/unstable/cluster/TestRunner.js +18 -1
  782. package/dist/unstable/cluster/TestRunner.js.map +1 -1
  783. package/dist/unstable/cluster/internal/hash.js +12 -0
  784. package/dist/unstable/cluster/internal/hash.js.map +1 -1
  785. package/dist/unstable/devtools/DevTools.d.ts +26 -3
  786. package/dist/unstable/devtools/DevTools.d.ts.map +1 -1
  787. package/dist/unstable/devtools/DevTools.js +26 -3
  788. package/dist/unstable/devtools/DevTools.js.map +1 -1
  789. package/dist/unstable/devtools/DevToolsClient.d.ts +20 -5
  790. package/dist/unstable/devtools/DevToolsClient.d.ts.map +1 -1
  791. package/dist/unstable/devtools/DevToolsClient.js +32 -5
  792. package/dist/unstable/devtools/DevToolsClient.js.map +1 -1
  793. package/dist/unstable/devtools/DevToolsSchema.d.ts +184 -44
  794. package/dist/unstable/devtools/DevToolsSchema.d.ts.map +1 -1
  795. package/dist/unstable/devtools/DevToolsSchema.js +102 -20
  796. package/dist/unstable/devtools/DevToolsSchema.js.map +1 -1
  797. package/dist/unstable/devtools/DevToolsServer.d.ts +27 -2
  798. package/dist/unstable/devtools/DevToolsServer.d.ts.map +1 -1
  799. package/dist/unstable/devtools/DevToolsServer.js +21 -1
  800. package/dist/unstable/devtools/DevToolsServer.js.map +1 -1
  801. package/dist/unstable/encoding/Msgpack.d.ts +81 -12
  802. package/dist/unstable/encoding/Msgpack.d.ts.map +1 -1
  803. package/dist/unstable/encoding/Msgpack.js +75 -9
  804. package/dist/unstable/encoding/Msgpack.js.map +1 -1
  805. package/dist/unstable/encoding/Ndjson.d.ts +149 -21
  806. package/dist/unstable/encoding/Ndjson.d.ts.map +1 -1
  807. package/dist/unstable/encoding/Ndjson.js +97 -13
  808. package/dist/unstable/encoding/Ndjson.js.map +1 -1
  809. package/dist/unstable/encoding/Sse.d.ts +109 -18
  810. package/dist/unstable/encoding/Sse.d.ts.map +1 -1
  811. package/dist/unstable/encoding/Sse.js +69 -13
  812. package/dist/unstable/encoding/Sse.js.map +1 -1
  813. package/dist/unstable/eventlog/Event.d.ts +115 -30
  814. package/dist/unstable/eventlog/Event.d.ts.map +1 -1
  815. package/dist/unstable/eventlog/Event.js +22 -2
  816. package/dist/unstable/eventlog/Event.js.map +1 -1
  817. package/dist/unstable/eventlog/EventGroup.d.ts +50 -17
  818. package/dist/unstable/eventlog/EventGroup.d.ts.map +1 -1
  819. package/dist/unstable/eventlog/EventGroup.js +24 -6
  820. package/dist/unstable/eventlog/EventGroup.js.map +1 -1
  821. package/dist/unstable/eventlog/EventJournal.d.ts +104 -20
  822. package/dist/unstable/eventlog/EventJournal.d.ts.map +1 -1
  823. package/dist/unstable/eventlog/EventJournal.js +108 -16
  824. package/dist/unstable/eventlog/EventJournal.js.map +1 -1
  825. package/dist/unstable/eventlog/EventLog.d.ts +151 -31
  826. package/dist/unstable/eventlog/EventLog.d.ts.map +1 -1
  827. package/dist/unstable/eventlog/EventLog.js +111 -20
  828. package/dist/unstable/eventlog/EventLog.js.map +1 -1
  829. package/dist/unstable/eventlog/EventLogEncryption.d.ts +42 -6
  830. package/dist/unstable/eventlog/EventLogEncryption.d.ts.map +1 -1
  831. package/dist/unstable/eventlog/EventLogEncryption.js +38 -5
  832. package/dist/unstable/eventlog/EventLogEncryption.js.map +1 -1
  833. package/dist/unstable/eventlog/EventLogMessage.d.ts +92 -18
  834. package/dist/unstable/eventlog/EventLogMessage.d.ts.map +1 -1
  835. package/dist/unstable/eventlog/EventLogMessage.js +72 -16
  836. package/dist/unstable/eventlog/EventLogMessage.js.map +1 -1
  837. package/dist/unstable/eventlog/EventLogRemote.d.ts +35 -8
  838. package/dist/unstable/eventlog/EventLogRemote.d.ts.map +1 -1
  839. package/dist/unstable/eventlog/EventLogRemote.js +54 -8
  840. package/dist/unstable/eventlog/EventLogRemote.js.map +1 -1
  841. package/dist/unstable/eventlog/EventLogServer.d.ts +17 -3
  842. package/dist/unstable/eventlog/EventLogServer.d.ts.map +1 -1
  843. package/dist/unstable/eventlog/EventLogServer.js +17 -3
  844. package/dist/unstable/eventlog/EventLogServer.js.map +1 -1
  845. package/dist/unstable/eventlog/EventLogServerEncrypted.d.ts +32 -6
  846. package/dist/unstable/eventlog/EventLogServerEncrypted.d.ts.map +1 -1
  847. package/dist/unstable/eventlog/EventLogServerEncrypted.js +52 -6
  848. package/dist/unstable/eventlog/EventLogServerEncrypted.js.map +1 -1
  849. package/dist/unstable/eventlog/EventLogServerUnencrypted.d.ts +74 -16
  850. package/dist/unstable/eventlog/EventLogServerUnencrypted.d.ts.map +1 -1
  851. package/dist/unstable/eventlog/EventLogServerUnencrypted.js +90 -16
  852. package/dist/unstable/eventlog/EventLogServerUnencrypted.js.map +1 -1
  853. package/dist/unstable/eventlog/EventLogSessionAuth.d.ts +59 -15
  854. package/dist/unstable/eventlog/EventLogSessionAuth.d.ts.map +1 -1
  855. package/dist/unstable/eventlog/EventLogSessionAuth.js +73 -14
  856. package/dist/unstable/eventlog/EventLogSessionAuth.js.map +1 -1
  857. package/dist/unstable/eventlog/SqlEventJournal.d.ts +10 -2
  858. package/dist/unstable/eventlog/SqlEventJournal.d.ts.map +1 -1
  859. package/dist/unstable/eventlog/SqlEventJournal.js +28 -2
  860. package/dist/unstable/eventlog/SqlEventJournal.js.map +1 -1
  861. package/dist/unstable/eventlog/SqlEventLogServerEncrypted.d.ts +32 -3
  862. package/dist/unstable/eventlog/SqlEventLogServerEncrypted.d.ts.map +1 -1
  863. package/dist/unstable/eventlog/SqlEventLogServerEncrypted.js +32 -3
  864. package/dist/unstable/eventlog/SqlEventLogServerEncrypted.js.map +1 -1
  865. package/dist/unstable/eventlog/SqlEventLogServerUnencrypted.d.ts +10 -2
  866. package/dist/unstable/eventlog/SqlEventLogServerUnencrypted.d.ts.map +1 -1
  867. package/dist/unstable/eventlog/SqlEventLogServerUnencrypted.js +28 -2
  868. package/dist/unstable/eventlog/SqlEventLogServerUnencrypted.js.map +1 -1
  869. package/dist/unstable/http/Cookies.d.ts +156 -77
  870. package/dist/unstable/http/Cookies.d.ts.map +1 -1
  871. package/dist/unstable/http/Cookies.js +93 -39
  872. package/dist/unstable/http/Cookies.js.map +1 -1
  873. package/dist/unstable/http/Etag.d.ts +40 -7
  874. package/dist/unstable/http/Etag.d.ts.map +1 -1
  875. package/dist/unstable/http/Etag.js +27 -4
  876. package/dist/unstable/http/Etag.js.map +1 -1
  877. package/dist/unstable/http/FetchHttpClient.d.ts +29 -3
  878. package/dist/unstable/http/FetchHttpClient.d.ts.map +1 -1
  879. package/dist/unstable/http/FetchHttpClient.js +33 -4
  880. package/dist/unstable/http/FetchHttpClient.js.map +1 -1
  881. package/dist/unstable/http/FindMyWay.d.ts +1 -1
  882. package/dist/unstable/http/FindMyWay.js +1 -1
  883. package/dist/unstable/http/Headers.d.ts +182 -36
  884. package/dist/unstable/http/Headers.d.ts.map +1 -1
  885. package/dist/unstable/http/Headers.js +86 -16
  886. package/dist/unstable/http/Headers.js.map +1 -1
  887. package/dist/unstable/http/HttpBody.d.ts +114 -26
  888. package/dist/unstable/http/HttpBody.d.ts.map +1 -1
  889. package/dist/unstable/http/HttpBody.js +98 -20
  890. package/dist/unstable/http/HttpBody.js.map +1 -1
  891. package/dist/unstable/http/HttpClient.d.ts +205 -96
  892. package/dist/unstable/http/HttpClient.d.ts.map +1 -1
  893. package/dist/unstable/http/HttpClient.js +84 -38
  894. package/dist/unstable/http/HttpClient.js.map +1 -1
  895. package/dist/unstable/http/HttpClientError.d.ts +68 -12
  896. package/dist/unstable/http/HttpClientError.d.ts.map +1 -1
  897. package/dist/unstable/http/HttpClientError.js +71 -9
  898. package/dist/unstable/http/HttpClientError.js.map +1 -1
  899. package/dist/unstable/http/HttpClientRequest.d.ts +318 -100
  900. package/dist/unstable/http/HttpClientRequest.d.ts.map +1 -1
  901. package/dist/unstable/http/HttpClientRequest.js +151 -45
  902. package/dist/unstable/http/HttpClientRequest.js.map +1 -1
  903. package/dist/unstable/http/HttpClientResponse.d.ts +59 -16
  904. package/dist/unstable/http/HttpClientResponse.d.ts.map +1 -1
  905. package/dist/unstable/http/HttpClientResponse.js +44 -11
  906. package/dist/unstable/http/HttpClientResponse.js.map +1 -1
  907. package/dist/unstable/http/HttpEffect.d.ts +42 -16
  908. package/dist/unstable/http/HttpEffect.d.ts.map +1 -1
  909. package/dist/unstable/http/HttpEffect.js +33 -13
  910. package/dist/unstable/http/HttpEffect.js.map +1 -1
  911. package/dist/unstable/http/HttpIncomingMessage.d.ts +47 -7
  912. package/dist/unstable/http/HttpIncomingMessage.d.ts.map +1 -1
  913. package/dist/unstable/http/HttpIncomingMessage.js +44 -6
  914. package/dist/unstable/http/HttpIncomingMessage.js.map +1 -1
  915. package/dist/unstable/http/HttpMethod.d.ts +35 -5
  916. package/dist/unstable/http/HttpMethod.d.ts.map +1 -1
  917. package/dist/unstable/http/HttpMethod.js +23 -1
  918. package/dist/unstable/http/HttpMethod.js.map +1 -1
  919. package/dist/unstable/http/HttpMiddleware.d.ts +37 -11
  920. package/dist/unstable/http/HttpMiddleware.d.ts.map +1 -1
  921. package/dist/unstable/http/HttpMiddleware.js +52 -10
  922. package/dist/unstable/http/HttpMiddleware.js.map +1 -1
  923. package/dist/unstable/http/HttpPlatform.d.ts +34 -3
  924. package/dist/unstable/http/HttpPlatform.d.ts.map +1 -1
  925. package/dist/unstable/http/HttpPlatform.js +34 -3
  926. package/dist/unstable/http/HttpPlatform.js.map +1 -1
  927. package/dist/unstable/http/HttpRouter.d.ts +194 -45
  928. package/dist/unstable/http/HttpRouter.d.ts.map +1 -1
  929. package/dist/unstable/http/HttpRouter.js +118 -24
  930. package/dist/unstable/http/HttpRouter.js.map +1 -1
  931. package/dist/unstable/http/HttpServer.d.ts +151 -22
  932. package/dist/unstable/http/HttpServer.d.ts.map +1 -1
  933. package/dist/unstable/http/HttpServer.js +76 -11
  934. package/dist/unstable/http/HttpServer.js.map +1 -1
  935. package/dist/unstable/http/HttpServerError.d.ts +90 -10
  936. package/dist/unstable/http/HttpServerError.d.ts.map +1 -1
  937. package/dist/unstable/http/HttpServerError.js +82 -8
  938. package/dist/unstable/http/HttpServerError.js.map +1 -1
  939. package/dist/unstable/http/HttpServerRequest.d.ts +125 -21
  940. package/dist/unstable/http/HttpServerRequest.d.ts.map +1 -1
  941. package/dist/unstable/http/HttpServerRequest.js +101 -20
  942. package/dist/unstable/http/HttpServerRequest.js.map +1 -1
  943. package/dist/unstable/http/HttpServerRespondable.d.ts +32 -6
  944. package/dist/unstable/http/HttpServerRespondable.d.ts.map +1 -1
  945. package/dist/unstable/http/HttpServerRespondable.js +43 -5
  946. package/dist/unstable/http/HttpServerRespondable.js.map +1 -1
  947. package/dist/unstable/http/HttpServerResponse.d.ts +390 -67
  948. package/dist/unstable/http/HttpServerResponse.d.ts.map +1 -1
  949. package/dist/unstable/http/HttpServerResponse.js +204 -33
  950. package/dist/unstable/http/HttpServerResponse.js.map +1 -1
  951. package/dist/unstable/http/HttpStaticServer.d.ts +22 -4
  952. package/dist/unstable/http/HttpStaticServer.d.ts.map +1 -1
  953. package/dist/unstable/http/HttpStaticServer.js +22 -4
  954. package/dist/unstable/http/HttpStaticServer.js.map +1 -1
  955. package/dist/unstable/http/HttpTraceContext.d.ts +53 -6
  956. package/dist/unstable/http/HttpTraceContext.d.ts.map +1 -1
  957. package/dist/unstable/http/HttpTraceContext.js +47 -5
  958. package/dist/unstable/http/HttpTraceContext.js.map +1 -1
  959. package/dist/unstable/http/Multipart.d.ts +178 -28
  960. package/dist/unstable/http/Multipart.d.ts.map +1 -1
  961. package/dist/unstable/http/Multipart.js +129 -19
  962. package/dist/unstable/http/Multipart.js.map +1 -1
  963. package/dist/unstable/http/Multipasta/HeadersParser.d.ts +1 -1
  964. package/dist/unstable/http/Multipasta/HeadersParser.js +1 -1
  965. package/dist/unstable/http/Multipasta/Node.d.ts +1 -1
  966. package/dist/unstable/http/Multipasta/Node.js +1 -1
  967. package/dist/unstable/http/Multipasta/Search.d.ts +1 -1
  968. package/dist/unstable/http/Multipasta/Search.js +1 -1
  969. package/dist/unstable/http/Multipasta/Web.d.ts +1 -1
  970. package/dist/unstable/http/Multipasta/Web.js +1 -1
  971. package/dist/unstable/http/Multipasta.d.ts +1 -1
  972. package/dist/unstable/http/Multipasta.js +1 -1
  973. package/dist/unstable/http/Template.d.ts +53 -0
  974. package/dist/unstable/http/Template.d.ts.map +1 -1
  975. package/dist/unstable/http/Template.js +26 -0
  976. package/dist/unstable/http/Template.js.map +1 -1
  977. package/dist/unstable/http/Url.d.ts +56 -42
  978. package/dist/unstable/http/Url.d.ts.map +1 -1
  979. package/dist/unstable/http/Url.js +29 -15
  980. package/dist/unstable/http/Url.js.map +1 -1
  981. package/dist/unstable/http/UrlParams.d.ts +233 -49
  982. package/dist/unstable/http/UrlParams.d.ts.map +1 -1
  983. package/dist/unstable/http/UrlParams.js +116 -23
  984. package/dist/unstable/http/UrlParams.js.map +1 -1
  985. package/dist/unstable/httpapi/HttpApi.d.ts +49 -14
  986. package/dist/unstable/httpapi/HttpApi.d.ts.map +1 -1
  987. package/dist/unstable/httpapi/HttpApi.js +14 -8
  988. package/dist/unstable/httpapi/HttpApi.js.map +1 -1
  989. package/dist/unstable/httpapi/HttpApiBuilder.d.ts +55 -16
  990. package/dist/unstable/httpapi/HttpApiBuilder.d.ts.map +1 -1
  991. package/dist/unstable/httpapi/HttpApiBuilder.js +44 -6
  992. package/dist/unstable/httpapi/HttpApiBuilder.js.map +1 -1
  993. package/dist/unstable/httpapi/HttpApiClient.d.ts +58 -15
  994. package/dist/unstable/httpapi/HttpApiClient.d.ts.map +1 -1
  995. package/dist/unstable/httpapi/HttpApiClient.js +42 -6
  996. package/dist/unstable/httpapi/HttpApiClient.js.map +1 -1
  997. package/dist/unstable/httpapi/HttpApiEndpoint.d.ts +214 -59
  998. package/dist/unstable/httpapi/HttpApiEndpoint.d.ts.map +1 -1
  999. package/dist/unstable/httpapi/HttpApiEndpoint.js +53 -9
  1000. package/dist/unstable/httpapi/HttpApiEndpoint.js.map +1 -1
  1001. package/dist/unstable/httpapi/HttpApiError.d.ts +81 -1
  1002. package/dist/unstable/httpapi/HttpApiError.d.ts.map +1 -1
  1003. package/dist/unstable/httpapi/HttpApiError.js +98 -1
  1004. package/dist/unstable/httpapi/HttpApiError.js.map +1 -1
  1005. package/dist/unstable/httpapi/HttpApiGroup.d.ts +87 -20
  1006. package/dist/unstable/httpapi/HttpApiGroup.d.ts.map +1 -1
  1007. package/dist/unstable/httpapi/HttpApiGroup.js +5 -2
  1008. package/dist/unstable/httpapi/HttpApiGroup.js.map +1 -1
  1009. package/dist/unstable/httpapi/HttpApiMiddleware.d.ts +111 -22
  1010. package/dist/unstable/httpapi/HttpApiMiddleware.d.ts.map +1 -1
  1011. package/dist/unstable/httpapi/HttpApiMiddleware.js +47 -5
  1012. package/dist/unstable/httpapi/HttpApiMiddleware.js.map +1 -1
  1013. package/dist/unstable/httpapi/HttpApiScalar.d.ts +19 -4
  1014. package/dist/unstable/httpapi/HttpApiScalar.d.ts.map +1 -1
  1015. package/dist/unstable/httpapi/HttpApiScalar.js +32 -2
  1016. package/dist/unstable/httpapi/HttpApiScalar.js.map +1 -1
  1017. package/dist/unstable/httpapi/HttpApiSchema.d.ts +67 -30
  1018. package/dist/unstable/httpapi/HttpApiSchema.d.ts.map +1 -1
  1019. package/dist/unstable/httpapi/HttpApiSchema.js +48 -27
  1020. package/dist/unstable/httpapi/HttpApiSchema.js.map +1 -1
  1021. package/dist/unstable/httpapi/HttpApiSecurity.d.ts +74 -17
  1022. package/dist/unstable/httpapi/HttpApiSecurity.d.ts.map +1 -1
  1023. package/dist/unstable/httpapi/HttpApiSecurity.js +38 -5
  1024. package/dist/unstable/httpapi/HttpApiSecurity.js.map +1 -1
  1025. package/dist/unstable/httpapi/HttpApiSwagger.d.ts +5 -2
  1026. package/dist/unstable/httpapi/HttpApiSwagger.d.ts.map +1 -1
  1027. package/dist/unstable/httpapi/HttpApiSwagger.js +24 -2
  1028. package/dist/unstable/httpapi/HttpApiSwagger.js.map +1 -1
  1029. package/dist/unstable/httpapi/HttpApiTest.d.ts +6 -1
  1030. package/dist/unstable/httpapi/HttpApiTest.d.ts.map +1 -1
  1031. package/dist/unstable/httpapi/HttpApiTest.js +26 -1
  1032. package/dist/unstable/httpapi/HttpApiTest.js.map +1 -1
  1033. package/dist/unstable/httpapi/OpenApi.d.ts +86 -15
  1034. package/dist/unstable/httpapi/OpenApi.d.ts.map +1 -1
  1035. package/dist/unstable/httpapi/OpenApi.js +73 -15
  1036. package/dist/unstable/httpapi/OpenApi.js.map +1 -1
  1037. package/dist/unstable/observability/Otlp.d.ts +33 -3
  1038. package/dist/unstable/observability/Otlp.d.ts.map +1 -1
  1039. package/dist/unstable/observability/Otlp.js +14 -3
  1040. package/dist/unstable/observability/Otlp.js.map +1 -1
  1041. package/dist/unstable/observability/OtlpExporter.d.ts +8 -1
  1042. package/dist/unstable/observability/OtlpExporter.d.ts.map +1 -1
  1043. package/dist/unstable/observability/OtlpExporter.js +32 -1
  1044. package/dist/unstable/observability/OtlpExporter.js.map +1 -1
  1045. package/dist/unstable/observability/OtlpLogger.d.ts +14 -2
  1046. package/dist/unstable/observability/OtlpLogger.d.ts.map +1 -1
  1047. package/dist/unstable/observability/OtlpLogger.js +29 -2
  1048. package/dist/unstable/observability/OtlpLogger.js.map +1 -1
  1049. package/dist/unstable/observability/OtlpMetrics.d.ts +15 -4
  1050. package/dist/unstable/observability/OtlpMetrics.d.ts.map +1 -1
  1051. package/dist/unstable/observability/OtlpMetrics.js +32 -2
  1052. package/dist/unstable/observability/OtlpMetrics.js.map +1 -1
  1053. package/dist/unstable/observability/OtlpResource.d.ts +49 -12
  1054. package/dist/unstable/observability/OtlpResource.d.ts.map +1 -1
  1055. package/dist/unstable/observability/OtlpResource.js +47 -5
  1056. package/dist/unstable/observability/OtlpResource.js.map +1 -1
  1057. package/dist/unstable/observability/OtlpSerialization.d.ts +28 -3
  1058. package/dist/unstable/observability/OtlpSerialization.d.ts.map +1 -1
  1059. package/dist/unstable/observability/OtlpSerialization.js +28 -3
  1060. package/dist/unstable/observability/OtlpSerialization.js.map +1 -1
  1061. package/dist/unstable/observability/OtlpTracer.d.ts +16 -2
  1062. package/dist/unstable/observability/OtlpTracer.d.ts.map +1 -1
  1063. package/dist/unstable/observability/OtlpTracer.js +32 -2
  1064. package/dist/unstable/observability/OtlpTracer.js.map +1 -1
  1065. package/dist/unstable/observability/PrometheusMetrics.d.ts +32 -12
  1066. package/dist/unstable/observability/PrometheusMetrics.d.ts.map +1 -1
  1067. package/dist/unstable/observability/PrometheusMetrics.js +7 -5
  1068. package/dist/unstable/observability/PrometheusMetrics.js.map +1 -1
  1069. package/dist/unstable/observability/index.d.ts +2 -1
  1070. package/dist/unstable/observability/index.d.ts.map +1 -1
  1071. package/dist/unstable/observability/index.js +2 -1
  1072. package/dist/unstable/observability/index.js.map +1 -1
  1073. package/dist/unstable/persistence/KeyValueStore.d.ts +93 -18
  1074. package/dist/unstable/persistence/KeyValueStore.d.ts.map +1 -1
  1075. package/dist/unstable/persistence/KeyValueStore.js +81 -21
  1076. package/dist/unstable/persistence/KeyValueStore.js.map +1 -1
  1077. package/dist/unstable/persistence/Persistable.d.ts +76 -15
  1078. package/dist/unstable/persistence/Persistable.d.ts.map +1 -1
  1079. package/dist/unstable/persistence/Persistable.js +22 -5
  1080. package/dist/unstable/persistence/Persistable.js.map +1 -1
  1081. package/dist/unstable/persistence/PersistedCache.d.ts +27 -2
  1082. package/dist/unstable/persistence/PersistedCache.d.ts.map +1 -1
  1083. package/dist/unstable/persistence/PersistedCache.js +24 -1
  1084. package/dist/unstable/persistence/PersistedCache.js.map +1 -1
  1085. package/dist/unstable/persistence/PersistedQueue.d.ts +73 -16
  1086. package/dist/unstable/persistence/PersistedQueue.d.ts.map +1 -1
  1087. package/dist/unstable/persistence/PersistedQueue.js +60 -13
  1088. package/dist/unstable/persistence/PersistedQueue.js.map +1 -1
  1089. package/dist/unstable/persistence/Persistence.d.ts +97 -16
  1090. package/dist/unstable/persistence/Persistence.d.ts.map +1 -1
  1091. package/dist/unstable/persistence/Persistence.js +90 -14
  1092. package/dist/unstable/persistence/Persistence.js.map +1 -1
  1093. package/dist/unstable/persistence/RateLimiter.d.ts +97 -21
  1094. package/dist/unstable/persistence/RateLimiter.d.ts.map +1 -1
  1095. package/dist/unstable/persistence/RateLimiter.js +81 -16
  1096. package/dist/unstable/persistence/RateLimiter.js.map +1 -1
  1097. package/dist/unstable/persistence/Redis.d.ts +26 -5
  1098. package/dist/unstable/persistence/Redis.d.ts.map +1 -1
  1099. package/dist/unstable/persistence/Redis.js +36 -4
  1100. package/dist/unstable/persistence/Redis.js.map +1 -1
  1101. package/dist/unstable/process/ChildProcess.d.ts +87 -64
  1102. package/dist/unstable/process/ChildProcess.d.ts.map +1 -1
  1103. package/dist/unstable/process/ChildProcess.js +24 -17
  1104. package/dist/unstable/process/ChildProcess.js.map +1 -1
  1105. package/dist/unstable/process/ChildProcessSpawner.d.ts +22 -11
  1106. package/dist/unstable/process/ChildProcessSpawner.d.ts.map +1 -1
  1107. package/dist/unstable/process/ChildProcessSpawner.js +11 -6
  1108. package/dist/unstable/process/ChildProcessSpawner.js.map +1 -1
  1109. package/dist/unstable/process/index.d.ts +2 -1
  1110. package/dist/unstable/process/index.d.ts.map +1 -1
  1111. package/dist/unstable/process/index.js +2 -1
  1112. package/dist/unstable/process/index.js.map +1 -1
  1113. package/dist/unstable/reactivity/AsyncResult.d.ts +196 -59
  1114. package/dist/unstable/reactivity/AsyncResult.d.ts.map +1 -1
  1115. package/dist/unstable/reactivity/AsyncResult.js +121 -36
  1116. package/dist/unstable/reactivity/AsyncResult.js.map +1 -1
  1117. package/dist/unstable/reactivity/Atom.d.ts +539 -130
  1118. package/dist/unstable/reactivity/Atom.d.ts.map +1 -1
  1119. package/dist/unstable/reactivity/Atom.js +252 -58
  1120. package/dist/unstable/reactivity/Atom.js.map +1 -1
  1121. package/dist/unstable/reactivity/AtomHttpApi.d.ts +41 -2
  1122. package/dist/unstable/reactivity/AtomHttpApi.d.ts.map +1 -1
  1123. package/dist/unstable/reactivity/AtomHttpApi.js +35 -1
  1124. package/dist/unstable/reactivity/AtomHttpApi.js.map +1 -1
  1125. package/dist/unstable/reactivity/AtomRef.d.ts +51 -7
  1126. package/dist/unstable/reactivity/AtomRef.d.ts.map +1 -1
  1127. package/dist/unstable/reactivity/AtomRef.js +29 -3
  1128. package/dist/unstable/reactivity/AtomRef.js.map +1 -1
  1129. package/dist/unstable/reactivity/AtomRegistry.d.ts +135 -21
  1130. package/dist/unstable/reactivity/AtomRegistry.d.ts.map +1 -1
  1131. package/dist/unstable/reactivity/AtomRegistry.js +69 -10
  1132. package/dist/unstable/reactivity/AtomRegistry.js.map +1 -1
  1133. package/dist/unstable/reactivity/AtomRpc.d.ts +36 -2
  1134. package/dist/unstable/reactivity/AtomRpc.d.ts.map +1 -1
  1135. package/dist/unstable/reactivity/AtomRpc.js +29 -1
  1136. package/dist/unstable/reactivity/AtomRpc.js.map +1 -1
  1137. package/dist/unstable/reactivity/Hydration.d.ts +28 -5
  1138. package/dist/unstable/reactivity/Hydration.d.ts.map +1 -1
  1139. package/dist/unstable/reactivity/Hydration.js +35 -3
  1140. package/dist/unstable/reactivity/Hydration.js.map +1 -1
  1141. package/dist/unstable/reactivity/Reactivity.d.ts +95 -13
  1142. package/dist/unstable/reactivity/Reactivity.d.ts.map +1 -1
  1143. package/dist/unstable/reactivity/Reactivity.js +61 -7
  1144. package/dist/unstable/reactivity/Reactivity.js.map +1 -1
  1145. package/dist/unstable/rpc/Rpc.d.ts +255 -56
  1146. package/dist/unstable/rpc/Rpc.d.ts.map +1 -1
  1147. package/dist/unstable/rpc/Rpc.js +44 -11
  1148. package/dist/unstable/rpc/Rpc.js.map +1 -1
  1149. package/dist/unstable/rpc/RpcClient.d.ts +81 -19
  1150. package/dist/unstable/rpc/RpcClient.d.ts.map +1 -1
  1151. package/dist/unstable/rpc/RpcClient.js +52 -12
  1152. package/dist/unstable/rpc/RpcClient.js.map +1 -1
  1153. package/dist/unstable/rpc/RpcClientError.d.ts +26 -2
  1154. package/dist/unstable/rpc/RpcClientError.d.ts.map +1 -1
  1155. package/dist/unstable/rpc/RpcClientError.js +26 -2
  1156. package/dist/unstable/rpc/RpcClientError.js.map +1 -1
  1157. package/dist/unstable/rpc/RpcGroup.d.ts +51 -8
  1158. package/dist/unstable/rpc/RpcGroup.d.ts.map +1 -1
  1159. package/dist/unstable/rpc/RpcGroup.js +3 -1
  1160. package/dist/unstable/rpc/RpcGroup.js.map +1 -1
  1161. package/dist/unstable/rpc/RpcMessage.d.ts +128 -32
  1162. package/dist/unstable/rpc/RpcMessage.d.ts.map +1 -1
  1163. package/dist/unstable/rpc/RpcMessage.js +23 -7
  1164. package/dist/unstable/rpc/RpcMessage.js.map +1 -1
  1165. package/dist/unstable/rpc/RpcMiddleware.d.ts +100 -20
  1166. package/dist/unstable/rpc/RpcMiddleware.d.ts.map +1 -1
  1167. package/dist/unstable/rpc/RpcMiddleware.js +39 -3
  1168. package/dist/unstable/rpc/RpcMiddleware.js.map +1 -1
  1169. package/dist/unstable/rpc/RpcSchema.d.ts +38 -4
  1170. package/dist/unstable/rpc/RpcSchema.d.ts.map +1 -1
  1171. package/dist/unstable/rpc/RpcSchema.js +34 -3
  1172. package/dist/unstable/rpc/RpcSchema.js.map +1 -1
  1173. package/dist/unstable/rpc/RpcSerialization.d.ts +60 -13
  1174. package/dist/unstable/rpc/RpcSerialization.d.ts.map +1 -1
  1175. package/dist/unstable/rpc/RpcSerialization.js +56 -12
  1176. package/dist/unstable/rpc/RpcSerialization.js.map +1 -1
  1177. package/dist/unstable/rpc/RpcServer.d.ts +73 -23
  1178. package/dist/unstable/rpc/RpcServer.d.ts.map +1 -1
  1179. package/dist/unstable/rpc/RpcServer.js +69 -22
  1180. package/dist/unstable/rpc/RpcServer.js.map +1 -1
  1181. package/dist/unstable/rpc/RpcTest.d.ts +20 -1
  1182. package/dist/unstable/rpc/RpcTest.d.ts.map +1 -1
  1183. package/dist/unstable/rpc/RpcTest.js +20 -1
  1184. package/dist/unstable/rpc/RpcTest.js.map +1 -1
  1185. package/dist/unstable/rpc/RpcWorker.d.ts +40 -6
  1186. package/dist/unstable/rpc/RpcWorker.d.ts.map +1 -1
  1187. package/dist/unstable/rpc/RpcWorker.js +16 -4
  1188. package/dist/unstable/rpc/RpcWorker.js.map +1 -1
  1189. package/dist/unstable/rpc/Utils.d.ts +8 -0
  1190. package/dist/unstable/rpc/Utils.d.ts.map +1 -1
  1191. package/dist/unstable/rpc/Utils.js +8 -0
  1192. package/dist/unstable/rpc/Utils.js.map +1 -1
  1193. package/dist/unstable/schema/Model.d.ts +130 -52
  1194. package/dist/unstable/schema/Model.d.ts.map +1 -1
  1195. package/dist/unstable/schema/Model.js +79 -34
  1196. package/dist/unstable/schema/Model.js.map +1 -1
  1197. package/dist/unstable/schema/VariantSchema.d.ts +104 -24
  1198. package/dist/unstable/schema/VariantSchema.d.ts.map +1 -1
  1199. package/dist/unstable/schema/VariantSchema.js +22 -6
  1200. package/dist/unstable/schema/VariantSchema.js.map +1 -1
  1201. package/dist/unstable/socket/Socket.d.ts +167 -34
  1202. package/dist/unstable/socket/Socket.d.ts.map +1 -1
  1203. package/dist/unstable/socket/Socket.js +123 -28
  1204. package/dist/unstable/socket/Socket.js.map +1 -1
  1205. package/dist/unstable/socket/SocketServer.d.ts +58 -10
  1206. package/dist/unstable/socket/SocketServer.d.ts.map +1 -1
  1207. package/dist/unstable/socket/SocketServer.js +43 -5
  1208. package/dist/unstable/socket/SocketServer.js.map +1 -1
  1209. package/dist/unstable/sql/Migrator.d.ts +35 -4
  1210. package/dist/unstable/sql/Migrator.d.ts.map +1 -1
  1211. package/dist/unstable/sql/Migrator.js +44 -4
  1212. package/dist/unstable/sql/Migrator.js.map +1 -1
  1213. package/dist/unstable/sql/SqlClient.d.ts +34 -2
  1214. package/dist/unstable/sql/SqlClient.d.ts.map +1 -1
  1215. package/dist/unstable/sql/SqlClient.js +38 -1
  1216. package/dist/unstable/sql/SqlClient.js.map +1 -1
  1217. package/dist/unstable/sql/SqlConnection.d.ts +31 -0
  1218. package/dist/unstable/sql/SqlConnection.d.ts.map +1 -1
  1219. package/dist/unstable/sql/SqlConnection.js +22 -0
  1220. package/dist/unstable/sql/SqlConnection.js.map +1 -1
  1221. package/dist/unstable/sql/SqlError.d.ts +99 -0
  1222. package/dist/unstable/sql/SqlError.d.ts.map +1 -1
  1223. package/dist/unstable/sql/SqlError.js +114 -0
  1224. package/dist/unstable/sql/SqlError.js.map +1 -1
  1225. package/dist/unstable/sql/SqlModel.d.ts +26 -5
  1226. package/dist/unstable/sql/SqlModel.d.ts.map +1 -1
  1227. package/dist/unstable/sql/SqlModel.js +8 -4
  1228. package/dist/unstable/sql/SqlModel.js.map +1 -1
  1229. package/dist/unstable/sql/SqlResolver.d.ts +56 -13
  1230. package/dist/unstable/sql/SqlResolver.d.ts.map +1 -1
  1231. package/dist/unstable/sql/SqlResolver.js +44 -10
  1232. package/dist/unstable/sql/SqlResolver.js.map +1 -1
  1233. package/dist/unstable/sql/SqlSchema.d.ts +29 -8
  1234. package/dist/unstable/sql/SqlSchema.d.ts.map +1 -1
  1235. package/dist/unstable/sql/SqlSchema.js +29 -8
  1236. package/dist/unstable/sql/SqlSchema.js.map +1 -1
  1237. package/dist/unstable/sql/SqlStream.d.ts +3 -0
  1238. package/dist/unstable/sql/SqlStream.d.ts.map +1 -1
  1239. package/dist/unstable/sql/SqlStream.js +23 -0
  1240. package/dist/unstable/sql/SqlStream.js.map +1 -1
  1241. package/dist/unstable/sql/Statement.d.ts +124 -0
  1242. package/dist/unstable/sql/Statement.d.ts.map +1 -1
  1243. package/dist/unstable/sql/Statement.js +82 -0
  1244. package/dist/unstable/sql/Statement.js.map +1 -1
  1245. package/dist/unstable/sql/index.d.ts +1 -1
  1246. package/dist/unstable/sql/index.js +1 -1
  1247. package/dist/unstable/workers/Transferable.d.ts +65 -13
  1248. package/dist/unstable/workers/Transferable.d.ts.map +1 -1
  1249. package/dist/unstable/workers/Transferable.js +53 -10
  1250. package/dist/unstable/workers/Transferable.js.map +1 -1
  1251. package/dist/unstable/workers/Worker.d.ts +60 -8
  1252. package/dist/unstable/workers/Worker.d.ts.map +1 -1
  1253. package/dist/unstable/workers/Worker.js +43 -4
  1254. package/dist/unstable/workers/Worker.js.map +1 -1
  1255. package/dist/unstable/workers/WorkerError.d.ts +31 -9
  1256. package/dist/unstable/workers/WorkerError.d.ts.map +1 -1
  1257. package/dist/unstable/workers/WorkerError.js +44 -7
  1258. package/dist/unstable/workers/WorkerError.js.map +1 -1
  1259. package/dist/unstable/workers/WorkerRunner.d.ts +32 -3
  1260. package/dist/unstable/workers/WorkerRunner.d.ts.map +1 -1
  1261. package/dist/unstable/workers/WorkerRunner.js +24 -1
  1262. package/dist/unstable/workers/WorkerRunner.js.map +1 -1
  1263. package/dist/unstable/workers/index.d.ts +1 -1
  1264. package/dist/unstable/workers/index.js +1 -1
  1265. package/dist/unstable/workflow/Activity.d.ts +61 -10
  1266. package/dist/unstable/workflow/Activity.d.ts.map +1 -1
  1267. package/dist/unstable/workflow/Activity.js +20 -5
  1268. package/dist/unstable/workflow/Activity.js.map +1 -1
  1269. package/dist/unstable/workflow/DurableClock.d.ts +12 -3
  1270. package/dist/unstable/workflow/DurableClock.d.ts.map +1 -1
  1271. package/dist/unstable/workflow/DurableClock.js +22 -2
  1272. package/dist/unstable/workflow/DurableClock.js.map +1 -1
  1273. package/dist/unstable/workflow/DurableDeferred.d.ts +126 -31
  1274. package/dist/unstable/workflow/DurableDeferred.d.ts.map +1 -1
  1275. package/dist/unstable/workflow/DurableDeferred.js +76 -13
  1276. package/dist/unstable/workflow/DurableDeferred.js.map +1 -1
  1277. package/dist/unstable/workflow/DurableQueue.d.ts +30 -7
  1278. package/dist/unstable/workflow/DurableQueue.d.ts.map +1 -1
  1279. package/dist/unstable/workflow/DurableQueue.js +23 -5
  1280. package/dist/unstable/workflow/DurableQueue.js.map +1 -1
  1281. package/dist/unstable/workflow/Workflow.d.ts +100 -31
  1282. package/dist/unstable/workflow/Workflow.d.ts.map +1 -1
  1283. package/dist/unstable/workflow/Workflow.js +75 -19
  1284. package/dist/unstable/workflow/Workflow.js.map +1 -1
  1285. package/dist/unstable/workflow/WorkflowEngine.d.ts +40 -5
  1286. package/dist/unstable/workflow/WorkflowEngine.d.ts.map +1 -1
  1287. package/dist/unstable/workflow/WorkflowEngine.js +16 -4
  1288. package/dist/unstable/workflow/WorkflowEngine.js.map +1 -1
  1289. package/dist/unstable/workflow/WorkflowProxy.d.ts +32 -2
  1290. package/dist/unstable/workflow/WorkflowProxy.d.ts.map +1 -1
  1291. package/dist/unstable/workflow/WorkflowProxy.js +2 -2
  1292. package/dist/unstable/workflow/WorkflowProxy.js.map +1 -1
  1293. package/dist/unstable/workflow/WorkflowProxyServer.d.ts +36 -2
  1294. package/dist/unstable/workflow/WorkflowProxyServer.d.ts.map +1 -1
  1295. package/dist/unstable/workflow/WorkflowProxyServer.js +12 -6
  1296. package/dist/unstable/workflow/WorkflowProxyServer.js.map +1 -1
  1297. package/package.json +11 -11
  1298. package/src/Array.ts +113 -67
  1299. package/src/BigDecimal.ts +404 -337
  1300. package/src/BigInt.ts +167 -97
  1301. package/src/Boolean.ts +62 -31
  1302. package/src/Brand.ts +20 -1
  1303. package/src/Cache.ts +331 -164
  1304. package/src/Cause.ts +74 -62
  1305. package/src/Channel.ts +1585 -607
  1306. package/src/ChannelSchema.ts +137 -12
  1307. package/src/Chunk.ts +549 -380
  1308. package/src/Clock.ts +15 -8
  1309. package/src/Combiner.ts +2 -4
  1310. package/src/Config.ts +4 -2
  1311. package/src/ConfigProvider.ts +1 -1
  1312. package/src/Console.ts +88 -58
  1313. package/src/Context.ts +384 -135
  1314. package/src/Cron.ts +111 -48
  1315. package/src/Data.ts +3 -2
  1316. package/src/DateTime.ts +874 -443
  1317. package/src/Deferred.ts +367 -174
  1318. package/src/Differ.ts +42 -0
  1319. package/src/Duration.ts +329 -185
  1320. package/src/Effect.ts +2127 -1957
  1321. package/src/Effectable.ts +37 -2
  1322. package/src/Encoding.ts +78 -28
  1323. package/src/Equivalence.ts +14 -19
  1324. package/src/ErrorReporter.ts +66 -82
  1325. package/src/ExecutionPlan.ts +94 -9
  1326. package/src/Exit.ts +7 -5
  1327. package/src/Fiber.ts +72 -40
  1328. package/src/FiberHandle.ts +156 -56
  1329. package/src/FiberMap.ts +327 -162
  1330. package/src/FiberSet.ts +129 -51
  1331. package/src/FileSystem.ts +106 -74
  1332. package/src/Filter.ts +166 -88
  1333. package/src/Function.ts +154 -86
  1334. package/src/Graph.ts +682 -365
  1335. package/src/HKT.ts +29 -13
  1336. package/src/Hash.ts +31 -18
  1337. package/src/HashMap.ts +444 -256
  1338. package/src/HashRing.ts +94 -17
  1339. package/src/HashSet.ts +194 -104
  1340. package/src/Inspectable.ts +22 -10
  1341. package/src/Iterable.ts +309 -149
  1342. package/src/JsonPatch.ts +4 -3
  1343. package/src/Latch.ts +98 -15
  1344. package/src/Layer.ts +487 -344
  1345. package/src/LayerMap.ts +95 -21
  1346. package/src/LogLevel.ts +92 -131
  1347. package/src/Logger.ts +357 -288
  1348. package/src/ManagedRuntime.ts +75 -17
  1349. package/src/Match.ts +133 -157
  1350. package/src/Metric.ts +355 -304
  1351. package/src/MutableHashMap.ts +161 -84
  1352. package/src/MutableHashSet.ts +122 -52
  1353. package/src/MutableList.ts +141 -81
  1354. package/src/MutableRef.ts +130 -90
  1355. package/src/Newtype.ts +3 -0
  1356. package/src/NonEmptyIterable.ts +36 -39
  1357. package/src/Number.ts +116 -64
  1358. package/src/Optic.ts +1 -2
  1359. package/src/Option.ts +28 -47
  1360. package/src/Ordering.ts +43 -28
  1361. package/src/PartitionedSemaphore.ts +225 -40
  1362. package/src/Path.ts +77 -13
  1363. package/src/Pipeable.ts +76 -21
  1364. package/src/PlatformError.ts +74 -6
  1365. package/src/Pool.ts +94 -31
  1366. package/src/Predicate.ts +16 -21
  1367. package/src/PrimaryKey.ts +9 -2
  1368. package/src/PubSub.ts +364 -262
  1369. package/src/Pull.ts +94 -25
  1370. package/src/Queue.ts +284 -150
  1371. package/src/Random.ts +54 -35
  1372. package/src/RcMap.ts +151 -141
  1373. package/src/RcRef.ts +69 -32
  1374. package/src/Record.ts +273 -129
  1375. package/src/Redactable.ts +3 -3
  1376. package/src/Redacted.ts +63 -33
  1377. package/src/Ref.ts +161 -104
  1378. package/src/References.ts +73 -31
  1379. package/src/RegExp.ts +11 -5
  1380. package/src/Request.ts +158 -34
  1381. package/src/RequestResolver.ts +277 -119
  1382. package/src/Resource.ts +45 -7
  1383. package/src/Result.ts +18 -16
  1384. package/src/Runtime.ts +45 -19
  1385. package/src/Schedule.ts +574 -599
  1386. package/src/Scheduler.ts +43 -6
  1387. package/src/Schema.ts +819 -295
  1388. package/src/SchemaAST.ts +25 -16
  1389. package/src/SchemaGetter.ts +29 -14
  1390. package/src/SchemaIssue.ts +1 -8
  1391. package/src/SchemaParser.ts +262 -38
  1392. package/src/SchemaTransformation.ts +61 -41
  1393. package/src/SchemaUtils.ts +23 -0
  1394. package/src/Scope.ts +102 -43
  1395. package/src/ScopedCache.ts +192 -56
  1396. package/src/ScopedRef.ts +28 -8
  1397. package/src/Semaphore.ts +64 -28
  1398. package/src/Sink.ts +458 -200
  1399. package/src/Stdio.ts +43 -6
  1400. package/src/Stream.ts +2039 -1252
  1401. package/src/String.ts +171 -95
  1402. package/src/SubscriptionRef.ts +308 -203
  1403. package/src/Symbol.ts +13 -5
  1404. package/src/SynchronizedRef.ts +278 -62
  1405. package/src/Take.ts +26 -2
  1406. package/src/Terminal.ts +40 -7
  1407. package/src/Tracer.ts +229 -55
  1408. package/src/Trie.ts +213 -142
  1409. package/src/TxChunk.ts +182 -146
  1410. package/src/TxDeferred.ts +43 -29
  1411. package/src/TxHashMap.ts +370 -230
  1412. package/src/TxHashSet.ts +250 -152
  1413. package/src/TxPriorityQueue.ts +96 -64
  1414. package/src/TxPubSub.ts +77 -49
  1415. package/src/TxQueue.ts +279 -241
  1416. package/src/TxReentrantLock.ts +70 -47
  1417. package/src/TxRef.ts +69 -40
  1418. package/src/TxSemaphore.ts +101 -54
  1419. package/src/TxSubscriptionRef.ts +72 -48
  1420. package/src/Types.ts +34 -34
  1421. package/src/UndefinedOr.ts +48 -25
  1422. package/src/Unify.ts +71 -116
  1423. package/src/Utils.ts +4 -0
  1424. package/src/index.ts +81 -32
  1425. package/src/internal/schema/schema.ts +1 -1
  1426. package/src/testing/FastCheck.ts +6 -3
  1427. package/src/testing/TestClock.ts +63 -34
  1428. package/src/testing/TestConsole.ts +49 -30
  1429. package/src/testing/TestSchema.ts +8 -8
  1430. package/src/unstable/ai/AiError.ts +187 -120
  1431. package/src/unstable/ai/AnthropicStructuredOutput.ts +2 -2
  1432. package/src/unstable/ai/Chat.ts +69 -43
  1433. package/src/unstable/ai/EmbeddingModel.ts +12 -11
  1434. package/src/unstable/ai/IdGenerator.ts +28 -18
  1435. package/src/unstable/ai/LanguageModel.ts +35 -27
  1436. package/src/unstable/ai/McpSchema.ts +339 -119
  1437. package/src/unstable/ai/McpServer.ts +76 -19
  1438. package/src/unstable/ai/Model.ts +8 -6
  1439. package/src/unstable/ai/OpenAiStructuredOutput.ts +2 -2
  1440. package/src/unstable/ai/Prompt.ts +210 -184
  1441. package/src/unstable/ai/Response.ts +159 -147
  1442. package/src/unstable/ai/ResponseIdTracker.ts +43 -4
  1443. package/src/unstable/ai/Telemetry.ts +42 -32
  1444. package/src/unstable/ai/Tokenizer.ts +13 -8
  1445. package/src/unstable/ai/Tool.ts +154 -85
  1446. package/src/unstable/ai/Toolkit.ts +51 -46
  1447. package/src/unstable/ai/index.ts +42 -24
  1448. package/src/unstable/cli/Argument.ts +226 -134
  1449. package/src/unstable/cli/CliError.ts +96 -26
  1450. package/src/unstable/cli/CliOutput.ts +43 -13
  1451. package/src/unstable/cli/Command.ts +194 -113
  1452. package/src/unstable/cli/Completions.ts +7 -7
  1453. package/src/unstable/cli/Flag.ts +235 -142
  1454. package/src/unstable/cli/GlobalFlag.ts +41 -13
  1455. package/src/unstable/cli/HelpDoc.ts +35 -10
  1456. package/src/unstable/cli/Param.ts +327 -189
  1457. package/src/unstable/cli/Primitive.ts +79 -42
  1458. package/src/unstable/cli/Prompt.ts +201 -45
  1459. package/src/unstable/cli/internal/ansi.ts +13 -0
  1460. package/src/unstable/cli/internal/command.ts +5 -1
  1461. package/src/unstable/cli/internal/config.ts +3 -0
  1462. package/src/unstable/cli/internal/lexer.ts +11 -0
  1463. package/src/unstable/cluster/ClusterCron.ts +35 -1
  1464. package/src/unstable/cluster/ClusterError.ts +56 -7
  1465. package/src/unstable/cluster/ClusterMetrics.ts +39 -5
  1466. package/src/unstable/cluster/ClusterSchema.ts +61 -8
  1467. package/src/unstable/cluster/ClusterWorkflowEngine.ts +35 -2
  1468. package/src/unstable/cluster/DeliverAt.ts +39 -4
  1469. package/src/unstable/cluster/Entity.ts +107 -16
  1470. package/src/unstable/cluster/EntityAddress.ts +30 -2
  1471. package/src/unstable/cluster/EntityId.ts +18 -3
  1472. package/src/unstable/cluster/EntityProxy.ts +34 -2
  1473. package/src/unstable/cluster/EntityProxyServer.ts +44 -8
  1474. package/src/unstable/cluster/EntityResource.ts +43 -6
  1475. package/src/unstable/cluster/EntityType.ts +27 -3
  1476. package/src/unstable/cluster/Envelope.ts +128 -23
  1477. package/src/unstable/cluster/HttpRunner.ts +88 -13
  1478. package/src/unstable/cluster/K8sHttpClient.ts +49 -6
  1479. package/src/unstable/cluster/MachineId.ts +24 -3
  1480. package/src/unstable/cluster/Message.ts +102 -13
  1481. package/src/unstable/cluster/MessageStorage.ts +127 -21
  1482. package/src/unstable/cluster/Reply.ts +101 -12
  1483. package/src/unstable/cluster/Runner.ts +47 -17
  1484. package/src/unstable/cluster/RunnerAddress.ts +34 -2
  1485. package/src/unstable/cluster/RunnerHealth.ts +40 -12
  1486. package/src/unstable/cluster/RunnerServer.ts +31 -4
  1487. package/src/unstable/cluster/RunnerStorage.ts +42 -5
  1488. package/src/unstable/cluster/Runners.ts +73 -10
  1489. package/src/unstable/cluster/ShardId.ts +51 -5
  1490. package/src/unstable/cluster/Sharding.ts +35 -4
  1491. package/src/unstable/cluster/ShardingConfig.ts +75 -10
  1492. package/src/unstable/cluster/ShardingRegistrationEvent.ts +31 -7
  1493. package/src/unstable/cluster/SingleRunner.ts +23 -1
  1494. package/src/unstable/cluster/Singleton.ts +15 -1
  1495. package/src/unstable/cluster/SingletonAddress.ts +21 -1
  1496. package/src/unstable/cluster/Snowflake.ts +89 -19
  1497. package/src/unstable/cluster/SocketRunner.ts +29 -2
  1498. package/src/unstable/cluster/SqlMessageStorage.ts +27 -3
  1499. package/src/unstable/cluster/SqlRunnerStorage.ts +46 -7
  1500. package/src/unstable/cluster/TestRunner.ts +18 -1
  1501. package/src/unstable/cluster/internal/hash.ts +12 -0
  1502. package/src/unstable/devtools/DevTools.ts +26 -3
  1503. package/src/unstable/devtools/DevToolsClient.ts +32 -5
  1504. package/src/unstable/devtools/DevToolsSchema.ts +201 -44
  1505. package/src/unstable/devtools/DevToolsServer.ts +27 -2
  1506. package/src/unstable/encoding/Msgpack.ts +97 -12
  1507. package/src/unstable/encoding/Ndjson.ts +149 -21
  1508. package/src/unstable/encoding/Sse.ts +109 -18
  1509. package/src/unstable/eventlog/Event.ts +131 -30
  1510. package/src/unstable/eventlog/EventGroup.ts +50 -17
  1511. package/src/unstable/eventlog/EventJournal.ts +120 -20
  1512. package/src/unstable/eventlog/EventLog.ts +151 -31
  1513. package/src/unstable/eventlog/EventLogEncryption.ts +42 -6
  1514. package/src/unstable/eventlog/EventLogMessage.ts +92 -18
  1515. package/src/unstable/eventlog/EventLogRemote.ts +54 -8
  1516. package/src/unstable/eventlog/EventLogServer.ts +33 -3
  1517. package/src/unstable/eventlog/EventLogServerEncrypted.ts +52 -6
  1518. package/src/unstable/eventlog/EventLogServerUnencrypted.ts +90 -16
  1519. package/src/unstable/eventlog/EventLogSessionAuth.ts +77 -15
  1520. package/src/unstable/eventlog/SqlEventJournal.ts +28 -2
  1521. package/src/unstable/eventlog/SqlEventLogServerEncrypted.ts +32 -3
  1522. package/src/unstable/eventlog/SqlEventLogServerUnencrypted.ts +28 -2
  1523. package/src/unstable/http/Cookies.ts +156 -77
  1524. package/src/unstable/http/Etag.ts +40 -7
  1525. package/src/unstable/http/FetchHttpClient.ts +33 -4
  1526. package/src/unstable/http/FindMyWay.ts +1 -1
  1527. package/src/unstable/http/Headers.ts +252 -50
  1528. package/src/unstable/http/HttpBody.ts +128 -26
  1529. package/src/unstable/http/HttpClient.ts +205 -96
  1530. package/src/unstable/http/HttpClientError.ts +80 -12
  1531. package/src/unstable/http/HttpClientRequest.ts +318 -100
  1532. package/src/unstable/http/HttpClientResponse.ts +59 -16
  1533. package/src/unstable/http/HttpEffect.ts +66 -18
  1534. package/src/unstable/http/HttpIncomingMessage.ts +47 -7
  1535. package/src/unstable/http/HttpMethod.ts +35 -5
  1536. package/src/unstable/http/HttpMiddleware.ts +59 -11
  1537. package/src/unstable/http/HttpPlatform.ts +34 -3
  1538. package/src/unstable/http/HttpRouter.ts +217 -52
  1539. package/src/unstable/http/HttpServer.ts +151 -22
  1540. package/src/unstable/http/HttpServerError.ts +90 -10
  1541. package/src/unstable/http/HttpServerRequest.ts +125 -21
  1542. package/src/unstable/http/HttpServerRespondable.ts +49 -6
  1543. package/src/unstable/http/HttpServerResponse.ts +390 -67
  1544. package/src/unstable/http/HttpStaticServer.ts +22 -4
  1545. package/src/unstable/http/HttpTraceContext.ts +53 -6
  1546. package/src/unstable/http/Multipart.ts +178 -28
  1547. package/src/unstable/http/Multipasta/HeadersParser.ts +1 -1
  1548. package/src/unstable/http/Multipasta/Node.ts +1 -1
  1549. package/src/unstable/http/Multipasta/Search.ts +1 -1
  1550. package/src/unstable/http/Multipasta/Web.ts +1 -1
  1551. package/src/unstable/http/Multipasta.ts +1 -1
  1552. package/src/unstable/http/Template.ts +53 -0
  1553. package/src/unstable/http/Url.ts +56 -42
  1554. package/src/unstable/http/UrlParams.ts +233 -49
  1555. package/src/unstable/httpapi/HttpApi.ts +49 -14
  1556. package/src/unstable/httpapi/HttpApiBuilder.ts +82 -16
  1557. package/src/unstable/httpapi/HttpApiClient.ts +79 -15
  1558. package/src/unstable/httpapi/HttpApiEndpoint.ts +238 -59
  1559. package/src/unstable/httpapi/HttpApiError.ts +100 -1
  1560. package/src/unstable/httpapi/HttpApiGroup.ts +87 -20
  1561. package/src/unstable/httpapi/HttpApiMiddleware.ts +111 -22
  1562. package/src/unstable/httpapi/HttpApiScalar.ts +38 -4
  1563. package/src/unstable/httpapi/HttpApiSchema.ts +67 -30
  1564. package/src/unstable/httpapi/HttpApiSecurity.ts +74 -17
  1565. package/src/unstable/httpapi/HttpApiSwagger.ts +24 -2
  1566. package/src/unstable/httpapi/HttpApiTest.ts +26 -1
  1567. package/src/unstable/httpapi/OpenApi.ts +115 -15
  1568. package/src/unstable/observability/Otlp.ts +33 -3
  1569. package/src/unstable/observability/OtlpExporter.ts +32 -1
  1570. package/src/unstable/observability/OtlpLogger.ts +31 -2
  1571. package/src/unstable/observability/OtlpMetrics.ts +37 -4
  1572. package/src/unstable/observability/OtlpResource.ts +68 -12
  1573. package/src/unstable/observability/OtlpSerialization.ts +28 -3
  1574. package/src/unstable/observability/OtlpTracer.ts +38 -2
  1575. package/src/unstable/observability/PrometheusMetrics.ts +32 -12
  1576. package/src/unstable/observability/index.ts +2 -1
  1577. package/src/unstable/persistence/KeyValueStore.ts +108 -28
  1578. package/src/unstable/persistence/Persistable.ts +76 -15
  1579. package/src/unstable/persistence/PersistedCache.ts +27 -2
  1580. package/src/unstable/persistence/PersistedQueue.ts +98 -16
  1581. package/src/unstable/persistence/Persistence.ts +97 -16
  1582. package/src/unstable/persistence/RateLimiter.ts +97 -21
  1583. package/src/unstable/persistence/Redis.ts +42 -5
  1584. package/src/unstable/process/ChildProcess.ts +89 -65
  1585. package/src/unstable/process/ChildProcessSpawner.ts +22 -11
  1586. package/src/unstable/process/index.ts +2 -1
  1587. package/src/unstable/reactivity/AsyncResult.ts +202 -61
  1588. package/src/unstable/reactivity/Atom.ts +593 -139
  1589. package/src/unstable/reactivity/AtomHttpApi.ts +41 -2
  1590. package/src/unstable/reactivity/AtomRef.ts +51 -7
  1591. package/src/unstable/reactivity/AtomRegistry.ts +141 -22
  1592. package/src/unstable/reactivity/AtomRpc.ts +36 -2
  1593. package/src/unstable/reactivity/Hydration.ts +45 -5
  1594. package/src/unstable/reactivity/Reactivity.ts +95 -13
  1595. package/src/unstable/rpc/Rpc.ts +255 -56
  1596. package/src/unstable/rpc/RpcClient.ts +107 -19
  1597. package/src/unstable/rpc/RpcClientError.ts +26 -2
  1598. package/src/unstable/rpc/RpcGroup.ts +51 -8
  1599. package/src/unstable/rpc/RpcMessage.ts +128 -32
  1600. package/src/unstable/rpc/RpcMiddleware.ts +100 -20
  1601. package/src/unstable/rpc/RpcSchema.ts +38 -4
  1602. package/src/unstable/rpc/RpcSerialization.ts +60 -13
  1603. package/src/unstable/rpc/RpcServer.ts +107 -23
  1604. package/src/unstable/rpc/RpcTest.ts +20 -1
  1605. package/src/unstable/rpc/RpcWorker.ts +40 -6
  1606. package/src/unstable/rpc/Utils.ts +31 -0
  1607. package/src/unstable/schema/Model.ts +148 -52
  1608. package/src/unstable/schema/VariantSchema.ts +104 -24
  1609. package/src/unstable/socket/Socket.ts +167 -34
  1610. package/src/unstable/socket/SocketServer.ts +58 -10
  1611. package/src/unstable/sql/Migrator.ts +56 -4
  1612. package/src/unstable/sql/SqlClient.ts +55 -2
  1613. package/src/unstable/sql/SqlConnection.ts +31 -0
  1614. package/src/unstable/sql/SqlError.ts +117 -0
  1615. package/src/unstable/sql/SqlModel.ts +26 -5
  1616. package/src/unstable/sql/SqlResolver.ts +56 -13
  1617. package/src/unstable/sql/SqlSchema.ts +29 -8
  1618. package/src/unstable/sql/SqlStream.ts +23 -0
  1619. package/src/unstable/sql/Statement.ts +141 -0
  1620. package/src/unstable/sql/index.ts +1 -1
  1621. package/src/unstable/workers/Transferable.ts +65 -13
  1622. package/src/unstable/workers/Worker.ts +60 -8
  1623. package/src/unstable/workers/WorkerError.ts +50 -9
  1624. package/src/unstable/workers/WorkerRunner.ts +32 -3
  1625. package/src/unstable/workers/index.ts +1 -1
  1626. package/src/unstable/workflow/Activity.ts +61 -10
  1627. package/src/unstable/workflow/DurableClock.ts +26 -3
  1628. package/src/unstable/workflow/DurableDeferred.ts +146 -31
  1629. package/src/unstable/workflow/DurableQueue.ts +30 -7
  1630. package/src/unstable/workflow/Workflow.ts +121 -31
  1631. package/src/unstable/workflow/WorkflowEngine.ts +40 -5
  1632. package/src/unstable/workflow/WorkflowProxy.ts +32 -2
  1633. package/src/unstable/workflow/WorkflowProxyServer.ts +40 -6
@@ -1 +1 @@
1
- {"version":3,"file":"ScopedCache.js","names":["Arr","Context","Deferred","Duration","Fiber","dual","identity","core","PipeInspectableProto","effect","MutableHashMap","Option","Predicate","Scope","TypeId","makeWith","options","contextWith","context","scope","get","self","Object","create","Proto","lookup","key","updateContext","input","merge","map","empty","state","_tag","capacity","timeToLive","exit","fromInputUnsafe","defaultTimeToLive","as","addFinalizer","withFiber","fiber","invalidateAllImpl","make","toJSON","_id","_","_key","infinity","uninterruptibleMask","restore","interrupt","oentry","isSome","hasExpired","value","remove","set","await","deferred","makeUnsafe","entry","expiresAt","undefined","checkCapacity","pipe","flatMap","close","exitVoid","provide","onExit","doneUnsafe","ttl","isFinite","getRef","ClockRef","currentTimeMillisUnsafe","toMillis","void","parent","Number","diff","size","fibers","push","forkUnsafe","fiberAwaitAll","getOption","getImpl","asSome","succeedNone","isRead","isNone","succeed","getSuccess","uninterruptible","exitIsSuccess","some","none","exitSucceed","check","has","isNotUndefined","invalidate","suspend","invalidateWhen","f","catch_","refresh","fnUntraced","getCurrent","newEntry","invalidateAll","clear","sync","keys","now","length","values","entries","arr","isExit","exitIsFailure"],"sources":["../src/ScopedCache.ts"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"ScopedCache.js","names":["Arr","Context","Deferred","Duration","Fiber","dual","identity","core","PipeInspectableProto","effect","MutableHashMap","Option","Predicate","Scope","TypeId","makeWith","options","contextWith","context","scope","get","self","Object","create","Proto","lookup","key","updateContext","input","merge","map","empty","state","_tag","capacity","timeToLive","exit","fromInputUnsafe","defaultTimeToLive","as","addFinalizer","withFiber","fiber","invalidateAllImpl","make","toJSON","_id","_","_key","infinity","uninterruptibleMask","restore","interrupt","oentry","isSome","hasExpired","value","remove","set","await","deferred","makeUnsafe","entry","expiresAt","undefined","checkCapacity","pipe","flatMap","close","exitVoid","provide","onExit","doneUnsafe","ttl","isFinite","getRef","ClockRef","currentTimeMillisUnsafe","toMillis","void","parent","Number","diff","size","fibers","push","forkUnsafe","fiberAwaitAll","getOption","getImpl","asSome","succeedNone","isRead","isNone","succeed","getSuccess","uninterruptible","exitIsSuccess","some","none","exitSucceed","check","has","isNotUndefined","invalidate","suspend","invalidateWhen","f","catch_","refresh","fnUntraced","getCurrent","newEntry","invalidateAll","clear","sync","keys","now","length","values","entries","arr","isExit","exitIsFailure"],"sources":["../src/ScopedCache.ts"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
@@ -1,4 +1,24 @@
1
1
  /**
2
+ * The `ScopedRef` module provides a mutable reference for values that are tied
3
+ * to scoped resources. Each value stored in a `ScopedRef` is acquired within its
4
+ * own `Scope`, and replacing the value safely releases the resources associated
5
+ * with the previous value.
6
+ *
7
+ * Use `ScopedRef` when an application needs to keep a current resource-backed
8
+ * value, such as a live client, connection, subscription, or cached handle, and
9
+ * later swap it for a newly acquired value without leaking the old resources.
10
+ * Reads are simple, while updates are synchronized and resource-safe.
11
+ *
12
+ * **Gotchas**
13
+ *
14
+ * - A `ScopedRef` must itself be created and used within a `Scope`; when that
15
+ * scope closes, the currently stored value is finalized.
16
+ * - Use {@link fromAcquire} or {@link set} for resourceful values so acquisition
17
+ * and finalization are tracked correctly.
18
+ * - Use {@link make} only for values that do not acquire resources.
19
+ * - Updating a `ScopedRef` waits for the replacement acquisition and old
20
+ * finalization to complete before returning.
21
+ *
2
22
  * @since 2.0.0
3
23
  */
4
24
  import * as Effect from "./Effect.ts";
@@ -14,8 +34,8 @@ declare const TypeId = "~effect/ScopedRef";
14
34
  * resources). The reference itself takes care of properly releasing resources
15
35
  * for the old value whenever a new value is obtained.
16
36
  *
17
- * @since 2.0.0
18
37
  * @category models
38
+ * @since 2.0.0
19
39
  */
20
40
  export interface ScopedRef<in out A> extends Pipeable {
21
41
  readonly [TypeId]: typeof TypeId;
@@ -25,30 +45,30 @@ export interface ScopedRef<in out A> extends Pipeable {
25
45
  * Creates a new `ScopedRef` from an effect that resourcefully produces a
26
46
  * value.
27
47
  *
28
- * @since 2.0.0
29
48
  * @category constructors
49
+ * @since 2.0.0
30
50
  */
31
51
  export declare const fromAcquire: <A, E, R>(acquire: Effect.Effect<A, E, R>) => Effect.Effect<ScopedRef<A>, E, Scope.Scope | R>;
32
52
  /**
33
53
  * Retrieves the current value of the scoped reference.
34
54
  *
35
- * @since 4.0.0
36
55
  * @category getters
56
+ * @since 4.0.0
37
57
  */
38
58
  export declare const getUnsafe: <A>(self: ScopedRef<A>) => A;
39
59
  /**
40
60
  * Retrieves the current value of the scoped reference.
41
61
  *
42
- * @since 2.0.0
43
62
  * @category getters
63
+ * @since 2.0.0
44
64
  */
45
65
  export declare const get: <A>(self: ScopedRef<A>) => Effect.Effect<A>;
46
66
  /**
47
67
  * Creates a new `ScopedRef` from the specified value. This method should
48
68
  * not be used for values whose creation require the acquisition of resources.
49
69
  *
50
- * @since 2.0.0
51
70
  * @category constructors
71
+ * @since 2.0.0
52
72
  */
53
73
  export declare const make: <A>(evaluate: LazyArg<A>) => Effect.Effect<ScopedRef<A>, never, Scope.Scope>;
54
74
  /**
@@ -59,8 +79,8 @@ export declare const make: <A>(evaluate: LazyArg<A>) => Effect.Effect<ScopedRef<
59
79
  * changed to the new value, with old resources released, or until the attempt
60
80
  * to acquire a new value fails.
61
81
  *
62
- * @since 2.0.0
63
82
  * @category getters
83
+ * @since 2.0.0
64
84
  */
65
85
  export declare const set: {
66
86
  /**
@@ -71,8 +91,8 @@ export declare const set: {
71
91
  * changed to the new value, with old resources released, or until the attempt
72
92
  * to acquire a new value fails.
73
93
  *
74
- * @since 2.0.0
75
94
  * @category getters
95
+ * @since 2.0.0
76
96
  */
77
97
  <A, R, E>(acquire: Effect.Effect<A, E, R>): (self: ScopedRef<A>) => Effect.Effect<void, E, Exclude<R, Scope.Scope>>;
78
98
  /**
@@ -83,8 +103,8 @@ export declare const set: {
83
103
  * changed to the new value, with old resources released, or until the attempt
84
104
  * to acquire a new value fails.
85
105
  *
86
- * @since 2.0.0
87
106
  * @category getters
107
+ * @since 2.0.0
88
108
  */
89
109
  <A, R, E>(self: ScopedRef<A>, acquire: Effect.Effect<A, E, R>): Effect.Effect<void, E, Exclude<R, Scope.Scope>>;
90
110
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScopedRef.d.ts","sourceRoot":"","sources":["../src/ScopedRef.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,MAAM,aAAa,CAAA;AAErC,OAAO,EAAQ,KAAK,OAAO,EAAE,MAAM,eAAe,CAAA;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAC7C,OAAO,KAAK,KAAK,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,YAAY,MAAM,sBAAsB,CAAA;AAEpD,QAAA,MAAM,MAAM,sBAAsB,CAAA;AAElC;;;;;;;;;GASG;AACH,MAAM,WAAW,SAAS,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAE,SAAQ,QAAQ;IACnD,QAAQ,CAAC,CAAC,MAAM,CAAC,EAAE,OAAO,MAAM,CAAA;IAChC,QAAQ,CAAC,OAAO,EAAE,YAAY,CAAC,eAAe,CAAC,SAAS,CAAC,KAAK,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC,CAAA;CAC9E;AAsBD;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAChC,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,KAC5B,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,KAAK,GAAG,CAAC,CAWzB,CAAA;AAE1B;;;;;GAKG;AACH,eAAO,MAAM,SAAS,GAAI,CAAC,EAAE,MAAM,SAAS,CAAC,CAAC,CAAC,KAAG,CAAwC,CAAA;AAE1F;;;;;GAKG;AACH,eAAO,MAAM,GAAG,GAAI,CAAC,EAAE,MAAM,SAAS,CAAC,CAAC,CAAC,KAAG,MAAM,CAAC,MAAM,CAAC,CAAC,CAAuC,CAAA;AAElG;;;;;;GAMG;AACH,eAAO,MAAM,IAAI,GAAI,CAAC,EAAE,UAAU,OAAO,CAAC,CAAC,CAAC,KAAG,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK,CAMzF,CAAA;AAEJ;;;;;;;;;;GAUG;AACH,eAAO,MAAM,GAAG,EAAE;IAChB;;;;;;;;;;OAUG;IACH,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,EAAE,OAAO,CAAC,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CAAA;IACnH;;;;;;;;;;OAUG;IACH,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,EAAE,OAAO,CAAC,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CAAA;CAmBhH,CAAA"}
1
+ {"version":3,"file":"ScopedRef.d.ts","sourceRoot":"","sources":["../src/ScopedRef.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,OAAO,KAAK,MAAM,MAAM,aAAa,CAAA;AAErC,OAAO,EAAQ,KAAK,OAAO,EAAE,MAAM,eAAe,CAAA;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAC7C,OAAO,KAAK,KAAK,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,YAAY,MAAM,sBAAsB,CAAA;AAEpD,QAAA,MAAM,MAAM,sBAAsB,CAAA;AAElC;;;;;;;;;GASG;AACH,MAAM,WAAW,SAAS,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAE,SAAQ,QAAQ;IACnD,QAAQ,CAAC,CAAC,MAAM,CAAC,EAAE,OAAO,MAAM,CAAA;IAChC,QAAQ,CAAC,OAAO,EAAE,YAAY,CAAC,eAAe,CAAC,SAAS,CAAC,KAAK,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC,CAAA;CAC9E;AAsBD;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAChC,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,KAC5B,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,KAAK,GAAG,CAAC,CAWzB,CAAA;AAE1B;;;;;GAKG;AACH,eAAO,MAAM,SAAS,GAAI,CAAC,EAAE,MAAM,SAAS,CAAC,CAAC,CAAC,KAAG,CAAwC,CAAA;AAE1F;;;;;GAKG;AACH,eAAO,MAAM,GAAG,GAAI,CAAC,EAAE,MAAM,SAAS,CAAC,CAAC,CAAC,KAAG,MAAM,CAAC,MAAM,CAAC,CAAC,CAAuC,CAAA;AAElG;;;;;;GAMG;AACH,eAAO,MAAM,IAAI,GAAI,CAAC,EAAE,UAAU,OAAO,CAAC,CAAC,CAAC,KAAG,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK,CAMzF,CAAA;AAEJ;;;;;;;;;;GAUG;AACH,eAAO,MAAM,GAAG,EAAE;IAChB;;;;;;;;;;OAUG;IACH,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,EAAE,OAAO,CAAC,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CAAA;IACnH;;;;;;;;;;OAUG;IACH,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,EAAE,OAAO,CAAC,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CAAA;CAmBhH,CAAA"}
package/dist/ScopedRef.js CHANGED
@@ -1,4 +1,24 @@
1
1
  /**
2
+ * The `ScopedRef` module provides a mutable reference for values that are tied
3
+ * to scoped resources. Each value stored in a `ScopedRef` is acquired within its
4
+ * own `Scope`, and replacing the value safely releases the resources associated
5
+ * with the previous value.
6
+ *
7
+ * Use `ScopedRef` when an application needs to keep a current resource-backed
8
+ * value, such as a live client, connection, subscription, or cached handle, and
9
+ * later swap it for a newly acquired value without leaking the old resources.
10
+ * Reads are simple, while updates are synchronized and resource-safe.
11
+ *
12
+ * **Gotchas**
13
+ *
14
+ * - A `ScopedRef` must itself be created and used within a `Scope`; when that
15
+ * scope closes, the currently stored value is finalized.
16
+ * - Use {@link fromAcquire} or {@link set} for resourceful values so acquisition
17
+ * and finalization are tracked correctly.
18
+ * - Use {@link make} only for values that do not acquire resources.
19
+ * - Updating a `ScopedRef` waits for the replacement acquisition and old
20
+ * finalization to complete before returning.
21
+ *
2
22
  * @since 2.0.0
3
23
  */
4
24
  import * as Effect from "./Effect.js";
@@ -27,8 +47,8 @@ const makeUnsafe = (scope, value) => {
27
47
  * Creates a new `ScopedRef` from an effect that resourcefully produces a
28
48
  * value.
29
49
  *
30
- * @since 2.0.0
31
50
  * @category constructors
51
+ * @since 2.0.0
32
52
  */
33
53
  export const fromAcquire = /*#__PURE__*/Effect.fnUntraced(function* (acquire) {
34
54
  const scope = Scope.makeUnsafe();
@@ -40,23 +60,23 @@ export const fromAcquire = /*#__PURE__*/Effect.fnUntraced(function* (acquire) {
40
60
  /**
41
61
  * Retrieves the current value of the scoped reference.
42
62
  *
43
- * @since 4.0.0
44
63
  * @category getters
64
+ * @since 4.0.0
45
65
  */
46
66
  export const getUnsafe = self => self.backing.backing.ref.current[1];
47
67
  /**
48
68
  * Retrieves the current value of the scoped reference.
49
69
  *
50
- * @since 2.0.0
51
70
  * @category getters
71
+ * @since 2.0.0
52
72
  */
53
73
  export const get = self => Effect.sync(() => getUnsafe(self));
54
74
  /**
55
75
  * Creates a new `ScopedRef` from the specified value. This method should
56
76
  * not be used for values whose creation require the acquisition of resources.
57
77
  *
58
- * @since 2.0.0
59
78
  * @category constructors
79
+ * @since 2.0.0
60
80
  */
61
81
  export const make = evaluate => Effect.suspend(() => {
62
82
  const scope = Scope.makeUnsafe();
@@ -72,8 +92,8 @@ export const make = evaluate => Effect.suspend(() => {
72
92
  * changed to the new value, with old resources released, or until the attempt
73
93
  * to acquire a new value fails.
74
94
  *
75
- * @since 2.0.0
76
95
  * @category getters
96
+ * @since 2.0.0
77
97
  */
78
98
  export const set = /*#__PURE__*/dual(2, /*#__PURE__*/Effect.fnUntraced(function* (self, acquire) {
79
99
  yield* Scope.close(self.backing.backing.ref.current[0], Exit.void);
@@ -1 +1 @@
1
- {"version":3,"file":"ScopedRef.js","names":["Effect","Exit","dual","PipeInspectableProto","Scope","Synchronized","TypeId","Proto","toJSON","_id","value","backing","ref","current","makeUnsafe","scope","self","Object","create","fromAcquire","fnUntraced","acquire","pipe","provide","tapCause","cause","close","failCause","addFinalizer","exit","uninterruptible","getUnsafe","get","sync","make","evaluate","suspend","as","set","void","effect","semaphore","withPermit"],"sources":["../src/ScopedRef.ts"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"ScopedRef.js","names":["Effect","Exit","dual","PipeInspectableProto","Scope","Synchronized","TypeId","Proto","toJSON","_id","value","backing","ref","current","makeUnsafe","scope","self","Object","create","fromAcquire","fnUntraced","acquire","pipe","provide","tapCause","cause","close","failCause","addFinalizer","exit","uninterruptible","getUnsafe","get","sync","make","evaluate","suspend","as","set","void","effect","semaphore","withPermit"],"sources":["../src/ScopedRef.ts"],"sourcesContent":[null],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;AAuBA,OAAO,KAAKA,MAAM,MAAM,aAAa;AACrC,OAAO,KAAKC,IAAI,MAAM,WAAW;AACjC,SAASC,IAAI,QAAsB,eAAe;AAClD,SAASC,oBAAoB,QAAQ,oBAAoB;AAEzD,OAAO,KAAKC,KAAK,MAAM,YAAY;AACnC,OAAO,KAAKC,YAAY,MAAM,sBAAsB;AAEpD,MAAMC,MAAM,GAAG,mBAAmB;AAiBlC,MAAMC,KAAK,GAAG;EACZ,GAAGJ,oBAAoB;EACvB,CAACG,MAAM,GAAGA,MAAM;EAChBE,MAAMA,CAAA;IACJ,OAAO;MACLC,GAAG,EAAE,WAAW;MAChBC,KAAK,EAAE,IAAI,CAACC,OAAO,CAACA,OAAO,CAACC,GAAG,CAACC,OAAO,CAAC,CAAC;KAC1C;EACH;CACD;AAED,MAAMC,UAAU,GAAGA,CACjBC,KAAsB,EACtBL,KAAQ,KACQ;EAChB,MAAMM,IAAI,GAAGC,MAAM,CAACC,MAAM,CAACX,KAAK,CAAC;EACjCS,IAAI,CAACL,OAAO,GAAGN,YAAY,CAACS,UAAU,CAAC,CAACC,KAAK,EAAEL,KAAK,CAAU,CAAC;EAC/D,OAAOM,IAAI;AACb,CAAC;AAED;;;;;;;AAOA,OAAO,MAAMG,WAAW,gBAE+BnB,MAAM,CAACoB,UAAU,CAAC,WACvEC,OAA+B;EAE/B,MAAMN,KAAK,GAAGX,KAAK,CAACU,UAAU,EAAE;EAChC,MAAMJ,KAAK,GAAG,OAAOW,OAAO,CAACC,IAAI,CAC/BlB,KAAK,CAACmB,OAAO,CAACR,KAAK,CAAC,EACpBf,MAAM,CAACwB,QAAQ,CAAEC,KAAK,IAAKrB,KAAK,CAACsB,KAAK,CAACX,KAAK,EAAEd,IAAI,CAAC0B,SAAS,CAACF,KAAK,CAAC,CAAC,CAAC,CACtE;EACD,MAAMT,IAAI,GAAGF,UAAU,CAACC,KAAK,EAAEL,KAAK,CAAC;EACrC,OAAOV,MAAM,CAAC4B,YAAY,CAAEC,IAAI,IAAKzB,KAAK,CAACsB,KAAK,CAACV,IAAI,CAACL,OAAO,CAACA,OAAO,CAACC,GAAG,CAACC,OAAO,CAAC,CAAC,CAAC,EAAEgB,IAAI,CAAC,CAAC;EAC5F,OAAOb,IAAI;AACb,CAAC,EAAEhB,MAAM,CAAC8B,eAAe,CAAC;AAE1B;;;;;;AAMA,OAAO,MAAMC,SAAS,GAAOf,IAAkB,IAAQA,IAAI,CAACL,OAAO,CAACA,OAAO,CAACC,GAAG,CAACC,OAAO,CAAC,CAAC,CAAC;AAE1F;;;;;;AAMA,OAAO,MAAMmB,GAAG,GAAOhB,IAAkB,IAAuBhB,MAAM,CAACiC,IAAI,CAAC,MAAMF,SAAS,CAACf,IAAI,CAAC,CAAC;AAElG;;;;;;;AAOA,OAAO,MAAMkB,IAAI,GAAOC,QAAoB,IAC1CnC,MAAM,CAACoC,OAAO,CAAC,MAAK;EAClB,MAAMrB,KAAK,GAAGX,KAAK,CAACU,UAAU,EAAE;EAChC,MAAMJ,KAAK,GAAGyB,QAAQ,EAAE;EACxB,MAAMnB,IAAI,GAAGF,UAAU,CAACC,KAAK,EAAEL,KAAK,CAAC;EACrC,OAAOV,MAAM,CAACqC,EAAE,CAACrC,MAAM,CAAC4B,YAAY,CAAEC,IAAI,IAAKzB,KAAK,CAACsB,KAAK,CAACV,IAAI,CAACL,OAAO,CAACA,OAAO,CAACC,GAAG,CAACC,OAAO,CAAC,CAAC,CAAC,EAAEgB,IAAI,CAAC,CAAC,EAAEb,IAAI,CAAC;AAC/G,CAAC,CAAC;AAEJ;;;;;;;;;;;AAWA,OAAO,MAAMsB,GAAG,gBAyBZpC,IAAI,CACN,CAAC,eACDF,MAAM,CAACoB,UAAU,CACf,WACEJ,IAAkB,EAClBK,OAA+B;EAE/B,OAAOjB,KAAK,CAACsB,KAAK,CAACV,IAAI,CAACL,OAAO,CAACA,OAAO,CAACC,GAAG,CAACC,OAAO,CAAC,CAAC,CAAC,EAAEZ,IAAI,CAACsC,IAAI,CAAC;EAClE,MAAMxB,KAAK,GAAGX,KAAK,CAACU,UAAU,EAAE;EAChC,MAAMJ,KAAK,GAAG,OAAOW,OAAO,CAACC,IAAI,CAC/BlB,KAAK,CAACmB,OAAO,CAACR,KAAK,CAAC,EACpBf,MAAM,CAACwB,QAAQ,CAAEC,KAAK,IAAKrB,KAAK,CAACsB,KAAK,CAACX,KAAK,EAAEd,IAAI,CAAC0B,SAAS,CAACF,KAAK,CAAC,CAAC,CAAC,CACtE;EACDT,IAAI,CAACL,OAAO,CAACA,OAAO,CAACC,GAAG,CAACC,OAAO,GAAG,CAACE,KAAK,EAAEL,KAAK,CAAC;AACnD,CAAC,EACDV,MAAM,CAAC8B,eAAe,EACtB,CAACU,MAAM,EAAExB,IAAI,KAAKA,IAAI,CAACL,OAAO,CAAC8B,SAAS,CAACC,UAAU,CAACF,MAAM,CAAC,CAC5D,CACF","ignoreList":[]}
@@ -1,12 +1,36 @@
1
1
  /**
2
+ * The `Semaphore` module provides a counting semaphore for coordinating
3
+ * concurrent access to shared or limited resources. A semaphore tracks a fixed
4
+ * number of permits: effects acquire permits before entering a critical section
5
+ * and release them when they leave.
6
+ *
7
+ * Use semaphores to bound parallel work, protect rate-limited services, or
8
+ * serialize access to resources that cannot safely handle unlimited
9
+ * concurrency. Prefer {@link withPermit} and {@link withPermits} when possible,
10
+ * because they release permits automatically when the protected effect exits.
11
+ * Use {@link take} and {@link release} for lower-level protocols that need
12
+ * manual control.
13
+ *
14
+ * **Gotchas**
15
+ *
16
+ * - Pending acquisitions wait until enough permits are available.
17
+ * - {@link withPermitsIfAvailable} does not wait; it returns `Option.none` when
18
+ * the requested permits cannot be acquired immediately.
19
+ * - Manual `take` / `release` usage must keep permit counts balanced.
20
+ *
2
21
  * @since 2.0.0
3
22
  */
4
23
  import type * as Effect from "./Effect.ts";
5
24
  import type * as Option from "./Option.ts";
6
25
  /**
7
- * @category models
8
- * @since 2.0.0
9
- * @example
26
+ * A counting semaphore that coordinates concurrent access with permits.
27
+ *
28
+ * Effects can acquire permits, wait until enough permits are available,
29
+ * release permits, or run with permits that are automatically released when
30
+ * the effect exits.
31
+ *
32
+ * **Example** (Controlling concurrent access)
33
+ *
10
34
  * ```ts
11
35
  * import { Effect, Semaphore } from "effect"
12
36
  *
@@ -19,6 +43,9 @@ import type * as Option from "./Option.ts";
19
43
  * )
20
44
  * })
21
45
  * ```
46
+ *
47
+ * @category models
48
+ * @since 2.0.0
22
49
  */
23
50
  export interface Semaphore {
24
51
  /**
@@ -78,7 +105,11 @@ export interface Semaphore {
78
105
  readonly releaseAll: Effect.Effect<number>;
79
106
  }
80
107
  /**
81
- * Unsafely creates a new Semaphore.
108
+ * Synchronously creates a `Semaphore` initialized with the specified total
109
+ * number of permits.
110
+ *
111
+ * Use this low-level constructor when an immediate semaphore value is required;
112
+ * otherwise prefer the effectful `make` constructor.
82
113
  *
83
114
  * **Previously Known As**
84
115
  *
@@ -86,7 +117,8 @@ export interface Semaphore {
86
117
  *
87
118
  * - `Effect.makeSemaphoreUnsafe`
88
119
  *
89
- * @example
120
+ * **Example** (Creating an unsafe semaphore)
121
+ *
90
122
  * ```ts
91
123
  * import { Effect, Semaphore } from "effect"
92
124
  *
@@ -111,12 +143,15 @@ export interface Semaphore {
111
143
  * ], { concurrency: "unbounded" })
112
144
  * ```
113
145
  *
114
- * @since 2.0.0
115
146
  * @category constructors
147
+ * @since 2.0.0
116
148
  */
117
149
  export declare const makeUnsafe: (permits: number) => Semaphore;
118
150
  /**
119
- * Creates a new Semaphore.
151
+ * Creates a `Semaphore` initialized with the specified total number of permits.
152
+ *
153
+ * Use the returned semaphore to limit concurrency with `withPermit` or
154
+ * `withPermits`, or to manually `take` and `release` permits.
120
155
  *
121
156
  * **Previously Known As**
122
157
  *
@@ -124,7 +159,8 @@ export declare const makeUnsafe: (permits: number) => Semaphore;
124
159
  *
125
160
  * - `Effect.makeSemaphore`
126
161
  *
127
- * @example
162
+ * **Example** (Creating a semaphore)
163
+ *
128
164
  * ```ts
129
165
  * import { Effect, Semaphore } from "effect"
130
166
  *
@@ -145,29 +181,29 @@ export declare const makeUnsafe: (permits: number) => Semaphore;
145
181
  * })
146
182
  * ```
147
183
  *
148
- * @since 2.0.0
149
184
  * @category constructors
185
+ * @since 2.0.0
150
186
  */
151
187
  export declare const make: (permits: number) => Effect.Effect<Semaphore>;
152
188
  /**
153
189
  * Adjusts the number of permits available in the semaphore.
154
190
  *
155
- * @since 4.0.0
156
191
  * @category combinators
192
+ * @since 4.0.0
157
193
  */
158
194
  export declare const resize: {
159
195
  /**
160
196
  * Adjusts the number of permits available in the semaphore.
161
197
  *
162
- * @since 4.0.0
163
198
  * @category combinators
199
+ * @since 4.0.0
164
200
  */
165
201
  (permits: number): (self: Semaphore) => Effect.Effect<void>;
166
202
  /**
167
203
  * Adjusts the number of permits available in the semaphore.
168
204
  *
169
- * @since 4.0.0
170
205
  * @category combinators
206
+ * @since 4.0.0
171
207
  */
172
208
  (self: Semaphore, permits: number): Effect.Effect<void>;
173
209
  };
@@ -175,24 +211,24 @@ export declare const resize: {
175
211
  * Runs an effect with the given number of permits and releases the permits when
176
212
  * the effect completes.
177
213
  *
178
- * @since 4.0.0
179
214
  * @category combinators
215
+ * @since 4.0.0
180
216
  */
181
217
  export declare const withPermits: {
182
218
  /**
183
219
  * Runs an effect with the given number of permits and releases the permits when
184
220
  * the effect completes.
185
221
  *
186
- * @since 4.0.0
187
222
  * @category combinators
223
+ * @since 4.0.0
188
224
  */
189
225
  (self: Semaphore, permits: number): <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>;
190
226
  /**
191
227
  * Runs an effect with the given number of permits and releases the permits when
192
228
  * the effect completes.
193
229
  *
194
- * @since 4.0.0
195
230
  * @category combinators
231
+ * @since 4.0.0
196
232
  */
197
233
  <A, E, R>(self: Semaphore, permits: number, effect: Effect.Effect<A, E, R>): Effect.Effect<A, E, R>;
198
234
  };
@@ -200,24 +236,24 @@ export declare const withPermits: {
200
236
  * Runs an effect with a single permit and releases the permit when the effect
201
237
  * completes.
202
238
  *
203
- * @since 4.0.0
204
239
  * @category combinators
240
+ * @since 4.0.0
205
241
  */
206
242
  export declare const withPermit: {
207
243
  /**
208
244
  * Runs an effect with a single permit and releases the permit when the effect
209
245
  * completes.
210
246
  *
211
- * @since 4.0.0
212
247
  * @category combinators
248
+ * @since 4.0.0
213
249
  */
214
250
  (self: Semaphore): <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>;
215
251
  /**
216
252
  * Runs an effect with a single permit and releases the permit when the effect
217
253
  * completes.
218
254
  *
219
- * @since 4.0.0
220
255
  * @category combinators
256
+ * @since 4.0.0
221
257
  */
222
258
  <A, E, R>(self: Semaphore, effect: Effect.Effect<A, E, R>): Effect.Effect<A, E, R>;
223
259
  };
@@ -225,24 +261,24 @@ export declare const withPermit: {
225
261
  * Runs an effect only if the specified number of permits are immediately
226
262
  * available.
227
263
  *
228
- * @since 4.0.0
229
264
  * @category combinators
265
+ * @since 4.0.0
230
266
  */
231
267
  export declare const withPermitsIfAvailable: {
232
268
  /**
233
269
  * Runs an effect only if the specified number of permits are immediately
234
270
  * available.
235
271
  *
236
- * @since 4.0.0
237
272
  * @category combinators
273
+ * @since 4.0.0
238
274
  */
239
275
  (self: Semaphore, permits: number): <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<Option.Option<A>, E, R>;
240
276
  /**
241
277
  * Runs an effect only if the specified number of permits are immediately
242
278
  * available.
243
279
  *
244
- * @since 4.0.0
245
280
  * @category combinators
281
+ * @since 4.0.0
246
282
  */
247
283
  <A, E, R>(self: Semaphore, permits: number, effect: Effect.Effect<A, E, R>): Effect.Effect<Option.Option<A>, E, R>;
248
284
  };
@@ -250,24 +286,24 @@ export declare const withPermitsIfAvailable: {
250
286
  * Acquires the specified number of permits and returns the resulting available
251
287
  * permits, suspending the task if they are not yet available.
252
288
  *
253
- * @since 4.0.0
254
289
  * @category combinators
290
+ * @since 4.0.0
255
291
  */
256
292
  export declare const take: {
257
293
  /**
258
294
  * Acquires the specified number of permits and returns the resulting available
259
295
  * permits, suspending the task if they are not yet available.
260
296
  *
261
- * @since 4.0.0
262
297
  * @category combinators
298
+ * @since 4.0.0
263
299
  */
264
300
  (permits: number): (self: Semaphore) => Effect.Effect<number>;
265
301
  /**
266
302
  * Acquires the specified number of permits and returns the resulting available
267
303
  * permits, suspending the task if they are not yet available.
268
304
  *
269
- * @since 4.0.0
270
305
  * @category combinators
306
+ * @since 4.0.0
271
307
  */
272
308
  (self: Semaphore, permits: number): Effect.Effect<number>;
273
309
  };
@@ -275,24 +311,24 @@ export declare const take: {
275
311
  * Releases the specified number of permits and returns the resulting available
276
312
  * permits.
277
313
  *
278
- * @since 4.0.0
279
314
  * @category combinators
315
+ * @since 4.0.0
280
316
  */
281
317
  export declare const release: {
282
318
  /**
283
319
  * Releases the specified number of permits and returns the resulting available
284
320
  * permits.
285
321
  *
286
- * @since 4.0.0
287
322
  * @category combinators
323
+ * @since 4.0.0
288
324
  */
289
325
  (permits: number): (self: Semaphore) => Effect.Effect<number>;
290
326
  /**
291
327
  * Releases the specified number of permits and returns the resulting available
292
328
  * permits.
293
329
  *
294
- * @since 4.0.0
295
330
  * @category combinators
331
+ * @since 4.0.0
296
332
  */
297
333
  (self: Semaphore, permits: number): Effect.Effect<number>;
298
334
  };
@@ -300,8 +336,8 @@ export declare const release: {
300
336
  * Releases all permits held by this semaphore and returns the resulting
301
337
  * available permits.
302
338
  *
303
- * @since 4.0.0
304
339
  * @category combinators
340
+ * @since 4.0.0
305
341
  */
306
342
  export declare const releaseAll: (self: Semaphore) => Effect.Effect<number>;
307
343
  //# sourceMappingURL=Semaphore.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Semaphore.d.ts","sourceRoot":"","sources":["../src/Semaphore.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Semaphore.d.ts","sourceRoot":"","sources":["../src/Semaphore.ts"],"names":[],"mappings":"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"}