@fedify/fedify 1.9.0-pr.355.1353 → 1.9.0-pr.355.1354

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 (78) hide show
  1. package/dist/{actor-C0tyMvUr.js → actor-BY4qkUnF.js} +1 -1
  2. package/dist/{actor-CP7_pEJH.js → actor-IP0_LrYv.js} +179 -179
  3. package/dist/{authdocloader-BQ0mqUse.js → authdocloader-BUXfWXoH.js} +3 -3
  4. package/dist/{authdocloader-DTA-rSpf.js → authdocloader-CKv_sf1p.js} +3 -3
  5. package/dist/{builder-IzUuZPAd.js → builder-Ci3FWOhU.js} +4 -4
  6. package/dist/{client-2c6NBte7.js → client-C5RKsRpA.js} +1 -1
  7. package/dist/compat/transformers.test.js +16 -16
  8. package/dist/{docloader-DjRia5xM.js → docloader-zRDkHVGj.js} +1 -1
  9. package/dist/{esm-DsSDqZTD.js → esm-Cn1mLoSF.js} +1 -1
  10. package/dist/federation/builder.test.js +5 -5
  11. package/dist/federation/collection.test.js +3 -3
  12. package/dist/federation/handler.test.js +17 -17
  13. package/dist/federation/inbox.test.js +4 -4
  14. package/dist/federation/keycache.test.js +4 -4
  15. package/dist/federation/kv.test.js +3 -3
  16. package/dist/federation/middleware.test.js +18 -18
  17. package/dist/federation/mod.js +10 -10
  18. package/dist/federation/mq.test.js +3 -3
  19. package/dist/federation/retry.test.js +3 -3
  20. package/dist/federation/router.test.js +3 -3
  21. package/dist/federation/send.test.js +10 -10
  22. package/dist/{http-BLOA8sDv.js → http-CYYyQoGi.js} +2 -2
  23. package/dist/{http-QmdFgNbX.js → http-DrEPbf1Y.js} +3 -3
  24. package/dist/{inbox-C9ak6cGh.js → inbox-BsEv_utV.js} +1 -1
  25. package/dist/{key-B1cGTZ6q.js → key-B9G29brn.js} +3 -3
  26. package/dist/{key-57BdewPY.js → key-CCB2Fj1C.js} +4 -4
  27. package/dist/{key-ESVstwMe.js → key-DMr03uQh.js} +2 -2
  28. package/dist/{key-DXQWweSA.js → key-QRSVQkpu.js} +2 -2
  29. package/dist/{keycache-BzuzrDe4.js → keycache-B5S-OsbP.js} +1 -1
  30. package/dist/{keys-CH6q1aiE.js → keys-CVr4Gjuo.js} +1 -1
  31. package/dist/{ld-K9TRwSK3.js → ld-DL5AVjYa.js} +2 -2
  32. package/dist/{lookup-CIXgYa0O.js → lookup-Dm3lS0JN.js} +1 -1
  33. package/dist/{lookup-BrMD0LGa.js → lookup-if6jRmko.js} +1 -1
  34. package/dist/{middleware-CRJIVnYV.js → middleware-BBf9di_G.js} +13 -13
  35. package/dist/{middleware-BVDOu9ri.js → middleware-Brf-oJLt.js} +10 -10
  36. package/dist/middleware-Co1UNIJn.js +26 -0
  37. package/dist/middleware-D0HpBfmt.js +17 -0
  38. package/dist/mod.js +10 -10
  39. package/dist/nodeinfo/client.test.js +5 -5
  40. package/dist/nodeinfo/handler.test.js +16 -16
  41. package/dist/nodeinfo/mod.js +2 -2
  42. package/dist/nodeinfo/semver.test.js +3 -3
  43. package/dist/nodeinfo/types.test.js +3 -3
  44. package/dist/{owner-BMjNOLvk.js → owner-NLavpgWB.js} +2 -2
  45. package/dist/{proof-B7LhNAta.js → proof-C5dT9Xpx.js} +2 -2
  46. package/dist/{proof-DqViqBY7.js → proof-DGObhkIr.js} +3 -3
  47. package/dist/runtime/authdocloader.test.js +9 -9
  48. package/dist/runtime/docloader.test.js +4 -4
  49. package/dist/runtime/key.test.js +5 -5
  50. package/dist/runtime/langstr.test.js +3 -3
  51. package/dist/runtime/mod.js +6 -6
  52. package/dist/runtime/multibase/multibase.test.js +3 -3
  53. package/dist/runtime/url.test.js +3 -3
  54. package/dist/{send-Bywt-sMB.js → send-D8zLjsX-.js} +2 -2
  55. package/dist/sig/http.test.js +8 -8
  56. package/dist/sig/key.test.js +6 -6
  57. package/dist/sig/ld.test.js +7 -7
  58. package/dist/sig/mod.js +6 -6
  59. package/dist/sig/owner.test.js +7 -7
  60. package/dist/sig/proof.test.js +7 -7
  61. package/dist/testing/docloader.test.js +3 -3
  62. package/dist/testing/mod.js +3 -3
  63. package/dist/{testing-CvKfJgtz.js → testing-DZM6W4Ch.js} +2 -2
  64. package/dist/{type-CEUJQGF0.js → type-CMo11SB5.js} +178 -178
  65. package/dist/{types-CB66h6P0.js → types-BS4Kh6K4.js} +1 -1
  66. package/dist/vocab/actor.test.js +5 -5
  67. package/dist/vocab/lookup.test.js +4 -4
  68. package/dist/vocab/mod.js +4 -4
  69. package/dist/vocab/type.test.js +3 -3
  70. package/dist/vocab/vocab.test.js +4 -4
  71. package/dist/{vocab-BY5Y7O6P.js → vocab-C9NLmZa-.js} +3 -3
  72. package/dist/webfinger/handler.test.js +16 -16
  73. package/dist/webfinger/lookup.test.js +4 -4
  74. package/dist/webfinger/mod.js +2 -2
  75. package/dist/x/cfworkers.test.js +3 -3
  76. package/package.json +1 -1
  77. package/dist/middleware-BbT-ekcC.js +0 -26
  78. package/dist/middleware-CKF7IDwc.js +0 -17
@@ -3,9 +3,9 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { UrlError, createRequest, getRemoteDocument, logRequest, validatePublicUrl } from "./type-CEUJQGF0.js";
7
- import { validateCryptoKey } from "./key-ESVstwMe.js";
8
- import { doubleKnock } from "./http-BLOA8sDv.js";
6
+ import { UrlError, createRequest, getRemoteDocument, logRequest, validatePublicUrl } from "./type-CMo11SB5.js";
7
+ import { validateCryptoKey } from "./key-DMr03uQh.js";
8
+ import { doubleKnock } from "./http-CYYyQoGi.js";
9
9
  import { getLogger } from "@logtape/logtape";
10
10
 
11
11
  //#region src/runtime/authdocloader.ts
@@ -2,9 +2,9 @@
2
2
  import { Temporal } from "@js-temporal/polyfill";
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
 
5
- import { UrlError, createRequest, getRemoteDocument, logRequest, validatePublicUrl } from "./docloader-DjRia5xM.js";
6
- import { validateCryptoKey } from "./key-DXQWweSA.js";
7
- import { doubleKnock } from "./http-QmdFgNbX.js";
5
+ import { UrlError, createRequest, getRemoteDocument, logRequest, validatePublicUrl } from "./docloader-zRDkHVGj.js";
6
+ import { validateCryptoKey } from "./key-QRSVQkpu.js";
7
+ import { doubleKnock } from "./http-DrEPbf1Y.js";
8
8
  import { getLogger } from "@logtape/logtape";
9
9
 
10
10
  //#region src/runtime/authdocloader.ts
@@ -3,9 +3,9 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { deno_default, getTypeId } from "./type-CEUJQGF0.js";
7
- import { Router, RouterError } from "./lookup-BrMD0LGa.js";
8
- import { InboxListenerSet } from "./inbox-C9ak6cGh.js";
6
+ import { deno_default, getTypeId } from "./type-CMo11SB5.js";
7
+ import { Router, RouterError } from "./lookup-if6jRmko.js";
8
+ import { InboxListenerSet } from "./inbox-BsEv_utV.js";
9
9
  import { getLogger } from "@logtape/logtape";
10
10
  import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
11
11
 
@@ -41,7 +41,7 @@ var FederationBuilderImpl = class {
41
41
  this.collectionTypeIds = {};
42
42
  }
43
43
  async build(options) {
44
- const { FederationImpl } = await import("./middleware-BbT-ekcC.js");
44
+ const { FederationImpl } = await import("./middleware-Co1UNIJn.js");
45
45
  const f = new FederationImpl(options);
46
46
  const trailingSlashInsensitiveValue = f.router.trailingSlashInsensitive;
47
47
  f.router = this.router.clone();
@@ -3,7 +3,7 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { getUserAgent } from "./type-CEUJQGF0.js";
6
+ import { getUserAgent } from "./type-CMo11SB5.js";
7
7
  import { parseSemVer } from "./semver-dArNLkR9.js";
8
8
  import { getLogger } from "@logtape/logtape";
9
9
 
@@ -3,30 +3,30 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { Follow, Person } from "../type-CEUJQGF0.js";
6
+ import { Follow, Person } from "../type-CMo11SB5.js";
7
7
  import { assertEquals } from "../assert_equals-DSbWqCm3.js";
8
8
  import { assert } from "../assert-MZs1qjMx.js";
9
9
  import { assertInstanceOf } from "../assert_instance_of-DHz7EHNU.js";
10
10
  import { MemoryKvStore } from "../kv-CRZrzyXm.js";
11
- import { FederationImpl, actorDehydrator, autoIdAssigner } from "../middleware-CRJIVnYV.js";
11
+ import { FederationImpl, actorDehydrator, autoIdAssigner } from "../middleware-BBf9di_G.js";
12
12
  import "../semver-dArNLkR9.js";
13
- import "../client-2c6NBte7.js";
14
- import "../lookup-BrMD0LGa.js";
13
+ import "../client-C5RKsRpA.js";
14
+ import "../lookup-if6jRmko.js";
15
15
  import "../types-BIgY6c-l.js";
16
- import "../actor-C0tyMvUr.js";
17
- import "../key-ESVstwMe.js";
18
- import "../http-BLOA8sDv.js";
19
- import "../authdocloader-BQ0mqUse.js";
20
- import "../ld-K9TRwSK3.js";
21
- import "../owner-BMjNOLvk.js";
22
- import "../proof-B7LhNAta.js";
23
- import "../inbox-C9ak6cGh.js";
24
- import "../builder-IzUuZPAd.js";
16
+ import "../actor-BY4qkUnF.js";
17
+ import "../key-DMr03uQh.js";
18
+ import "../http-CYYyQoGi.js";
19
+ import "../authdocloader-BUXfWXoH.js";
20
+ import "../ld-DL5AVjYa.js";
21
+ import "../owner-NLavpgWB.js";
22
+ import "../proof-C5dT9Xpx.js";
23
+ import "../inbox-BsEv_utV.js";
24
+ import "../builder-Ci3FWOhU.js";
25
25
  import "../collection-CSzG2j1P.js";
26
- import "../keycache-BzuzrDe4.js";
26
+ import "../keycache-B5S-OsbP.js";
27
27
  import "../retry-D4GJ670a.js";
28
- import "../send-Bywt-sMB.js";
29
- import { test } from "../testing-CvKfJgtz.js";
28
+ import "../send-D8zLjsX-.js";
29
+ import { test } from "../testing-DZM6W4Ch.js";
30
30
 
31
31
  //#region src/compat/transformers.test.ts
32
32
  const federation = new FederationImpl({ kv: new MemoryKvStore() });
@@ -10,7 +10,7 @@ import { isIP } from "node:net";
10
10
 
11
11
  //#region deno.json
12
12
  var name = "@fedify/fedify";
13
- var version = "1.9.0-pr.355.1353+2b6be9b6";
13
+ var version = "1.9.0-pr.355.1354+4c5bf08b";
14
14
  var license = "MIT";
15
15
  var exports = {
16
16
  ".": "./src/mod.ts",
@@ -3,7 +3,7 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { __commonJS, __toESM } from "./type-CEUJQGF0.js";
6
+ import { __commonJS, __toESM } from "./type-CMo11SB5.js";
7
7
 
8
8
  //#region ../../node_modules/.pnpm/glob-to-regexp@0.4.1/node_modules/glob-to-regexp/index.js
9
9
  var require_glob_to_regexp = __commonJS({ "../../node_modules/.pnpm/glob-to-regexp@0.4.1/node_modules/glob-to-regexp/index.js"(exports, module) {
@@ -3,16 +3,16 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { Activity, Note, Person } from "../type-CEUJQGF0.js";
6
+ import { Activity, Note, Person } from "../type-CMo11SB5.js";
7
7
  import { assertEquals } from "../assert_equals-DSbWqCm3.js";
8
8
  import "../assert-MZs1qjMx.js";
9
9
  import "../assert_instance_of-DHz7EHNU.js";
10
10
  import { MemoryKvStore } from "../kv-CRZrzyXm.js";
11
11
  import { parseSemVer } from "../semver-dArNLkR9.js";
12
- import "../lookup-BrMD0LGa.js";
13
- import "../inbox-C9ak6cGh.js";
14
- import { createFederationBuilder } from "../builder-IzUuZPAd.js";
15
- import { test } from "../testing-CvKfJgtz.js";
12
+ import "../lookup-if6jRmko.js";
13
+ import "../inbox-BsEv_utV.js";
14
+ import { createFederationBuilder } from "../builder-Ci3FWOhU.js";
15
+ import { test } from "../testing-DZM6W4Ch.js";
16
16
  import { assertExists } from "../std__assert-X-_kMxKM.js";
17
17
  import "../assert_rejects-DiIiJbZn.js";
18
18
  import "../assert_is_error-BPGph1Jx.js";
@@ -3,13 +3,13 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import "../type-CEUJQGF0.js";
6
+ import "../type-CMo11SB5.js";
7
7
  import { assertEquals } from "../assert_equals-DSbWqCm3.js";
8
8
  import "../assert-MZs1qjMx.js";
9
9
  import "../assert_instance_of-DHz7EHNU.js";
10
- import "../lookup-BrMD0LGa.js";
10
+ import "../lookup-if6jRmko.js";
11
11
  import { buildCollectionSynchronizationHeader, digest } from "../collection-CSzG2j1P.js";
12
- import { test } from "../testing-CvKfJgtz.js";
12
+ import { test } from "../testing-DZM6W4Ch.js";
13
13
  import "../std__assert-X-_kMxKM.js";
14
14
  import "../assert_rejects-DiIiJbZn.js";
15
15
  import "../assert_is_error-BPGph1Jx.js";
@@ -3,36 +3,36 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { Create, Note, Person } from "../type-CEUJQGF0.js";
6
+ import { Create, Note, Person } from "../type-CMo11SB5.js";
7
7
  import { assertEquals } from "../assert_equals-DSbWqCm3.js";
8
8
  import { assert } from "../assert-MZs1qjMx.js";
9
9
  import "../assert_instance_of-DHz7EHNU.js";
10
10
  import { MemoryKvStore } from "../kv-CRZrzyXm.js";
11
- import { acceptsJsonLd, createFederation, handleActor, handleCollection, handleCustomCollection, handleInbox, handleObject, respondWithObject, respondWithObjectIfAcceptable } from "../middleware-CRJIVnYV.js";
11
+ import { acceptsJsonLd, createFederation, handleActor, handleCollection, handleCustomCollection, handleInbox, handleObject, respondWithObject, respondWithObjectIfAcceptable } from "../middleware-BBf9di_G.js";
12
12
  import "../semver-dArNLkR9.js";
13
- import "../client-2c6NBte7.js";
14
- import "../lookup-BrMD0LGa.js";
13
+ import "../client-C5RKsRpA.js";
14
+ import "../lookup-if6jRmko.js";
15
15
  import "../types-BIgY6c-l.js";
16
- import "../actor-C0tyMvUr.js";
17
- import "../key-ESVstwMe.js";
18
- import { signRequest } from "../http-BLOA8sDv.js";
19
- import "../authdocloader-BQ0mqUse.js";
20
- import "../ld-K9TRwSK3.js";
21
- import "../owner-BMjNOLvk.js";
22
- import "../proof-B7LhNAta.js";
23
- import { InboxListenerSet } from "../inbox-C9ak6cGh.js";
24
- import "../builder-IzUuZPAd.js";
16
+ import "../actor-BY4qkUnF.js";
17
+ import "../key-DMr03uQh.js";
18
+ import { signRequest } from "../http-CYYyQoGi.js";
19
+ import "../authdocloader-BUXfWXoH.js";
20
+ import "../ld-DL5AVjYa.js";
21
+ import "../owner-NLavpgWB.js";
22
+ import "../proof-C5dT9Xpx.js";
23
+ import { InboxListenerSet } from "../inbox-BsEv_utV.js";
24
+ import "../builder-Ci3FWOhU.js";
25
25
  import "../collection-CSzG2j1P.js";
26
- import "../keycache-BzuzrDe4.js";
26
+ import "../keycache-B5S-OsbP.js";
27
27
  import "../retry-D4GJ670a.js";
28
- import "../send-Bywt-sMB.js";
29
- import { createInboxContext, createRequestContext, mockDocumentLoader, test } from "../testing-CvKfJgtz.js";
28
+ import "../send-D8zLjsX-.js";
29
+ import { createInboxContext, createRequestContext, mockDocumentLoader, test } from "../testing-DZM6W4Ch.js";
30
30
  import "../std__assert-X-_kMxKM.js";
31
31
  import { assertFalse } from "../assert_rejects-DiIiJbZn.js";
32
32
  import "../assert_is_error-BPGph1Jx.js";
33
33
  import "../assert_not_equals-f3m3epl3.js";
34
34
  import "../assert_throws-BOO88avQ.js";
35
- import { rsaPrivateKey3, rsaPublicKey2, rsaPublicKey3 } from "../keys-CH6q1aiE.js";
35
+ import { rsaPrivateKey3, rsaPublicKey2, rsaPublicKey3 } from "../keys-CVr4Gjuo.js";
36
36
 
37
37
  //#region src/federation/handler.test.ts
38
38
  test("acceptsJsonLd()", () => {
@@ -3,11 +3,11 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { Activity, Create, Invite, Offer, Update } from "../type-CEUJQGF0.js";
6
+ import { Activity, Create, Invite, Offer, Update } from "../type-CMo11SB5.js";
7
7
  import { assertEquals } from "../assert_equals-DSbWqCm3.js";
8
- import "../lookup-BrMD0LGa.js";
9
- import { InboxListenerSet } from "../inbox-C9ak6cGh.js";
10
- import { test } from "../testing-CvKfJgtz.js";
8
+ import "../lookup-if6jRmko.js";
9
+ import { InboxListenerSet } from "../inbox-BsEv_utV.js";
10
+ import { test } from "../testing-DZM6W4Ch.js";
11
11
  import "../assert_is_error-BPGph1Jx.js";
12
12
  import { assertThrows } from "../assert_throws-BOO88avQ.js";
13
13
 
@@ -3,14 +3,14 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { CryptographicKey, Multikey } from "../type-CEUJQGF0.js";
6
+ import { CryptographicKey, Multikey } from "../type-CMo11SB5.js";
7
7
  import { assertEquals } from "../assert_equals-DSbWqCm3.js";
8
8
  import { assert } from "../assert-MZs1qjMx.js";
9
9
  import { assertInstanceOf } from "../assert_instance_of-DHz7EHNU.js";
10
10
  import { MemoryKvStore } from "../kv-CRZrzyXm.js";
11
- import "../lookup-BrMD0LGa.js";
12
- import { KvKeyCache } from "../keycache-BzuzrDe4.js";
13
- import { test } from "../testing-CvKfJgtz.js";
11
+ import "../lookup-if6jRmko.js";
12
+ import { KvKeyCache } from "../keycache-B5S-OsbP.js";
13
+ import { test } from "../testing-DZM6W4Ch.js";
14
14
 
15
15
  //#region src/federation/keycache.test.ts
16
16
  test("KvKeyCache.set()", async () => {
@@ -3,13 +3,13 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import "../type-CEUJQGF0.js";
6
+ import "../type-CMo11SB5.js";
7
7
  import { assertEquals } from "../assert_equals-DSbWqCm3.js";
8
8
  import "../assert-MZs1qjMx.js";
9
9
  import "../assert_instance_of-DHz7EHNU.js";
10
10
  import { MemoryKvStore } from "../kv-CRZrzyXm.js";
11
- import "../lookup-BrMD0LGa.js";
12
- import { test } from "../testing-CvKfJgtz.js";
11
+ import "../lookup-if6jRmko.js";
12
+ import { test } from "../testing-DZM6W4Ch.js";
13
13
  import "../std__assert-X-_kMxKM.js";
14
14
  import "../assert_rejects-DiIiJbZn.js";
15
15
  import "../assert_is_error-BPGph1Jx.js";
@@ -3,37 +3,37 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { Activity, Announce, Create, FetchError, Invite, Multikey, Note, Object as Object$1, Offer, Person, fetchDocumentLoader, getTypeId } from "../type-CEUJQGF0.js";
6
+ import { Activity, Announce, Create, FetchError, Invite, Multikey, Note, Object as Object$1, Offer, Person, fetchDocumentLoader, getTypeId } from "../type-CMo11SB5.js";
7
7
  import { assertEquals } from "../assert_equals-DSbWqCm3.js";
8
8
  import { assert } from "../assert-MZs1qjMx.js";
9
9
  import { assertInstanceOf } from "../assert_instance_of-DHz7EHNU.js";
10
10
  import { MemoryKvStore } from "../kv-CRZrzyXm.js";
11
- import { ContextImpl, FederationImpl, InboxContextImpl, KvSpecDeterminer, createFederation } from "../middleware-CRJIVnYV.js";
11
+ import { ContextImpl, FederationImpl, InboxContextImpl, KvSpecDeterminer, createFederation } from "../middleware-BBf9di_G.js";
12
12
  import "../semver-dArNLkR9.js";
13
- import "../client-2c6NBte7.js";
14
- import { RouterError, lookupObject } from "../lookup-BrMD0LGa.js";
13
+ import "../client-C5RKsRpA.js";
14
+ import { RouterError, lookupObject } from "../lookup-if6jRmko.js";
15
15
  import "../types-BIgY6c-l.js";
16
- import "../actor-C0tyMvUr.js";
17
- import "../key-ESVstwMe.js";
18
- import { signRequest, verifyRequest } from "../http-BLOA8sDv.js";
19
- import { getAuthenticatedDocumentLoader } from "../authdocloader-BQ0mqUse.js";
20
- import { detachSignature, signJsonLd, verifyJsonLd } from "../ld-K9TRwSK3.js";
21
- import { doesActorOwnKey } from "../owner-BMjNOLvk.js";
22
- import { signObject, verifyObject } from "../proof-B7LhNAta.js";
23
- import "../inbox-C9ak6cGh.js";
24
- import "../builder-IzUuZPAd.js";
16
+ import "../actor-BY4qkUnF.js";
17
+ import "../key-DMr03uQh.js";
18
+ import { signRequest, verifyRequest } from "../http-CYYyQoGi.js";
19
+ import { getAuthenticatedDocumentLoader } from "../authdocloader-BUXfWXoH.js";
20
+ import { detachSignature, signJsonLd, verifyJsonLd } from "../ld-DL5AVjYa.js";
21
+ import { doesActorOwnKey } from "../owner-NLavpgWB.js";
22
+ import { signObject, verifyObject } from "../proof-C5dT9Xpx.js";
23
+ import "../inbox-BsEv_utV.js";
24
+ import "../builder-Ci3FWOhU.js";
25
25
  import "../collection-CSzG2j1P.js";
26
- import "../keycache-BzuzrDe4.js";
26
+ import "../keycache-B5S-OsbP.js";
27
27
  import "../retry-D4GJ670a.js";
28
- import "../send-Bywt-sMB.js";
29
- import { mockDocumentLoader, test } from "../testing-CvKfJgtz.js";
28
+ import "../send-D8zLjsX-.js";
29
+ import { mockDocumentLoader, test } from "../testing-DZM6W4Ch.js";
30
30
  import { assertStrictEquals } from "../std__assert-X-_kMxKM.js";
31
31
  import { assertFalse, assertRejects } from "../assert_rejects-DiIiJbZn.js";
32
32
  import "../assert_is_error-BPGph1Jx.js";
33
33
  import { assertNotEquals } from "../assert_not_equals-f3m3epl3.js";
34
34
  import { assertThrows } from "../assert_throws-BOO88avQ.js";
35
- import { ed25519Multikey, ed25519PrivateKey, ed25519PublicKey, rsaPrivateKey2, rsaPrivateKey3, rsaPublicKey2, rsaPublicKey3 } from "../keys-CH6q1aiE.js";
36
- import { esm_default } from "../esm-DsSDqZTD.js";
35
+ import { ed25519Multikey, ed25519PrivateKey, ed25519PublicKey, rsaPrivateKey2, rsaPrivateKey3, rsaPublicKey2, rsaPublicKey3 } from "../keys-CVr4Gjuo.js";
36
+ import { esm_default } from "../esm-Cn1mLoSF.js";
37
37
 
38
38
  //#region src/testing/fixtures/example.com/person.json
39
39
  var __context$1 = ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1"];
@@ -3,16 +3,16 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
 
5
5
  import "../transformers-Dna8Fg7k.js";
6
- import "../docloader-DjRia5xM.js";
7
- import "../actor-CP7_pEJH.js";
8
- import { Router, RouterError, buildCollectionSynchronizationHeader, createExponentialBackoffPolicy, createFederation, createFederationBuilder, digest, respondWithObject, respondWithObjectIfAcceptable } from "../middleware-BVDOu9ri.js";
9
- import "../lookup-CIXgYa0O.js";
10
- import "../key-DXQWweSA.js";
11
- import "../http-QmdFgNbX.js";
12
- import "../proof-DqViqBY7.js";
6
+ import "../docloader-zRDkHVGj.js";
7
+ import "../actor-IP0_LrYv.js";
8
+ import { Router, RouterError, buildCollectionSynchronizationHeader, createExponentialBackoffPolicy, createFederation, createFederationBuilder, digest, respondWithObject, respondWithObjectIfAcceptable } from "../middleware-Brf-oJLt.js";
9
+ import "../lookup-Dm3lS0JN.js";
10
+ import "../key-QRSVQkpu.js";
11
+ import "../http-DrEPbf1Y.js";
12
+ import "../proof-DGObhkIr.js";
13
13
  import { InProcessMessageQueue, MemoryKvStore, ParallelMessageQueue } from "../federation-CMX7WzeL.js";
14
- import "../types-CB66h6P0.js";
15
- import "../authdocloader-DTA-rSpf.js";
16
- import "../vocab-BY5Y7O6P.js";
14
+ import "../types-BS4Kh6K4.js";
15
+ import "../authdocloader-CKv_sf1p.js";
16
+ import "../vocab-C9NLmZa-.js";
17
17
 
18
18
  export { InProcessMessageQueue, MemoryKvStore, ParallelMessageQueue, Router, RouterError, buildCollectionSynchronizationHeader, createExponentialBackoffPolicy, createFederation, createFederationBuilder, digest, respondWithObject, respondWithObjectIfAcceptable };
@@ -3,12 +3,12 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import "../type-CEUJQGF0.js";
6
+ import "../type-CMo11SB5.js";
7
7
  import { assertEquals } from "../assert_equals-DSbWqCm3.js";
8
8
  import { assert } from "../assert-MZs1qjMx.js";
9
9
  import "../assert_instance_of-DHz7EHNU.js";
10
- import "../lookup-BrMD0LGa.js";
11
- import { test } from "../testing-CvKfJgtz.js";
10
+ import "../lookup-if6jRmko.js";
11
+ import { test } from "../testing-DZM6W4Ch.js";
12
12
  import { assertGreater, assertGreaterOrEqual } from "../std__assert-X-_kMxKM.js";
13
13
  import { assertFalse } from "../assert_rejects-DiIiJbZn.js";
14
14
  import "../assert_is_error-BPGph1Jx.js";
@@ -3,11 +3,11 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import "../type-CEUJQGF0.js";
6
+ import "../type-CMo11SB5.js";
7
7
  import { AssertionError, assertEquals } from "../assert_equals-DSbWqCm3.js";
8
- import "../lookup-BrMD0LGa.js";
8
+ import "../lookup-if6jRmko.js";
9
9
  import { createExponentialBackoffPolicy } from "../retry-D4GJ670a.js";
10
- import { test } from "../testing-CvKfJgtz.js";
10
+ import { test } from "../testing-DZM6W4Ch.js";
11
11
  import { assertNotEquals } from "../assert_not_equals-f3m3epl3.js";
12
12
 
13
13
  //#region src/federation/retry.test.ts
@@ -3,12 +3,12 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import "../type-CEUJQGF0.js";
6
+ import "../type-CMo11SB5.js";
7
7
  import { assertEquals } from "../assert_equals-DSbWqCm3.js";
8
8
  import { assert } from "../assert-MZs1qjMx.js";
9
9
  import "../assert_instance_of-DHz7EHNU.js";
10
- import { Router, RouterError } from "../lookup-BrMD0LGa.js";
11
- import { test } from "../testing-CvKfJgtz.js";
10
+ import { Router, RouterError } from "../lookup-if6jRmko.js";
11
+ import { test } from "../testing-DZM6W4Ch.js";
12
12
  import "../std__assert-X-_kMxKM.js";
13
13
  import { assertFalse } from "../assert_rejects-DiIiJbZn.js";
14
14
  import "../assert_is_error-BPGph1Jx.js";
@@ -3,24 +3,24 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { Activity, Application, Endpoints, Group, Person, Service } from "../type-CEUJQGF0.js";
6
+ import { Activity, Application, Endpoints, Group, Person, Service } from "../type-CMo11SB5.js";
7
7
  import { assertEquals } from "../assert_equals-DSbWqCm3.js";
8
8
  import { assert } from "../assert-MZs1qjMx.js";
9
9
  import "../assert_instance_of-DHz7EHNU.js";
10
- import "../lookup-BrMD0LGa.js";
11
- import "../actor-C0tyMvUr.js";
12
- import "../key-ESVstwMe.js";
13
- import { verifyRequest } from "../http-BLOA8sDv.js";
14
- import { doesActorOwnKey } from "../owner-BMjNOLvk.js";
15
- import { extractInboxes, sendActivity } from "../send-Bywt-sMB.js";
16
- import { mockDocumentLoader, test } from "../testing-CvKfJgtz.js";
10
+ import "../lookup-if6jRmko.js";
11
+ import "../actor-BY4qkUnF.js";
12
+ import "../key-DMr03uQh.js";
13
+ import { verifyRequest } from "../http-CYYyQoGi.js";
14
+ import { doesActorOwnKey } from "../owner-NLavpgWB.js";
15
+ import { extractInboxes, sendActivity } from "../send-D8zLjsX-.js";
16
+ import { mockDocumentLoader, test } from "../testing-DZM6W4Ch.js";
17
17
  import "../std__assert-X-_kMxKM.js";
18
18
  import { assertFalse, assertRejects } from "../assert_rejects-DiIiJbZn.js";
19
19
  import "../assert_is_error-BPGph1Jx.js";
20
20
  import { assertNotEquals } from "../assert_not_equals-f3m3epl3.js";
21
21
  import "../assert_throws-BOO88avQ.js";
22
- import { ed25519Multikey, ed25519PrivateKey, rsaPrivateKey2, rsaPublicKey2 } from "../keys-CH6q1aiE.js";
23
- import { esm_default } from "../esm-DsSDqZTD.js";
22
+ import { ed25519Multikey, ed25519PrivateKey, rsaPrivateKey2, rsaPublicKey2 } from "../keys-CVr4Gjuo.js";
23
+ import { esm_default } from "../esm-Cn1mLoSF.js";
24
24
 
25
25
  //#region src/federation/send.test.ts
26
26
  test("extractInboxes()", () => {
@@ -3,8 +3,8 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { CryptographicKey, deno_default } from "./type-CEUJQGF0.js";
7
- import { fetchKey, validateCryptoKey } from "./key-ESVstwMe.js";
6
+ import { CryptographicKey, deno_default } from "./type-CMo11SB5.js";
7
+ import { fetchKey, validateCryptoKey } from "./key-DMr03uQh.js";
8
8
  import { getLogger } from "@logtape/logtape";
9
9
  import { SpanStatusCode, trace } from "@opentelemetry/api";
10
10
  import { ATTR_HTTP_REQUEST_HEADER, ATTR_HTTP_REQUEST_METHOD, ATTR_URL_FULL } from "@opentelemetry/semantic-conventions";
@@ -2,9 +2,9 @@
2
2
  import { Temporal } from "@js-temporal/polyfill";
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
 
5
- import { deno_default } from "./docloader-DjRia5xM.js";
6
- import { CryptographicKey } from "./actor-CP7_pEJH.js";
7
- import { fetchKey, validateCryptoKey } from "./key-DXQWweSA.js";
5
+ import { deno_default } from "./docloader-zRDkHVGj.js";
6
+ import { CryptographicKey } from "./actor-IP0_LrYv.js";
7
+ import { fetchKey, validateCryptoKey } from "./key-QRSVQkpu.js";
8
8
  import { getLogger } from "@logtape/logtape";
9
9
  import { SpanStatusCode, trace } from "@opentelemetry/api";
10
10
  import { decodeBase64, encodeBase64 } from "byte-encodings/base64";
@@ -3,7 +3,7 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { Activity, deno_default, getTypeId } from "./type-CEUJQGF0.js";
6
+ import { Activity, deno_default, getTypeId } from "./type-CMo11SB5.js";
7
7
  import { getLogger } from "@logtape/logtape";
8
8
  import { SpanKind, SpanStatusCode, context, propagation, trace } from "@opentelemetry/api";
9
9
 
@@ -3,8 +3,8 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import "./type-CEUJQGF0.js";
7
- import "./actor-C0tyMvUr.js";
8
- import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, validateCryptoKey } from "./key-ESVstwMe.js";
6
+ import "./type-CMo11SB5.js";
7
+ import "./actor-BY4qkUnF.js";
8
+ import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, validateCryptoKey } from "./key-DMr03uQh.js";
9
9
 
10
10
  export { validateCryptoKey };
@@ -2,9 +2,9 @@
2
2
  import { Temporal } from "@js-temporal/polyfill";
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
 
5
- import "./docloader-DjRia5xM.js";
6
- import "./actor-CP7_pEJH.js";
7
- import "./lookup-CIXgYa0O.js";
8
- import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, validateCryptoKey } from "./key-DXQWweSA.js";
5
+ import "./docloader-zRDkHVGj.js";
6
+ import "./actor-IP0_LrYv.js";
7
+ import "./lookup-Dm3lS0JN.js";
8
+ import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, validateCryptoKey } from "./key-QRSVQkpu.js";
9
9
 
10
10
  export { validateCryptoKey };
@@ -3,8 +3,8 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { CryptographicKey, Object as Object$1, deno_default, getDocumentLoader } from "./type-CEUJQGF0.js";
7
- import { isActor } from "./actor-C0tyMvUr.js";
6
+ import { CryptographicKey, Object as Object$1, deno_default, getDocumentLoader } from "./type-CMo11SB5.js";
7
+ import { isActor } from "./actor-BY4qkUnF.js";
8
8
  import { getLogger } from "@logtape/logtape";
9
9
  import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
10
10
 
@@ -2,8 +2,8 @@
2
2
  import { Temporal } from "@js-temporal/polyfill";
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
 
5
- import { deno_default, getDocumentLoader } from "./docloader-DjRia5xM.js";
6
- import { CryptographicKey, Object as Object$1, isActor } from "./actor-CP7_pEJH.js";
5
+ import { deno_default, getDocumentLoader } from "./docloader-zRDkHVGj.js";
6
+ import { CryptographicKey, Object as Object$1, isActor } from "./actor-IP0_LrYv.js";
7
7
  import { getLogger } from "@logtape/logtape";
8
8
  import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
9
9
 
@@ -3,7 +3,7 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { CryptographicKey, Multikey } from "./type-CEUJQGF0.js";
6
+ import { CryptographicKey, Multikey } from "./type-CMo11SB5.js";
7
7
 
8
8
  //#region src/federation/keycache.ts
9
9
  var KvKeyCache = class {
@@ -3,7 +3,7 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { CryptographicKey, Multikey, importSpki } from "./type-CEUJQGF0.js";
6
+ import { CryptographicKey, Multikey, importSpki } from "./type-CMo11SB5.js";
7
7
 
8
8
  //#region src/testing/keys.ts
9
9
  const rsaPublicKey1 = new CryptographicKey({
@@ -3,8 +3,8 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { Activity, CryptographicKey, Object as Object$1, deno_default, getDocumentLoader, getTypeId } from "./type-CEUJQGF0.js";
7
- import { fetchKey, validateCryptoKey } from "./key-ESVstwMe.js";
6
+ import { Activity, CryptographicKey, Object as Object$1, deno_default, getDocumentLoader, getTypeId } from "./type-CMo11SB5.js";
7
+ import { fetchKey, validateCryptoKey } from "./key-DMr03uQh.js";
8
8
  import { getLogger } from "@logtape/logtape";
9
9
  import { SpanStatusCode, trace } from "@opentelemetry/api";
10
10
  import { decodeBase64, encodeBase64 } from "byte-encodings/base64";
@@ -2,7 +2,7 @@
2
2
  import { Temporal } from "@js-temporal/polyfill";
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
 
5
- import { UrlError, deno_default, getUserAgent, validatePublicUrl } from "./docloader-DjRia5xM.js";
5
+ import { UrlError, deno_default, getUserAgent, validatePublicUrl } from "./docloader-zRDkHVGj.js";
6
6
  import { getLogger } from "@logtape/logtape";
7
7
  import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
8
8
 
@@ -3,7 +3,7 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { Object as Object$1, deno_default, getDocumentLoader, getTypeId, lookupWebFinger } from "./type-CEUJQGF0.js";
6
+ import { Object as Object$1, deno_default, getDocumentLoader, getTypeId, lookupWebFinger } from "./type-CMo11SB5.js";
7
7
  import { cloneDeep, delay } from "es-toolkit";
8
8
  import { getLogger } from "@logtape/logtape";
9
9
  import { SpanStatusCode, trace } from "@opentelemetry/api";