@fedify/fedify 1.8.1-pr.315.1090 → 1.8.1-pr.318.1225
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.
- package/README.md +4 -1
- package/dist/{actor-BX-pKSuT.js → actor-C5n4A944.js} +1 -4
- package/dist/{actor-1rvS-py8.d.ts → actor-CWNAGvnO.d.ts} +2 -2
- package/dist/{actor-C02Getjh.js → actor-s5mQBwHr.js} +179 -179
- package/dist/{assert_rejects-DceVjUlD.js → assert_rejects-AjlKk-Vo.js} +1 -1
- package/dist/{assert_throws-DTDC_gwN.js → assert_throws-CqMKbTh_.js} +1 -1
- package/dist/{authdocloader-BZs3nvC8.js → authdocloader-4RSyvLgz.js} +4 -5
- package/dist/{authdocloader-BbVFhkcz.js → authdocloader-CPaXUreA.js} +4 -4
- package/dist/{builder-DuW8p2S3.js → builder-CChGxW97.js} +74 -5
- package/dist/{client-BD0mI7gk.js → client-49mgdebk.js} +2 -2
- package/dist/{client-DK4qnXK0.d.ts → client-B0IOer6B.d.ts} +1 -1
- package/dist/compat/mod.d.ts +11 -11
- package/dist/compat/mod.js +1 -1
- package/dist/compat/transformers.test.js +20 -27
- package/dist/{context-BhO5LP_t.d.ts → context-BNA3vzcr.d.ts} +273 -60
- package/dist/{docloader-DtGccyuM.d.ts → docloader-CLolPVL_.d.ts} +2 -11
- package/dist/{docloader-umQd797n.js → docloader-DfooRmPz.js} +26 -13
- package/dist/{esm-d-9EVGaP.js → esm-3l5DpT9c.js} +1 -1
- package/dist/federation/builder.test.js +30 -16
- package/dist/federation/collection.test.js +9 -7
- package/dist/federation/handler.test.js +336 -35
- package/dist/federation/inbox.test.js +6 -10
- package/dist/federation/keycache.test.js +4 -7
- package/dist/federation/kv.test.js +8 -6
- package/dist/federation/middleware.test.js +58 -35
- package/dist/federation/mod.d.ts +11 -11
- package/dist/federation/mod.js +11 -11
- package/dist/federation/mq.test.js +10 -8
- package/dist/federation/retry.test.js +5 -3
- package/dist/federation/router.test.js +8 -7
- package/dist/federation/send.test.js +15 -21
- package/dist/{http-Cp-0z2Ja.d.ts → http-COez3YdK.d.ts} +4 -4
- package/dist/{http-CkS9JLmm.js → http-CsGPBDOo.js} +5 -4
- package/dist/{http-D59x3pzl.js → http-DyZD6UXI.js} +4 -4
- package/dist/{inbox-BjyNe-HL.js → inbox-DVl0Nqfm.js} +1 -3
- package/dist/{key-Btkh3AwY.js → key-CNNi5ktf.js} +3 -3
- package/dist/{key-jxin-rRq.js → key-CvnCx-As.js} +3 -4
- package/dist/{key-Cf8lNopw.js → key-MvqIkRnS.js} +4 -4
- package/dist/key-X4-XaJF1.js +10 -0
- package/dist/{keycache-BC5bL06g.js → keycache-BZR7b67J.js} +1 -1
- package/dist/{keys-Dfntfi5m.js → keys-CFFCiRYU.js} +1 -1
- package/dist/{kv-DDdb1hMa.d.ts → kv-BqOK6zss.d.ts} +1 -1
- package/dist/{ld-DwoZFwEd.js → ld-BDA3JCwf.js} +2 -4
- package/dist/{lookup-CAXRxPZ3.js → lookup-DcB1UuZA.js} +116 -10
- package/dist/{lookup-gQIU9tXW.js → lookup-mq8Ba5Kb.js} +2 -3
- package/dist/{lookup-m3U6KA0u.d.ts → lookup-tSXYzgYs.d.ts} +1 -7
- package/dist/{middleware-BOHju0mN.js → middleware-BKoKlIe8.js} +617 -12
- package/dist/middleware-CJiChbvg.js +26 -0
- package/dist/middleware-D6H2vPkH.js +17 -0
- package/dist/{middleware-cN6r9o1m.js → middleware-XOfMDFVl.js} +556 -25
- package/dist/{mod-yPzXIjJX.d.ts → mod-Bf-mThHd.d.ts} +4 -4
- package/dist/{mod-BqCBztub.d.ts → mod-C2jQirfr.d.ts} +2 -7
- package/dist/{mod-nlVEnYuj.d.ts → mod-CxD6XXBN.d.ts} +5 -5
- package/dist/{mod-c1I-Ydch.d.ts → mod-UTC30uNC.d.ts} +2 -2
- package/dist/mod.d.ts +14 -14
- package/dist/mod.js +11 -11
- package/dist/nodeinfo/client.test.js +11 -11
- package/dist/nodeinfo/handler.test.js +25 -34
- package/dist/nodeinfo/mod.d.ts +3 -3
- package/dist/nodeinfo/mod.js +2 -2
- package/dist/nodeinfo/semver.test.js +9 -7
- package/dist/nodeinfo/types.test.js +10 -8
- package/dist/{owner-BK4eWKBp.d.ts → owner-BlxMNrL4.d.ts} +3 -3
- package/dist/{owner-BrSLT3By.js → owner-D_-GBbn-.js} +2 -3
- package/dist/{proof-u4rhYX_R.js → proof-BnFHVB6H.js} +3 -5
- package/dist/{proof-BDYegzwN.js → proof-C94_doNG.js} +4 -4
- package/dist/runtime/authdocloader.test.js +14 -20
- package/dist/runtime/docloader.test.js +9 -10
- package/dist/runtime/key.test.js +10 -15
- package/dist/runtime/langstr.test.js +8 -7
- package/dist/runtime/mod.d.ts +5 -5
- package/dist/runtime/mod.js +6 -6
- package/dist/runtime/multibase/multibase.test.js +8 -7
- package/dist/runtime/url.test.js +5 -4
- package/dist/{send-DRDKgORs.js → send-DcuZAIY1.js} +2 -2
- package/dist/sig/http.test.js +36 -19
- package/dist/sig/key.test.js +11 -17
- package/dist/sig/ld.test.js +10 -16
- package/dist/sig/mod.d.ts +7 -7
- package/dist/sig/mod.js +6 -6
- package/dist/sig/owner.test.js +12 -19
- package/dist/sig/proof.test.js +12 -18
- package/dist/testing/docloader.test.js +8 -7
- package/dist/testing/mod.d.ts +8599 -1
- package/dist/testing/mod.js +4 -2
- package/dist/testing-C4oxyGxC.js +302 -0
- package/dist/{transformers-ghwJuzGY.js → transformers-DJRB0yFF.js} +3 -3
- package/dist/{vocab-C4cyrUaT.js → type-CFzYOYUt.js} +5255 -183
- package/dist/{types-D1lhruqy.js → types-Cr8o5d6d.js} +1 -1
- package/dist/{types-C7C_l-jz.js → types-n7HI7VFr.js} +1 -1
- package/dist/vocab/actor.test.js +10 -16
- package/dist/vocab/lookup.test.js +11 -86
- package/dist/vocab/mod.d.ts +5 -5
- package/dist/vocab/mod.js +4 -4
- package/dist/vocab/type.test.js +3 -7
- package/dist/vocab/vocab.test.js +9 -13
- package/dist/{vocab-BaWeqg9y.js → vocab-BwGxoM8R.js} +6 -7
- package/dist/{vocab-B52eQhpN.d.ts → vocab-Cyrb7_co.d.ts} +1 -1
- package/dist/webfinger/handler.test.js +25 -34
- package/dist/webfinger/lookup.test.js +9 -64
- package/dist/webfinger/mod.d.ts +3 -3
- package/dist/webfinger/mod.js +2 -2
- package/dist/x/cfworkers.d.ts +1 -1
- package/dist/x/cfworkers.test.js +8 -6
- package/dist/x/hono.d.ts +14 -14
- package/dist/x/hono.js +2 -2
- package/dist/x/sveltekit.d.ts +11 -11
- package/dist/x/sveltekit.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-HsBuZ-b2.js +0 -41
- package/dist/context-V7yd31ov.js +0 -108
- package/dist/docloader-Bh-sDknx.js +0 -68
- package/dist/docloader-D5BOqs-9.js +0 -4514
- package/dist/key-DqZKjPjH.js +0 -16
- package/dist/langstr-DbWheeIS.js +0 -33
- package/dist/lookup-DvfZUKur.js +0 -133
- package/dist/middleware-31SyXabg.js +0 -33
- package/dist/middleware-CGl-YyTa.js +0 -17
- package/dist/multibase-DeCHcK8L.js +0 -316
- package/dist/router-D3UybECj.js +0 -118
- package/dist/testing-BZ0dJ4qn.js +0 -143
- package/dist/type-D2s5lmbZ.js +0 -14
- package/dist/url-kTAI6_KP.js +0 -68
- /package/dist/{assert_is_error-DQdKoRgb.js → assert_is_error-CeVBLPsZ.js} +0 -0
- /package/dist/{assert_not_equals-7pyUM3Ib.js → assert_not_equals-D2R2nl5h.js} +0 -0
- /package/dist/{collection-Dfb0TPno.js → collection-D5V3UzU3.js} +0 -0
- /package/dist/{denokv-QWKsIqML.js → denokv-DK9P5Jq7.js} +0 -0
- /package/dist/{retry-BiIhZWgD.js → retry-BnpVRGFC.js} +0 -0
- /package/dist/{semver-DWClQt_5.js → semver-DCqorrj5.js} +0 -0
- /package/dist/{std__assert-B3iAixc-.js → std__assert-BQdmxyzF.js} +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
6
|
import { AssertionError } from "./assert_equals-C5gKCm6A.js";
|
|
7
|
-
import { assertIsError } from "./assert_is_error-
|
|
7
|
+
import { assertIsError } from "./assert_is_error-CeVBLPsZ.js";
|
|
8
8
|
|
|
9
9
|
//#region ../node_modules/.pnpm/@jsr+std__assert@0.226.0/node_modules/@jsr/std__assert/assert_false.js
|
|
10
10
|
/**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
6
|
import { AssertionError } from "./assert_equals-C5gKCm6A.js";
|
|
7
|
-
import { assertIsError } from "./assert_is_error-
|
|
7
|
+
import { assertIsError } from "./assert_is_error-CeVBLPsZ.js";
|
|
8
8
|
|
|
9
9
|
//#region ../node_modules/.pnpm/@jsr+std__assert@0.226.0/node_modules/@jsr/std__assert/assert_throws.js
|
|
10
10
|
function assertThrows(fn, errorClassOrMsg, msgIncludesOrMsg, msg) {
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { createRequest, getRemoteDocument, logRequest } from "./
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { doubleKnock } from "./http-D59x3pzl.js";
|
|
6
|
+
import { UrlError, createRequest, getRemoteDocument, logRequest, validatePublicUrl } from "./type-CFzYOYUt.js";
|
|
7
|
+
import { validateCryptoKey } from "./key-CvnCx-As.js";
|
|
8
|
+
import { doubleKnock } from "./http-DyZD6UXI.js";
|
|
10
9
|
import { getLogger } from "@logtape/logtape";
|
|
11
10
|
|
|
12
11
|
//#region runtime/authdocloader.ts
|
|
@@ -28,7 +27,7 @@ const logger = getLogger([
|
|
|
28
27
|
*/
|
|
29
28
|
function getAuthenticatedDocumentLoader(identity, { allowPrivateAddress, userAgent, specDeterminer, tracerProvider } = {}) {
|
|
30
29
|
validateCryptoKey(identity.privateKey);
|
|
31
|
-
async function load(url
|
|
30
|
+
async function load(url) {
|
|
32
31
|
if (!allowPrivateAddress) try {
|
|
33
32
|
await validatePublicUrl(url);
|
|
34
33
|
} catch (error) {
|
|
@@ -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-
|
|
6
|
-
import { validateCryptoKey } from "./key-
|
|
7
|
-
import { doubleKnock } from "./http-
|
|
5
|
+
import { UrlError, createRequest, getRemoteDocument, logRequest, validatePublicUrl } from "./docloader-DfooRmPz.js";
|
|
6
|
+
import { validateCryptoKey } from "./key-CNNi5ktf.js";
|
|
7
|
+
import { doubleKnock } from "./http-CsGPBDOo.js";
|
|
8
8
|
import { getLogger } from "@logtape/logtape";
|
|
9
9
|
|
|
10
10
|
//#region runtime/authdocloader.ts
|
|
@@ -26,7 +26,7 @@ const logger = getLogger([
|
|
|
26
26
|
*/
|
|
27
27
|
function getAuthenticatedDocumentLoader(identity, { allowPrivateAddress, userAgent, specDeterminer, tracerProvider } = {}) {
|
|
28
28
|
validateCryptoKey(identity.privateKey);
|
|
29
|
-
async function load(url
|
|
29
|
+
async function load(url) {
|
|
30
30
|
if (!allowPrivateAddress) try {
|
|
31
31
|
await validatePublicUrl(url);
|
|
32
32
|
} catch (error) {
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { deno_default } from "./
|
|
7
|
-
import { Router, RouterError } from "./
|
|
8
|
-
import {
|
|
9
|
-
import { InboxListenerSet } from "./inbox-BjyNe-HL.js";
|
|
6
|
+
import { deno_default, getTypeId } from "./type-CFzYOYUt.js";
|
|
7
|
+
import { Router, RouterError } from "./lookup-DcB1UuZA.js";
|
|
8
|
+
import { InboxListenerSet } from "./inbox-DVl0Nqfm.js";
|
|
10
9
|
import { getLogger } from "@logtape/logtape";
|
|
11
10
|
import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
|
|
12
11
|
|
|
@@ -28,13 +27,21 @@ var FederationBuilderImpl = class {
|
|
|
28
27
|
inboxListeners;
|
|
29
28
|
inboxErrorHandler;
|
|
30
29
|
sharedInboxKeyDispatcher;
|
|
30
|
+
collectionTypeIds;
|
|
31
|
+
collectionCallbacks;
|
|
32
|
+
/**
|
|
33
|
+
* Symbol registry for unique identification of unnamed symbols.
|
|
34
|
+
*/
|
|
35
|
+
#symbolRegistry = /* @__PURE__ */ new Map();
|
|
31
36
|
constructor() {
|
|
32
37
|
this.router = new Router();
|
|
33
38
|
this.objectCallbacks = {};
|
|
34
39
|
this.objectTypeIds = {};
|
|
40
|
+
this.collectionCallbacks = {};
|
|
41
|
+
this.collectionTypeIds = {};
|
|
35
42
|
}
|
|
36
43
|
async build(options) {
|
|
37
|
-
const { FederationImpl } = await import("./middleware-
|
|
44
|
+
const { FederationImpl } = await import("./middleware-CJiChbvg.js");
|
|
38
45
|
const f = new FederationImpl(options);
|
|
39
46
|
const trailingSlashInsensitiveValue = f.router.trailingSlashInsensitive;
|
|
40
47
|
f.router = this.router.clone();
|
|
@@ -478,6 +485,68 @@ var FederationBuilderImpl = class {
|
|
|
478
485
|
};
|
|
479
486
|
return setters;
|
|
480
487
|
}
|
|
488
|
+
setCollectionDispatcher(name, ...args) {
|
|
489
|
+
return this.#setCustomCollectionDispatcher(name, "collection", ...args);
|
|
490
|
+
}
|
|
491
|
+
setOrderedCollectionDispatcher(name, ...args) {
|
|
492
|
+
return this.#setCustomCollectionDispatcher(name, "orderedCollection", ...args);
|
|
493
|
+
}
|
|
494
|
+
#setCustomCollectionDispatcher(name, collectionType, itemType, path, dispatcher) {
|
|
495
|
+
const strName = String(name);
|
|
496
|
+
const routeName = `${collectionType}:${this.#uniqueCollectionId(name)}`;
|
|
497
|
+
if (this.router.has(routeName)) throw new RouterError(`Collection dispatcher for ${strName} already set.`);
|
|
498
|
+
if (this.collectionCallbacks[name] != null) throw new RouterError(`Collection dispatcher for ${strName} already set.`);
|
|
499
|
+
const variables = this.router.add(path, routeName);
|
|
500
|
+
if (variables.size < 1) throw new RouterError("Path for collection dispatcher must have at least one variable.");
|
|
501
|
+
const callbacks = { dispatcher };
|
|
502
|
+
this.collectionCallbacks[name] = callbacks;
|
|
503
|
+
this.collectionTypeIds[name] = itemType;
|
|
504
|
+
const setters = {
|
|
505
|
+
setCounter(counter) {
|
|
506
|
+
callbacks.counter = counter;
|
|
507
|
+
return setters;
|
|
508
|
+
},
|
|
509
|
+
setFirstCursor(cursor) {
|
|
510
|
+
callbacks.firstCursor = cursor;
|
|
511
|
+
return setters;
|
|
512
|
+
},
|
|
513
|
+
setLastCursor(cursor) {
|
|
514
|
+
callbacks.lastCursor = cursor;
|
|
515
|
+
return setters;
|
|
516
|
+
},
|
|
517
|
+
authorize(predicate) {
|
|
518
|
+
callbacks.authorizePredicate = predicate;
|
|
519
|
+
return setters;
|
|
520
|
+
}
|
|
521
|
+
};
|
|
522
|
+
return setters;
|
|
523
|
+
}
|
|
524
|
+
/**
|
|
525
|
+
* Get the URL path for a custom collection.
|
|
526
|
+
* If the collection is not registered, returns null.
|
|
527
|
+
* @template TParam The parameter names of the requested URL.
|
|
528
|
+
* @param {string | symbol} name The name of the custom collection.
|
|
529
|
+
* @param {TParam} values The values to fill in the URL parameters.
|
|
530
|
+
* @returns {string | null} The URL path for the custom collection, or null if not registered.
|
|
531
|
+
*/
|
|
532
|
+
getCollectionPath(name, values) {
|
|
533
|
+
if (!(name in this.collectionCallbacks)) return null;
|
|
534
|
+
const routeName = this.#uniqueCollectionId(name);
|
|
535
|
+
const path = this.router.build(`collection:${routeName}`, values) ?? this.router.build(`orderedCollection:${routeName}`, values);
|
|
536
|
+
return path;
|
|
537
|
+
}
|
|
538
|
+
/**
|
|
539
|
+
* Converts a name (string or symbol) to a unique string identifier.
|
|
540
|
+
* For symbols, generates and caches a UUID if not already present.
|
|
541
|
+
* For strings, returns the string as-is.
|
|
542
|
+
* @param name The name to convert to a unique identifier
|
|
543
|
+
* @returns A unique string identifier
|
|
544
|
+
*/
|
|
545
|
+
#uniqueCollectionId(name) {
|
|
546
|
+
if (typeof name === "string") return name;
|
|
547
|
+
if (!this.#symbolRegistry.has(name)) this.#symbolRegistry.set(name, crypto.randomUUID());
|
|
548
|
+
return this.#symbolRegistry.get(name);
|
|
549
|
+
}
|
|
481
550
|
};
|
|
482
551
|
/**
|
|
483
552
|
* Creates a new {@link FederationBuilder} instance.
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { getUserAgent } from "./
|
|
7
|
-
import { parseSemVer } from "./semver-
|
|
6
|
+
import { getUserAgent } from "./type-CFzYOYUt.js";
|
|
7
|
+
import { parseSemVer } from "./semver-DCqorrj5.js";
|
|
8
8
|
import { getLogger } from "@logtape/logtape";
|
|
9
9
|
|
|
10
10
|
//#region nodeinfo/client.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Temporal } from "@js-temporal/polyfill";
|
|
2
2
|
import { URLPattern } from "urlpattern-polyfill";
|
|
3
|
-
import { GetUserAgentOptions } from "./docloader-
|
|
3
|
+
import { GetUserAgentOptions } from "./docloader-CLolPVL_.js";
|
|
4
4
|
|
|
5
5
|
//#region nodeinfo/semver.d.ts
|
|
6
6
|
/**
|
package/dist/compat/mod.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { Temporal } from "@js-temporal/polyfill";
|
|
2
2
|
import { URLPattern } from "urlpattern-polyfill";
|
|
3
|
-
import "../kv-
|
|
4
|
-
import "../docloader-
|
|
5
|
-
import "../client-
|
|
6
|
-
import "../vocab-
|
|
7
|
-
import "../actor-
|
|
8
|
-
import "../http-
|
|
9
|
-
import "../owner-
|
|
10
|
-
import "../mod-
|
|
11
|
-
import "../lookup-
|
|
12
|
-
import { ActivityTransformer } from "../context-
|
|
3
|
+
import "../kv-BqOK6zss.js";
|
|
4
|
+
import "../docloader-CLolPVL_.js";
|
|
5
|
+
import "../client-B0IOer6B.js";
|
|
6
|
+
import "../vocab-Cyrb7_co.js";
|
|
7
|
+
import "../actor-CWNAGvnO.js";
|
|
8
|
+
import "../http-COez3YdK.js";
|
|
9
|
+
import "../owner-BlxMNrL4.js";
|
|
10
|
+
import "../mod-C2jQirfr.js";
|
|
11
|
+
import "../lookup-tSXYzgYs.js";
|
|
12
|
+
import { ActivityTransformer } from "../context-BNA3vzcr.js";
|
|
13
13
|
import "../mq-DYKDDJmp.js";
|
|
14
|
-
import { actorDehydrator, autoIdAssigner, getDefaultActivityTransformers } from "../mod-
|
|
14
|
+
import { actorDehydrator, autoIdAssigner, getDefaultActivityTransformers } from "../mod-CxD6XXBN.js";
|
|
15
15
|
export { ActivityTransformer, actorDehydrator, autoIdAssigner, getDefaultActivityTransformers };
|
package/dist/compat/mod.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { Temporal } from "@js-temporal/polyfill";
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
|
|
5
|
-
import { actorDehydrator, autoIdAssigner, getDefaultActivityTransformers } from "../transformers-
|
|
5
|
+
import { actorDehydrator, autoIdAssigner, getDefaultActivityTransformers } from "../transformers-DJRB0yFF.js";
|
|
6
6
|
import "../compat-Bb5myD13.js";
|
|
7
7
|
|
|
8
8
|
export { actorDehydrator, autoIdAssigner, getDefaultActivityTransformers };
|
|
@@ -3,37 +3,30 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
+
import { Follow, Person } from "../type-CFzYOYUt.js";
|
|
6
7
|
import { assertEquals } from "../assert_equals-C5gKCm6A.js";
|
|
7
8
|
import { assert } from "../assert-DwEa6glZ.js";
|
|
8
9
|
import { assertInstanceOf } from "../assert_instance_of-C9QtN-X9.js";
|
|
9
10
|
import { MemoryKvStore } from "../kv-D7Yt6pnB.js";
|
|
10
|
-
import { FederationImpl, actorDehydrator, autoIdAssigner } from "../middleware-
|
|
11
|
-
import "../
|
|
12
|
-
import "../
|
|
13
|
-
import "../
|
|
14
|
-
import "../
|
|
15
|
-
import "../
|
|
16
|
-
import "../
|
|
17
|
-
import "../
|
|
18
|
-
import
|
|
19
|
-
import "../
|
|
20
|
-
import "../
|
|
21
|
-
import "../
|
|
22
|
-
import "../
|
|
23
|
-
import "../
|
|
24
|
-
import "../
|
|
25
|
-
import "../
|
|
26
|
-
import "../
|
|
27
|
-
import "../
|
|
28
|
-
import "../
|
|
29
|
-
import "../lookup-CAXRxPZ3.js";
|
|
30
|
-
import "../inbox-BjyNe-HL.js";
|
|
31
|
-
import "../builder-DuW8p2S3.js";
|
|
32
|
-
import "../collection-Dfb0TPno.js";
|
|
33
|
-
import "../keycache-BC5bL06g.js";
|
|
34
|
-
import "../retry-BiIhZWgD.js";
|
|
35
|
-
import "../send-DRDKgORs.js";
|
|
36
|
-
import { test } from "../testing-BZ0dJ4qn.js";
|
|
11
|
+
import { FederationImpl, actorDehydrator, autoIdAssigner } from "../middleware-XOfMDFVl.js";
|
|
12
|
+
import "../semver-DCqorrj5.js";
|
|
13
|
+
import "../client-49mgdebk.js";
|
|
14
|
+
import "../lookup-DcB1UuZA.js";
|
|
15
|
+
import "../types-n7HI7VFr.js";
|
|
16
|
+
import "../actor-C5n4A944.js";
|
|
17
|
+
import "../key-CvnCx-As.js";
|
|
18
|
+
import "../http-DyZD6UXI.js";
|
|
19
|
+
import "../authdocloader-4RSyvLgz.js";
|
|
20
|
+
import "../ld-BDA3JCwf.js";
|
|
21
|
+
import "../owner-D_-GBbn-.js";
|
|
22
|
+
import "../proof-BnFHVB6H.js";
|
|
23
|
+
import "../inbox-DVl0Nqfm.js";
|
|
24
|
+
import "../builder-CChGxW97.js";
|
|
25
|
+
import "../collection-D5V3UzU3.js";
|
|
26
|
+
import "../keycache-BZR7b67J.js";
|
|
27
|
+
import "../retry-BnpVRGFC.js";
|
|
28
|
+
import "../send-DcuZAIY1.js";
|
|
29
|
+
import { test } from "../testing-C4oxyGxC.js";
|
|
37
30
|
|
|
38
31
|
//#region compat/transformers.test.ts
|
|
39
32
|
const federation = new FederationImpl({ kv: new MemoryKvStore() });
|