@fedify/fedify 1.11.0-dev.92 → 2.0.0-dev.109
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 +34 -20
- package/dist/{actor-BSf1RMUB.js → actor-BZTYJWzP.js} +1 -1
- package/dist/{actor-B6ovE-4c.js → actor-Cm25mX8I.js} +220 -705
- package/dist/{actor-eeONG_sv.d.ts → actor-DqFajh9s.d.ts} +2 -2
- package/dist/{actor-DMxe8a2S.cjs → actor-ZEAP42Ry.cjs} +952 -1479
- package/dist/{actor-D190nbTD.d.cts → actor-f2NtjyCg.d.cts} +2 -2
- package/dist/{assert_rejects-DiIiJbZn.js → assert_rejects-Ce45JcFg.js} +1 -1
- package/dist/{assert_is_error-BPGph1Jx.js → assert_throws-BNXdRGWP.js} +31 -1
- package/dist/{builder-CvMAl7DC.js → builder-CWMz7B2F.js} +3 -4
- package/dist/{client-n6L4GtQL.d.cts → client-94iWEfQa.d.cts} +3 -75
- package/dist/{client-B3mQJNO7.d.ts → client-BsGzbnV-.d.ts} +3 -75
- package/dist/{client-gwmljOpB.js → client-pY7-3icS.js} +3 -22
- package/dist/compat/mod.d.cts +10 -12
- package/dist/compat/mod.d.ts +10 -12
- package/dist/compat/transformers.test.js +20 -20
- package/dist/{context-WJoO0SQs.d.cts → context-DBQ7nMCw.d.cts} +152 -27
- package/dist/{context-Cr5DIxq_.d.ts → context-mM0Nu5yo.d.ts} +152 -27
- package/dist/{authdocloader-D-v1l7De.js → docloader-BeSgUTFj.js} +17 -8
- package/dist/{esm-D55VN1Km.js → esm-bEFTDE2Q.js} +32 -17
- package/dist/federation/builder.test.js +9 -12
- package/dist/federation/collection.test.js +7 -9
- package/dist/federation/handler.test.js +28 -149
- package/dist/federation/idempotency.test.js +26 -27
- package/dist/federation/inbox.test.js +4 -6
- package/dist/federation/keycache.test.js +3 -4
- package/dist/federation/kv.test.js +6 -8
- package/dist/federation/middleware.test.js +270 -93
- package/dist/federation/mod.cjs +9 -11
- package/dist/federation/mod.d.cts +10 -12
- package/dist/federation/mod.d.ts +10 -12
- package/dist/federation/mod.js +9 -11
- package/dist/federation/mq.test.js +10 -10
- package/dist/federation/negotiation.test.js +26 -0
- package/dist/federation/retry.test.js +4 -5
- package/dist/federation/router.test.js +6 -8
- package/dist/federation/send.test.js +14 -16
- package/dist/{http-C9J5l76C.js → http-B8aQ8cUK.js} +256 -6
- package/dist/{http-C2x6TpEb.js → http-BF8Z1B-J.js} +2 -2
- package/dist/{http-DS9z_HzB.d.ts → http-BbO0ejuk.d.ts} +2 -2
- package/dist/{http-DOST1wn2.cjs → http-Dy7ENa6t.cjs} +289 -9
- package/dist/{http-C_1RU1U_.d.cts → http-M8k5mKc0.d.cts} +2 -2
- package/dist/{inbox-CeWZnS6I.js → inbox-CReikedp.js} +2 -7
- package/dist/{key-w6smvEIf.js → key-C85if3Ia.js} +3 -2
- package/dist/{keycache-DIPsFeDQ.js → keycache-BjRr5pe2.js} +1 -1
- package/dist/{keys-Bkp2oOoh.js → keys-do4GUlRT.js} +2 -1
- package/dist/{kv-DipCBaw2.d.ts → kv-BpJND1Hr.d.ts} +2 -1
- package/dist/{kv-BqEOXcZv.d.cts → kv-cD_d4hg-.d.cts} +2 -1
- package/dist/kv-cache-B4Y86MKl.js +122 -0
- package/dist/kv-cache-D7LFlByV.js +107 -0
- package/dist/kv-cache-qW5Mv9rV.cjs +134 -0
- package/dist/{ld-Dk2eojF9.js → ld-0Wpf83DM.js} +3 -2
- package/dist/{lookup-BI5Omd9s.cjs → lookup-Br9_ufLS.cjs} +134 -5
- package/dist/{lookup-Fk5eyxDk.js → lookup-Cj543vD4.js} +125 -2
- package/dist/{type-DMwrwZj3.js → lookup-D6_9czrD.js} +547 -5409
- package/dist/middleware-BPmn8w0u.cjs +15 -0
- package/dist/middleware-BXodt-Uj.js +26 -0
- package/dist/{middleware-BgI9lQ4P.js → middleware-Bq8dxPN6.js} +43 -146
- package/dist/{middleware-YNYjpKML.cjs → middleware-CDzg72dQ.cjs} +58 -104
- package/dist/middleware-DvA6x8_h.js +15 -0
- package/dist/{middleware-CNMzY5iD.js → middleware-hM1Z5nWM.js} +38 -84
- package/dist/{mod-DS4kJskR.d.ts → mod-BlVovdcy.d.ts} +2 -2
- package/dist/{mod-D5rfgGFE.d.cts → mod-BxRCHTz-.d.cts} +2 -2
- package/dist/{mod-CxMBb_dd.d.cts → mod-C58MZ7Wx.d.cts} +1 -1
- package/dist/mod-CAdoBu0x.d.ts +109 -0
- package/dist/{mod-BZfdiPBo.d.ts → mod-D5Z2tISD.d.ts} +3 -3
- package/dist/{mod-Dz5Y15Uy.d.cts → mod-DgxG-byT.d.cts} +3 -3
- package/dist/{mod-ChbckRnC.d.ts → mod-Ds0mpFZU.d.ts} +1 -1
- package/dist/{mod-OQfb33eH.d.cts → mod-Dy2fJtmN.d.cts} +2 -2
- package/dist/{mod-CnULG6Aa.d.ts → mod-GetHzY6F.d.ts} +2 -2
- package/dist/mod-fxr25Gv7.d.cts +107 -0
- package/dist/mod.cjs +19 -34
- package/dist/mod.d.cts +15 -17
- package/dist/mod.d.ts +15 -17
- package/dist/mod.js +14 -16
- package/dist/negotiation-C4nFufNk.js +71 -0
- package/dist/nodeinfo/client.test.js +30 -111
- package/dist/nodeinfo/handler.test.js +25 -26
- package/dist/nodeinfo/mod.cjs +3 -6
- package/dist/nodeinfo/mod.d.cts +3 -5
- package/dist/nodeinfo/mod.d.ts +3 -5
- package/dist/nodeinfo/mod.js +3 -4
- package/dist/nodeinfo/types.test.js +8 -15
- package/dist/otel/exporter.test.js +44 -70
- package/dist/otel/mod.cjs +17 -34
- package/dist/otel/mod.d.cts +5 -6
- package/dist/otel/mod.d.ts +5 -6
- package/dist/otel/mod.js +17 -34
- package/dist/{otel-Chy5T2Xh.js → otel-Bfe_BgOV.js} +1 -2
- package/dist/{owner-C_e5oYyI.js → owner-B2ziOXAb.js} +3 -2
- package/dist/{owner-AcrG3Xz1.d.cts → owner-B4HbyP8s.d.cts} +3 -3
- package/dist/{owner-8NMhXwJd.d.ts → owner-kQRGVXG1.d.ts} +3 -3
- package/dist/{proof-GRfyDBRU.js → proof-CN_ohUto.js} +2 -2
- package/dist/{proof-C5COc2tW.cjs → proof-CWQ0o-yI.cjs} +18 -17
- package/dist/{proof-BWebFnAY.js → proof-CXrz_moF.js} +5 -4
- package/dist/{send-Dd4ncQqL.js → send-Bt_ukOqY.js} +2 -2
- package/dist/sig/http.test.js +12 -13
- package/dist/sig/key.test.js +9 -11
- package/dist/sig/ld.test.js +8 -10
- package/dist/sig/mod.cjs +9 -11
- package/dist/sig/mod.d.cts +5 -7
- package/dist/sig/mod.d.ts +5 -7
- package/dist/sig/mod.js +5 -7
- package/dist/sig/owner.test.js +11 -13
- package/dist/sig/proof.test.js +13 -14
- package/dist/src/vocab/accept.yaml +1 -1
- package/dist/src/vocab/activity.yaml +1 -1
- package/dist/src/vocab/add.yaml +1 -1
- package/dist/src/vocab/announce.yaml +1 -1
- package/dist/src/vocab/application.yaml +1 -1
- package/dist/src/vocab/arrive.yaml +1 -1
- package/dist/src/vocab/article.yaml +1 -1
- package/dist/src/vocab/audio.yaml +1 -1
- package/dist/src/vocab/block.yaml +1 -1
- package/dist/src/vocab/chatmessage.yaml +1 -1
- package/dist/src/vocab/collection.yaml +1 -1
- package/dist/src/vocab/collectionpage.yaml +1 -1
- package/dist/src/vocab/create.yaml +1 -1
- package/dist/src/vocab/dataintegrityproof.yaml +1 -1
- package/dist/src/vocab/delete.yaml +1 -1
- package/dist/src/vocab/didservice.yaml +1 -1
- package/dist/src/vocab/dislike.yaml +1 -1
- package/dist/src/vocab/document.yaml +1 -1
- package/dist/src/vocab/emoji.yaml +1 -1
- package/dist/src/vocab/emojireact.yaml +1 -1
- package/dist/src/vocab/endpoints.yaml +1 -1
- package/dist/src/vocab/event.yaml +1 -1
- package/dist/src/vocab/export.yaml +1 -1
- package/dist/src/vocab/flag.yaml +1 -1
- package/dist/src/vocab/follow.yaml +1 -1
- package/dist/src/vocab/group.yaml +1 -1
- package/dist/src/vocab/hashtag.yaml +1 -1
- package/dist/src/vocab/ignore.yaml +1 -1
- package/dist/src/vocab/image.yaml +1 -1
- package/dist/src/vocab/intransitiveactivity.yaml +1 -1
- package/dist/src/vocab/invite.yaml +1 -1
- package/dist/src/vocab/join.yaml +1 -1
- package/dist/src/vocab/key.yaml +1 -1
- package/dist/src/vocab/leave.yaml +1 -1
- package/dist/src/vocab/like.yaml +1 -1
- package/dist/src/vocab/link.yaml +1 -1
- package/dist/src/vocab/listen.yaml +1 -1
- package/dist/src/vocab/mention.yaml +1 -1
- package/dist/src/vocab/move.yaml +1 -1
- package/dist/src/vocab/multikey.yaml +1 -1
- package/dist/src/vocab/note.yaml +1 -1
- package/dist/src/vocab/object.yaml +1 -1
- package/dist/src/vocab/offer.yaml +1 -1
- package/dist/src/vocab/orderedcollection.yaml +1 -1
- package/dist/src/vocab/orderedcollectionpage.yaml +1 -1
- package/dist/src/vocab/organization.yaml +1 -1
- package/dist/src/vocab/page.yaml +1 -1
- package/dist/src/vocab/person.yaml +1 -1
- package/dist/src/vocab/place.yaml +1 -1
- package/dist/src/vocab/profile.yaml +1 -1
- package/dist/src/vocab/propertyvalue.yaml +1 -1
- package/dist/src/vocab/question.yaml +1 -1
- package/dist/src/vocab/read.yaml +1 -1
- package/dist/src/vocab/reject.yaml +1 -1
- package/dist/src/vocab/relationship.yaml +1 -1
- package/dist/src/vocab/remove.yaml +1 -1
- package/dist/src/vocab/service.yaml +1 -1
- package/dist/src/vocab/source.yaml +1 -1
- package/dist/src/vocab/tentativeaccept.yaml +1 -1
- package/dist/src/vocab/tentativereject.yaml +1 -1
- package/dist/src/vocab/tombstone.yaml +1 -1
- package/dist/src/vocab/travel.yaml +1 -1
- package/dist/src/vocab/undo.yaml +1 -1
- package/dist/src/vocab/update.yaml +1 -1
- package/dist/src/vocab/video.yaml +1 -1
- package/dist/src/vocab/view.yaml +1 -1
- package/dist/testing/docloader.test.js +6 -8
- package/dist/testing/mod.d.ts +10 -119
- package/dist/testing/mod.js +2 -3
- package/dist/{testing-Dl_uo19c.js → testing-DcJ3qTSi.js} +1 -2
- package/dist/{types-CPPQlW2w.js → types-BtUjyi5y.js} +5 -166
- package/dist/{types-BIgY6c-l.js → types-C2XVl6gj.js} +1 -3
- package/dist/{types-tmeoSVgM.cjs → types-CWgzGaqk.cjs} +6 -179
- package/dist/{runtime/authdocloader.test.js → utils/docloader.test.js} +14 -15
- package/dist/utils/kv-cache.test.js +212 -0
- package/dist/utils/mod.cjs +12 -0
- package/dist/utils/mod.d.cts +5 -0
- package/dist/utils/mod.d.ts +7 -0
- package/dist/utils/mod.js +11 -0
- package/dist/vocab/actor.test.js +8 -10
- package/dist/vocab/lookup.test.js +8 -10
- package/dist/vocab/mod.cjs +3 -4
- package/dist/vocab/mod.d.cts +3 -5
- package/dist/vocab/mod.d.ts +3 -5
- package/dist/vocab/mod.js +3 -4
- package/dist/vocab/type.test.js +2 -3
- package/dist/vocab/vocab.test.js +7618 -1973
- package/dist/{vocab-BASuuzcJ.d.ts → vocab-BCWe1Ih5.d.ts} +9 -25
- package/dist/{vocab-DPMmFPJ1.d.cts → vocab-CeDBzu-f.d.cts} +9 -25
- package/dist/{vocab-kxSYUP1j.js → vocab-DZvBYZFH.js} +3 -3
- package/dist/{vocab-BnNSNBil.cjs → vocab-aeFsUPtk.cjs} +5 -5
- package/dist/webfinger/handler.test.js +24 -25
- package/dist/webfinger/lookup.test.js +7 -9
- package/dist/webfinger/mod.cjs +2 -3
- package/dist/webfinger/mod.d.cts +1 -3
- package/dist/webfinger/mod.d.ts +1 -3
- package/dist/webfinger/mod.js +2 -3
- package/package.json +33 -66
- package/dist/assert_throws-BOO88avQ.js +0 -39
- package/dist/authdocloader-Bn3Jg414.js +0 -52
- package/dist/authdocloader-DmTWTYA4.cjs +0 -58
- package/dist/denokv-D0nfNQ1x.js +0 -57
- package/dist/docloader-BucCRHZI.d.ts +0 -221
- package/dist/docloader-CgESja7v.js +0 -4835
- package/dist/docloader-ChxNLZAA.d.cts +0 -219
- package/dist/docloader-DJCmWQFv.cjs +0 -4901
- package/dist/key-BUDjxXee.js +0 -10
- package/dist/key-Bl-6W_Cx.cjs +0 -290
- package/dist/key-BluX4ryA.js +0 -260
- package/dist/key-DWZlSSOl.cjs +0 -10
- package/dist/key-zkx54yxw.js +0 -10
- package/dist/lookup-DFrFssJ8.js +0 -336
- package/dist/middleware-BmGndt7n.cjs +0 -17
- package/dist/middleware-CxG8rL1c.js +0 -26
- package/dist/middleware-etnOMaDs.js +0 -17
- package/dist/mod-CD7gfdq3.d.ts +0 -104
- package/dist/mod-JUhOKMHj.d.cts +0 -102
- package/dist/mq-B7R1Q-M5.d.cts +0 -140
- package/dist/mq-CRGm1e_F.d.ts +0 -143
- package/dist/nodeinfo/semver.test.js +0 -143
- package/dist/runtime/docloader.test.js +0 -599
- package/dist/runtime/key.test.d.ts +0 -3
- package/dist/runtime/key.test.js +0 -103
- package/dist/runtime/langstr.test.d.ts +0 -3
- package/dist/runtime/langstr.test.js +0 -40
- package/dist/runtime/link.test.d.ts +0 -3
- package/dist/runtime/link.test.js +0 -61
- package/dist/runtime/mod.cjs +0 -25
- package/dist/runtime/mod.d.cts +0 -6
- package/dist/runtime/mod.d.ts +0 -8
- package/dist/runtime/mod.js +0 -13
- package/dist/runtime/multibase/multibase.test.d.ts +0 -3
- package/dist/runtime/multibase/multibase.test.js +0 -358
- package/dist/runtime/url.test.d.ts +0 -3
- package/dist/runtime/url.test.js +0 -45
- package/dist/semver-dArNLkR9.js +0 -149
- package/dist/vocab/schema.yaml +0 -247
- package/dist/x/cfworkers.cjs +0 -100
- package/dist/x/cfworkers.d.cts +0 -59
- package/dist/x/cfworkers.d.ts +0 -61
- package/dist/x/cfworkers.js +0 -98
- package/dist/x/cfworkers.test.d.ts +0 -3
- package/dist/x/cfworkers.test.js +0 -179
- package/dist/x/hono.cjs +0 -61
- package/dist/x/hono.d.cts +0 -54
- package/dist/x/hono.d.ts +0 -56
- package/dist/x/hono.js +0 -60
- package/dist/x/sveltekit.cjs +0 -69
- package/dist/x/sveltekit.d.cts +0 -46
- package/dist/x/sveltekit.d.ts +0 -48
- package/dist/x/sveltekit.js +0 -68
- /package/dist/{assert_not_equals-f3m3epl3.js → assert_not_equals-C80BG-_5.js} +0 -0
- /package/dist/{collection-CSzG2j1P.js → collection-BzWsN9pB.js} +0 -0
- /package/dist/{nodeinfo/semver.test.d.ts → federation/negotiation.test.d.ts} +0 -0
- /package/dist/{federation-C15gGOh1.cjs → federation-CoW-KDKv.cjs} +0 -0
- /package/dist/{federation-K-xsO03l.js → federation-D0hkM4T7.js} +0 -0
- /package/dist/{mod-C2tOeRkN.d.cts → mod-B-hUPT2N.d.cts} +0 -0
- /package/dist/{mod-1pDWKvUL.d.ts → mod-CVgZgliM.d.ts} +0 -0
- /package/dist/{mod-FZd39qVq.d.cts → mod-CcDPcLJW.d.cts} +0 -0
- /package/dist/{mod-g0xFzAP9.d.ts → mod-bjzj5QIb.d.ts} +0 -0
- /package/dist/{nodeinfo-DfycQ8Wf.js → nodeinfo-BnthBobC.js} +0 -0
- /package/dist/{nodeinfo-Co9lJrWl.cjs → nodeinfo-CdN0rEnZ.cjs} +0 -0
- /package/dist/{retry-D4GJ670a.js → retry-CfF8Gn4d.js} +0 -0
- /package/dist/{runtime-DPYEDf-o.js → sig-C34-oHBl.js} +0 -0
- /package/dist/{runtime-C58AJWSv.cjs → sig-YYj5tCnr.cjs} +0 -0
- /package/dist/{std__assert-X-_kMxKM.js → std__assert-DWivtrGR.js} +0 -0
- /package/dist/{runtime → utils}/docloader.test.d.ts +0 -0
- /package/dist/{runtime/authdocloader.test.d.ts → utils/kv-cache.test.d.ts} +0 -0
- /package/dist/{sig-Cj3tk-ig.js → utils-D-Va7aXC.js} +0 -0
- /package/dist/{sig-ByHXzqUi.cjs → utils-DyRU1gdZ.cjs} +0 -0
- /package/dist/{webfinger-De_bU0iE.js → webfinger-C72Y8lrh.js} +0 -0
- /package/dist/{webfinger-BjOEdFPs.cjs → webfinger-vAtLmxOF.cjs} +0 -0
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
|
|
2
|
+
const { Temporal } = require("@js-temporal/polyfill");
|
|
3
|
+
const { URLPattern } = require("urlpattern-polyfill");
|
|
4
|
+
|
|
5
|
+
const require_chunk = require('./chunk-DqRYRqnO.cjs');
|
|
6
|
+
const require_http = require('./http-Dy7ENa6t.cjs');
|
|
7
|
+
const __logtape_logtape = require_chunk.__toESM(require("@logtape/logtape"));
|
|
8
|
+
const __fedify_vocab_runtime = require_chunk.__toESM(require("@fedify/vocab-runtime"));
|
|
9
|
+
const es_toolkit = require_chunk.__toESM(require("es-toolkit"));
|
|
10
|
+
|
|
11
|
+
//#region src/utils/docloader.ts
|
|
12
|
+
const logger$1 = (0, __logtape_logtape.getLogger)([
|
|
13
|
+
"fedify",
|
|
14
|
+
"utils",
|
|
15
|
+
"docloader"
|
|
16
|
+
]);
|
|
17
|
+
/**
|
|
18
|
+
* Gets an authenticated {@link DocumentLoader} for the given identity.
|
|
19
|
+
* Note that an authenticated document loader intentionally does not cache
|
|
20
|
+
* the fetched documents.
|
|
21
|
+
* @param identity The identity to get the document loader for.
|
|
22
|
+
* The actor's key pair.
|
|
23
|
+
* @param options The options for the document loader.
|
|
24
|
+
* @returns The authenticated document loader.
|
|
25
|
+
* @throws {TypeError} If the key is invalid or unsupported.
|
|
26
|
+
* @since 0.4.0
|
|
27
|
+
*/
|
|
28
|
+
function getAuthenticatedDocumentLoader(identity, { allowPrivateAddress, userAgent, specDeterminer, tracerProvider } = {}) {
|
|
29
|
+
require_http.validateCryptoKey(identity.privateKey);
|
|
30
|
+
async function load(url, options) {
|
|
31
|
+
if (!allowPrivateAddress) try {
|
|
32
|
+
await (0, __fedify_vocab_runtime.validatePublicUrl)(url);
|
|
33
|
+
} catch (error) {
|
|
34
|
+
if (error instanceof __fedify_vocab_runtime.UrlError) logger$1.error("Disallowed private URL: {url}", {
|
|
35
|
+
url,
|
|
36
|
+
error
|
|
37
|
+
});
|
|
38
|
+
throw error;
|
|
39
|
+
}
|
|
40
|
+
const originalRequest = (0, __fedify_vocab_runtime.createActivityPubRequest)(url, { userAgent });
|
|
41
|
+
const response = await require_http.doubleKnock(originalRequest, identity, {
|
|
42
|
+
specDeterminer,
|
|
43
|
+
log: (0, es_toolkit.curry)(__fedify_vocab_runtime.logRequest)(logger$1),
|
|
44
|
+
tracerProvider,
|
|
45
|
+
signal: options?.signal
|
|
46
|
+
});
|
|
47
|
+
return (0, __fedify_vocab_runtime.getRemoteDocument)(url, response, load);
|
|
48
|
+
}
|
|
49
|
+
return load;
|
|
50
|
+
}
|
|
51
|
+
const _fetchDocumentLoader = (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
52
|
+
const _fetchDocumentLoader_allowPrivateAddress = (0, __fedify_vocab_runtime.getDocumentLoader)({ allowPrivateAddress: true });
|
|
53
|
+
|
|
54
|
+
//#endregion
|
|
55
|
+
//#region src/utils/kv-cache.ts
|
|
56
|
+
const logger = (0, __logtape_logtape.getLogger)([
|
|
57
|
+
"fedify",
|
|
58
|
+
"utils",
|
|
59
|
+
"kv-cache"
|
|
60
|
+
]);
|
|
61
|
+
/**
|
|
62
|
+
* Decorates a {@link DocumentLoader} with a cache backed by a {@link Deno.Kv}.
|
|
63
|
+
* @param parameters The parameters for the cache.
|
|
64
|
+
* @returns The decorated document loader which is cache-enabled.
|
|
65
|
+
*/
|
|
66
|
+
function kvCache({ loader, kv, prefix, rules }) {
|
|
67
|
+
const keyPrefix = prefix ?? ["_fedify", "remoteDocument"];
|
|
68
|
+
rules ??= [[new URLPattern({}), Temporal.Duration.from({ minutes: 5 })]];
|
|
69
|
+
for (const [p, duration] of rules) if (Temporal.Duration.compare(duration, { days: 30 }) > 0) throw new TypeError("The maximum cache duration is 30 days: " + (p instanceof URLPattern ? `${p.protocol}://${p.username}:${p.password}@${p.hostname}:${p.port}/${p.pathname}?${p.search}#${p.hash}` : p.toString()));
|
|
70
|
+
return async (url, options) => {
|
|
71
|
+
if (url in __fedify_vocab_runtime.preloadedContexts) {
|
|
72
|
+
logger.debug("Using preloaded context: {url}.", { url });
|
|
73
|
+
return {
|
|
74
|
+
contextUrl: null,
|
|
75
|
+
document: __fedify_vocab_runtime.preloadedContexts[url],
|
|
76
|
+
documentUrl: url
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
const match = matchRule(url, rules);
|
|
80
|
+
if (match == null) return await loader(url, options);
|
|
81
|
+
const key = [...keyPrefix, url];
|
|
82
|
+
let cache = void 0;
|
|
83
|
+
try {
|
|
84
|
+
cache = await kv.get(key);
|
|
85
|
+
} catch (error) {
|
|
86
|
+
if (error instanceof Error) logger.warn("Failed to get the document of {url} from the KV cache: {error}", {
|
|
87
|
+
url,
|
|
88
|
+
error
|
|
89
|
+
});
|
|
90
|
+
}
|
|
91
|
+
if (cache == null) {
|
|
92
|
+
const remoteDoc = await loader(url, options);
|
|
93
|
+
try {
|
|
94
|
+
await kv.set(key, remoteDoc, { ttl: match });
|
|
95
|
+
} catch (error) {
|
|
96
|
+
logger.warn("Failed to save the document of {url} to the KV cache: {error}", {
|
|
97
|
+
url,
|
|
98
|
+
error
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
return remoteDoc;
|
|
102
|
+
}
|
|
103
|
+
return cache;
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
function matchRule(url, rules) {
|
|
107
|
+
for (const [pattern, d] of rules) {
|
|
108
|
+
const duration = d instanceof Temporal.Duration ? d : Temporal.Duration.from(d);
|
|
109
|
+
if (typeof pattern === "string") {
|
|
110
|
+
if (url === pattern) return duration;
|
|
111
|
+
continue;
|
|
112
|
+
}
|
|
113
|
+
if (pattern instanceof URL) {
|
|
114
|
+
if (pattern.href == url) return duration;
|
|
115
|
+
continue;
|
|
116
|
+
}
|
|
117
|
+
if (pattern.test(url)) return duration;
|
|
118
|
+
}
|
|
119
|
+
return null;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
//#endregion
|
|
123
|
+
Object.defineProperty(exports, 'getAuthenticatedDocumentLoader', {
|
|
124
|
+
enumerable: true,
|
|
125
|
+
get: function () {
|
|
126
|
+
return getAuthenticatedDocumentLoader;
|
|
127
|
+
}
|
|
128
|
+
});
|
|
129
|
+
Object.defineProperty(exports, 'kvCache', {
|
|
130
|
+
enumerable: true,
|
|
131
|
+
get: function () {
|
|
132
|
+
return kvCache;
|
|
133
|
+
}
|
|
134
|
+
});
|
|
@@ -3,8 +3,9 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { Activity, CryptographicKey, Object as Object$1, deno_default,
|
|
7
|
-
import { fetchKey, validateCryptoKey } from "./key-
|
|
6
|
+
import { Activity, CryptographicKey, Object as Object$1, deno_default, getTypeId } from "./lookup-D6_9czrD.js";
|
|
7
|
+
import { fetchKey, validateCryptoKey } from "./key-C85if3Ia.js";
|
|
8
|
+
import { getDocumentLoader } from "@fedify/vocab-runtime";
|
|
8
9
|
import { getLogger } from "@logtape/logtape";
|
|
9
10
|
import { SpanStatusCode, trace } from "@opentelemetry/api";
|
|
10
11
|
import { decodeBase64, encodeBase64 } from "byte-encodings/base64";
|
|
@@ -3,10 +3,133 @@
|
|
|
3
3
|
const { URLPattern } = require("urlpattern-polyfill");
|
|
4
4
|
|
|
5
5
|
const require_chunk = require('./chunk-DqRYRqnO.cjs');
|
|
6
|
-
const require_docloader = require('./docloader-DJCmWQFv.cjs');
|
|
7
6
|
const __logtape_logtape = require_chunk.__toESM(require("@logtape/logtape"));
|
|
8
7
|
const __opentelemetry_api = require_chunk.__toESM(require("@opentelemetry/api"));
|
|
8
|
+
const __fedify_vocab_runtime = require_chunk.__toESM(require("@fedify/vocab-runtime"));
|
|
9
9
|
|
|
10
|
+
//#region deno.json
|
|
11
|
+
var name = "@fedify/fedify";
|
|
12
|
+
var version = "2.0.0-dev.109+ecc823d2";
|
|
13
|
+
var license = "MIT";
|
|
14
|
+
var exports$1 = {
|
|
15
|
+
".": "./src/mod.ts",
|
|
16
|
+
"./compat": "./src/compat/mod.ts",
|
|
17
|
+
"./federation": "./src/federation/mod.ts",
|
|
18
|
+
"./nodeinfo": "./src/nodeinfo/mod.ts",
|
|
19
|
+
"./otel": "./src/otel/mod.ts",
|
|
20
|
+
"./sig": "./src/sig/mod.ts",
|
|
21
|
+
"./testing": "./src/testing/mod.ts",
|
|
22
|
+
"./vocab": "./src/vocab/mod.ts",
|
|
23
|
+
"./utils": "./src/utils/mod.ts",
|
|
24
|
+
"./webfinger": "./src/webfinger/mod.ts"
|
|
25
|
+
};
|
|
26
|
+
var imports = {
|
|
27
|
+
"@multiformats/base-x": "npm:@multiformats/base-x@^4.0.1",
|
|
28
|
+
"@opentelemetry/core": "npm:@opentelemetry/core@^2.0.0",
|
|
29
|
+
"@opentelemetry/sdk-trace-base": "npm:@opentelemetry/sdk-trace-base@^2.0.0",
|
|
30
|
+
"@opentelemetry/semantic-conventions": "npm:@opentelemetry/semantic-conventions@^1.27.0",
|
|
31
|
+
"@std/assert": "jsr:@std/assert@^0.226.0",
|
|
32
|
+
"@std/url": "jsr:@std/url@^0.225.1",
|
|
33
|
+
"asn1js": "npm:asn1js@^3.0.7",
|
|
34
|
+
"fast-check": "npm:fast-check@^3.22.0",
|
|
35
|
+
"fetch-mock": "npm:fetch-mock@^12.5.2",
|
|
36
|
+
"json-canon": "npm:json-canon@^1.0.1",
|
|
37
|
+
"jsonld": "npm:jsonld@^9.0.0",
|
|
38
|
+
"multicodec": "npm:multicodec@^3.2.1",
|
|
39
|
+
"pkijs": "npm:pkijs@^3.3.3",
|
|
40
|
+
"structured-field-values": "npm:structured-field-values@^2.0.4",
|
|
41
|
+
"uri-template-router": "npm:uri-template-router@^1.0.0",
|
|
42
|
+
"url-template": "npm:url-template@^3.1.1"
|
|
43
|
+
};
|
|
44
|
+
var include = ["src/vocab/vocab.ts"];
|
|
45
|
+
var exclude = [
|
|
46
|
+
".test-report.xml",
|
|
47
|
+
"apidoc/",
|
|
48
|
+
"dist/",
|
|
49
|
+
"node_modules/",
|
|
50
|
+
"npm/",
|
|
51
|
+
"pnpm-lock.yaml",
|
|
52
|
+
"src/cfworkers/dist/",
|
|
53
|
+
"src/cfworkers/fixtures/",
|
|
54
|
+
"src/cfworkers/imports.ts",
|
|
55
|
+
"src/cfworkers/README.md",
|
|
56
|
+
"src/cfworkers/server.ts",
|
|
57
|
+
"src/cfworkers/server.js",
|
|
58
|
+
"src/cfworkers/server.js.map",
|
|
59
|
+
"src/vocab/*.yaml",
|
|
60
|
+
"!src/vocab/vocab.ts"
|
|
61
|
+
];
|
|
62
|
+
var tasks = {
|
|
63
|
+
"codegen": "deno run --allow-read --allow-write --allow-env --check scripts/codegen.ts && deno fmt src/vocab/vocab.ts && deno cache src/vocab/vocab.ts && deno check src/vocab/vocab.ts",
|
|
64
|
+
"cache": {
|
|
65
|
+
"command": "deno cache src/mod.ts",
|
|
66
|
+
"dependencies": ["codegen"]
|
|
67
|
+
},
|
|
68
|
+
"check": {
|
|
69
|
+
"command": "deno fmt --check && deno lint && deno check src/**/*.ts",
|
|
70
|
+
"dependencies": ["codegen"]
|
|
71
|
+
},
|
|
72
|
+
"test": {
|
|
73
|
+
"command": "deno test --check --doc --allow-read --allow-write --allow-env --unstable-kv --trace-leaks --parallel",
|
|
74
|
+
"dependencies": ["codegen"]
|
|
75
|
+
},
|
|
76
|
+
"coverage": "deno task test --clean --coverage && deno coverage --html coverage",
|
|
77
|
+
"bench": {
|
|
78
|
+
"command": "deno bench --allow-read --allow-write --allow-net --allow-env --allow-run --unstable-kv",
|
|
79
|
+
"dependencies": ["codegen"]
|
|
80
|
+
},
|
|
81
|
+
"apidoc": {
|
|
82
|
+
"command": "deno doc --html --name=Fedify --output=apidoc/ src/mod.ts",
|
|
83
|
+
"dependencies": ["codegen"]
|
|
84
|
+
},
|
|
85
|
+
"publish": {
|
|
86
|
+
"command": "deno publish",
|
|
87
|
+
"dependencies": ["codegen"]
|
|
88
|
+
},
|
|
89
|
+
"pnpm:install": "pnpm install --silent",
|
|
90
|
+
"pnpm:build": {
|
|
91
|
+
"command": "pnpm exec tsdown",
|
|
92
|
+
"dependencies": [
|
|
93
|
+
"codegen",
|
|
94
|
+
"pnpm:install",
|
|
95
|
+
"pnpm:build-vocab"
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
"pnpm:build-vocab-runtime": { "command": "cd ../vocab-runtime && pnpm build" },
|
|
99
|
+
"pnpm:build-vocab-tools": { "command": "cd ../vocab-tools && pnpm build" },
|
|
100
|
+
"pnpm:build-vocab": { "dependencies": ["pnpm:build-vocab-runtime", "pnpm:build-vocab-tools"] },
|
|
101
|
+
"test:node": {
|
|
102
|
+
"command": "cd dist/ && node --test",
|
|
103
|
+
"dependencies": ["pnpm:build"]
|
|
104
|
+
},
|
|
105
|
+
"test:bun": {
|
|
106
|
+
"command": "cd dist/ && bun test --timeout 60000",
|
|
107
|
+
"dependencies": ["pnpm:build-vocab", "pnpm:build"]
|
|
108
|
+
},
|
|
109
|
+
"test:cfworkers": {
|
|
110
|
+
"command": "pnpm exec wrangler deploy --dry-run --outdir src/cfworkers && node --import=tsx src/cfworkers/client.ts",
|
|
111
|
+
"dependencies": ["pnpm:build-vocab", "pnpm:build"]
|
|
112
|
+
},
|
|
113
|
+
"test-all": { "dependencies": [
|
|
114
|
+
"check",
|
|
115
|
+
"test",
|
|
116
|
+
"test:node",
|
|
117
|
+
"test:bun",
|
|
118
|
+
"test:cfworkers"
|
|
119
|
+
] }
|
|
120
|
+
};
|
|
121
|
+
var deno_default = {
|
|
122
|
+
name,
|
|
123
|
+
version,
|
|
124
|
+
license,
|
|
125
|
+
exports: exports$1,
|
|
126
|
+
imports,
|
|
127
|
+
include,
|
|
128
|
+
exclude,
|
|
129
|
+
tasks
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
//#endregion
|
|
10
133
|
//#region src/webfinger/lookup.ts
|
|
11
134
|
const logger = (0, __logtape_logtape.getLogger)([
|
|
12
135
|
"fedify",
|
|
@@ -23,7 +146,7 @@ const DEFAULT_MAX_REDIRECTION = 5;
|
|
|
23
146
|
*/
|
|
24
147
|
async function lookupWebFinger(resource, options = {}) {
|
|
25
148
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
26
|
-
const tracer = tracerProvider.getTracer(
|
|
149
|
+
const tracer = tracerProvider.getTracer(deno_default.name, deno_default.version);
|
|
27
150
|
return await tracer.startActiveSpan("webfinger.lookup", {
|
|
28
151
|
kind: __opentelemetry_api.SpanKind.CLIENT,
|
|
29
152
|
attributes: {
|
|
@@ -66,9 +189,9 @@ async function lookupWebFingerInternal(resource, options = {}) {
|
|
|
66
189
|
logger.debug("Fetching WebFinger resource descriptor from {url}...", { url: url.href });
|
|
67
190
|
let response;
|
|
68
191
|
if (options.allowPrivateAddress !== true) try {
|
|
69
|
-
await
|
|
192
|
+
await (0, __fedify_vocab_runtime.validatePublicUrl)(url.href);
|
|
70
193
|
} catch (e) {
|
|
71
|
-
if (e instanceof
|
|
194
|
+
if (e instanceof __fedify_vocab_runtime.UrlError) {
|
|
72
195
|
logger.error("Invalid URL for WebFinger resource descriptor: {error}", { error: e });
|
|
73
196
|
return null;
|
|
74
197
|
}
|
|
@@ -78,7 +201,7 @@ async function lookupWebFingerInternal(resource, options = {}) {
|
|
|
78
201
|
response = await fetch(url, {
|
|
79
202
|
headers: {
|
|
80
203
|
Accept: "application/jrd+json",
|
|
81
|
-
"User-Agent": typeof options.userAgent === "string" ? options.userAgent :
|
|
204
|
+
"User-Agent": typeof options.userAgent === "string" ? options.userAgent : (0, __fedify_vocab_runtime.getUserAgent)(options.userAgent)
|
|
82
205
|
},
|
|
83
206
|
redirect: "manual",
|
|
84
207
|
signal: options.signal
|
|
@@ -129,6 +252,12 @@ async function lookupWebFingerInternal(resource, options = {}) {
|
|
|
129
252
|
}
|
|
130
253
|
|
|
131
254
|
//#endregion
|
|
255
|
+
Object.defineProperty(exports, 'deno_default', {
|
|
256
|
+
enumerable: true,
|
|
257
|
+
get: function () {
|
|
258
|
+
return deno_default;
|
|
259
|
+
}
|
|
260
|
+
});
|
|
132
261
|
Object.defineProperty(exports, 'lookupWebFinger', {
|
|
133
262
|
enumerable: true,
|
|
134
263
|
get: function () {
|
|
@@ -2,10 +2,133 @@
|
|
|
2
2
|
import { Temporal } from "@js-temporal/polyfill";
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
|
|
5
|
-
import { UrlError, deno_default, getUserAgent, validatePublicUrl } from "./docloader-CgESja7v.js";
|
|
6
5
|
import { getLogger } from "@logtape/logtape";
|
|
7
6
|
import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
|
|
7
|
+
import { UrlError, getUserAgent, validatePublicUrl } from "@fedify/vocab-runtime";
|
|
8
8
|
|
|
9
|
+
//#region deno.json
|
|
10
|
+
var name = "@fedify/fedify";
|
|
11
|
+
var version = "2.0.0-dev.109+ecc823d2";
|
|
12
|
+
var license = "MIT";
|
|
13
|
+
var exports = {
|
|
14
|
+
".": "./src/mod.ts",
|
|
15
|
+
"./compat": "./src/compat/mod.ts",
|
|
16
|
+
"./federation": "./src/federation/mod.ts",
|
|
17
|
+
"./nodeinfo": "./src/nodeinfo/mod.ts",
|
|
18
|
+
"./otel": "./src/otel/mod.ts",
|
|
19
|
+
"./sig": "./src/sig/mod.ts",
|
|
20
|
+
"./testing": "./src/testing/mod.ts",
|
|
21
|
+
"./vocab": "./src/vocab/mod.ts",
|
|
22
|
+
"./utils": "./src/utils/mod.ts",
|
|
23
|
+
"./webfinger": "./src/webfinger/mod.ts"
|
|
24
|
+
};
|
|
25
|
+
var imports = {
|
|
26
|
+
"@multiformats/base-x": "npm:@multiformats/base-x@^4.0.1",
|
|
27
|
+
"@opentelemetry/core": "npm:@opentelemetry/core@^2.0.0",
|
|
28
|
+
"@opentelemetry/sdk-trace-base": "npm:@opentelemetry/sdk-trace-base@^2.0.0",
|
|
29
|
+
"@opentelemetry/semantic-conventions": "npm:@opentelemetry/semantic-conventions@^1.27.0",
|
|
30
|
+
"@std/assert": "jsr:@std/assert@^0.226.0",
|
|
31
|
+
"@std/url": "jsr:@std/url@^0.225.1",
|
|
32
|
+
"asn1js": "npm:asn1js@^3.0.7",
|
|
33
|
+
"fast-check": "npm:fast-check@^3.22.0",
|
|
34
|
+
"fetch-mock": "npm:fetch-mock@^12.5.2",
|
|
35
|
+
"json-canon": "npm:json-canon@^1.0.1",
|
|
36
|
+
"jsonld": "npm:jsonld@^9.0.0",
|
|
37
|
+
"multicodec": "npm:multicodec@^3.2.1",
|
|
38
|
+
"pkijs": "npm:pkijs@^3.3.3",
|
|
39
|
+
"structured-field-values": "npm:structured-field-values@^2.0.4",
|
|
40
|
+
"uri-template-router": "npm:uri-template-router@^1.0.0",
|
|
41
|
+
"url-template": "npm:url-template@^3.1.1"
|
|
42
|
+
};
|
|
43
|
+
var include = ["src/vocab/vocab.ts"];
|
|
44
|
+
var exclude = [
|
|
45
|
+
".test-report.xml",
|
|
46
|
+
"apidoc/",
|
|
47
|
+
"dist/",
|
|
48
|
+
"node_modules/",
|
|
49
|
+
"npm/",
|
|
50
|
+
"pnpm-lock.yaml",
|
|
51
|
+
"src/cfworkers/dist/",
|
|
52
|
+
"src/cfworkers/fixtures/",
|
|
53
|
+
"src/cfworkers/imports.ts",
|
|
54
|
+
"src/cfworkers/README.md",
|
|
55
|
+
"src/cfworkers/server.ts",
|
|
56
|
+
"src/cfworkers/server.js",
|
|
57
|
+
"src/cfworkers/server.js.map",
|
|
58
|
+
"src/vocab/*.yaml",
|
|
59
|
+
"!src/vocab/vocab.ts"
|
|
60
|
+
];
|
|
61
|
+
var tasks = {
|
|
62
|
+
"codegen": "deno run --allow-read --allow-write --allow-env --check scripts/codegen.ts && deno fmt src/vocab/vocab.ts && deno cache src/vocab/vocab.ts && deno check src/vocab/vocab.ts",
|
|
63
|
+
"cache": {
|
|
64
|
+
"command": "deno cache src/mod.ts",
|
|
65
|
+
"dependencies": ["codegen"]
|
|
66
|
+
},
|
|
67
|
+
"check": {
|
|
68
|
+
"command": "deno fmt --check && deno lint && deno check src/**/*.ts",
|
|
69
|
+
"dependencies": ["codegen"]
|
|
70
|
+
},
|
|
71
|
+
"test": {
|
|
72
|
+
"command": "deno test --check --doc --allow-read --allow-write --allow-env --unstable-kv --trace-leaks --parallel",
|
|
73
|
+
"dependencies": ["codegen"]
|
|
74
|
+
},
|
|
75
|
+
"coverage": "deno task test --clean --coverage && deno coverage --html coverage",
|
|
76
|
+
"bench": {
|
|
77
|
+
"command": "deno bench --allow-read --allow-write --allow-net --allow-env --allow-run --unstable-kv",
|
|
78
|
+
"dependencies": ["codegen"]
|
|
79
|
+
},
|
|
80
|
+
"apidoc": {
|
|
81
|
+
"command": "deno doc --html --name=Fedify --output=apidoc/ src/mod.ts",
|
|
82
|
+
"dependencies": ["codegen"]
|
|
83
|
+
},
|
|
84
|
+
"publish": {
|
|
85
|
+
"command": "deno publish",
|
|
86
|
+
"dependencies": ["codegen"]
|
|
87
|
+
},
|
|
88
|
+
"pnpm:install": "pnpm install --silent",
|
|
89
|
+
"pnpm:build": {
|
|
90
|
+
"command": "pnpm exec tsdown",
|
|
91
|
+
"dependencies": [
|
|
92
|
+
"codegen",
|
|
93
|
+
"pnpm:install",
|
|
94
|
+
"pnpm:build-vocab"
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
"pnpm:build-vocab-runtime": { "command": "cd ../vocab-runtime && pnpm build" },
|
|
98
|
+
"pnpm:build-vocab-tools": { "command": "cd ../vocab-tools && pnpm build" },
|
|
99
|
+
"pnpm:build-vocab": { "dependencies": ["pnpm:build-vocab-runtime", "pnpm:build-vocab-tools"] },
|
|
100
|
+
"test:node": {
|
|
101
|
+
"command": "cd dist/ && node --test",
|
|
102
|
+
"dependencies": ["pnpm:build"]
|
|
103
|
+
},
|
|
104
|
+
"test:bun": {
|
|
105
|
+
"command": "cd dist/ && bun test --timeout 60000",
|
|
106
|
+
"dependencies": ["pnpm:build-vocab", "pnpm:build"]
|
|
107
|
+
},
|
|
108
|
+
"test:cfworkers": {
|
|
109
|
+
"command": "pnpm exec wrangler deploy --dry-run --outdir src/cfworkers && node --import=tsx src/cfworkers/client.ts",
|
|
110
|
+
"dependencies": ["pnpm:build-vocab", "pnpm:build"]
|
|
111
|
+
},
|
|
112
|
+
"test-all": { "dependencies": [
|
|
113
|
+
"check",
|
|
114
|
+
"test",
|
|
115
|
+
"test:node",
|
|
116
|
+
"test:bun",
|
|
117
|
+
"test:cfworkers"
|
|
118
|
+
] }
|
|
119
|
+
};
|
|
120
|
+
var deno_default = {
|
|
121
|
+
name,
|
|
122
|
+
version,
|
|
123
|
+
license,
|
|
124
|
+
exports,
|
|
125
|
+
imports,
|
|
126
|
+
include,
|
|
127
|
+
exclude,
|
|
128
|
+
tasks
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
//#endregion
|
|
9
132
|
//#region src/webfinger/lookup.ts
|
|
10
133
|
const logger = getLogger([
|
|
11
134
|
"fedify",
|
|
@@ -128,4 +251,4 @@ async function lookupWebFingerInternal(resource, options = {}) {
|
|
|
128
251
|
}
|
|
129
252
|
|
|
130
253
|
//#endregion
|
|
131
|
-
export { lookupWebFinger };
|
|
254
|
+
export { deno_default, lookupWebFinger };
|