@fedify/fedify 2.1.0-dev.543 → 2.1.0-dev.565
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/dist/{builder-BBucr-Bp.js → builder-Deoi2N2z.js} +4 -4
- package/dist/{client-Dg7OfUDA.js → client-CoCIaTNO.js} +1 -1
- package/dist/compat/transformers.test.js +14 -14
- package/dist/{context-CZ5llAss.js → context-pa9aIrwp.js} +1 -1
- package/dist/{deno-9yc0TPBI.js → deno-CEdy89j9.js} +1 -1
- package/dist/{docloader-6Wrqp6SE.js → docloader-CL1QPJzN.js} +3 -3
- package/dist/{esm-DGl7uK1r.js → esm-nLm00z9V.js} +27 -1
- package/dist/federation/builder.test.js +4 -4
- package/dist/federation/collection.test.js +1 -1
- package/dist/federation/handler.test.js +15 -15
- package/dist/federation/idempotency.test.js +14 -14
- package/dist/federation/inbox.test.js +3 -3
- package/dist/federation/keycache.test.js +1 -1
- package/dist/federation/kv.test.js +1 -1
- package/dist/federation/middleware.test.js +15 -15
- package/dist/federation/mod.cjs +4 -4
- package/dist/federation/mod.js +4 -4
- package/dist/federation/mq.test.js +1 -1
- package/dist/federation/negotiation.test.js +1 -1
- package/dist/federation/retry.test.js +1 -1
- package/dist/federation/router.test.js +1 -1
- package/dist/federation/send.test.js +7 -7
- package/dist/federation/webfinger.test.js +15 -15
- package/dist/{http-CpvoK0Y7.js → http-Dm9n1mRe.js} +3 -3
- package/dist/{http-DxwzIU0F.js → http-VpqmUjje.js} +1 -1
- package/dist/{http-C_9L2wFv.cjs → http-iDlaLy8a.cjs} +1 -1
- package/dist/{inbox-DMq3a5bc.js → inbox-CMtnW0RE.js} +2 -2
- package/dist/{key-DFG6tJgw.js → key-B0yADkL8.js} +2 -2
- package/dist/{kv-cache-BHoLc85Z.cjs → kv-cache-551Om14-.cjs} +1 -1
- package/dist/{kv-cache-CRRUsyJ9.js → kv-cache-BSATpUtX.js} +1 -1
- package/dist/{kv-cache-B__dHl7g.js → kv-cache-El7We5sy.js} +1 -1
- package/dist/{ld-DVnRS9IK.js → ld-BBmbv1nb.js} +3 -3
- package/dist/middleware-BDr0P6dx.cjs +12 -0
- package/dist/middleware-BZ8WpBo6.js +26 -0
- package/dist/{middleware-FZ0T8vIp.js → middleware-Cldp2YSv.js} +13 -13
- package/dist/{middleware-D6peKsn1.js → middleware-Cx0tTbX1.js} +4 -4
- package/dist/{middleware-pUJBhWSu.cjs → middleware-D11GYoP-.cjs} +4 -4
- package/dist/{middleware-CAk-LkSS.js → middleware-DpdPMZII.js} +4 -4
- package/dist/mod.cjs +4 -4
- package/dist/mod.js +4 -4
- package/dist/nodeinfo/client.test.js +3 -3
- package/dist/nodeinfo/handler.test.js +15 -15
- package/dist/nodeinfo/types.test.js +1 -1
- package/dist/otel/exporter.test.js +2 -2
- package/dist/{owner-MCqkZ1KE.js → owner-C1ZyG4NL.js} +1 -1
- package/dist/{proof-BF_LZjDb.cjs → proof-CgK60TcQ.cjs} +1 -1
- package/dist/{proof-ooYMfVCa.js → proof-DnRq8s8f.js} +1 -1
- package/dist/{proof-D2B3jvnF.js → proof-wclcUq0C.js} +3 -3
- package/dist/{send-DtP5YkuY.js → send-DNJyYRVU.js} +2 -2
- package/dist/sig/http.test.js +5 -5
- package/dist/sig/key.test.js +3 -3
- package/dist/sig/ld.test.js +4 -4
- package/dist/sig/mod.cjs +2 -2
- package/dist/sig/mod.js +2 -2
- package/dist/sig/owner.test.js +4 -4
- package/dist/sig/proof.test.js +4 -4
- package/dist/testing/mod.d.ts +1 -1
- package/dist/testing/mod.js +2 -2
- package/dist/utils/docloader.test.js +6 -6
- package/dist/utils/kv-cache.test.js +2 -2
- package/dist/utils/mod.cjs +2 -2
- package/dist/utils/mod.js +2 -2
- package/package.json +5 -5
- package/dist/dist-B5f6a8Tt.js +0 -281
- package/dist/middleware-D7yrgd0I.cjs +0 -12
- package/dist/middleware-GmHZnwkU.js +0 -26
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
6
|
+
import { MockKvStore, kvCache } from "../kv-cache-El7We5sy.js";
|
|
7
|
+
import { mockDocumentLoader, test } from "@fedify/fixture";
|
|
8
8
|
import { preloadedContexts } from "@fedify/vocab-runtime";
|
|
9
9
|
import { deepStrictEqual, throws } from "node:assert";
|
|
10
10
|
|
package/dist/utils/mod.cjs
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
const { Temporal } = require("@js-temporal/polyfill");
|
|
3
3
|
const { URLPattern } = require("urlpattern-polyfill");
|
|
4
4
|
|
|
5
|
-
require('../http-
|
|
6
|
-
const require_kv_cache = require('../kv-cache-
|
|
5
|
+
require('../http-iDlaLy8a.cjs');
|
|
6
|
+
const require_kv_cache = require('../kv-cache-551Om14-.cjs');
|
|
7
7
|
require('../utils-BQ9KqEK9.cjs');
|
|
8
8
|
|
|
9
9
|
exports.getAuthenticatedDocumentLoader = require_kv_cache.getAuthenticatedDocumentLoader;
|
package/dist/utils/mod.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import { Temporal } from "@js-temporal/polyfill";
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
|
|
5
|
-
import "../http-
|
|
6
|
-
import { getAuthenticatedDocumentLoader, kvCache } from "../kv-cache-
|
|
5
|
+
import "../http-VpqmUjje.js";
|
|
6
|
+
import { getAuthenticatedDocumentLoader, kvCache } from "../kv-cache-BSATpUtX.js";
|
|
7
7
|
import "../utils-Dn5OPdSW.js";
|
|
8
8
|
|
|
9
9
|
export { getAuthenticatedDocumentLoader, kvCache };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/fedify",
|
|
3
|
-
"version": "2.1.0-dev.
|
|
3
|
+
"version": "2.1.0-dev.565+b4d238a9",
|
|
4
4
|
"description": "An ActivityPub server framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ActivityPub",
|
|
@@ -145,9 +145,9 @@
|
|
|
145
145
|
"uri-template-router": "^1.0.0",
|
|
146
146
|
"url-template": "^3.1.1",
|
|
147
147
|
"urlpattern-polyfill": "^10.1.0",
|
|
148
|
-
"@fedify/vocab": "2.1.0-dev.
|
|
149
|
-
"@fedify/vocab-runtime": "2.1.0-dev.
|
|
150
|
-
"@fedify/webfinger": "2.1.0-dev.
|
|
148
|
+
"@fedify/vocab": "2.1.0-dev.565+b4d238a9",
|
|
149
|
+
"@fedify/vocab-runtime": "2.1.0-dev.565+b4d238a9",
|
|
150
|
+
"@fedify/webfinger": "2.1.0-dev.565+b4d238a9"
|
|
151
151
|
},
|
|
152
152
|
"devDependencies": {
|
|
153
153
|
"@std/assert": "npm:@jsr/std__assert@^0.226.0",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"tsx": "^4.19.4",
|
|
160
160
|
"typescript": "^5.9.3",
|
|
161
161
|
"wrangler": "^4.17.0",
|
|
162
|
-
"@fedify/vocab-tools": "^2.1.0-dev.
|
|
162
|
+
"@fedify/vocab-tools": "^2.1.0-dev.565+b4d238a9",
|
|
163
163
|
"@fedify/fixture": "2.0.0"
|
|
164
164
|
},
|
|
165
165
|
"scripts": {
|
package/dist/dist-B5f6a8Tt.js
DELETED
|
@@ -1,281 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { Temporal } from "@js-temporal/polyfill";
|
|
3
|
-
import { URLPattern } from "urlpattern-polyfill";
|
|
4
|
-
globalThis.addEventListener = () => {};
|
|
5
|
-
|
|
6
|
-
import { createRequire } from "node:module";
|
|
7
|
-
import { configure, getConsoleSink, getLogger, reset } from "@logtape/logtape";
|
|
8
|
-
import { BasicTracerProvider, SimpleSpanProcessor } from "@opentelemetry/sdk-trace-base";
|
|
9
|
-
import { ExportResultCode } from "@opentelemetry/core";
|
|
10
|
-
|
|
11
|
-
//#region rolldown:runtime
|
|
12
|
-
var __create = Object.create;
|
|
13
|
-
var __defProp = Object.defineProperty;
|
|
14
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
15
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
16
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
17
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
18
|
-
var __commonJS = (cb, mod) => function() {
|
|
19
|
-
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
20
|
-
};
|
|
21
|
-
var __copyProps = (to, from, except, desc) => {
|
|
22
|
-
if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
23
|
-
key = keys[i];
|
|
24
|
-
if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
25
|
-
get: ((k) => from[k]).bind(null, key),
|
|
26
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
return to;
|
|
30
|
-
};
|
|
31
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
32
|
-
value: mod,
|
|
33
|
-
enumerable: true
|
|
34
|
-
}) : target, mod));
|
|
35
|
-
var __require$1 = /* @__PURE__ */ createRequire(import.meta.url);
|
|
36
|
-
|
|
37
|
-
//#endregion
|
|
38
|
-
//#region ../fixture/dist/mod.js
|
|
39
|
-
var __require = /* @__PURE__ */ ((x) => typeof __require$1 !== "undefined" ? __require$1 : typeof Proxy !== "undefined" ? new Proxy(x, { get: (a, b) => (typeof __require$1 !== "undefined" ? __require$1 : a)[b] }) : x)(function(x) {
|
|
40
|
-
if (typeof __require$1 !== "undefined") return __require$1.apply(this, arguments);
|
|
41
|
-
throw Error("Calling `require` for \"" + x + "\" in an environment that doesn't expose the `require` function.");
|
|
42
|
-
});
|
|
43
|
-
const logger = getLogger(["fixture", "docloader"]);
|
|
44
|
-
/**
|
|
45
|
-
* A mock of the document loader. This does not make any actual HTTP requests
|
|
46
|
-
* towards the remote server, but looks up the local fixture files instead.
|
|
47
|
-
*
|
|
48
|
-
* For instance, `mockDocumentLoader("http://example.com/foo/bar")` will look up
|
|
49
|
-
* the file `testing/fixtures/http/example.com/foo/bar` (no suffix) and return
|
|
50
|
-
* its content as the response.
|
|
51
|
-
*/
|
|
52
|
-
async function mockDocumentLoader(resource, _options) {
|
|
53
|
-
const url = new URL(resource);
|
|
54
|
-
if ("navigator" in globalThis && navigator.userAgent === "Cloudflare-Workers") {
|
|
55
|
-
const testUrl = new URL(url);
|
|
56
|
-
testUrl.hostname += ".test";
|
|
57
|
-
const resp = await fetch(testUrl);
|
|
58
|
-
if (resp.ok) {
|
|
59
|
-
const document$1 = await resp.json();
|
|
60
|
-
logger.debug("Successfully fetched fixture {resource}: {status} {statusText}\n{body}", {
|
|
61
|
-
resource,
|
|
62
|
-
status: resp.status,
|
|
63
|
-
statusText: resp.statusText,
|
|
64
|
-
body: document$1
|
|
65
|
-
});
|
|
66
|
-
return {
|
|
67
|
-
contextUrl: null,
|
|
68
|
-
document: document$1,
|
|
69
|
-
documentUrl: resource
|
|
70
|
-
};
|
|
71
|
-
}
|
|
72
|
-
const error = await resp.text();
|
|
73
|
-
logger.error("Failed to fetch fixture {resource}: {error}", {
|
|
74
|
-
resource,
|
|
75
|
-
error
|
|
76
|
-
});
|
|
77
|
-
throw new Error(error);
|
|
78
|
-
}
|
|
79
|
-
const pkg = "Deno" in globalThis ? "." : "@fedify/fixture";
|
|
80
|
-
const fixturePath = `${pkg}/fixtures/${url.host}${url.pathname}.json`;
|
|
81
|
-
let document;
|
|
82
|
-
try {
|
|
83
|
-
document = (await import(fixturePath, { with: { type: "json" } })).default;
|
|
84
|
-
} catch (error) {
|
|
85
|
-
logger.error("Failed to read fixture file {path}: {error}", {
|
|
86
|
-
path: fixturePath,
|
|
87
|
-
error
|
|
88
|
-
});
|
|
89
|
-
throw error;
|
|
90
|
-
}
|
|
91
|
-
return {
|
|
92
|
-
contextUrl: null,
|
|
93
|
-
document,
|
|
94
|
-
documentUrl: resource
|
|
95
|
-
};
|
|
96
|
-
}
|
|
97
|
-
/**
|
|
98
|
-
* A test spy for OpenTelemetry spans that captures all spans and events.
|
|
99
|
-
*/
|
|
100
|
-
var TestSpanExporter = class {
|
|
101
|
-
spans = [];
|
|
102
|
-
export(spans, resultCallback) {
|
|
103
|
-
this.spans.push(...spans);
|
|
104
|
-
resultCallback({ code: ExportResultCode.SUCCESS });
|
|
105
|
-
}
|
|
106
|
-
async forceFlush() {}
|
|
107
|
-
shutdown() {
|
|
108
|
-
this.spans = [];
|
|
109
|
-
return Promise.resolve();
|
|
110
|
-
}
|
|
111
|
-
/**
|
|
112
|
-
* Gets all spans with the given name.
|
|
113
|
-
*/
|
|
114
|
-
getSpans(name) {
|
|
115
|
-
return this.spans.filter((span) => span.name === name);
|
|
116
|
-
}
|
|
117
|
-
/**
|
|
118
|
-
* Gets the first span with the given name.
|
|
119
|
-
*/
|
|
120
|
-
getSpan(name) {
|
|
121
|
-
return this.spans.find((span) => span.name === name);
|
|
122
|
-
}
|
|
123
|
-
/**
|
|
124
|
-
* Gets all events from spans with the given name.
|
|
125
|
-
*/
|
|
126
|
-
getEvents(spanName, eventName) {
|
|
127
|
-
const spans = this.getSpans(spanName);
|
|
128
|
-
const events = spans.flatMap((span) => span.events);
|
|
129
|
-
if (eventName) return events.filter((event) => event.name === eventName);
|
|
130
|
-
return events;
|
|
131
|
-
}
|
|
132
|
-
/**
|
|
133
|
-
* Clears all captured spans.
|
|
134
|
-
*/
|
|
135
|
-
clear() {
|
|
136
|
-
this.spans = [];
|
|
137
|
-
}
|
|
138
|
-
};
|
|
139
|
-
/**
|
|
140
|
-
* Creates a test tracer provider with a test exporter.
|
|
141
|
-
* @returns A tuple of [tracerProvider, testExporter]
|
|
142
|
-
*/
|
|
143
|
-
function createTestTracerProvider() {
|
|
144
|
-
const exporter = new TestSpanExporter();
|
|
145
|
-
const provider = new BasicTracerProvider({ spanProcessors: [new SimpleSpanProcessor(exporter)] });
|
|
146
|
-
return [provider, exporter];
|
|
147
|
-
}
|
|
148
|
-
const testDefinitions = [];
|
|
149
|
-
function test(name, options, fn) {
|
|
150
|
-
const def = typeof name === "string" ? typeof options === "function" ? {
|
|
151
|
-
name,
|
|
152
|
-
fn: options
|
|
153
|
-
} : {
|
|
154
|
-
name,
|
|
155
|
-
...options,
|
|
156
|
-
fn
|
|
157
|
-
} : name;
|
|
158
|
-
testDefinitions.push(def);
|
|
159
|
-
if ("Deno" in globalThis) {
|
|
160
|
-
const func = def.fn;
|
|
161
|
-
Deno.test({
|
|
162
|
-
...def,
|
|
163
|
-
async fn(t) {
|
|
164
|
-
const records = [];
|
|
165
|
-
await configure({
|
|
166
|
-
sinks: {
|
|
167
|
-
buffer(record) {
|
|
168
|
-
if (record.category.length > 1 && record.category[0] === "logtape" && record.category[1] === "meta") return;
|
|
169
|
-
records.push(record);
|
|
170
|
-
},
|
|
171
|
-
console: getConsoleSink()
|
|
172
|
-
},
|
|
173
|
-
filters: {},
|
|
174
|
-
loggers: [{
|
|
175
|
-
category: [],
|
|
176
|
-
sinks: [Deno.env.get("LOG") === "always" ? "console" : "buffer"]
|
|
177
|
-
}]
|
|
178
|
-
});
|
|
179
|
-
try {
|
|
180
|
-
await func(t);
|
|
181
|
-
} catch (e) {
|
|
182
|
-
const consoleSink = getConsoleSink();
|
|
183
|
-
for (const record of records) consoleSink(record);
|
|
184
|
-
throw e;
|
|
185
|
-
} finally {
|
|
186
|
-
await reset();
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
});
|
|
190
|
-
} else if ("Bun" in globalThis) {
|
|
191
|
-
let failed = void 0;
|
|
192
|
-
async function step(defOrNameOrFn, fn$2) {
|
|
193
|
-
let def$1;
|
|
194
|
-
if (typeof defOrNameOrFn === "string") def$1 = {
|
|
195
|
-
name: defOrNameOrFn,
|
|
196
|
-
fn: fn$2
|
|
197
|
-
};
|
|
198
|
-
else if (typeof defOrNameOrFn === "function") def$1 = {
|
|
199
|
-
name: defOrNameOrFn.name,
|
|
200
|
-
fn: defOrNameOrFn
|
|
201
|
-
};
|
|
202
|
-
else def$1 = defOrNameOrFn;
|
|
203
|
-
if (def$1.ignore) return true;
|
|
204
|
-
try {
|
|
205
|
-
await def$1.fn({
|
|
206
|
-
name: def$1.name,
|
|
207
|
-
origin: "",
|
|
208
|
-
step
|
|
209
|
-
});
|
|
210
|
-
} catch (e) {
|
|
211
|
-
failed ??= e;
|
|
212
|
-
return false;
|
|
213
|
-
}
|
|
214
|
-
return true;
|
|
215
|
-
}
|
|
216
|
-
const ctx = {
|
|
217
|
-
name: def.name,
|
|
218
|
-
origin: "",
|
|
219
|
-
step
|
|
220
|
-
};
|
|
221
|
-
async function fn$1() {
|
|
222
|
-
await def.fn(ctx);
|
|
223
|
-
if (failed) throw failed;
|
|
224
|
-
}
|
|
225
|
-
const bunTest = Bun.jest(caller()).test;
|
|
226
|
-
if (def.ignore) bunTest.skip(def.name, fn$1);
|
|
227
|
-
else if (def.only) bunTest.only(def.name, fn$1);
|
|
228
|
-
else bunTest(def.name, fn$1);
|
|
229
|
-
} else try {
|
|
230
|
-
const { test: nodeTest } = __require("node:test");
|
|
231
|
-
nodeTest(def.name, {
|
|
232
|
-
only: def.only,
|
|
233
|
-
skip: def.ignore
|
|
234
|
-
}, async (t) => {
|
|
235
|
-
await def.fn(intoDenoTestContext(def.name, t));
|
|
236
|
-
});
|
|
237
|
-
} catch {}
|
|
238
|
-
}
|
|
239
|
-
function intoDenoTestContext(name, ctx) {
|
|
240
|
-
async function step(defOrNameOrFn, fn) {
|
|
241
|
-
let def;
|
|
242
|
-
if (typeof defOrNameOrFn === "string") def = {
|
|
243
|
-
name: defOrNameOrFn,
|
|
244
|
-
fn
|
|
245
|
-
};
|
|
246
|
-
else if (typeof defOrNameOrFn === "function") def = {
|
|
247
|
-
name: defOrNameOrFn.name,
|
|
248
|
-
fn: defOrNameOrFn
|
|
249
|
-
};
|
|
250
|
-
else def = defOrNameOrFn;
|
|
251
|
-
let failed = false;
|
|
252
|
-
await ctx.test(def.name, async (ctx2) => {
|
|
253
|
-
try {
|
|
254
|
-
await def.fn(intoDenoTestContext(def.name, ctx2));
|
|
255
|
-
} catch (e) {
|
|
256
|
-
failed = true;
|
|
257
|
-
throw e;
|
|
258
|
-
}
|
|
259
|
-
});
|
|
260
|
-
return failed;
|
|
261
|
-
}
|
|
262
|
-
const denoCtx = {
|
|
263
|
-
name,
|
|
264
|
-
origin: ctx.filePath ?? "",
|
|
265
|
-
step
|
|
266
|
-
};
|
|
267
|
-
return denoCtx;
|
|
268
|
-
}
|
|
269
|
-
/** Retrieve caller test file. */
|
|
270
|
-
function caller() {
|
|
271
|
-
const Trace = Error;
|
|
272
|
-
const _ = Trace.prepareStackTrace;
|
|
273
|
-
Trace.prepareStackTrace = (_$1, stack$1) => stack$1;
|
|
274
|
-
const { stack } = /* @__PURE__ */ new Error();
|
|
275
|
-
Trace.prepareStackTrace = _;
|
|
276
|
-
const caller$1 = stack[2];
|
|
277
|
-
return caller$1.getFileName().replaceAll("\\", "/");
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
//#endregion
|
|
281
|
-
export { __commonJS, __toESM, createTestTracerProvider, mockDocumentLoader, test, testDefinitions };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
const { Temporal } = require("@js-temporal/polyfill");
|
|
3
|
-
const { URLPattern } = require("urlpattern-polyfill");
|
|
4
|
-
|
|
5
|
-
require('./transformers-3g8GZwkZ.cjs');
|
|
6
|
-
require('./http-C_9L2wFv.cjs');
|
|
7
|
-
const require_middleware = require('./middleware-pUJBhWSu.cjs');
|
|
8
|
-
require('./proof-BF_LZjDb.cjs');
|
|
9
|
-
require('./types-Cd_hszr_.cjs');
|
|
10
|
-
require('./kv-cache-BHoLc85Z.cjs');
|
|
11
|
-
|
|
12
|
-
exports.FederationImpl = require_middleware.FederationImpl;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { Temporal } from "@js-temporal/polyfill";
|
|
3
|
-
import { URLPattern } from "urlpattern-polyfill";
|
|
4
|
-
globalThis.addEventListener = () => {};
|
|
5
|
-
|
|
6
|
-
import "./deno-9yc0TPBI.js";
|
|
7
|
-
import { ContextImpl, FederationImpl, InboxContextImpl, KvSpecDeterminer, createFederation } from "./middleware-FZ0T8vIp.js";
|
|
8
|
-
import "./client-Dg7OfUDA.js";
|
|
9
|
-
import "./router-D9eI0s4b.js";
|
|
10
|
-
import "./types-CPz01LGH.js";
|
|
11
|
-
import "./key-DFG6tJgw.js";
|
|
12
|
-
import "./http-CpvoK0Y7.js";
|
|
13
|
-
import "./ld-DVnRS9IK.js";
|
|
14
|
-
import "./owner-MCqkZ1KE.js";
|
|
15
|
-
import "./proof-D2B3jvnF.js";
|
|
16
|
-
import "./docloader-6Wrqp6SE.js";
|
|
17
|
-
import "./kv-cache-B__dHl7g.js";
|
|
18
|
-
import "./inbox-DMq3a5bc.js";
|
|
19
|
-
import "./builder-BBucr-Bp.js";
|
|
20
|
-
import "./collection-CcnIw1qY.js";
|
|
21
|
-
import "./keycache-C7k8s1Bk.js";
|
|
22
|
-
import "./negotiation-5NPJL6zp.js";
|
|
23
|
-
import "./retry-D4GJ670a.js";
|
|
24
|
-
import "./send-DtP5YkuY.js";
|
|
25
|
-
|
|
26
|
-
export { FederationImpl };
|