@fedify/fedify 1.9.6 → 1.9.8

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 (274) hide show
  1. package/dist/{actor-CEGEmRll.js → actor-BTA45fXF.js} +1205 -2768
  2. package/dist/{actor-Ydzhc8dj.d.cts → actor-Be-68iJP.d.cts} +3 -3
  3. package/dist/{actor-C1Euqngb.d.ts → actor-C5AY0Tno.d.ts} +3 -3
  4. package/dist/{actor-DbpZ6pzg.js → actor-DGa1EWaV.mjs} +8 -15
  5. package/dist/{actor-DlS-Q8hE.cjs → actor-DxfJk4lY.cjs} +3112 -4674
  6. package/dist/{assert-MZs1qjMx.js → assert-DikXweDx.mjs} +5 -9
  7. package/dist/{assert_equals-DSbWqCm3.js → assert_equals-Ew3jOFa3.mjs} +55 -69
  8. package/dist/{assert_instance_of-DHz7EHNU.js → assert_instance_of-C4Ri6VuN.mjs} +5 -9
  9. package/dist/{assert_is_error-BPGph1Jx.js → assert_is_error-C50x8tnw.mjs} +5 -9
  10. package/dist/{assert_not_equals-f3m3epl3.js → assert_not_equals--wG9hV7u.mjs} +6 -13
  11. package/dist/{assert_rejects-DiIiJbZn.js → assert_rejects-CJC9ThS-.mjs} +6 -11
  12. package/dist/{assert_throws-BOO88avQ.js → assert_throws-BIL7gChy.mjs} +6 -10
  13. package/dist/{authdocloader-DUQcOTRS.js → authdocloader-BC2rYCy1.mjs} +9 -14
  14. package/dist/{authdocloader-CT_V4Z7G.cjs → authdocloader-BrhFB421.cjs} +14 -22
  15. package/dist/{authdocloader-BLqMyboS.js → authdocloader-CqtNsX_N.js} +8 -15
  16. package/dist/{builder-BO61xeXE.js → builder-CIkAhIGC.mjs} +31 -40
  17. package/dist/{client-DF8anIB5.d.ts → client-D8OSiPBT.d.ts} +2 -2
  18. package/dist/{client-UG5wpNhG.js → client-MXqit6c-.mjs} +11 -15
  19. package/dist/{client-DjT_tegg.d.cts → client-T0VFOdMw.d.cts} +2 -2
  20. package/dist/{collection-CSzG2j1P.js → collection-BD6-SZ6O.mjs} +7 -12
  21. package/dist/compat/mod.cjs +5 -8
  22. package/dist/compat/mod.d.cts +78 -12
  23. package/dist/compat/mod.d.ts +78 -12
  24. package/dist/compat/mod.js +4 -8
  25. package/dist/compat/transformers.test.mjs +62 -0
  26. package/dist/{context-CwUAkopp.d.cts → context-CACMqDzl.d.cts} +33 -26
  27. package/dist/{context-CXUibY4L.d.ts → context-K4cCphQj.d.ts} +33 -26
  28. package/dist/{denokv-Bv33Xxea.js → denokv-CoSB_Eps.mjs} +22 -11
  29. package/dist/{docloader-BIFI3OS7.cjs → docloader-BVuUhBLI.cjs} +112 -212
  30. package/dist/{docloader-fJgJeqiX.js → docloader-BoXhusJ1.js} +17 -151
  31. package/dist/{docloader-CxWcuWqQ.d.ts → docloader-DSaLRXEA.d.ts} +2 -7
  32. package/dist/{docloader-D-MrRyHl.d.cts → docloader-DpGRDZrn.d.cts} +2 -7
  33. package/dist/{esm-C1EfGjSS.js → esm-BHJ7sdNg.mjs} +49 -85
  34. package/dist/federation/{builder.test.js → builder.test.mjs} +22 -41
  35. package/dist/federation/collection.test.d.mts +2 -0
  36. package/dist/federation/collection.test.mjs +21 -0
  37. package/dist/federation/handler.test.d.mts +2 -0
  38. package/dist/federation/{handler.test.js → handler.test.mjs} +22 -49
  39. package/dist/federation/idempotency.test.d.mts +2 -0
  40. package/dist/federation/{idempotency.test.js → idempotency.test.mjs} +29 -59
  41. package/dist/federation/inbox.test.d.mts +2 -0
  42. package/dist/federation/{inbox.test.js → inbox.test.mjs} +10 -15
  43. package/dist/federation/keycache.test.d.mts +2 -0
  44. package/dist/federation/{keycache.test.js → keycache.test.mjs} +13 -18
  45. package/dist/federation/kv.test.d.mts +2 -0
  46. package/dist/federation/{kv.test.js → kv.test.mjs} +9 -20
  47. package/dist/federation/middleware.test.d.mts +2 -0
  48. package/dist/federation/{middleware.test.js → middleware.test.mjs} +182 -197
  49. package/dist/federation/mod.cjs +223 -21
  50. package/dist/federation/mod.d.cts +4 -13
  51. package/dist/federation/mod.d.ts +4 -13
  52. package/dist/federation/mod.js +218 -18
  53. package/dist/federation/mq.test.d.mts +2 -0
  54. package/dist/federation/{mq.test.js → mq.test.mjs} +23 -38
  55. package/dist/federation/retry.test.d.mts +2 -0
  56. package/dist/federation/{retry.test.js → retry.test.mjs} +9 -14
  57. package/dist/federation/router.test.d.mts +2 -0
  58. package/dist/federation/{router.test.js → router.test.mjs} +12 -19
  59. package/dist/federation/send.test.d.mts +2 -0
  60. package/dist/federation/{send.test.js → send.test.mjs} +17 -26
  61. package/dist/{http-wsGR6KkT.d.ts → http-BZpls--H.d.ts} +5 -9
  62. package/dist/{http-CR-Eg1Uq.js → http-Bu5ZNlhZ.mjs} +16 -32
  63. package/dist/{http-B1_DzfAU.d.cts → http-C7WoprmE.d.cts} +5 -9
  64. package/dist/{http-BgopPF-8.cjs → http-DKw-O_VY.cjs} +51 -68
  65. package/dist/{http-05HxN-lp.js → http-VJbz6sKD.js} +17 -33
  66. package/dist/{inbox-DcJN1cxM.js → inbox-DkbTULXE.mjs} +17 -25
  67. package/dist/key-4fu6v0Jf.mjs +5 -0
  68. package/dist/{key-DjS1X9TG.cjs → key-B-wFdaPB.cjs} +42 -50
  69. package/dist/{key-ibMO03_0.js → key-BNMK_IVr.mjs} +12 -18
  70. package/dist/key-CancShOo.cjs +4 -0
  71. package/dist/{key-CPJcJjp-.js → key-DK3o0FEH.js} +19 -19
  72. package/dist/{keycache-CMUfqYqr.js → keycache-D-Vj8z88.mjs} +6 -10
  73. package/dist/{keys-IZ5050fT.js → keys-B27nVeIs.mjs} +6 -10
  74. package/dist/{kv-C7sopW2E.d.ts → kv-Bq9QLKm5.d.ts} +1 -1
  75. package/dist/{kv-CRZrzyXm.js → kv-DM1zFCtL.mjs} +6 -10
  76. package/dist/{kv-63Cil1MD.d.cts → kv-GIrOktyG.d.cts} +1 -1
  77. package/dist/{ld-DHNA2RSQ.js → ld-6jAVu3jV.mjs} +17 -31
  78. package/dist/{lookup-CKZfuyxA.js → lookup-BaU75j-d.js} +5 -11
  79. package/dist/{lookup-C4_dVYz7.cjs → lookup-BiIPmTwB.cjs} +16 -23
  80. package/dist/{lookup-BMAWLsP2.js → lookup-DmeJ8WUw.mjs} +8 -17
  81. package/dist/middleware-9ByEpBvV.cjs +4 -0
  82. package/dist/{middleware-CGbvIGvy.cjs → middleware-C188G4Go.cjs} +494 -547
  83. package/dist/{middleware-DrhEvfTo.js → middleware-Db1yZQaT.mjs} +276 -321
  84. package/dist/{middleware-ODfDRN3q.js → middleware-Do06X21v.js} +349 -393
  85. package/dist/middleware-DrfZEjyc.mjs +5 -0
  86. package/dist/{mod-CDObsV1d.d.ts → mod-BSwc3_rD.d.ts} +3 -3
  87. package/dist/{mod-DBzN0aCM.d.ts → mod-BTNpXcPj.d.ts} +2 -2
  88. package/dist/{mod-fjqfsrty.d.cts → mod-Chb_NKPp.d.cts} +4 -4
  89. package/dist/{mod-DgcYoyZK.d.ts → mod-DHoc3toL.d.ts} +4 -4
  90. package/dist/{mod-jQ4OODsl.d.cts → mod-DIMx6YjJ.d.cts} +2 -2
  91. package/dist/{mod-BUbqxBev.d.cts → mod-HElaq2UB.d.cts} +3 -3
  92. package/dist/mod.cjs +31 -33
  93. package/dist/mod.d.cts +15 -17
  94. package/dist/mod.d.ts +15 -17
  95. package/dist/mod.js +20 -23
  96. package/dist/{mq-B7R1Q-M5.d.cts → mq-CrItclRD.d.cts} +1 -1
  97. package/dist/{mq-CRGm1e_F.d.ts → mq-D_ZZRdby.d.ts} +1 -1
  98. package/dist/nodeinfo/client.test.d.mts +2 -0
  99. package/dist/nodeinfo/{client.test.js → client.test.mjs} +23 -45
  100. package/dist/nodeinfo/handler.test.d.mts +2 -0
  101. package/dist/nodeinfo/{handler.test.js → handler.test.mjs} +14 -43
  102. package/dist/nodeinfo/mod.cjs +5 -9
  103. package/dist/nodeinfo/mod.d.cts +2 -5
  104. package/dist/nodeinfo/mod.d.ts +2 -5
  105. package/dist/nodeinfo/mod.js +4 -9
  106. package/dist/nodeinfo/semver.test.d.mts +2 -0
  107. package/dist/nodeinfo/{semver.test.js → semver.test.mjs} +28 -51
  108. package/dist/nodeinfo/types.test.d.mts +2 -0
  109. package/dist/nodeinfo/{types.test.js → types.test.mjs} +10 -21
  110. package/dist/{owner-DDHsHYQO.js → owner-CKuGt_T9.mjs} +10 -13
  111. package/dist/{owner-BbeUDvOu.d.ts → owner-DPAPnB0R.d.ts} +4 -4
  112. package/dist/{owner-6KSEp9eV.d.cts → owner-_rFs0ik_.d.cts} +4 -4
  113. package/dist/{proof-V1uQaB2y.js → proof-CmTtG_t-.js} +33 -57
  114. package/dist/{proof-CX7ujFFX.cjs → proof-DLOy7HYU.cjs} +112 -135
  115. package/dist/{proof-exgGRW88.js → proof-mJLL2gSA.mjs} +20 -32
  116. package/dist/{retry-D4GJ670a.js → retry-Ddbq3AcK.mjs} +4 -7
  117. package/dist/rolldown-runtime-C7fyD9f2.js +15 -0
  118. package/dist/runtime/authdocloader.test.d.mts +2 -0
  119. package/dist/runtime/{authdocloader.test.js → authdocloader.test.mjs} +16 -28
  120. package/dist/runtime/docloader.test.d.mts +2 -0
  121. package/dist/runtime/{docloader.test.js → docloader.test.mjs} +52 -72
  122. package/dist/runtime/key.test.d.mts +2 -0
  123. package/dist/runtime/{key.test.js → key.test.mjs} +27 -57
  124. package/dist/runtime/langstr.test.d.mts +2 -0
  125. package/dist/runtime/{langstr.test.js → langstr.test.mjs} +9 -19
  126. package/dist/runtime/link.test.d.mts +2 -0
  127. package/dist/runtime/{link.test.js → link.test.mjs} +7 -11
  128. package/dist/runtime/mod.cjs +7 -13
  129. package/dist/runtime/mod.d.cts +103 -6
  130. package/dist/runtime/mod.d.ts +103 -6
  131. package/dist/runtime/mod.js +6 -13
  132. package/dist/runtime/multibase/multibase.test.d.mts +2 -0
  133. package/dist/runtime/multibase/{multibase.test.js → multibase.test.mjs} +16 -33
  134. package/dist/runtime/url.test.d.mts +2 -0
  135. package/dist/runtime/{url.test.js → url.test.mjs} +10 -15
  136. package/dist/{semver-dArNLkR9.js → semver-CgD82xxg.mjs} +13 -28
  137. package/dist/{send-BfMYakUE.js → send-BsQbGuw4.mjs} +7 -12
  138. package/dist/sig/http.test.d.mts +2 -0
  139. package/dist/sig/{http.test.js → http.test.mjs} +119 -203
  140. package/dist/sig/key.test.d.mts +2 -0
  141. package/dist/sig/{key.test.js → key.test.mjs} +13 -22
  142. package/dist/sig/ld.test.d.mts +2 -0
  143. package/dist/sig/{ld.test.js → ld.test.mjs} +24 -39
  144. package/dist/sig/mod.cjs +7 -13
  145. package/dist/sig/mod.d.cts +3 -7
  146. package/dist/sig/mod.d.ts +3 -7
  147. package/dist/sig/mod.js +6 -13
  148. package/dist/sig/owner.test.d.mts +2 -0
  149. package/dist/sig/owner.test.mjs +39 -0
  150. package/dist/sig/proof.test.d.mts +2 -0
  151. package/dist/sig/{proof.test.js → proof.test.mjs} +18 -31
  152. package/dist/{std__assert-X-_kMxKM.js → std__assert-2v7gYiZp.mjs} +13 -24
  153. package/dist/testing/docloader.test.d.mts +2 -0
  154. package/dist/testing/docloader.test.mjs +12 -0
  155. package/dist/testing/{mod.d.ts → mod.d.mts} +371 -541
  156. package/dist/testing/mod.mjs +5 -0
  157. package/dist/{testing-RPOc_gVG.js → testing-DS3gcq8V.mjs} +27 -35
  158. package/dist/{transformers-CoBS-oFG.cjs → transformers-BM0M8hnW.cjs} +20 -25
  159. package/dist/{transformers-BFT6d7J5.js → transformers-BV4OeK9o.js} +3 -7
  160. package/dist/{types-Cptev2nt.js → types-BXfL-dsX.js} +18 -36
  161. package/dist/{types-BIgY6c-l.js → types-CAnkAQGM.mjs} +5 -9
  162. package/dist/{types-CGnM1vft.cjs → types-DpM4FhjW.cjs} +45 -64
  163. package/dist/vocab/actor.test.d.mts +2 -0
  164. package/dist/vocab/{actor.test.js → actor.test.mjs} +308 -550
  165. package/dist/vocab/cjs.test.d.mts +2 -0
  166. package/dist/vocab/cjs.test.mjs +14 -0
  167. package/dist/vocab/lookup.test.d.mts +2 -0
  168. package/dist/vocab/{lookup.test.js → lookup.test.mjs} +29 -45
  169. package/dist/vocab/mod.cjs +251 -16
  170. package/dist/vocab/mod.d.cts +3 -5
  171. package/dist/vocab/mod.d.ts +3 -5
  172. package/dist/vocab/mod.js +244 -10
  173. package/dist/vocab/type.test.d.mts +2 -0
  174. package/dist/vocab/type.test.mjs +16 -0
  175. package/dist/vocab/vocab.test.d.mts +2 -0
  176. package/dist/vocab/{vocab.test.js → vocab.test.mjs} +178 -311
  177. package/dist/{vocab-CDHNj5zp.d.ts → vocab-BLvSEtuz.d.cts} +2 -4
  178. package/dist/{type-COPv6pMi.js → vocab-DuW9rL1h.mjs} +1177 -2871
  179. package/dist/{vocab-Cfs0937i.d.cts → vocab-lhCS9lzq.d.ts} +4 -2
  180. package/dist/webfinger/handler.test.d.mts +2 -0
  181. package/dist/webfinger/{handler.test.js → handler.test.mjs} +23 -56
  182. package/dist/webfinger/lookup.test.d.mts +2 -0
  183. package/dist/webfinger/{lookup.test.js → lookup.test.mjs} +13 -27
  184. package/dist/webfinger/mod.cjs +5 -9
  185. package/dist/webfinger/mod.d.cts +1 -3
  186. package/dist/webfinger/mod.d.ts +1 -3
  187. package/dist/webfinger/mod.js +4 -9
  188. package/dist/x/cfworkers.cjs +25 -14
  189. package/dist/x/cfworkers.d.cts +33 -6
  190. package/dist/x/cfworkers.d.ts +33 -6
  191. package/dist/x/cfworkers.js +22 -12
  192. package/dist/x/cfworkers.test.d.mts +2 -0
  193. package/dist/x/{cfworkers.test.js → cfworkers.test.mjs} +28 -26
  194. package/dist/x/hono.cjs +25 -14
  195. package/dist/x/hono.d.cts +1 -11
  196. package/dist/x/hono.d.ts +1 -11
  197. package/dist/x/hono.js +22 -12
  198. package/dist/x/sveltekit.cjs +23 -12
  199. package/dist/x/sveltekit.d.cts +1 -11
  200. package/dist/x/sveltekit.d.ts +1 -11
  201. package/dist/x/sveltekit.js +20 -10
  202. package/package.json +2 -2
  203. package/dist/chunk-DqRYRqnO.cjs +0 -34
  204. package/dist/compat/transformers.test.d.ts +0 -3
  205. package/dist/compat/transformers.test.js +0 -86
  206. package/dist/compat-DmDDELst.cjs +0 -4
  207. package/dist/compat-nxUqe4Z-.js +0 -4
  208. package/dist/federation/builder.test.d.ts +0 -3
  209. package/dist/federation/collection.test.d.ts +0 -3
  210. package/dist/federation/collection.test.js +0 -35
  211. package/dist/federation/handler.test.d.ts +0 -3
  212. package/dist/federation/idempotency.test.d.ts +0 -3
  213. package/dist/federation/inbox.test.d.ts +0 -3
  214. package/dist/federation/keycache.test.d.ts +0 -3
  215. package/dist/federation/kv.test.d.ts +0 -3
  216. package/dist/federation/middleware.test.d.ts +0 -3
  217. package/dist/federation/mq.test.d.ts +0 -3
  218. package/dist/federation/retry.test.d.ts +0 -3
  219. package/dist/federation/router.test.d.ts +0 -3
  220. package/dist/federation/send.test.d.ts +0 -3
  221. package/dist/federation-D1U8YY9t.js +0 -226
  222. package/dist/federation-H2_En3j5.cjs +0 -244
  223. package/dist/key-BCUd8FWp.js +0 -10
  224. package/dist/key-BUardnTH.cjs +0 -10
  225. package/dist/key-Dr6H_e3K.js +0 -10
  226. package/dist/middleware-BJ83veqi.js +0 -26
  227. package/dist/middleware-CJ4W2ir5.cjs +0 -17
  228. package/dist/middleware-Ve2mHJgo.js +0 -17
  229. package/dist/mod-BcObK1Lz.d.ts +0 -82
  230. package/dist/mod-C2tOeRkN.d.cts +0 -1
  231. package/dist/mod-CIbqfZW0.d.ts +0 -104
  232. package/dist/mod-Dt-G9ZOS.d.cts +0 -102
  233. package/dist/mod-FZd39qVq.d.cts +0 -1
  234. package/dist/mod-mXx9V0q5.d.cts +0 -80
  235. package/dist/nodeinfo/client.test.d.ts +0 -3
  236. package/dist/nodeinfo/handler.test.d.ts +0 -3
  237. package/dist/nodeinfo/semver.test.d.ts +0 -3
  238. package/dist/nodeinfo/types.test.d.ts +0 -3
  239. package/dist/nodeinfo-Co9lJrWl.cjs +0 -4
  240. package/dist/nodeinfo-DfycQ8Wf.js +0 -4
  241. package/dist/runtime/authdocloader.test.d.ts +0 -3
  242. package/dist/runtime/docloader.test.d.ts +0 -3
  243. package/dist/runtime/key.test.d.ts +0 -3
  244. package/dist/runtime/langstr.test.d.ts +0 -3
  245. package/dist/runtime/link.test.d.ts +0 -3
  246. package/dist/runtime/multibase/multibase.test.d.ts +0 -3
  247. package/dist/runtime/url.test.d.ts +0 -3
  248. package/dist/runtime-C58AJWSv.cjs +0 -4
  249. package/dist/runtime-DPYEDf-o.js +0 -4
  250. package/dist/sig/http.test.d.ts +0 -3
  251. package/dist/sig/key.test.d.ts +0 -3
  252. package/dist/sig/ld.test.d.ts +0 -3
  253. package/dist/sig/owner.test.d.ts +0 -3
  254. package/dist/sig/owner.test.js +0 -52
  255. package/dist/sig/proof.test.d.ts +0 -3
  256. package/dist/sig-ByHXzqUi.cjs +0 -4
  257. package/dist/sig-Cj3tk-ig.js +0 -4
  258. package/dist/testing/docloader.test.d.ts +0 -3
  259. package/dist/testing/docloader.test.js +0 -24
  260. package/dist/testing/mod.js +0 -10
  261. package/dist/vocab/actor.test.d.ts +0 -3
  262. package/dist/vocab/lookup.test.d.ts +0 -3
  263. package/dist/vocab/type.test.d.ts +0 -3
  264. package/dist/vocab/type.test.js +0 -25
  265. package/dist/vocab/vocab.test.d.ts +0 -3
  266. package/dist/vocab-BFy1CS5L.cjs +0 -289
  267. package/dist/vocab-BPFiQ650.js +0 -253
  268. package/dist/webfinger/handler.test.d.ts +0 -3
  269. package/dist/webfinger/lookup.test.d.ts +0 -3
  270. package/dist/webfinger-BjOEdFPs.cjs +0 -4
  271. package/dist/webfinger-De_bU0iE.js +0 -4
  272. package/dist/x/cfworkers.test.d.ts +0 -3
  273. /package/dist/{mod-1pDWKvUL.d.ts → compat/transformers.test.d.mts} +0 -0
  274. /package/dist/{mod-g0xFzAP9.d.ts → federation/builder.test.d.mts} +0 -0
@@ -1,226 +0,0 @@
1
-
2
- import { Temporal } from "@js-temporal/polyfill";
3
- import { URLPattern } from "urlpattern-polyfill";
4
-
5
- import { isEqual } from "es-toolkit";
6
-
7
- //#region src/federation/kv.ts
8
- /**
9
- * A key–value store that stores values in memory.
10
- * Do not use this in production as it does not persist values.
11
- *
12
- * @since 0.5.0
13
- */
14
- var MemoryKvStore = class {
15
- #values = {};
16
- #encodeKey(key) {
17
- return JSON.stringify(key);
18
- }
19
- /**
20
- * {@inheritDoc KvStore.get}
21
- */
22
- get(key) {
23
- const encodedKey = this.#encodeKey(key);
24
- const entry = this.#values[encodedKey];
25
- if (entry == null) return Promise.resolve(void 0);
26
- const [value, expiration] = entry;
27
- if (expiration != null && Temporal.Now.instant().until(expiration).sign < 0) {
28
- delete this.#values[encodedKey];
29
- return Promise.resolve(void 0);
30
- }
31
- return Promise.resolve(value);
32
- }
33
- /**
34
- * {@inheritDoc KvStore.set}
35
- */
36
- set(key, value, options) {
37
- const encodedKey = this.#encodeKey(key);
38
- const expiration = options?.ttl == null ? null : Temporal.Now.instant().add(options.ttl.round({ largestUnit: "hour" }));
39
- this.#values[encodedKey] = [value, expiration];
40
- return Promise.resolve();
41
- }
42
- /**
43
- * {@inheritDoc KvStore.delete}
44
- */
45
- delete(key) {
46
- const encodedKey = this.#encodeKey(key);
47
- delete this.#values[encodedKey];
48
- return Promise.resolve();
49
- }
50
- /**
51
- * {@inheritDoc KvStore.cas}
52
- */
53
- cas(key, expectedValue, newValue, options) {
54
- const encodedKey = this.#encodeKey(key);
55
- const entry = this.#values[encodedKey];
56
- let currentValue;
57
- if (entry == null) currentValue = void 0;
58
- else {
59
- const [value, expiration$1] = entry;
60
- if (expiration$1 != null && Temporal.Now.instant().until(expiration$1).sign < 0) {
61
- delete this.#values[encodedKey];
62
- currentValue = void 0;
63
- } else currentValue = value;
64
- }
65
- if (!isEqual(currentValue, expectedValue)) return Promise.resolve(false);
66
- const expiration = options?.ttl == null ? null : Temporal.Now.instant().add(options.ttl.round({ largestUnit: "hour" }));
67
- this.#values[encodedKey] = [newValue, expiration];
68
- return Promise.resolve(true);
69
- }
70
- };
71
-
72
- //#endregion
73
- //#region src/federation/mq.ts
74
- /**
75
- * A message queue that processes messages in the same process.
76
- * Do not use this in production as it does neither persist messages nor
77
- * distribute them across multiple processes.
78
- *
79
- * @since 0.5.0
80
- */
81
- var InProcessMessageQueue = class {
82
- #messages;
83
- #monitors;
84
- #pollIntervalMs;
85
- /**
86
- * In-process message queue does not provide native retry mechanisms.
87
- * @since 1.7.0
88
- */
89
- nativeRetrial = false;
90
- /**
91
- * Constructs a new {@link InProcessMessageQueue} with the given options.
92
- * @param options Additional options for the in-process message queue.
93
- */
94
- constructor(options = {}) {
95
- this.#messages = [];
96
- this.#monitors = {};
97
- this.#pollIntervalMs = Temporal.Duration.from(options.pollInterval ?? { seconds: 5 }).total("millisecond");
98
- }
99
- enqueue(message, options) {
100
- const delay$1 = options?.delay == null ? 0 : Math.max(options.delay.total("millisecond"), 0);
101
- if (delay$1 > 0) {
102
- setTimeout(() => this.enqueue(message, {
103
- ...options,
104
- delay: void 0
105
- }), delay$1);
106
- return Promise.resolve();
107
- }
108
- this.#messages.push(message);
109
- for (const monitorId in this.#monitors) this.#monitors[monitorId]();
110
- return Promise.resolve();
111
- }
112
- enqueueMany(messages, options) {
113
- if (messages.length === 0) return Promise.resolve();
114
- const delay$1 = options?.delay == null ? 0 : Math.max(options.delay.total("millisecond"), 0);
115
- if (delay$1 > 0) {
116
- setTimeout(() => this.enqueueMany(messages, {
117
- ...options,
118
- delay: void 0
119
- }), delay$1);
120
- return Promise.resolve();
121
- }
122
- this.#messages.push(...messages);
123
- for (const monitorId in this.#monitors) this.#monitors[monitorId]();
124
- return Promise.resolve();
125
- }
126
- async listen(handler, options = {}) {
127
- const signal = options.signal;
128
- while (signal == null || !signal.aborted) {
129
- while (this.#messages.length > 0) {
130
- const message = this.#messages.shift();
131
- await handler(message);
132
- }
133
- await this.#wait(this.#pollIntervalMs, signal);
134
- }
135
- }
136
- #wait(ms, signal) {
137
- let timer = null;
138
- return Promise.any([new Promise((resolve) => {
139
- signal?.addEventListener("abort", () => {
140
- if (timer != null) clearTimeout(timer);
141
- resolve();
142
- }, { once: true });
143
- const monitorId = crypto.randomUUID();
144
- this.#monitors[monitorId] = () => {
145
- delete this.#monitors[monitorId];
146
- if (timer != null) clearTimeout(timer);
147
- resolve();
148
- };
149
- }), new Promise((resolve) => timer = setTimeout(resolve, ms))]);
150
- }
151
- };
152
- /**
153
- * A message queue that processes messages in parallel. It takes another
154
- * {@link MessageQueue}, and processes messages in parallel up to a certain
155
- * number of workers.
156
- *
157
- * Actually, it's rather a decorator than a queue itself.
158
- *
159
- * Note that the workers do not run in truly parallel, in the sense that they
160
- * are not running in separate threads or processes. They are running in the
161
- * same process, but are scheduled to run in parallel. Hence, this is useful
162
- * for I/O-bound tasks, but not for CPU-bound tasks, which is okay for Fedify's
163
- * workloads.
164
- *
165
- * @since 1.0.0
166
- */
167
- var ParallelMessageQueue = class ParallelMessageQueue {
168
- queue;
169
- workers;
170
- /**
171
- * Inherits the native retry capability from the wrapped queue.
172
- * @since 1.7.0
173
- */
174
- nativeRetrial;
175
- /**
176
- * Constructs a new {@link ParallelMessageQueue} with the given queue and
177
- * number of workers.
178
- * @param queue The message queue to use under the hood. Note that
179
- * {@link ParallelMessageQueue} cannot be nested.
180
- * @param workers The number of workers to process messages in parallel.
181
- * @throws {TypeError} If the given queue is an instance of
182
- * {@link ParallelMessageQueue}.
183
- */
184
- constructor(queue, workers) {
185
- if (queue instanceof ParallelMessageQueue) throw new TypeError("Cannot nest ParallelMessageQueue.");
186
- this.queue = queue;
187
- this.workers = workers;
188
- this.nativeRetrial = queue.nativeRetrial;
189
- }
190
- enqueue(message, options) {
191
- return this.queue.enqueue(message, options);
192
- }
193
- async enqueueMany(messages, options) {
194
- if (this.queue.enqueueMany == null) {
195
- const results = await Promise.allSettled(messages.map((message) => this.queue.enqueue(message, options)));
196
- const errors = results.filter((r) => r.status === "rejected").map((r) => r.reason);
197
- if (errors.length > 1) throw new AggregateError(errors, "Failed to enqueue messages.");
198
- else if (errors.length === 1) throw errors[0];
199
- return;
200
- }
201
- await this.queue.enqueueMany(messages, options);
202
- }
203
- listen(handler, options = {}) {
204
- const workers = /* @__PURE__ */ new Map();
205
- return this.queue.listen(async (message) => {
206
- while (workers.size >= this.workers) {
207
- const consumedId = await Promise.any(workers.values());
208
- workers.delete(consumedId);
209
- }
210
- const workerId = crypto.randomUUID();
211
- const promise = this.#work(workerId, handler, message);
212
- workers.set(workerId, promise);
213
- }, options);
214
- }
215
- async #work(workerId, handler, message) {
216
- await this.#sleep(0);
217
- await handler(message);
218
- return workerId;
219
- }
220
- #sleep(ms) {
221
- return new Promise((resolve) => setTimeout(resolve, ms));
222
- }
223
- };
224
-
225
- //#endregion
226
- export { InProcessMessageQueue, MemoryKvStore, ParallelMessageQueue };
@@ -1,244 +0,0 @@
1
-
2
- const { Temporal } = require("@js-temporal/polyfill");
3
- const { URLPattern } = require("urlpattern-polyfill");
4
-
5
- const require_chunk = require('./chunk-DqRYRqnO.cjs');
6
- const es_toolkit = require_chunk.__toESM(require("es-toolkit"));
7
-
8
- //#region src/federation/kv.ts
9
- /**
10
- * A key–value store that stores values in memory.
11
- * Do not use this in production as it does not persist values.
12
- *
13
- * @since 0.5.0
14
- */
15
- var MemoryKvStore = class {
16
- #values = {};
17
- #encodeKey(key) {
18
- return JSON.stringify(key);
19
- }
20
- /**
21
- * {@inheritDoc KvStore.get}
22
- */
23
- get(key) {
24
- const encodedKey = this.#encodeKey(key);
25
- const entry = this.#values[encodedKey];
26
- if (entry == null) return Promise.resolve(void 0);
27
- const [value, expiration] = entry;
28
- if (expiration != null && Temporal.Now.instant().until(expiration).sign < 0) {
29
- delete this.#values[encodedKey];
30
- return Promise.resolve(void 0);
31
- }
32
- return Promise.resolve(value);
33
- }
34
- /**
35
- * {@inheritDoc KvStore.set}
36
- */
37
- set(key, value, options) {
38
- const encodedKey = this.#encodeKey(key);
39
- const expiration = options?.ttl == null ? null : Temporal.Now.instant().add(options.ttl.round({ largestUnit: "hour" }));
40
- this.#values[encodedKey] = [value, expiration];
41
- return Promise.resolve();
42
- }
43
- /**
44
- * {@inheritDoc KvStore.delete}
45
- */
46
- delete(key) {
47
- const encodedKey = this.#encodeKey(key);
48
- delete this.#values[encodedKey];
49
- return Promise.resolve();
50
- }
51
- /**
52
- * {@inheritDoc KvStore.cas}
53
- */
54
- cas(key, expectedValue, newValue, options) {
55
- const encodedKey = this.#encodeKey(key);
56
- const entry = this.#values[encodedKey];
57
- let currentValue;
58
- if (entry == null) currentValue = void 0;
59
- else {
60
- const [value, expiration$1] = entry;
61
- if (expiration$1 != null && Temporal.Now.instant().until(expiration$1).sign < 0) {
62
- delete this.#values[encodedKey];
63
- currentValue = void 0;
64
- } else currentValue = value;
65
- }
66
- if (!(0, es_toolkit.isEqual)(currentValue, expectedValue)) return Promise.resolve(false);
67
- const expiration = options?.ttl == null ? null : Temporal.Now.instant().add(options.ttl.round({ largestUnit: "hour" }));
68
- this.#values[encodedKey] = [newValue, expiration];
69
- return Promise.resolve(true);
70
- }
71
- };
72
-
73
- //#endregion
74
- //#region src/federation/mq.ts
75
- /**
76
- * A message queue that processes messages in the same process.
77
- * Do not use this in production as it does neither persist messages nor
78
- * distribute them across multiple processes.
79
- *
80
- * @since 0.5.0
81
- */
82
- var InProcessMessageQueue = class {
83
- #messages;
84
- #monitors;
85
- #pollIntervalMs;
86
- /**
87
- * In-process message queue does not provide native retry mechanisms.
88
- * @since 1.7.0
89
- */
90
- nativeRetrial = false;
91
- /**
92
- * Constructs a new {@link InProcessMessageQueue} with the given options.
93
- * @param options Additional options for the in-process message queue.
94
- */
95
- constructor(options = {}) {
96
- this.#messages = [];
97
- this.#monitors = {};
98
- this.#pollIntervalMs = Temporal.Duration.from(options.pollInterval ?? { seconds: 5 }).total("millisecond");
99
- }
100
- enqueue(message, options) {
101
- const delay = options?.delay == null ? 0 : Math.max(options.delay.total("millisecond"), 0);
102
- if (delay > 0) {
103
- setTimeout(() => this.enqueue(message, {
104
- ...options,
105
- delay: void 0
106
- }), delay);
107
- return Promise.resolve();
108
- }
109
- this.#messages.push(message);
110
- for (const monitorId in this.#monitors) this.#monitors[monitorId]();
111
- return Promise.resolve();
112
- }
113
- enqueueMany(messages, options) {
114
- if (messages.length === 0) return Promise.resolve();
115
- const delay = options?.delay == null ? 0 : Math.max(options.delay.total("millisecond"), 0);
116
- if (delay > 0) {
117
- setTimeout(() => this.enqueueMany(messages, {
118
- ...options,
119
- delay: void 0
120
- }), delay);
121
- return Promise.resolve();
122
- }
123
- this.#messages.push(...messages);
124
- for (const monitorId in this.#monitors) this.#monitors[monitorId]();
125
- return Promise.resolve();
126
- }
127
- async listen(handler, options = {}) {
128
- const signal = options.signal;
129
- while (signal == null || !signal.aborted) {
130
- while (this.#messages.length > 0) {
131
- const message = this.#messages.shift();
132
- await handler(message);
133
- }
134
- await this.#wait(this.#pollIntervalMs, signal);
135
- }
136
- }
137
- #wait(ms, signal) {
138
- let timer = null;
139
- return Promise.any([new Promise((resolve) => {
140
- signal?.addEventListener("abort", () => {
141
- if (timer != null) clearTimeout(timer);
142
- resolve();
143
- }, { once: true });
144
- const monitorId = crypto.randomUUID();
145
- this.#monitors[monitorId] = () => {
146
- delete this.#monitors[monitorId];
147
- if (timer != null) clearTimeout(timer);
148
- resolve();
149
- };
150
- }), new Promise((resolve) => timer = setTimeout(resolve, ms))]);
151
- }
152
- };
153
- /**
154
- * A message queue that processes messages in parallel. It takes another
155
- * {@link MessageQueue}, and processes messages in parallel up to a certain
156
- * number of workers.
157
- *
158
- * Actually, it's rather a decorator than a queue itself.
159
- *
160
- * Note that the workers do not run in truly parallel, in the sense that they
161
- * are not running in separate threads or processes. They are running in the
162
- * same process, but are scheduled to run in parallel. Hence, this is useful
163
- * for I/O-bound tasks, but not for CPU-bound tasks, which is okay for Fedify's
164
- * workloads.
165
- *
166
- * @since 1.0.0
167
- */
168
- var ParallelMessageQueue = class ParallelMessageQueue {
169
- queue;
170
- workers;
171
- /**
172
- * Inherits the native retry capability from the wrapped queue.
173
- * @since 1.7.0
174
- */
175
- nativeRetrial;
176
- /**
177
- * Constructs a new {@link ParallelMessageQueue} with the given queue and
178
- * number of workers.
179
- * @param queue The message queue to use under the hood. Note that
180
- * {@link ParallelMessageQueue} cannot be nested.
181
- * @param workers The number of workers to process messages in parallel.
182
- * @throws {TypeError} If the given queue is an instance of
183
- * {@link ParallelMessageQueue}.
184
- */
185
- constructor(queue, workers) {
186
- if (queue instanceof ParallelMessageQueue) throw new TypeError("Cannot nest ParallelMessageQueue.");
187
- this.queue = queue;
188
- this.workers = workers;
189
- this.nativeRetrial = queue.nativeRetrial;
190
- }
191
- enqueue(message, options) {
192
- return this.queue.enqueue(message, options);
193
- }
194
- async enqueueMany(messages, options) {
195
- if (this.queue.enqueueMany == null) {
196
- const results = await Promise.allSettled(messages.map((message) => this.queue.enqueue(message, options)));
197
- const errors = results.filter((r) => r.status === "rejected").map((r) => r.reason);
198
- if (errors.length > 1) throw new AggregateError(errors, "Failed to enqueue messages.");
199
- else if (errors.length === 1) throw errors[0];
200
- return;
201
- }
202
- await this.queue.enqueueMany(messages, options);
203
- }
204
- listen(handler, options = {}) {
205
- const workers = /* @__PURE__ */ new Map();
206
- return this.queue.listen(async (message) => {
207
- while (workers.size >= this.workers) {
208
- const consumedId = await Promise.any(workers.values());
209
- workers.delete(consumedId);
210
- }
211
- const workerId = crypto.randomUUID();
212
- const promise = this.#work(workerId, handler, message);
213
- workers.set(workerId, promise);
214
- }, options);
215
- }
216
- async #work(workerId, handler, message) {
217
- await this.#sleep(0);
218
- await handler(message);
219
- return workerId;
220
- }
221
- #sleep(ms) {
222
- return new Promise((resolve) => setTimeout(resolve, ms));
223
- }
224
- };
225
-
226
- //#endregion
227
- Object.defineProperty(exports, 'InProcessMessageQueue', {
228
- enumerable: true,
229
- get: function () {
230
- return InProcessMessageQueue;
231
- }
232
- });
233
- Object.defineProperty(exports, 'MemoryKvStore', {
234
- enumerable: true,
235
- get: function () {
236
- return MemoryKvStore;
237
- }
238
- });
239
- Object.defineProperty(exports, 'ParallelMessageQueue', {
240
- enumerable: true,
241
- get: function () {
242
- return ParallelMessageQueue;
243
- }
244
- });
@@ -1,10 +0,0 @@
1
-
2
- import { Temporal } from "@js-temporal/polyfill";
3
- import { URLPattern } from "urlpattern-polyfill";
4
-
5
- import "./docloader-fJgJeqiX.js";
6
- import "./actor-CEGEmRll.js";
7
- import "./lookup-CKZfuyxA.js";
8
- import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, validateCryptoKey } from "./key-ibMO03_0.js";
9
-
10
- export { validateCryptoKey };
@@ -1,10 +0,0 @@
1
-
2
- const { Temporal } = require("@js-temporal/polyfill");
3
- const { URLPattern } = require("urlpattern-polyfill");
4
-
5
- require('./docloader-BIFI3OS7.cjs');
6
- require('./actor-DlS-Q8hE.cjs');
7
- require('./lookup-C4_dVYz7.cjs');
8
- const require_key = require('./key-DjS1X9TG.cjs');
9
-
10
- exports.validateCryptoKey = require_key.validateCryptoKey;
@@ -1,10 +0,0 @@
1
-
2
- import { Temporal } from "@js-temporal/polyfill";
3
- import { URLPattern } from "urlpattern-polyfill";
4
- globalThis.addEventListener = () => {};
5
-
6
- import "./type-COPv6pMi.js";
7
- import "./actor-DbpZ6pzg.js";
8
- import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, validateCryptoKey } from "./key-CPJcJjp-.js";
9
-
10
- export { validateCryptoKey };
@@ -1,26 +0,0 @@
1
-
2
- import { Temporal } from "@js-temporal/polyfill";
3
- import { URLPattern } from "urlpattern-polyfill";
4
- globalThis.addEventListener = () => {};
5
-
6
- import "./type-COPv6pMi.js";
7
- import { ContextImpl, FederationImpl, InboxContextImpl, KvSpecDeterminer, createFederation } from "./middleware-DrhEvfTo.js";
8
- import "./semver-dArNLkR9.js";
9
- import "./client-UG5wpNhG.js";
10
- import "./lookup-BMAWLsP2.js";
11
- import "./types-BIgY6c-l.js";
12
- import "./actor-DbpZ6pzg.js";
13
- import "./key-CPJcJjp-.js";
14
- import "./http-05HxN-lp.js";
15
- import "./authdocloader-BLqMyboS.js";
16
- import "./ld-DHNA2RSQ.js";
17
- import "./owner-DDHsHYQO.js";
18
- import "./proof-exgGRW88.js";
19
- import "./inbox-DcJN1cxM.js";
20
- import "./builder-BO61xeXE.js";
21
- import "./collection-CSzG2j1P.js";
22
- import "./keycache-CMUfqYqr.js";
23
- import "./retry-D4GJ670a.js";
24
- import "./send-BfMYakUE.js";
25
-
26
- export { FederationImpl };
@@ -1,17 +0,0 @@
1
-
2
- const { Temporal } = require("@js-temporal/polyfill");
3
- const { URLPattern } = require("urlpattern-polyfill");
4
-
5
- require('./transformers-CoBS-oFG.cjs');
6
- require('./docloader-BIFI3OS7.cjs');
7
- require('./actor-DlS-Q8hE.cjs');
8
- const require_middleware = require('./middleware-CGbvIGvy.cjs');
9
- require('./lookup-C4_dVYz7.cjs');
10
- require('./key-DjS1X9TG.cjs');
11
- require('./http-BgopPF-8.cjs');
12
- require('./proof-CX7ujFFX.cjs');
13
- require('./types-CGnM1vft.cjs');
14
- require('./authdocloader-CT_V4Z7G.cjs');
15
- require('./vocab-BFy1CS5L.cjs');
16
-
17
- exports.FederationImpl = require_middleware.FederationImpl;
@@ -1,17 +0,0 @@
1
-
2
- import { Temporal } from "@js-temporal/polyfill";
3
- import { URLPattern } from "urlpattern-polyfill";
4
-
5
- import "./transformers-BFT6d7J5.js";
6
- import "./docloader-fJgJeqiX.js";
7
- import "./actor-CEGEmRll.js";
8
- import { ContextImpl, FederationImpl, InboxContextImpl, KvSpecDeterminer, createFederation } from "./middleware-ODfDRN3q.js";
9
- import "./lookup-CKZfuyxA.js";
10
- import "./key-ibMO03_0.js";
11
- import "./http-CR-Eg1Uq.js";
12
- import "./proof-V1uQaB2y.js";
13
- import "./types-Cptev2nt.js";
14
- import "./authdocloader-DUQcOTRS.js";
15
- import "./vocab-BPFiQ650.js";
16
-
17
- export { FederationImpl };
@@ -1,82 +0,0 @@
1
- import { Temporal } from "@js-temporal/polyfill";
2
- import { URLPattern } from "urlpattern-polyfill";
3
- import { Activity } from "./vocab-CDHNj5zp.js";
4
- import { ActivityTransformer, Context } from "./context-CXUibY4L.js";
5
-
6
- //#region src/compat/transformers.d.ts
7
-
8
- /**
9
- * An activity transformer that assigns a new random ID to an activity if it
10
- * does not already have one. This is useful for ensuring that activities
11
- * have an ID before they are sent to other servers.
12
- *
13
- * The generated ID is an origin URI with a fragment which contains an activity
14
- * type name with a random UUID:
15
- *
16
- * ```
17
- * https://example.com/#Follow/12345678-1234-5678-1234-567812345678
18
- * ```
19
- *
20
- * @template TContextData The type of the context data.
21
- * @param activity The activity to assign an ID to.
22
- * @param context The context of the activity.
23
- * @return The activity with an ID assigned.
24
- * @since 1.4.0
25
- */
26
- declare function autoIdAssigner<TContextData>(activity: Activity, context: Context<TContextData>): Activity;
27
- /**
28
- * An activity transformer that dehydrates the actor property of an activity
29
- * so that it only contains the actor's URI. For example, suppose we have an
30
- * activity like this:
31
- *
32
- * ```typescript
33
- * import { Follow, Person } from "@fedify/fedify/vocab";
34
- * const input = new Follow({
35
- * id: new URL("http://example.com/activities/1"),
36
- * actor: new Person({
37
- * id: new URL("http://example.com/actors/1"),
38
- * name: "Alice",
39
- * preferredUsername: "alice",
40
- * }),
41
- * object: new Person({
42
- * id: new URL("http://example.com/actors/2"),
43
- * name: "Bob",
44
- * preferredUsername: "bob",
45
- * }),
46
- * });
47
- * ```
48
- *
49
- * The result of applying this transformer would be:
50
- *
51
- * ```typescript
52
- * import { Follow, Person } from "@fedify/fedify/vocab";
53
- * const output = new Follow({
54
- * id: new URL("http://example.com/activities/1"),
55
- * actor: new URL("http://example.com/actors/1"),
56
- * object: new Person({
57
- * id: new URL("http://example.com/actors/2"),
58
- * name: "Bob",
59
- * preferredUsername: "bob",
60
- * }),
61
- * });
62
- * ```
63
- *
64
- * As some ActivityPub implementations like Threads fail to deal with inlined
65
- * actor objects, this transformer can be used to work around this issue.
66
- * @template TContextData The type of the context data.
67
- * @param activity The activity to dehydrate the actor property of.
68
- * @param context The context of the activity.
69
- * @returns The dehydrated activity.
70
- * @since 1.4.0
71
- */
72
- declare function actorDehydrator<TContextData>(activity: Activity, _context: Context<TContextData>): Activity;
73
- /**
74
- * Gets the default activity transformers that are applied to all outgoing
75
- * activities.
76
- * @template TContextData The type of the context data.
77
- * @returns The default activity transformers.
78
- * @since 1.4.0
79
- */
80
- declare function getDefaultActivityTransformers<TContextData>(): readonly ActivityTransformer<TContextData>[];
81
- //#endregion
82
- export { actorDehydrator, autoIdAssigner, getDefaultActivityTransformers };
@@ -1 +0,0 @@
1
- export { };