@fedify/fedify 2.2.0-dev.655 → 2.2.0-dev.671

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 (45) hide show
  1. package/dist/{builder-CGEjiJwK.mjs → builder-DbwMErXg.mjs} +3 -3
  2. package/dist/compat/transformers.test.mjs +1 -1
  3. package/dist/{deno-B8PXzTiu.mjs → deno-hMabhCww.mjs} +1 -1
  4. package/dist/{docloader-Cab6FQHE.mjs → docloader-DfimMtL4.mjs} +2 -2
  5. package/dist/federation/builder.test.mjs +1 -1
  6. package/dist/federation/handler.test.mjs +3 -3
  7. package/dist/federation/idempotency.test.mjs +2 -2
  8. package/dist/federation/inbox.test.mjs +1 -1
  9. package/dist/federation/middleware.test.mjs +60 -6
  10. package/dist/federation/mod.cjs +1 -1
  11. package/dist/federation/mod.js +1 -1
  12. package/dist/federation/send.test.mjs +3 -3
  13. package/dist/federation/webfinger.test.mjs +1 -1
  14. package/dist/{http-Wmw3urZg.mjs → http-0f792a_Z.mjs} +2 -2
  15. package/dist/{http-BNEGRucW.cjs → http-BewLiYTT.cjs} +1 -1
  16. package/dist/{http--QckI6eu.js → http-oG4y8q4n.js} +1 -1
  17. package/dist/{inbox-Ccq9Otyz.mjs → inbox-wbJQKd-b.mjs} +1 -1
  18. package/dist/{key-CP-iyM2C.mjs → key-Buz4jrLL.mjs} +1 -1
  19. package/dist/{kv-cache-mitMZIf1.js → kv-cache-BnfUjj42.js} +1 -1
  20. package/dist/{kv-cache-B7cjCivY.cjs → kv-cache-E_ri3gGZ.cjs} +1 -1
  21. package/dist/{ld-BB9JKE_b.mjs → ld-Drc5O1ub.mjs} +2 -2
  22. package/dist/{middleware-CnnOXyaU.cjs → middleware-5TGjniPd.cjs} +5 -5
  23. package/dist/{middleware-CMh9S4SO.cjs → middleware-BhdA_6gU.cjs} +1 -1
  24. package/dist/{middleware-DlstMdfp.mjs → middleware-CCeWFq7G.mjs} +1 -1
  25. package/dist/{middleware-DVucu7Ua.js → middleware-CqaVY7Db.js} +4 -4
  26. package/dist/{middleware-Baijd69R.mjs → middleware-DcwyRzc9.mjs} +11 -11
  27. package/dist/mod.cjs +4 -4
  28. package/dist/mod.js +4 -4
  29. package/dist/nodeinfo/handler.test.mjs +1 -1
  30. package/dist/{owner-B4C6BS_o.mjs → owner-CLKB6EdW.mjs} +2 -2
  31. package/dist/{proof-DDhUoWdO.cjs → proof-CNU71NVu.cjs} +1 -1
  32. package/dist/{proof-BgN9HeAu.mjs → proof-CZf0bupI.mjs} +2 -2
  33. package/dist/{proof-BdBw7ta6.js → proof-Cr-0THxd.js} +1 -1
  34. package/dist/{send-Pc4NfO2J.mjs → send-Bsp6qk0O.mjs} +2 -2
  35. package/dist/sig/http.test.mjs +2 -2
  36. package/dist/sig/key.test.mjs +1 -1
  37. package/dist/sig/ld.test.mjs +2 -2
  38. package/dist/sig/mod.cjs +2 -2
  39. package/dist/sig/mod.js +2 -2
  40. package/dist/sig/owner.test.mjs +1 -1
  41. package/dist/sig/proof.test.mjs +1 -1
  42. package/dist/utils/docloader.test.mjs +2 -2
  43. package/dist/utils/mod.cjs +1 -1
  44. package/dist/utils/mod.js +1 -1
  45. package/package.json +5 -5
@@ -2,8 +2,8 @@ import "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
4
  import { n as RouterError, t as Router } from "./router-CrMLXoOr.mjs";
5
- import { n as version, t as name } from "./deno-B8PXzTiu.mjs";
6
- import { t as InboxListenerSet } from "./inbox-Ccq9Otyz.mjs";
5
+ import { n as version, t as name } from "./deno-hMabhCww.mjs";
6
+ import { t as InboxListenerSet } from "./inbox-wbJQKd-b.mjs";
7
7
  import { getTypeId } from "@fedify/vocab";
8
8
  import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
9
9
  import { getLogger } from "@logtape/logtape";
@@ -43,7 +43,7 @@ var FederationBuilderImpl = class {
43
43
  this.collectionTypeIds = {};
44
44
  }
45
45
  async build(options) {
46
- const { FederationImpl } = await import("./middleware-DlstMdfp.mjs");
46
+ const { FederationImpl } = await import("./middleware-CCeWFq7G.mjs");
47
47
  const f = new FederationImpl(options);
48
48
  const trailingSlashInsensitiveValue = f.router.trailingSlashInsensitive;
49
49
  f.router = this.router.clone();
@@ -5,7 +5,7 @@ import { t as assertEquals } from "../assert_equals-Ew3jOFa3.mjs";
5
5
  import { t as assertInstanceOf } from "../assert_instance_of-C4Ri6VuN.mjs";
6
6
  import { t as assert } from "../assert-ddO5KLpe.mjs";
7
7
  import { t as MemoryKvStore } from "../kv-tL2TOE9X.mjs";
8
- import { _ as autoIdAssigner, g as actorDehydrator, n as FederationImpl } from "../middleware-Baijd69R.mjs";
8
+ import { _ as autoIdAssigner, g as actorDehydrator, n as FederationImpl } from "../middleware-DcwyRzc9.mjs";
9
9
  import { test } from "@fedify/fixture";
10
10
  import { Follow, Person } from "@fedify/vocab";
11
11
  //#region src/compat/transformers.test.ts
@@ -3,6 +3,6 @@ import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
4
  //#region deno.json
5
5
  var name = "@fedify/fedify";
6
- var version = "2.2.0-dev.655+bb22a55d";
6
+ var version = "2.2.0-dev.671+61141c60";
7
7
  //#endregion
8
8
  export { version as n, name as t };
@@ -1,8 +1,8 @@
1
1
  import "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
- import { o as validateCryptoKey } from "./key-CP-iyM2C.mjs";
5
- import { n as doubleKnock } from "./http-Wmw3urZg.mjs";
4
+ import { o as validateCryptoKey } from "./key-Buz4jrLL.mjs";
5
+ import { n as doubleKnock } from "./http-0f792a_Z.mjs";
6
6
  import { curry } from "es-toolkit";
7
7
  import { UrlError, createActivityPubRequest, getRemoteDocument, logRequest, validatePublicUrl } from "@fedify/vocab-runtime";
8
8
  import { getLogger } from "@logtape/logtape";
@@ -5,7 +5,7 @@ import { t as assertEquals } from "../assert_equals-Ew3jOFa3.mjs";
5
5
  import { a as assertExists } from "../std__assert-Duiq_YC9.mjs";
6
6
  import { t as assertThrows } from "../assert_throws-4NwKEy2q.mjs";
7
7
  import { t as MemoryKvStore } from "../kv-tL2TOE9X.mjs";
8
- import { n as createFederationBuilder } from "../builder-CGEjiJwK.mjs";
8
+ import { n as createFederationBuilder } from "../builder-DbwMErXg.mjs";
9
9
  import { test } from "@fedify/fixture";
10
10
  import { Activity, Note, Person } from "@fedify/vocab";
11
11
  //#region src/federation/builder.test.ts
@@ -6,11 +6,11 @@ import { t as assertEquals } from "../assert_equals-Ew3jOFa3.mjs";
6
6
  import "../std__assert-Duiq_YC9.mjs";
7
7
  import { t as assert } from "../assert-ddO5KLpe.mjs";
8
8
  import { r as parseAcceptSignature } from "../accept-Dd__NiUL.mjs";
9
- import { s as signRequest } from "../http-Wmw3urZg.mjs";
9
+ import { s as signRequest } from "../http-0f792a_Z.mjs";
10
10
  import { a as rsaPrivateKey3, c as rsaPublicKey3, s as rsaPublicKey2 } from "../keys-BAK-tUlf.mjs";
11
11
  import { t as MemoryKvStore } from "../kv-tL2TOE9X.mjs";
12
- import { a as createFederation, c as handleCollection, d as handleObject, f as respondWithObject, l as handleCustomCollection, p as respondWithObjectIfAcceptable, s as handleActor, u as handleInbox } from "../middleware-Baijd69R.mjs";
13
- import { t as InboxListenerSet } from "../inbox-Ccq9Otyz.mjs";
12
+ import { a as createFederation, c as handleCollection, d as handleObject, f as respondWithObject, l as handleCustomCollection, p as respondWithObjectIfAcceptable, s as handleActor, u as handleInbox } from "../middleware-DcwyRzc9.mjs";
13
+ import { t as InboxListenerSet } from "../inbox-wbJQKd-b.mjs";
14
14
  import { createTestTracerProvider, mockDocumentLoader, test } from "@fedify/fixture";
15
15
  import { Create, Note, Person } from "@fedify/vocab";
16
16
  import { FetchError } from "@fedify/vocab-runtime";
@@ -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-BgN9HeAu.mjs";
7
+ import { n as signObject } from "../proof-CZf0bupI.mjs";
8
8
  import { t as MemoryKvStore } from "../kv-tL2TOE9X.mjs";
9
- import { a as createFederation } from "../middleware-Baijd69R.mjs";
9
+ import { a as createFederation } from "../middleware-DcwyRzc9.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-Ccq9Otyz.mjs";
6
+ import { t as InboxListenerSet } from "../inbox-wbJQKd-b.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
@@ -10,14 +10,14 @@ import { t as assertInstanceOf } from "../assert_instance_of-C4Ri6VuN.mjs";
10
10
  import { t as assertThrows } from "../assert_throws-4NwKEy2q.mjs";
11
11
  import { t as assertNotEquals } from "../assert_not_equals--wG9hV7u.mjs";
12
12
  import { t as assert } from "../assert-ddO5KLpe.mjs";
13
- import { l as verifyRequest, s as signRequest } from "../http-Wmw3urZg.mjs";
13
+ import { l as verifyRequest, s as signRequest } from "../http-0f792a_Z.mjs";
14
14
  import { a as rsaPrivateKey3, c as rsaPublicKey3, i as rsaPrivateKey2, n as ed25519PrivateKey, r as ed25519PublicKey, s as rsaPublicKey2, t as ed25519Multikey } from "../keys-BAK-tUlf.mjs";
15
- import { t as getAuthenticatedDocumentLoader } from "../docloader-Cab6FQHE.mjs";
16
- import { a as signJsonLd, o as verifyJsonLd, r as detachSignature } from "../ld-BB9JKE_b.mjs";
17
- import { t as doesActorOwnKey } from "../owner-B4C6BS_o.mjs";
18
- import { n as signObject, r as verifyObject } from "../proof-BgN9HeAu.mjs";
15
+ import { t as getAuthenticatedDocumentLoader } from "../docloader-DfimMtL4.mjs";
16
+ import { a as signJsonLd, o as verifyJsonLd, r as detachSignature } from "../ld-Drc5O1ub.mjs";
17
+ import { t as doesActorOwnKey } from "../owner-CLKB6EdW.mjs";
18
+ import { n as signObject, r as verifyObject } from "../proof-CZf0bupI.mjs";
19
19
  import { t as MemoryKvStore } from "../kv-tL2TOE9X.mjs";
20
- import { a as createFederation, i as KvSpecDeterminer, n as FederationImpl, r as InboxContextImpl, t as ContextImpl } from "../middleware-Baijd69R.mjs";
20
+ import { a as createFederation, i as KvSpecDeterminer, n as FederationImpl, r as InboxContextImpl, t as ContextImpl } from "../middleware-DcwyRzc9.mjs";
21
21
  import { mockDocumentLoader, test } from "@fedify/fixture";
22
22
  import * as vocab from "@fedify/vocab";
23
23
  import { getTypeId, lookupObject } from "@fedify/vocab";
@@ -1973,6 +1973,60 @@ test("ContextImpl.sendActivity()", async (t) => {
1973
1973
  type: "fanout"
1974
1974
  }]);
1975
1975
  });
1976
+ await t.step("fanout: fanoutQueue.enqueue() is awaited before sendActivity() returns", async () => {
1977
+ const asyncEnqueued = [];
1978
+ const fed = new FederationImpl({
1979
+ kv,
1980
+ contextLoaderFactory: () => mockDocumentLoader,
1981
+ queue: {
1982
+ enqueue(message) {
1983
+ return new Promise((resolve) => {
1984
+ setTimeout(() => {
1985
+ asyncEnqueued.push(message);
1986
+ resolve();
1987
+ }, 0);
1988
+ });
1989
+ },
1990
+ async listen() {}
1991
+ },
1992
+ manuallyStartQueue: true
1993
+ });
1994
+ fed.setActorDispatcher("/{identifier}", async (ctx, identifier) => {
1995
+ if (identifier !== "john") return null;
1996
+ const keys = await ctx.getActorKeyPairs(identifier);
1997
+ return new vocab.Person({
1998
+ id: ctx.getActorUri(identifier),
1999
+ preferredUsername: "john",
2000
+ publicKey: keys[0].cryptographicKey,
2001
+ assertionMethods: keys.map((k) => k.multikey)
2002
+ });
2003
+ }).setKeyPairsDispatcher((_ctx, identifier) => {
2004
+ if (identifier !== "john") return [];
2005
+ return [{
2006
+ privateKey: rsaPrivateKey2,
2007
+ publicKey: rsaPublicKey2.publicKey
2008
+ }, {
2009
+ privateKey: ed25519PrivateKey,
2010
+ publicKey: ed25519PublicKey.publicKey
2011
+ }];
2012
+ });
2013
+ const ctx3 = new ContextImpl({
2014
+ data: void 0,
2015
+ federation: fed,
2016
+ url: new URL("https://example.com/"),
2017
+ documentLoader: mockDocumentLoader,
2018
+ contextLoader: mockDocumentLoader
2019
+ });
2020
+ const activity = new vocab.Create({
2021
+ id: new URL("https://example.com/activity/1"),
2022
+ actor: new URL("https://example.com/person")
2023
+ });
2024
+ await ctx3.sendActivity({ username: "john" }, {
2025
+ id: new URL("https://example.com/recipient"),
2026
+ inboxId: new URL("https://example.com/inbox")
2027
+ }, activity, { fanout: "force" });
2028
+ assertEquals(asyncEnqueued.length, 1, "fanoutQueue.enqueue() must be awaited before sendActivity() returns");
2029
+ });
1976
2030
  collectionSyncHeader = null;
1977
2031
  await t.step("followers collection without syncCollection", async () => {
1978
2032
  const ctx = new ContextImpl({
@@ -2,7 +2,7 @@ const { Temporal } = require("@js-temporal/polyfill");
2
2
  const { URLPattern } = require("urlpattern-polyfill");
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
4
  require("../chunk-DDcVe30Y.cjs");
5
- const require_middleware = require("../middleware-CnnOXyaU.cjs");
5
+ const require_middleware = require("../middleware-5TGjniPd.cjs");
6
6
  let es_toolkit = require("es-toolkit");
7
7
  //#region src/federation/kv.ts
8
8
  /**
@@ -1,6 +1,6 @@
1
1
  import { Temporal } from "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
- import { a as createExponentialBackoffPolicy, c as buildCollectionSynchronizationHeader, d as Router, f as RouterError, i as SendActivityError, l as digest, o as respondWithObject, r as handleWebFinger, s as respondWithObjectIfAcceptable, t as createFederation, u as createFederationBuilder } from "../middleware-DVucu7Ua.js";
3
+ import { a as createExponentialBackoffPolicy, c as buildCollectionSynchronizationHeader, d as Router, f as RouterError, i as SendActivityError, l as digest, o as respondWithObject, r as handleWebFinger, s as respondWithObjectIfAcceptable, t as createFederation, u as createFederationBuilder } from "../middleware-CqaVY7Db.js";
4
4
  import { isEqual } from "es-toolkit";
5
5
  //#region src/federation/kv.ts
6
6
  /**
@@ -8,10 +8,10 @@ import { n as assertFalse, t as assertRejects } from "../assert_rejects-B-qJtC9Z
8
8
  import { t as assertInstanceOf } from "../assert_instance_of-C4Ri6VuN.mjs";
9
9
  import { t as assertNotEquals } from "../assert_not_equals--wG9hV7u.mjs";
10
10
  import { t as assert } from "../assert-ddO5KLpe.mjs";
11
- import { l as verifyRequest } from "../http-Wmw3urZg.mjs";
11
+ import { l as verifyRequest } from "../http-0f792a_Z.mjs";
12
12
  import { i as rsaPrivateKey2, n as ed25519PrivateKey, s as rsaPublicKey2, t as ed25519Multikey } from "../keys-BAK-tUlf.mjs";
13
- import { t as doesActorOwnKey } from "../owner-B4C6BS_o.mjs";
14
- import { n as extractInboxes, r as sendActivity, t as SendActivityError } from "../send-Pc4NfO2J.mjs";
13
+ import { t as doesActorOwnKey } from "../owner-CLKB6EdW.mjs";
14
+ import { n as extractInboxes, r as sendActivity, t as SendActivityError } from "../send-Bsp6qk0O.mjs";
15
15
  import { createTestTracerProvider, mockDocumentLoader, test } from "@fedify/fixture";
16
16
  import { Activity, Application, Endpoints, Group, Person, Service } from "@fedify/vocab";
17
17
  //#region src/federation/send.test.ts
@@ -5,7 +5,7 @@ import { n as createRequestContext } from "../context-Juj6bdHC.mjs";
5
5
  import { t as assertEquals } from "../assert_equals-Ew3jOFa3.mjs";
6
6
  import "../std__assert-Duiq_YC9.mjs";
7
7
  import { t as MemoryKvStore } from "../kv-tL2TOE9X.mjs";
8
- import { a as createFederation, o as handleWebFinger } from "../middleware-Baijd69R.mjs";
8
+ import { a as createFederation, o as handleWebFinger } from "../middleware-DcwyRzc9.mjs";
9
9
  import { test } from "@fedify/fixture";
10
10
  import { Image, Link, Person } from "@fedify/vocab";
11
11
  //#region src/federation/webfinger.test.ts
@@ -1,9 +1,9 @@
1
1
  import { Temporal } from "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
- import { n as version, t as name } from "./deno-B8PXzTiu.mjs";
4
+ import { n as version, t as name } from "./deno-hMabhCww.mjs";
5
5
  import { i as validateAcceptSignature, n as fulfillAcceptSignature, r as parseAcceptSignature } from "./accept-Dd__NiUL.mjs";
6
- import { o as validateCryptoKey, r as fetchKeyDetailed } from "./key-CP-iyM2C.mjs";
6
+ import { o as validateCryptoKey, r as fetchKeyDetailed } from "./key-Buz4jrLL.mjs";
7
7
  import { CryptographicKey } from "@fedify/vocab";
8
8
  import { SpanStatusCode, trace } from "@opentelemetry/api";
9
9
  import { FetchError } from "@fedify/vocab-runtime";
@@ -11,7 +11,7 @@ let _opentelemetry_semantic_conventions = require("@opentelemetry/semantic-conve
11
11
  let byte_encodings_base64 = require("byte-encodings/base64");
12
12
  //#region deno.json
13
13
  var name = "@fedify/fedify";
14
- var version = "2.2.0-dev.655+bb22a55d";
14
+ var version = "2.2.0-dev.671+61141c60";
15
15
  //#endregion
16
16
  //#region src/sig/accept.ts
17
17
  /**
@@ -10,7 +10,7 @@ import { ATTR_HTTP_REQUEST_HEADER, ATTR_HTTP_REQUEST_METHOD, ATTR_URL_FULL } fro
10
10
  import { decodeBase64, encodeBase64 } from "byte-encodings/base64";
11
11
  //#region deno.json
12
12
  var name = "@fedify/fedify";
13
- var version = "2.2.0-dev.655+bb22a55d";
13
+ var version = "2.2.0-dev.671+61141c60";
14
14
  //#endregion
15
15
  //#region src/sig/accept.ts
16
16
  /**
@@ -1,7 +1,7 @@
1
1
  import { Temporal } from "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
- import { n as version, t as name } from "./deno-B8PXzTiu.mjs";
4
+ import { n as version, t as name } from "./deno-hMabhCww.mjs";
5
5
  import { Activity, getTypeId } from "@fedify/vocab";
6
6
  import { SpanKind, SpanStatusCode, context, propagation, trace } from "@opentelemetry/api";
7
7
  import { getLogger } from "@logtape/logtape";
@@ -1,7 +1,7 @@
1
1
  import "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
- import { n as version, t as name } from "./deno-B8PXzTiu.mjs";
4
+ import { n as version, t as name } from "./deno-hMabhCww.mjs";
5
5
  import { CryptographicKey, Object as Object$1, isActor } from "@fedify/vocab";
6
6
  import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
7
7
  import { FetchError, getDocumentLoader } from "@fedify/vocab-runtime";
@@ -1,6 +1,6 @@
1
1
  import { Temporal } from "@js-temporal/polyfill";
2
2
  import { URLPattern } from "urlpattern-polyfill";
3
- import { d as validateCryptoKey, t as doubleKnock } from "./http--QckI6eu.js";
3
+ import { d as validateCryptoKey, t as doubleKnock } from "./http-oG4y8q4n.js";
4
4
  import { getLogger } from "@logtape/logtape";
5
5
  import { curry } from "es-toolkit";
6
6
  import { UrlError, createActivityPubRequest, getRemoteDocument, logRequest, preloadedContexts, validatePublicUrl } from "@fedify/vocab-runtime";
@@ -1,7 +1,7 @@
1
1
  const { Temporal } = require("@js-temporal/polyfill");
2
2
  const { URLPattern } = require("urlpattern-polyfill");
3
3
  require("./chunk-DDcVe30Y.cjs");
4
- const require_http = require("./http-BNEGRucW.cjs");
4
+ const require_http = require("./http-BewLiYTT.cjs");
5
5
  let _logtape_logtape = require("@logtape/logtape");
6
6
  let es_toolkit = require("es-toolkit");
7
7
  let _fedify_vocab_runtime = require("@fedify/vocab-runtime");
@@ -1,8 +1,8 @@
1
1
  import "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
- import { n as version, t as name } from "./deno-B8PXzTiu.mjs";
5
- import { n as fetchKey, o as validateCryptoKey } from "./key-CP-iyM2C.mjs";
4
+ import { n as version, t as name } from "./deno-hMabhCww.mjs";
5
+ import { n as fetchKey, o as validateCryptoKey } from "./key-Buz4jrLL.mjs";
6
6
  import { Activity, CryptographicKey, Object as Object$1, getTypeId } from "@fedify/vocab";
7
7
  import { SpanStatusCode, trace } from "@opentelemetry/api";
8
8
  import { getDocumentLoader } from "@fedify/vocab-runtime";
@@ -2,10 +2,10 @@ const { Temporal } = require("@js-temporal/polyfill");
2
2
  const { URLPattern } = require("urlpattern-polyfill");
3
3
  require("./chunk-DDcVe30Y.cjs");
4
4
  const require_transformers = require("./transformers-NeAONrAq.cjs");
5
- const require_http = require("./http-BNEGRucW.cjs");
6
- const require_proof = require("./proof-DDhUoWdO.cjs");
5
+ const require_http = require("./http-BewLiYTT.cjs");
6
+ const require_proof = require("./proof-CNU71NVu.cjs");
7
7
  const require_types = require("./types-KC4QAoxe.cjs");
8
- const require_kv_cache = require("./kv-cache-B7cjCivY.cjs");
8
+ const require_kv_cache = require("./kv-cache-E_ri3gGZ.cjs");
9
9
  let _logtape_logtape = require("@logtape/logtape");
10
10
  let _fedify_vocab = require("@fedify/vocab");
11
11
  let _opentelemetry_api = require("@opentelemetry/api");
@@ -331,7 +331,7 @@ var FederationBuilderImpl = class {
331
331
  this.collectionTypeIds = {};
332
332
  }
333
333
  async build(options) {
334
- const { FederationImpl } = await Promise.resolve().then(() => require("./middleware-CMh9S4SO.cjs"));
334
+ const { FederationImpl } = await Promise.resolve().then(() => require("./middleware-BhdA_6gU.cjs"));
335
335
  const f = new FederationImpl(options);
336
336
  const trailingSlashInsensitiveValue = f.router.trailingSlashInsensitive;
337
337
  f.router = this.router.clone();
@@ -3836,7 +3836,7 @@ var ContextImpl = class ContextImpl {
3836
3836
  traceContext: carrier
3837
3837
  };
3838
3838
  if (!this.federation.manuallyStartQueue) this.federation._startQueueInternal(this.data);
3839
- this.federation.fanoutQueue.enqueue(message, { orderingKey: options.orderingKey });
3839
+ await this.federation.fanoutQueue.enqueue(message, { orderingKey: options.orderingKey });
3840
3840
  }
3841
3841
  async *getFollowers(identifier) {
3842
3842
  if (this.federation.followersCallbacks == null) throw new Error("No followers collection dispatcher registered.");
@@ -1,4 +1,4 @@
1
1
  const { Temporal } = require("@js-temporal/polyfill");
2
2
  const { URLPattern } = require("urlpattern-polyfill");
3
- const require_middleware = require("./middleware-CnnOXyaU.cjs");
3
+ const require_middleware = require("./middleware-5TGjniPd.cjs");
4
4
  exports.FederationImpl = require_middleware.FederationImpl;
@@ -1,5 +1,5 @@
1
1
  import "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
- import { n as FederationImpl } from "./middleware-Baijd69R.mjs";
4
+ import { n as FederationImpl } from "./middleware-DcwyRzc9.mjs";
5
5
  export { FederationImpl };
@@ -2,10 +2,10 @@ import { Temporal } from "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  import { t as __exportAll } from "./chunk-nlSIicah.js";
4
4
  import { r as getDefaultActivityTransformers } from "./transformers-ve6e2xcg.js";
5
- import { _ as version, a as verifyRequestDetailed, d as validateCryptoKey, f as formatAcceptSignature, g as name, i as verifyRequest, n as parseRfc9421SignatureInput, o as exportJwk, t as doubleKnock, u as importJwk } from "./http--QckI6eu.js";
6
- import { a as doesActorOwnKey, d as signJsonLd, f as verifyJsonLd, l as detachSignature, n as signObject, o as getKeyOwner, r as verifyObject, u as hasSignature } from "./proof-BdBw7ta6.js";
5
+ import { _ as version, a as verifyRequestDetailed, d as validateCryptoKey, f as formatAcceptSignature, g as name, i as verifyRequest, n as parseRfc9421SignatureInput, o as exportJwk, t as doubleKnock, u as importJwk } from "./http-oG4y8q4n.js";
6
+ import { a as doesActorOwnKey, d as signJsonLd, f as verifyJsonLd, l as detachSignature, n as signObject, o as getKeyOwner, r as verifyObject, u as hasSignature } from "./proof-Cr-0THxd.js";
7
7
  import { n as getNodeInfo, t as nodeInfoToJson } from "./types-hvL8ElAs.js";
8
- import { n as getAuthenticatedDocumentLoader, t as kvCache } from "./kv-cache-mitMZIf1.js";
8
+ import { n as getAuthenticatedDocumentLoader, t as kvCache } from "./kv-cache-BnfUjj42.js";
9
9
  import { getLogger, withContext } from "@logtape/logtape";
10
10
  import { Activity, Collection, CollectionPage, CryptographicKey, Link, Multikey, Object as Object$1, OrderedCollection, OrderedCollectionPage, getTypeId, lookupObject, traverseCollection } from "@fedify/vocab";
11
11
  import { SpanKind, SpanStatusCode, context, propagation, trace } from "@opentelemetry/api";
@@ -3843,7 +3843,7 @@ var ContextImpl = class ContextImpl {
3843
3843
  traceContext: carrier
3844
3844
  };
3845
3845
  if (!this.federation.manuallyStartQueue) this.federation._startQueueInternal(this.data);
3846
- this.federation.fanoutQueue.enqueue(message, { orderingKey: options.orderingKey });
3846
+ await this.federation.fanoutQueue.enqueue(message, { orderingKey: options.orderingKey });
3847
3847
  }
3848
3848
  async *getFollowers(identifier) {
3849
3849
  if (this.federation.followersCallbacks == null) throw new Error("No followers collection dispatcher registered.");
@@ -2,24 +2,24 @@ import { Temporal } from "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
4
  import { n as RouterError } from "./router-CrMLXoOr.mjs";
5
- import { n as version, t as name } from "./deno-B8PXzTiu.mjs";
5
+ import { n as version, t as name } from "./deno-hMabhCww.mjs";
6
6
  import { t as formatAcceptSignature } from "./accept-Dd__NiUL.mjs";
7
- import { a as importJwk, o as validateCryptoKey, t as exportJwk } from "./key-CP-iyM2C.mjs";
8
- import { l as verifyRequest, o as parseRfc9421SignatureInput, u as verifyRequestDetailed } from "./http-Wmw3urZg.mjs";
9
- import { t as getAuthenticatedDocumentLoader } from "./docloader-Cab6FQHE.mjs";
7
+ import { a as importJwk, o as validateCryptoKey, t as exportJwk } from "./key-Buz4jrLL.mjs";
8
+ import { l as verifyRequest, o as parseRfc9421SignatureInput, u as verifyRequestDetailed } from "./http-0f792a_Z.mjs";
9
+ import { t as getAuthenticatedDocumentLoader } from "./docloader-DfimMtL4.mjs";
10
10
  import { n as kvCache } from "./kv-cache-B01V7s3h.mjs";
11
- import { a as signJsonLd, i as hasSignature, o as verifyJsonLd, r as detachSignature } from "./ld-BB9JKE_b.mjs";
12
- import { n as getKeyOwner, t as doesActorOwnKey } from "./owner-B4C6BS_o.mjs";
13
- import { n as signObject, r as verifyObject } from "./proof-BgN9HeAu.mjs";
11
+ import { a as signJsonLd, i as hasSignature, o as verifyJsonLd, r as detachSignature } from "./ld-Drc5O1ub.mjs";
12
+ import { n as getKeyOwner, t as doesActorOwnKey } from "./owner-CLKB6EdW.mjs";
13
+ import { n as signObject, r as verifyObject } from "./proof-CZf0bupI.mjs";
14
14
  import { t as getNodeInfo } from "./client-DEpOVgY1.mjs";
15
15
  import { t as nodeInfoToJson } from "./types-DCP0WLdt.mjs";
16
- import { n as routeActivity } from "./inbox-Ccq9Otyz.mjs";
17
- import { t as FederationBuilderImpl } from "./builder-CGEjiJwK.mjs";
16
+ import { n as routeActivity } from "./inbox-wbJQKd-b.mjs";
17
+ import { t as FederationBuilderImpl } from "./builder-DbwMErXg.mjs";
18
18
  import { t as buildCollectionSynchronizationHeader } from "./collection-BD6-SZ6O.mjs";
19
19
  import { t as KvKeyCache } from "./keycache-CCSwkQcY.mjs";
20
20
  import { t as acceptsJsonLd } from "./negotiation-DnsfFF8I.mjs";
21
21
  import { t as createExponentialBackoffPolicy } from "./retry-B_E3V_Dx.mjs";
22
- import { n as extractInboxes, r as sendActivity, t as SendActivityError } from "./send-Pc4NfO2J.mjs";
22
+ import { n as extractInboxes, r as sendActivity, t as SendActivityError } from "./send-Bsp6qk0O.mjs";
23
23
  import { Activity, Collection, CollectionPage, CryptographicKey, Link, Multikey, Object as Object$1, OrderedCollection, OrderedCollectionPage, getTypeId, lookupObject, traverseCollection } from "@fedify/vocab";
24
24
  import { lookupWebFinger } from "@fedify/webfinger";
25
25
  import { SpanKind, SpanStatusCode, context, propagation, trace } from "@opentelemetry/api";
@@ -2730,7 +2730,7 @@ var ContextImpl = class ContextImpl {
2730
2730
  traceContext: carrier
2731
2731
  };
2732
2732
  if (!this.federation.manuallyStartQueue) this.federation._startQueueInternal(this.data);
2733
- this.federation.fanoutQueue.enqueue(message, { orderingKey: options.orderingKey });
2733
+ await this.federation.fanoutQueue.enqueue(message, { orderingKey: options.orderingKey });
2734
2734
  }
2735
2735
  async *getFollowers(identifier) {
2736
2736
  if (this.federation.followersCallbacks == null) throw new Error("No followers collection dispatcher registered.");
package/dist/mod.cjs CHANGED
@@ -4,11 +4,11 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
4
  require("./chunk-DDcVe30Y.cjs");
5
5
  const require_transformers = require("./transformers-NeAONrAq.cjs");
6
6
  require("./compat/mod.cjs");
7
- const require_http = require("./http-BNEGRucW.cjs");
8
- const require_middleware = require("./middleware-CnnOXyaU.cjs");
9
- const require_proof = require("./proof-DDhUoWdO.cjs");
7
+ const require_http = require("./http-BewLiYTT.cjs");
8
+ const require_middleware = require("./middleware-5TGjniPd.cjs");
9
+ const require_proof = require("./proof-CNU71NVu.cjs");
10
10
  const require_types = require("./types-KC4QAoxe.cjs");
11
- const require_kv_cache = require("./kv-cache-B7cjCivY.cjs");
11
+ const require_kv_cache = require("./kv-cache-E_ri3gGZ.cjs");
12
12
  const require_federation_mod = require("./federation/mod.cjs");
13
13
  require("./nodeinfo/mod.cjs");
14
14
  require("./runtime/mod.cjs");
package/dist/mod.js CHANGED
@@ -3,11 +3,11 @@ import "urlpattern-polyfill";
3
3
  import "./chunk-nlSIicah.js";
4
4
  import { n as autoIdAssigner, r as getDefaultActivityTransformers, t as actorDehydrator } from "./transformers-ve6e2xcg.js";
5
5
  import "./compat/mod.js";
6
- import { a as verifyRequestDetailed, c as fetchKeyDetailed, f as formatAcceptSignature, h as validateAcceptSignature, i as verifyRequest, l as generateCryptoKeyPair, m as parseAcceptSignature, o as exportJwk, p as fulfillAcceptSignature, r as signRequest, s as fetchKey, u as importJwk } from "./http--QckI6eu.js";
7
- import { a as createExponentialBackoffPolicy, c as buildCollectionSynchronizationHeader, d as Router, f as RouterError, i as SendActivityError, l as digest, o as respondWithObject, r as handleWebFinger, s as respondWithObjectIfAcceptable, t as createFederation, u as createFederationBuilder } from "./middleware-DVucu7Ua.js";
8
- import { a as doesActorOwnKey, c as createSignature, d as signJsonLd, f as verifyJsonLd, i as verifyProof, l as detachSignature, n as signObject, o as getKeyOwner, p as verifySignature, r as verifyObject, s as attachSignature, t as createProof } from "./proof-BdBw7ta6.js";
6
+ import { a as verifyRequestDetailed, c as fetchKeyDetailed, f as formatAcceptSignature, h as validateAcceptSignature, i as verifyRequest, l as generateCryptoKeyPair, m as parseAcceptSignature, o as exportJwk, p as fulfillAcceptSignature, r as signRequest, s as fetchKey, u as importJwk } from "./http-oG4y8q4n.js";
7
+ import { a as createExponentialBackoffPolicy, c as buildCollectionSynchronizationHeader, d as Router, f as RouterError, i as SendActivityError, l as digest, o as respondWithObject, r as handleWebFinger, s as respondWithObjectIfAcceptable, t as createFederation, u as createFederationBuilder } from "./middleware-CqaVY7Db.js";
8
+ import { a as doesActorOwnKey, c as createSignature, d as signJsonLd, f as verifyJsonLd, i as verifyProof, l as detachSignature, n as signObject, o as getKeyOwner, p as verifySignature, r as verifyObject, s as attachSignature, t as createProof } from "./proof-Cr-0THxd.js";
9
9
  import { n as getNodeInfo, r as parseNodeInfo, t as nodeInfoToJson } from "./types-hvL8ElAs.js";
10
- import { n as getAuthenticatedDocumentLoader, t as kvCache } from "./kv-cache-mitMZIf1.js";
10
+ import { n as getAuthenticatedDocumentLoader, t as kvCache } from "./kv-cache-BnfUjj42.js";
11
11
  import { InProcessMessageQueue, MemoryKvStore, ParallelMessageQueue } from "./federation/mod.js";
12
12
  import "./nodeinfo/mod.js";
13
13
  import "./runtime/mod.js";
@@ -5,7 +5,7 @@ import { n as createRequestContext } from "../context-Juj6bdHC.mjs";
5
5
  import { t as assertEquals } from "../assert_equals-Ew3jOFa3.mjs";
6
6
  import "../std__assert-Duiq_YC9.mjs";
7
7
  import { t as MemoryKvStore } from "../kv-tL2TOE9X.mjs";
8
- import { a as createFederation, h as handleNodeInfoJrd, m as handleNodeInfo } from "../middleware-Baijd69R.mjs";
8
+ import { a as createFederation, h as handleNodeInfoJrd, m as handleNodeInfo } from "../middleware-DcwyRzc9.mjs";
9
9
  import { test } from "@fedify/fixture";
10
10
  //#region src/nodeinfo/handler.test.ts
11
11
  test("handleNodeInfo()", async () => {
@@ -1,8 +1,8 @@
1
1
  import "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
- import { n as version, t as name } from "./deno-B8PXzTiu.mjs";
5
- import "./key-CP-iyM2C.mjs";
4
+ import { n as version, t as name } from "./deno-hMabhCww.mjs";
5
+ import "./key-Buz4jrLL.mjs";
6
6
  import { CryptographicKey, Object as Object$1, isActor } from "@fedify/vocab";
7
7
  import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
8
8
  import { getDocumentLoader } from "@fedify/vocab-runtime";
@@ -1,7 +1,7 @@
1
1
  const { Temporal } = require("@js-temporal/polyfill");
2
2
  const { URLPattern } = require("urlpattern-polyfill");
3
3
  const require_chunk = require("./chunk-DDcVe30Y.cjs");
4
- const require_http = require("./http-BNEGRucW.cjs");
4
+ const require_http = require("./http-BewLiYTT.cjs");
5
5
  let _logtape_logtape = require("@logtape/logtape");
6
6
  let _fedify_vocab = require("@fedify/vocab");
7
7
  let _opentelemetry_api = require("@opentelemetry/api");
@@ -1,8 +1,8 @@
1
1
  import { Temporal } from "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
- import { n as version, t as name } from "./deno-B8PXzTiu.mjs";
5
- import { n as fetchKey, o as validateCryptoKey } from "./key-CP-iyM2C.mjs";
4
+ import { n as version, t as name } from "./deno-hMabhCww.mjs";
5
+ import { n as fetchKey, o as validateCryptoKey } from "./key-Buz4jrLL.mjs";
6
6
  import { Activity, DataIntegrityProof, Multikey, getTypeId } from "@fedify/vocab";
7
7
  import { SpanStatusCode, trace } from "@opentelemetry/api";
8
8
  import { getLogger } from "@logtape/logtape";
@@ -1,6 +1,6 @@
1
1
  import { Temporal } from "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
- import { _ as version, d as validateCryptoKey, g as name, s as fetchKey } from "./http--QckI6eu.js";
3
+ import { _ as version, d as validateCryptoKey, g as name, s as fetchKey } from "./http-oG4y8q4n.js";
4
4
  import { getLogger } from "@logtape/logtape";
5
5
  import { Activity, CryptographicKey, DataIntegrityProof, Multikey, Object as Object$1, getTypeId, isActor } from "@fedify/vocab";
6
6
  import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
@@ -1,8 +1,8 @@
1
1
  import "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
- import { n as version, t as name } from "./deno-B8PXzTiu.mjs";
5
- import { n as doubleKnock } from "./http-Wmw3urZg.mjs";
4
+ import { n as version, t as name } from "./deno-hMabhCww.mjs";
5
+ import { n as doubleKnock } from "./http-0f792a_Z.mjs";
6
6
  import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
7
7
  import { getLogger } from "@logtape/logtape";
8
8
  //#region src/federation/send.ts
@@ -7,8 +7,8 @@ import { a as assertExists, t as assertStringIncludes } from "../std__assert-Dui
7
7
  import { n as assertFalse, t as assertRejects } from "../assert_rejects-B-qJtC9Z.mjs";
8
8
  import { t as assertThrows } from "../assert_throws-4NwKEy2q.mjs";
9
9
  import { t as assert } from "../assert-ddO5KLpe.mjs";
10
- import { t as exportJwk } from "../key-CP-iyM2C.mjs";
11
- import { a as parseRfc9421Signature, c as timingSafeEqual, i as formatRfc9421SignatureParameters, l as verifyRequest, n as doubleKnock, o as parseRfc9421SignatureInput, r as formatRfc9421Signature, s as signRequest, t as createRfc9421SignatureBase, u as verifyRequestDetailed } from "../http-Wmw3urZg.mjs";
10
+ import { t as exportJwk } from "../key-Buz4jrLL.mjs";
11
+ import { a as parseRfc9421Signature, c as timingSafeEqual, i as formatRfc9421SignatureParameters, l as verifyRequest, n as doubleKnock, o as parseRfc9421SignatureInput, r as formatRfc9421Signature, s as signRequest, t as createRfc9421SignatureBase, u as verifyRequestDetailed } from "../http-0f792a_Z.mjs";
12
12
  import { i as rsaPrivateKey2, l as rsaPublicKey5, o as rsaPublicKey1, s as rsaPublicKey2 } from "../keys-BAK-tUlf.mjs";
13
13
  import { createTestTracerProvider, mockDocumentLoader, test } from "@fedify/fixture";
14
14
  import { FetchError, exportSpki } from "@fedify/vocab-runtime";
@@ -5,7 +5,7 @@ import { t as assertEquals } from "../assert_equals-Ew3jOFa3.mjs";
5
5
  import "../std__assert-Duiq_YC9.mjs";
6
6
  import { t as assertRejects } from "../assert_rejects-B-qJtC9Z.mjs";
7
7
  import { t as assertThrows } from "../assert_throws-4NwKEy2q.mjs";
8
- import { a as importJwk, i as generateCryptoKeyPair, n as fetchKey, o as validateCryptoKey, r as fetchKeyDetailed, t as exportJwk } from "../key-CP-iyM2C.mjs";
8
+ import { a as importJwk, i as generateCryptoKeyPair, n as fetchKey, o as validateCryptoKey, r as fetchKeyDetailed, t as exportJwk } from "../key-Buz4jrLL.mjs";
9
9
  import { c as rsaPublicKey3, i as rsaPrivateKey2, o as rsaPublicKey1, s as rsaPublicKey2, t as ed25519Multikey } from "../keys-BAK-tUlf.mjs";
10
10
  import { createTestTracerProvider, mockDocumentLoader, test } from "@fedify/fixture";
11
11
  import { CryptographicKey, Multikey } from "@fedify/vocab";
@@ -5,9 +5,9 @@ import { t as assertEquals } from "../assert_equals-Ew3jOFa3.mjs";
5
5
  import { n as assertFalse, t as assertRejects } from "../assert_rejects-B-qJtC9Z.mjs";
6
6
  import { t as assertThrows } from "../assert_throws-4NwKEy2q.mjs";
7
7
  import { t as assert } from "../assert-ddO5KLpe.mjs";
8
- import { i as generateCryptoKeyPair } from "../key-CP-iyM2C.mjs";
8
+ import { i as generateCryptoKeyPair } from "../key-Buz4jrLL.mjs";
9
9
  import { a as rsaPrivateKey3, c as rsaPublicKey3, i as rsaPrivateKey2, n as ed25519PrivateKey, s as rsaPublicKey2, t as ed25519Multikey } from "../keys-BAK-tUlf.mjs";
10
- import { a as signJsonLd, n as createSignature, o as verifyJsonLd, r as detachSignature, s as verifySignature, t as attachSignature } from "../ld-BB9JKE_b.mjs";
10
+ import { a as signJsonLd, n as createSignature, o as verifyJsonLd, r as detachSignature, s as verifySignature, t as attachSignature } from "../ld-Drc5O1ub.mjs";
11
11
  import { mockDocumentLoader, test } from "@fedify/fixture";
12
12
  import { CryptographicKey } from "@fedify/vocab";
13
13
  import { encodeBase64 } from "byte-encodings/base64";
package/dist/sig/mod.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
  const { Temporal } = require("@js-temporal/polyfill");
2
2
  const { URLPattern } = require("urlpattern-polyfill");
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
- const require_http = require("../http-BNEGRucW.cjs");
5
- const require_proof = require("../proof-DDhUoWdO.cjs");
4
+ const require_http = require("../http-BewLiYTT.cjs");
5
+ const require_proof = require("../proof-CNU71NVu.cjs");
6
6
  exports.attachSignature = require_proof.attachSignature;
7
7
  exports.createProof = require_proof.createProof;
8
8
  exports.createSignature = require_proof.createSignature;
package/dist/sig/mod.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
- import { a as verifyRequestDetailed, c as fetchKeyDetailed, f as formatAcceptSignature, h as validateAcceptSignature, i as verifyRequest, l as generateCryptoKeyPair, m as parseAcceptSignature, o as exportJwk, p as fulfillAcceptSignature, r as signRequest, s as fetchKey, u as importJwk } from "../http--QckI6eu.js";
4
- import { a as doesActorOwnKey, c as createSignature, d as signJsonLd, f as verifyJsonLd, i as verifyProof, l as detachSignature, n as signObject, o as getKeyOwner, p as verifySignature, r as verifyObject, s as attachSignature, t as createProof } from "../proof-BdBw7ta6.js";
3
+ import { a as verifyRequestDetailed, c as fetchKeyDetailed, f as formatAcceptSignature, h as validateAcceptSignature, i as verifyRequest, l as generateCryptoKeyPair, m as parseAcceptSignature, o as exportJwk, p as fulfillAcceptSignature, r as signRequest, s as fetchKey, u as importJwk } from "../http-oG4y8q4n.js";
4
+ import { a as doesActorOwnKey, c as createSignature, d as signJsonLd, f as verifyJsonLd, i as verifyProof, l as detachSignature, n as signObject, o as getKeyOwner, p as verifySignature, r as verifyObject, s as attachSignature, t as createProof } from "../proof-Cr-0THxd.js";
5
5
  export { attachSignature, createProof, createSignature, detachSignature, doesActorOwnKey, exportJwk, fetchKey, fetchKeyDetailed, formatAcceptSignature, fulfillAcceptSignature, generateCryptoKeyPair, getKeyOwner, importJwk, parseAcceptSignature, signJsonLd, signObject, signRequest, validateAcceptSignature, verifyJsonLd, verifyObject, verifyProof, verifyRequest, verifyRequestDetailed, verifySignature };
@@ -6,7 +6,7 @@ import "../std__assert-Duiq_YC9.mjs";
6
6
  import { n as assertFalse } from "../assert_rejects-B-qJtC9Z.mjs";
7
7
  import { t as assert } from "../assert-ddO5KLpe.mjs";
8
8
  import { o as rsaPublicKey1, s as rsaPublicKey2 } from "../keys-BAK-tUlf.mjs";
9
- import { n as getKeyOwner, t as doesActorOwnKey } from "../owner-B4C6BS_o.mjs";
9
+ import { n as getKeyOwner, t as doesActorOwnKey } from "../owner-CLKB6EdW.mjs";
10
10
  import { createTestTracerProvider, mockDocumentLoader, test } from "@fedify/fixture";
11
11
  import { Create, CryptographicKey, lookupObject } from "@fedify/vocab";
12
12
  //#region src/sig/owner.test.ts
@@ -6,7 +6,7 @@ import "../std__assert-Duiq_YC9.mjs";
6
6
  import { t as assertRejects } from "../assert_rejects-B-qJtC9Z.mjs";
7
7
  import { t as assertInstanceOf } from "../assert_instance_of-C4Ri6VuN.mjs";
8
8
  import { i as rsaPrivateKey2, n as ed25519PrivateKey, r as ed25519PublicKey, s as rsaPublicKey2, t as ed25519Multikey } from "../keys-BAK-tUlf.mjs";
9
- import { i as verifyProof, n as signObject, r as verifyObject, t as createProof } from "../proof-BgN9HeAu.mjs";
9
+ import { i as verifyProof, n as signObject, r as verifyObject, t as createProof } from "../proof-CZf0bupI.mjs";
10
10
  import { mockDocumentLoader, test } from "@fedify/fixture";
11
11
  import { Create, DataIntegrityProof, Multikey, Note, Place } from "@fedify/vocab";
12
12
  import { decodeMultibase, importMultibaseKey } from "@fedify/vocab-runtime";
@@ -5,9 +5,9 @@ import { t as esm_default } from "../esm-DVILvP5e.mjs";
5
5
  import { t as assertEquals } from "../assert_equals-Ew3jOFa3.mjs";
6
6
  import "../std__assert-Duiq_YC9.mjs";
7
7
  import { t as assertRejects } from "../assert_rejects-B-qJtC9Z.mjs";
8
- import { l as verifyRequest } from "../http-Wmw3urZg.mjs";
8
+ import { l as verifyRequest } from "../http-0f792a_Z.mjs";
9
9
  import { i as rsaPrivateKey2 } from "../keys-BAK-tUlf.mjs";
10
- import { t as getAuthenticatedDocumentLoader } from "../docloader-Cab6FQHE.mjs";
10
+ import { t as getAuthenticatedDocumentLoader } from "../docloader-DfimMtL4.mjs";
11
11
  import { mockDocumentLoader, test } from "@fedify/fixture";
12
12
  import { UrlError } from "@fedify/vocab-runtime";
13
13
  //#region src/utils/docloader.test.ts
@@ -1,6 +1,6 @@
1
1
  const { Temporal } = require("@js-temporal/polyfill");
2
2
  const { URLPattern } = require("urlpattern-polyfill");
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
- const require_kv_cache = require("../kv-cache-B7cjCivY.cjs");
4
+ const require_kv_cache = require("../kv-cache-E_ri3gGZ.cjs");
5
5
  exports.getAuthenticatedDocumentLoader = require_kv_cache.getAuthenticatedDocumentLoader;
6
6
  exports.kvCache = require_kv_cache.kvCache;
package/dist/utils/mod.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
- import { n as getAuthenticatedDocumentLoader, t as kvCache } from "../kv-cache-mitMZIf1.js";
3
+ import { n as getAuthenticatedDocumentLoader, t as kvCache } from "../kv-cache-BnfUjj42.js";
4
4
  export { getAuthenticatedDocumentLoader, kvCache };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "2.2.0-dev.655+bb22a55d",
3
+ "version": "2.2.0-dev.671+61141c60",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",
@@ -144,9 +144,9 @@
144
144
  "uri-template-router": "^1.0.0",
145
145
  "url-template": "^3.1.1",
146
146
  "urlpattern-polyfill": "^10.1.0",
147
- "@fedify/vocab": "2.2.0-dev.655+bb22a55d",
148
- "@fedify/webfinger": "2.2.0-dev.655+bb22a55d",
149
- "@fedify/vocab-runtime": "2.2.0-dev.655+bb22a55d"
147
+ "@fedify/vocab": "2.2.0-dev.671+61141c60",
148
+ "@fedify/webfinger": "2.2.0-dev.671+61141c60",
149
+ "@fedify/vocab-runtime": "2.2.0-dev.671+61141c60"
150
150
  },
151
151
  "devDependencies": {
152
152
  "@std/assert": "npm:@jsr/std__assert@^0.226.0",
@@ -159,7 +159,7 @@
159
159
  "typescript": "^5.9.2",
160
160
  "wrangler": "^4.17.0",
161
161
  "@fedify/fixture": "2.0.0",
162
- "@fedify/vocab-tools": "^2.2.0-dev.655+bb22a55d"
162
+ "@fedify/vocab-tools": "^2.2.0-dev.671+61141c60"
163
163
  },
164
164
  "scripts": {
165
165
  "build:self": "tsdown",