@fedify/fedify 2.1.13 → 2.1.14

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 (62) hide show
  1. package/dist/{builder-BII9kySt.mjs → builder-BBifZZ5G.mjs} +3 -3
  2. package/dist/compat/mod.d.cts +1 -1
  3. package/dist/compat/mod.d.ts +1 -1
  4. package/dist/compat/transformers.test.mjs +1 -1
  5. package/dist/{context-CqlKdpQu.d.ts → context-_l9t359k.d.ts} +48 -6
  6. package/dist/{context-BUEOz39K.d.cts → context-o22vjzS2.d.cts} +48 -6
  7. package/dist/{deno-DsYpa8eE.mjs → deno-bqnW1QlD.mjs} +1 -1
  8. package/dist/{docloader-SiTy_uEf.mjs → docloader-D-Fu0kBF.mjs} +2 -2
  9. package/dist/federation/builder.test.mjs +1 -1
  10. package/dist/federation/handler.test.mjs +1361 -41
  11. package/dist/federation/idempotency.test.mjs +2 -2
  12. package/dist/federation/inbox.test.mjs +1 -1
  13. package/dist/federation/middleware.test.mjs +1588 -84
  14. package/dist/federation/mod.cjs +1 -1
  15. package/dist/federation/mod.d.cts +2 -2
  16. package/dist/federation/mod.d.ts +2 -2
  17. package/dist/federation/mod.js +1 -1
  18. package/dist/federation/retry.test.mjs +1 -1
  19. package/dist/federation/send.test.mjs +3 -3
  20. package/dist/federation/temporal.test.d.mts +2 -0
  21. package/dist/federation/temporal.test.mjs +71 -0
  22. package/dist/federation/webfinger.test.mjs +1 -1
  23. package/dist/{http-LasosqSl.cjs → http-CEXtUHix.cjs} +1 -1
  24. package/dist/{http-BhNk2Qd4.js → http-Cw1EorUA.js} +1 -1
  25. package/dist/{http-sMWapA1W.mjs → http-DvhFwy2E.mjs} +2 -2
  26. package/dist/{inbox-Fz4Sd_YF.mjs → inbox-7b3VYnec.mjs} +7 -4
  27. package/dist/{key-BTwUWGeQ.mjs → key-B3OBz6A_.mjs} +1 -1
  28. package/dist/{kv-cache-P8ilpPhX.cjs → kv-cache-BIapFiSV.cjs} +1 -1
  29. package/dist/{kv-cache-DD4J1hjd.js → kv-cache-C6nynGhh.js} +1 -1
  30. package/dist/ld-DTxYKZTT.mjs +550 -0
  31. package/dist/{middleware-BmExpfep.js → middleware-0vceVN10.js} +403 -78
  32. package/dist/{middleware-DtWhE0Tg.cjs → middleware-BcbU5lKS.cjs} +406 -80
  33. package/dist/{middleware-DSO3rlFW.cjs → middleware-DUT--Qen.cjs} +1 -1
  34. package/dist/{middleware-BwUi2CSK.mjs → middleware-DmT9t0BJ.mjs} +316 -83
  35. package/dist/{middleware-CgSiHODB.mjs → middleware-Li_g_vqz.mjs} +1 -1
  36. package/dist/{mod-2wk2xVOZ.d.cts → mod-0dF0OeGw.d.cts} +1 -1
  37. package/dist/{mod-VlzkKTxt.d.ts → mod-Bv1elC-b.d.ts} +1 -1
  38. package/dist/mod.cjs +4 -4
  39. package/dist/mod.d.cts +2 -2
  40. package/dist/mod.d.ts +2 -2
  41. package/dist/mod.js +4 -4
  42. package/dist/nodeinfo/handler.test.mjs +1 -1
  43. package/dist/{owner-DHom_kgS.mjs → owner-DzcnuWYo.mjs} +2 -2
  44. package/dist/{proof-BGeouI6o.js → proof-CtTT8A7y.js} +298 -4
  45. package/dist/{proof-CXFgG-c1.mjs → proof-DmVGi7mI.mjs} +2 -2
  46. package/dist/{proof-vA6FYR0I.cjs → proof-JEoW3ODq.cjs} +345 -3
  47. package/dist/{send-CPt5iQJ5.mjs → send-5ulOKVCW.mjs} +2 -2
  48. package/dist/sig/http.test.mjs +2 -2
  49. package/dist/sig/key.test.mjs +1 -1
  50. package/dist/sig/ld.test.mjs +558 -2
  51. package/dist/sig/mod.cjs +2 -2
  52. package/dist/sig/mod.js +2 -2
  53. package/dist/sig/owner.test.mjs +1 -1
  54. package/dist/sig/proof.test.mjs +1 -1
  55. package/dist/temporal-CmJkd-25.mjs +95 -0
  56. package/dist/testing/mod.d.mts +48 -6
  57. package/dist/utils/docloader.test.mjs +2 -2
  58. package/dist/utils/mod.cjs +1 -1
  59. package/dist/utils/mod.js +1 -1
  60. package/package.json +6 -6
  61. package/dist/ld--_e4kYb3.mjs +0 -256
  62. /package/dist/{retry-B_E3V_Dx.mjs → retry-CJL0poaU.mjs} +0 -0
@@ -4,9 +4,9 @@ globalThis.addEventListener = () => {};
4
4
  import { t as assertEquals } from "../assert_equals-Ew3jOFa3.mjs";
5
5
  import "../std__assert-Duiq_YC9.mjs";
6
6
  import { n as ed25519PrivateKey, r as ed25519PublicKey, t as ed25519Multikey } from "../keys-BAK-tUlf.mjs";
7
- import { n as signObject } from "../proof-CXFgG-c1.mjs";
7
+ import { n as signObject } from "../proof-DmVGi7mI.mjs";
8
8
  import { t as MemoryKvStore } from "../kv-tL2TOE9X.mjs";
9
- import { a as createFederation } from "../middleware-BwUi2CSK.mjs";
9
+ import { a as createFederation } from "../middleware-DmT9t0BJ.mjs";
10
10
  import { mockDocumentLoader, test } from "@fedify/fixture";
11
11
  import { Create, Follow, Person } from "@fedify/vocab";
12
12
  //#region src/federation/idempotency.test.ts
@@ -3,7 +3,7 @@ import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
4
  import { t as assertEquals } from "../assert_equals-Ew3jOFa3.mjs";
5
5
  import { t as assertThrows } from "../assert_throws-4NwKEy2q.mjs";
6
- import { t as InboxListenerSet } from "../inbox-Fz4Sd_YF.mjs";
6
+ import { t as InboxListenerSet } from "../inbox-7b3VYnec.mjs";
7
7
  import { test } from "@fedify/fixture";
8
8
  import { Activity, Create, Invite, Offer, Update } from "@fedify/vocab";
9
9
  //#region src/federation/inbox.test.ts