@fedify/fedify 2.4.0-dev.1422 → 2.4.0-dev.1431

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 (104) hide show
  1. package/dist/{assert-DikXweDx.mjs → assert-OguE97r2.mjs} +1 -1
  2. package/dist/{assert_instance_of-C4Ri6VuN.mjs → assert_instance_of-DBC5X09g.mjs} +1 -1
  3. package/dist/{assert_not_equals--wG9hV7u.mjs → assert_not_equals-DkVK8oqV.mjs} +1 -1
  4. package/dist/{assert_rejects-DQP-q39h.mjs → assert_rejects-DN60FHPX.mjs} +2 -2
  5. package/dist/{assert_strict_equals-Dmjbg-bA.mjs → assert_strict_equals-XEgZAlrj.mjs} +1 -1
  6. package/dist/{assert_throws-4NwKEy2q.mjs → assert_throws-BOkhLGYc.mjs} +1 -1
  7. package/dist/{builder-Gef_ZeDE.mjs → builder-CZR-efLj.mjs} +3 -23
  8. package/dist/compat/mod.d.cts +1 -1
  9. package/dist/compat/mod.d.ts +1 -1
  10. package/dist/compat/outgoing-jsonld.test.mjs +3 -3
  11. package/dist/compat/public-audience.test.mjs +3 -3
  12. package/dist/compat/transformers.test.mjs +5 -5
  13. package/dist/{context-BuGH_Vft.d.cts → context-BBVLF7lx.d.cts} +70 -286
  14. package/dist/{context-CLtZxCu6.d.ts → context-BU6jSQdo.d.ts} +70 -285
  15. package/dist/{context-BrIOaBSs.mjs → context-DVoTs_wM.mjs} +1 -7
  16. package/dist/{deno-BmD7XRaO.mjs → deno-DTMxScEV.mjs} +1 -1
  17. package/dist/{docloader-B8AJowCx.mjs → docloader-BfWi9rXZ.mjs} +2 -2
  18. package/dist/federation/builder.test.mjs +5 -5
  19. package/dist/federation/circuit-breaker.test.mjs +5 -5
  20. package/dist/federation/collection.test.mjs +3 -3
  21. package/dist/federation/handler.test.mjs +13 -13
  22. package/dist/federation/idempotency.test.mjs +6 -6
  23. package/dist/federation/inbox.test.mjs +3 -3
  24. package/dist/federation/keycache.test.mjs +5 -5
  25. package/dist/federation/kv.test.mjs +3 -3
  26. package/dist/federation/metrics.test.mjs +4 -4
  27. package/dist/federation/middleware.test.mjs +19 -200
  28. package/dist/federation/mod.cjs +1 -1
  29. package/dist/federation/mod.d.cts +3 -3
  30. package/dist/federation/mod.d.ts +3 -3
  31. package/dist/federation/mod.js +1 -1
  32. package/dist/federation/mq.test.mjs +260 -5
  33. package/dist/federation/negotiation.test.mjs +4 -4
  34. package/dist/federation/retry.test.mjs +3 -3
  35. package/dist/federation/router.test.mjs +5 -5
  36. package/dist/federation/send.test.mjs +10 -10
  37. package/dist/federation/temporal.test.mjs +4 -4
  38. package/dist/federation/webfinger.test.mjs +6 -6
  39. package/dist/{http-GQoPA_YT.mjs → http-BCpKHsqy.mjs} +4 -4
  40. package/dist/{http-BCSQJ_gv.cjs → http-CIwbPzeL.cjs} +17 -7
  41. package/dist/{http-CJ0WNyqA.js → http-D07vE9PZ.js} +17 -7
  42. package/dist/{key-BLy_TeTg.mjs → key-BjyR4b3H.mjs} +18 -8
  43. package/dist/{kv-cache-DXwu7BtY.cjs → kv-cache-CXj8cbEx.cjs} +1 -1
  44. package/dist/{kv-cache-pw-kBdVz.mjs → kv-cache-IEJVfSBn.mjs} +1 -1
  45. package/dist/{kv-cache-CjEcb9qH.js → kv-cache-LdHRMYlC.js} +1 -1
  46. package/dist/{ld-CWgxPlZq.mjs → ld-xrOJDs7P.mjs} +3 -3
  47. package/dist/{metrics-DUKoLd_E.mjs → metrics-BAQhI4a7.mjs} +1 -1
  48. package/dist/{middleware-BiCk4wGY.cjs → middleware-B1l3sgj_.cjs} +31 -281
  49. package/dist/{middleware-Dq-HhJHd.mjs → middleware-BQ8dje7a.mjs} +1 -1
  50. package/dist/{middleware-2Us0G3Iy.js → middleware-BgK5j6TR.js} +31 -281
  51. package/dist/{middleware-PZaroDUk.mjs → middleware-CvPc_n0b.mjs} +44 -186
  52. package/dist/{mod-DRokcHeU.d.cts → mod-C0F6kvgS.d.cts} +1 -1
  53. package/dist/{mod-r-1xOW_C.d.ts → mod-vPYVoa5n.d.ts} +1 -1
  54. package/dist/mod.cjs +4 -4
  55. package/dist/mod.d.cts +4 -4
  56. package/dist/mod.d.ts +4 -4
  57. package/dist/mod.js +4 -4
  58. package/dist/nodeinfo/client.test.mjs +3 -3
  59. package/dist/nodeinfo/handler.test.mjs +5 -5
  60. package/dist/nodeinfo/types.test.mjs +4 -4
  61. package/dist/otel/exporter.test.mjs +3 -3
  62. package/dist/{outgoing-jsonld-BgFLCJQ_.mjs → outgoing-jsonld-L_DbOaFe.mjs} +1 -1
  63. package/dist/{owner-U0Z8Ex6i.mjs → owner-CHvv4iAW.mjs} +2 -2
  64. package/dist/{proof-f7K32nz7.js → proof-C9nqy_mp.js} +1 -1
  65. package/dist/{proof-nb5tfciW.mjs → proof-DOIrkqW_.mjs} +5 -5
  66. package/dist/{proof-DA3hLGSO.cjs → proof-pmMnJMQe.cjs} +1 -1
  67. package/dist/{send-CLfW5Fdf.mjs → send-CC8034Mb.mjs} +3 -3
  68. package/dist/sig/accept.test.mjs +1 -1
  69. package/dist/sig/http.test.mjs +8 -8
  70. package/dist/sig/key.test.mjs +56 -6
  71. package/dist/sig/ld.test.mjs +7 -7
  72. package/dist/sig/mod.cjs +2 -2
  73. package/dist/sig/mod.js +2 -2
  74. package/dist/sig/owner.test.mjs +6 -6
  75. package/dist/sig/proof.test.mjs +8 -8
  76. package/dist/{std__assert-BTEgfoJo.mjs → std__assert-BBjXFNOb.mjs} +4 -4
  77. package/dist/{temporal-2ry_jdCK.mjs → temporal-CJdpFg8A.mjs} +1 -1
  78. package/dist/testing/mod.d.mts +7 -378
  79. package/dist/testing/mod.mjs +2 -3
  80. package/dist/utils/docloader.test.mjs +6 -6
  81. package/dist/utils/kv-cache.test.mjs +1 -1
  82. package/dist/utils/mod.cjs +1 -1
  83. package/dist/utils/mod.js +1 -1
  84. package/package.json +6 -8
  85. package/dist/codec-Bf-rTqks.mjs +0 -94
  86. package/dist/federation/tasks/codec.test.d.mts +0 -2
  87. package/dist/federation/tasks/codec.test.mjs +0 -292
  88. package/dist/federation/tasks/tasks.test.d.mts +0 -2
  89. package/dist/federation/tasks/tasks.test.mjs +0 -651
  90. package/dist/mq-CvJAzRz5.mjs +0 -260
  91. package/dist/testing-CjYPStvE.mjs +0 -55
  92. /package/dist/{accept-CceiKpCy.mjs → accept-CPkZzmGN.mjs} +0 -0
  93. /package/dist/{activity-listener-BeTGV3wc.mjs → activity-listener-tztVvlNb.mjs} +0 -0
  94. /package/dist/{assert_equals-Ew3jOFa3.mjs → assert_equals-C-ZRDbaf.mjs} +0 -0
  95. /package/dist/{circuit-breaker-hJBB6jwA.mjs → circuit-breaker-CSWsyoef.mjs} +0 -0
  96. /package/dist/{client-B_A6mfn3.mjs → client-ByXmQhYD.mjs} +0 -0
  97. /package/dist/{collection-Dp5ky45w.mjs → collection-Cc3DVAhE.mjs} +0 -0
  98. /package/dist/{keycache-CaOR6NYg.mjs → keycache-BeU0LCII.mjs} +0 -0
  99. /package/dist/{keys-C3kae-6B.mjs → keys-DGu1NFwu.mjs} +0 -0
  100. /package/dist/{kv-x2IvBUyq.mjs → kv-rV3vodCc.mjs} +0 -0
  101. /package/dist/{negotiation-m_L2nyS3.mjs → negotiation-DDstyBvc.mjs} +0 -0
  102. /package/dist/{public-audience-N3pyOx2p.mjs → public-audience-Cvbr2Gzt.mjs} +0 -0
  103. /package/dist/{retry-DI4O-zYl.mjs → retry-CXg_MBI-.mjs} +0 -0
  104. /package/dist/{types-BFowWFTT.mjs → types-J53Kw7so.mjs} +0 -0
@@ -2,16 +2,16 @@ import "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
4
  import { t as esm_default } from "../esm-vrlUxr60.mjs";
5
- import { t as assertEquals } from "../assert_equals-Ew3jOFa3.mjs";
6
- import "../std__assert-BTEgfoJo.mjs";
7
- import { n as assertGreaterOrEqual, r as assertFalse, t as assertRejects } from "../assert_rejects-DQP-q39h.mjs";
8
- import { t as assertInstanceOf } from "../assert_instance_of-C4Ri6VuN.mjs";
9
- import { t as assertNotEquals } from "../assert_not_equals--wG9hV7u.mjs";
10
- import { t as assert } from "../assert-DikXweDx.mjs";
11
- import { l as verifyRequest } from "../http-GQoPA_YT.mjs";
12
- import { i as rsaPrivateKey2, n as ed25519PrivateKey, s as rsaPublicKey2, t as ed25519Multikey } from "../keys-C3kae-6B.mjs";
13
- import { t as doesActorOwnKey } from "../owner-U0Z8Ex6i.mjs";
14
- import { n as extractInboxes, r as sendActivity, t as SendActivityError } from "../send-CLfW5Fdf.mjs";
5
+ import { t as assertEquals } from "../assert_equals-C-ZRDbaf.mjs";
6
+ import "../std__assert-BBjXFNOb.mjs";
7
+ import { n as assertGreaterOrEqual, r as assertFalse, t as assertRejects } from "../assert_rejects-DN60FHPX.mjs";
8
+ import { t as assertInstanceOf } from "../assert_instance_of-DBC5X09g.mjs";
9
+ import { t as assertNotEquals } from "../assert_not_equals-DkVK8oqV.mjs";
10
+ import { t as assert } from "../assert-OguE97r2.mjs";
11
+ import { l as verifyRequest } from "../http-BCpKHsqy.mjs";
12
+ import { i as rsaPrivateKey2, n as ed25519PrivateKey, s as rsaPublicKey2, t as ed25519Multikey } from "../keys-DGu1NFwu.mjs";
13
+ import { t as doesActorOwnKey } from "../owner-CHvv4iAW.mjs";
14
+ import { n as extractInboxes, r as sendActivity, t as SendActivityError } from "../send-CC8034Mb.mjs";
15
15
  import { Activity, Application, Endpoints, Group, Person, Service } from "@fedify/vocab";
16
16
  import { createTestMeterProvider, createTestTracerProvider, mockDocumentLoader, test } from "@fedify/fixture";
17
17
  import { FetchError } from "@fedify/vocab-runtime";
@@ -1,10 +1,10 @@
1
1
  import "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
- import "../std__assert-BTEgfoJo.mjs";
5
- import { r as assertFalse } from "../assert_rejects-DQP-q39h.mjs";
6
- import { t as assert } from "../assert-DikXweDx.mjs";
7
- import { t as hasMalformedKnownTemporalLiteral } from "../temporal-2ry_jdCK.mjs";
4
+ import "../std__assert-BBjXFNOb.mjs";
5
+ import { r as assertFalse } from "../assert_rejects-DN60FHPX.mjs";
6
+ import { t as assert } from "../assert-OguE97r2.mjs";
7
+ import { t as hasMalformedKnownTemporalLiteral } from "../temporal-CJdpFg8A.mjs";
8
8
  import { test } from "@fedify/fixture";
9
9
  //#region src/federation/temporal.test.ts
10
10
  test("hasMalformedKnownTemporalLiteral() detects expanded proof timestamps", async () => {
@@ -1,12 +1,12 @@
1
1
  import { Temporal } from "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
- import { r as createRequestContext } from "../context-BrIOaBSs.mjs";
5
- import { t as assertEquals } from "../assert_equals-Ew3jOFa3.mjs";
6
- import "../std__assert-BTEgfoJo.mjs";
7
- import { t as assertNotEquals } from "../assert_not_equals--wG9hV7u.mjs";
8
- import { t as MemoryKvStore } from "../kv-x2IvBUyq.mjs";
9
- import { o as createFederation, s as handleWebFinger } from "../middleware-PZaroDUk.mjs";
4
+ import { r as createRequestContext } from "../context-DVoTs_wM.mjs";
5
+ import { t as assertEquals } from "../assert_equals-C-ZRDbaf.mjs";
6
+ import "../std__assert-BBjXFNOb.mjs";
7
+ import { t as assertNotEquals } from "../assert_not_equals-DkVK8oqV.mjs";
8
+ import { t as MemoryKvStore } from "../kv-rV3vodCc.mjs";
9
+ import { o as createFederation, s as handleWebFinger } from "../middleware-CvPc_n0b.mjs";
10
10
  import { Image, Link, Person, Tombstone } from "@fedify/vocab";
11
11
  import { createTestMeterProvider, test } from "@fedify/fixture";
12
12
  //#region src/federation/webfinger.test.ts
@@ -1,10 +1,10 @@
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-BmD7XRaO.mjs";
5
- import { n as getDurationMs, r as getFederationMetrics, s as measureSignatureKeyFetch } from "./metrics-DUKoLd_E.mjs";
6
- import { i as validateAcceptSignature, n as fulfillAcceptSignature, r as parseAcceptSignature } from "./accept-CceiKpCy.mjs";
7
- import { o as validateCryptoKey, r as fetchKeyDetailed } from "./key-BLy_TeTg.mjs";
4
+ import { n as version, t as name } from "./deno-DTMxScEV.mjs";
5
+ import { n as getDurationMs, r as getFederationMetrics, s as measureSignatureKeyFetch } from "./metrics-BAQhI4a7.mjs";
6
+ import { i as validateAcceptSignature, n as fulfillAcceptSignature, r as parseAcceptSignature } from "./accept-CPkZzmGN.mjs";
7
+ import { o as validateCryptoKey, r as fetchKeyDetailed } from "./key-BjyR4b3H.mjs";
8
8
  import { getLogger } from "@logtape/logtape";
9
9
  import { CryptographicKey } from "@fedify/vocab";
10
10
  import { SpanStatusCode, trace } from "@opentelemetry/api";
@@ -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.4.0-dev.1422+7668da16";
14
+ var version = "2.4.0-dev.1431+9ef6f5e8";
15
15
  //#endregion
16
16
  //#region src/sig/accept.ts
17
17
  /**
@@ -1201,21 +1201,31 @@ async function resolveFetchedKey(document, cacheKey, keyId, cls, { documentLoade
1201
1201
  const keys = cls === _fedify_vocab.CryptographicKey ? object.getPublicKeys({
1202
1202
  documentLoader,
1203
1203
  contextLoader,
1204
+ suppressError: true,
1204
1205
  tracerProvider
1205
1206
  }) : object.getAssertionMethods({
1206
1207
  documentLoader,
1207
1208
  contextLoader,
1209
+ suppressError: true,
1208
1210
  tracerProvider
1209
1211
  });
1210
1212
  let length = 0;
1211
1213
  let lastKey = null;
1212
- for await (const k of keys) {
1213
- length++;
1214
- lastKey = k;
1215
- if (k.id?.href === keyId) {
1216
- key = k;
1217
- break;
1214
+ try {
1215
+ for await (const k of keys) {
1216
+ length++;
1217
+ lastKey = k;
1218
+ if (k.id?.href === keyId) {
1219
+ key = k;
1220
+ break;
1221
+ }
1218
1222
  }
1223
+ } catch (e) {
1224
+ if (!(e instanceof TypeError)) throw e;
1225
+ logger.debug("Failed to verify; a malformed key was encountered while iterating the keys of {keyId}; treating it as a missing key: {error}", {
1226
+ keyId,
1227
+ error: e
1228
+ });
1219
1229
  }
1220
1230
  const keyIdUrl = new URL(keyId);
1221
1231
  if (key == null && keyIdUrl.hash === "" && length === 1) key = lastKey;
@@ -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.4.0-dev.1422+7668da16";
13
+ var version = "2.4.0-dev.1431+9ef6f5e8";
14
14
  //#endregion
15
15
  //#region src/sig/accept.ts
16
16
  /**
@@ -1200,21 +1200,31 @@ async function resolveFetchedKey(document, cacheKey, keyId, cls, { documentLoade
1200
1200
  const keys = cls === CryptographicKey ? object.getPublicKeys({
1201
1201
  documentLoader,
1202
1202
  contextLoader,
1203
+ suppressError: true,
1203
1204
  tracerProvider
1204
1205
  }) : object.getAssertionMethods({
1205
1206
  documentLoader,
1206
1207
  contextLoader,
1208
+ suppressError: true,
1207
1209
  tracerProvider
1208
1210
  });
1209
1211
  let length = 0;
1210
1212
  let lastKey = null;
1211
- for await (const k of keys) {
1212
- length++;
1213
- lastKey = k;
1214
- if (k.id?.href === keyId) {
1215
- key = k;
1216
- break;
1213
+ try {
1214
+ for await (const k of keys) {
1215
+ length++;
1216
+ lastKey = k;
1217
+ if (k.id?.href === keyId) {
1218
+ key = k;
1219
+ break;
1220
+ }
1217
1221
  }
1222
+ } catch (e) {
1223
+ if (!(e instanceof TypeError)) throw e;
1224
+ logger.debug("Failed to verify; a malformed key was encountered while iterating the keys of {keyId}; treating it as a missing key: {error}", {
1225
+ keyId,
1226
+ error: e
1227
+ });
1218
1228
  }
1219
1229
  const keyIdUrl = new URL(keyId);
1220
1230
  if (key == null && keyIdUrl.hash === "" && length === 1) key = lastKey;
@@ -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-BmD7XRaO.mjs";
5
- import { _ as recordKeyLookup, n as getDurationMs, t as classifyFetchError } from "./metrics-DUKoLd_E.mjs";
4
+ import { n as version, t as name } from "./deno-DTMxScEV.mjs";
5
+ import { _ as recordKeyLookup, n as getDurationMs, t as classifyFetchError } from "./metrics-BAQhI4a7.mjs";
6
6
  import { getLogger } from "@logtape/logtape";
7
7
  import { CryptographicKey, Object as Object$1, isActor } from "@fedify/vocab";
8
8
  import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
@@ -248,21 +248,31 @@ async function resolveFetchedKey(document, cacheKey, keyId, cls, { documentLoade
248
248
  const keys = cls === CryptographicKey ? object.getPublicKeys({
249
249
  documentLoader,
250
250
  contextLoader,
251
+ suppressError: true,
251
252
  tracerProvider
252
253
  }) : object.getAssertionMethods({
253
254
  documentLoader,
254
255
  contextLoader,
256
+ suppressError: true,
255
257
  tracerProvider
256
258
  });
257
259
  let length = 0;
258
260
  let lastKey = null;
259
- for await (const k of keys) {
260
- length++;
261
- lastKey = k;
262
- if (k.id?.href === keyId) {
263
- key = k;
264
- break;
261
+ try {
262
+ for await (const k of keys) {
263
+ length++;
264
+ lastKey = k;
265
+ if (k.id?.href === keyId) {
266
+ key = k;
267
+ break;
268
+ }
265
269
  }
270
+ } catch (e) {
271
+ if (!(e instanceof TypeError)) throw e;
272
+ logger.debug("Failed to verify; a malformed key was encountered while iterating the keys of {keyId}; treating it as a missing key: {error}", {
273
+ keyId,
274
+ error: e
275
+ });
266
276
  }
267
277
  const keyIdUrl = new URL(keyId);
268
278
  if (key == null && keyIdUrl.hash === "" && length === 1) key = lastKey;
@@ -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-BCSQJ_gv.cjs");
4
+ const require_http = require("./http-CIwbPzeL.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,7 +1,7 @@
1
1
  import { Temporal } from "@js-temporal/polyfill";
2
2
  import { URLPattern } from "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
- import { p as recordDocumentCache } from "./metrics-DUKoLd_E.mjs";
4
+ import { p as recordDocumentCache } from "./metrics-BAQhI4a7.mjs";
5
5
  import { getLogger } from "@logtape/logtape";
6
6
  import { preloadedContexts } from "@fedify/vocab-runtime";
7
7
  //#region src/utils/kv-cache.ts
@@ -1,6 +1,6 @@
1
1
  import { Temporal } from "@js-temporal/polyfill";
2
2
  import { URLPattern } from "urlpattern-polyfill";
3
- import { C as recordDocumentCache, d as validateCryptoKey, t as doubleKnock } from "./http-CJ0WNyqA.js";
3
+ import { C as recordDocumentCache, d as validateCryptoKey, t as doubleKnock } from "./http-D07vE9PZ.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,9 +1,9 @@
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-BmD7XRaO.mjs";
5
- import { n as getDurationMs, r as getFederationMetrics, s as measureSignatureKeyFetch } from "./metrics-DUKoLd_E.mjs";
6
- import { n as fetchKey, o as validateCryptoKey } from "./key-BLy_TeTg.mjs";
4
+ import { n as version, t as name } from "./deno-DTMxScEV.mjs";
5
+ import { n as getDurationMs, r as getFederationMetrics, s as measureSignatureKeyFetch } from "./metrics-BAQhI4a7.mjs";
6
+ import { n as fetchKey, o as validateCryptoKey } from "./key-BjyR4b3H.mjs";
7
7
  import { getLogger } from "@logtape/logtape";
8
8
  import { Activity, CryptographicKey, Object as Object$1, getTypeId } from "@fedify/vocab";
9
9
  import { SpanStatusCode, trace } from "@opentelemetry/api";
@@ -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-BmD7XRaO.mjs";
4
+ import { n as version, t as name } from "./deno-DTMxScEV.mjs";
5
5
  import { metrics } from "@opentelemetry/api";
6
6
  import { FetchError } from "@fedify/vocab-runtime";
7
7
  //#region src/federation/metrics.ts