@fedify/fedify 1.9.0-pr.428.1588 → 1.9.0-pr.431.1597
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/actor-CHOM_AN3.d.cts +128 -0
- package/dist/actor-CfaqWvJb.cjs +37783 -0
- package/dist/{actor-CdM_sJLC.js → actor-Detmisdi.js} +190 -190
- package/dist/{actor-ByOSf9n9.js → actor-Dw7av4Zk.js} +1 -1
- package/dist/{authdocloader-VVd0U8Qg.js → authdocloader-5UJ5Gme-.js} +6 -6
- package/dist/authdocloader-BVYv0Ct8.cjs +58 -0
- package/dist/{authdocloader-CfP6lfxM.js → authdocloader-ZlLoXSxM.js} +3 -3
- package/dist/{builder-mfXmda-W.js → builder-BbKfqPmR.js} +4 -4
- package/dist/chunk-DqRYRqnO.cjs +34 -0
- package/dist/{client-DB8N2RwI.js → client-DgRjF0ha.js} +1 -1
- package/dist/client-DjT_tegg.d.cts +294 -0
- package/dist/compat/mod.cjs +10 -0
- package/dist/compat/mod.d.cts +13 -0
- package/dist/compat/mod.js +5 -5
- package/dist/compat/transformers.test.js +16 -16
- package/dist/compat-DmDDELst.cjs +4 -0
- package/dist/compat-nxUqe4Z-.js +4 -0
- package/dist/context-KXVF2AhH.d.cts +2261 -0
- package/dist/{docloader-XJzCMWY-.js → docloader-BKf9RWX4.js} +4 -4
- package/dist/docloader-D-MrRyHl.d.cts +219 -0
- package/dist/docloader-eqgyMp7h.cjs +4682 -0
- package/dist/{esm-BVYQVacR.js → esm-B_ZjJ1sB.js} +1 -1
- package/dist/federation/builder.test.js +5 -5
- package/dist/federation/collection.test.js +3 -3
- package/dist/federation/handler.test.js +17 -17
- package/dist/federation/inbox.test.js +4 -4
- package/dist/federation/keycache.test.js +4 -4
- package/dist/federation/kv.test.js +3 -3
- package/dist/federation/middleware.test.js +18 -18
- package/dist/federation/mod.cjs +29 -0
- package/dist/federation/mod.d.cts +13 -0
- package/dist/federation/mod.js +15 -15
- package/dist/federation/mq.test.js +3 -3
- package/dist/federation/retry.test.js +3 -3
- package/dist/federation/router.test.js +3 -3
- package/dist/federation/send.test.js +10 -10
- package/dist/{federation-CMX7WzeL.js → federation-D1U8YY9t.js} +3 -3
- package/dist/federation-H2_En3j5.cjs +244 -0
- package/dist/http-B_zBcsai.d.cts +253 -0
- package/dist/{http-B_bBrm6N.js → http-C5XLveZw.js} +2 -2
- package/dist/{http-DYB4M8Pr.js → http-CwlUFNG4.js} +6 -6
- package/dist/http-_vjuGcXn.cjs +826 -0
- package/dist/{inbox-B4k2JQpE.js → inbox-sVXiVBbT.js} +1 -1
- package/dist/key-19P2dWvf.cjs +290 -0
- package/dist/{key-BdBFUTr5.js → key-BCWvPOkD.js} +5 -5
- package/dist/key-CsQ7J8-m.js +10 -0
- package/dist/key-Dt7qJaQT.cjs +10 -0
- package/dist/{key-feGm-IP3.js → key-Jrnr66vx.js} +2 -2
- package/dist/{key-BcVEPl--.js → key-lpATOAE4.js} +3 -3
- package/dist/{keycache-b7FYgzB9.js → keycache-ogQInQck.js} +1 -1
- package/dist/{keys-B7uX1KoX.js → keys-DcGsKtHW.js} +1 -1
- package/dist/kv-63Cil1MD.d.cts +81 -0
- package/dist/{ld-DJCemZO2.js → ld-BSE4jnyK.js} +2 -2
- package/dist/lookup-D96ipStp.cjs +137 -0
- package/dist/{lookup-CIsbr_Qi.js → lookup-D_-F1hLw.js} +4 -4
- package/dist/{lookup-CXaZBmuy.js → lookup-DdxOle8f.js} +1 -1
- package/dist/middleware-B0f850Ei.cjs +17 -0
- package/dist/middleware-B2DFqtJ-.cjs +4240 -0
- package/dist/middleware-COHAbwGs.js +17 -0
- package/dist/{middleware-D5JRdsEc.js → middleware-CuTcPjfP.js} +13 -13
- package/dist/middleware-Dt7C7qpw.js +26 -0
- package/dist/{middleware-e_Gw7sQy.js → middleware-T_y4Bnvw.js} +14 -14
- package/dist/mod-C2tOeRkN.d.cts +1 -0
- package/dist/mod-C3CGxYoF.d.cts +102 -0
- package/dist/mod-COw_caPC.d.cts +266 -0
- package/dist/mod-FZd39qVq.d.cts +1 -0
- package/dist/mod-NKH_G-IY.d.cts +289 -0
- package/dist/mod-YfAcrVbP.d.cts +80 -0
- package/dist/mod-jQ4OODsl.d.cts +113 -0
- package/dist/mod.cjs +152 -0
- package/dist/mod.d.cts +17 -0
- package/dist/mod.js +20 -20
- package/dist/mq-B7R1Q-M5.d.cts +140 -0
- package/dist/nodeinfo/client.test.js +5 -5
- package/dist/nodeinfo/handler.test.js +16 -16
- package/dist/nodeinfo/mod.cjs +13 -0
- package/dist/nodeinfo/mod.d.cts +5 -0
- package/dist/nodeinfo/mod.js +6 -6
- package/dist/nodeinfo/semver.test.js +3 -3
- package/dist/nodeinfo/types.test.js +3 -3
- package/dist/nodeinfo-Co9lJrWl.cjs +4 -0
- package/dist/nodeinfo-DfycQ8Wf.js +4 -0
- package/dist/owner-C9Ry0TOI.d.cts +67 -0
- package/dist/{owner-i9FkgZwa.js → owner-DJtc8evi.js} +2 -2
- package/dist/{proof-Bvtdd-Ul.js → proof-9OMp0o4n.js} +2 -2
- package/dist/{proof-DKGUTtBt.js → proof-BuPk23Er.js} +6 -6
- package/dist/proof-CRHppbRk.cjs +673 -0
- package/dist/runtime/authdocloader.test.js +9 -9
- package/dist/runtime/docloader.test.js +4 -4
- package/dist/runtime/key.test.js +5 -5
- package/dist/runtime/langstr.test.js +3 -3
- package/dist/runtime/mod.cjs +25 -0
- package/dist/runtime/mod.d.cts +6 -0
- package/dist/runtime/mod.js +10 -10
- package/dist/runtime/multibase/multibase.test.js +3 -3
- package/dist/runtime/url.test.js +3 -3
- package/dist/runtime-C58AJWSv.cjs +4 -0
- package/dist/runtime-DPYEDf-o.js +4 -0
- package/dist/{send-Cuw-wTCx.js → send-cXerEJm9.js} +2 -2
- package/dist/sig/http.test.js +8 -8
- package/dist/sig/key.test.js +6 -6
- package/dist/sig/ld.test.js +7 -7
- package/dist/sig/mod.cjs +30 -0
- package/dist/sig/mod.d.cts +8 -0
- package/dist/sig/mod.js +10 -10
- package/dist/sig/owner.test.js +7 -7
- package/dist/sig/proof.test.js +7 -7
- package/dist/sig-ByHXzqUi.cjs +4 -0
- package/dist/sig-Cj3tk-ig.js +4 -0
- package/dist/testing/docloader.test.js +3 -3
- package/dist/testing/mod.js +3 -3
- package/dist/{testing-DUFWSgSt.js → testing-BX6IA3LR.js} +2 -2
- package/dist/{transformers-Dna8Fg7k.js → transformers-BFT6d7J5.js} +3 -3
- package/dist/transformers-CoBS-oFG.cjs +116 -0
- package/dist/{type-DDwsy8fI.js → type-DF9yoIpt.js} +186 -186
- package/dist/types-DcKQIzdO.cjs +488 -0
- package/dist/{types-CuvNqe2X.js → types-Q17QxOOC.js} +4 -4
- package/dist/vocab/actor.test.js +5 -5
- package/dist/vocab/lookup.test.js +4 -4
- package/dist/vocab/mod.cjs +87 -0
- package/dist/vocab/mod.d.cts +6 -0
- package/dist/vocab/mod.js +7 -7
- package/dist/vocab/type.test.js +3 -3
- package/dist/vocab/vocab.test.js +4 -4
- package/dist/{vocab-CEXwobaS.js → vocab-BUc_4ZsW.js} +6 -6
- package/dist/vocab-BzGg7ltX.d.cts +14629 -0
- package/dist/vocab-Du8FV6H1.cjs +282 -0
- package/dist/webfinger/handler.test.js +16 -16
- package/dist/webfinger/lookup.test.js +4 -4
- package/dist/webfinger/mod.cjs +9 -0
- package/dist/webfinger/mod.d.cts +4 -0
- package/dist/webfinger/mod.js +6 -6
- package/dist/webfinger-BjOEdFPs.cjs +4 -0
- package/dist/webfinger-De_bU0iE.js +4 -0
- package/dist/x/cfworkers.cjs +100 -0
- package/dist/x/cfworkers.d.cts +59 -0
- package/dist/x/cfworkers.js +3 -3
- package/dist/x/cfworkers.test.js +3 -3
- package/dist/x/hono.cjs +61 -0
- package/dist/x/hono.d.cts +54 -0
- package/dist/x/hono.js +3 -3
- package/dist/x/sveltekit.cjs +69 -0
- package/dist/x/sveltekit.d.cts +46 -0
- package/dist/x/sveltekit.js +3 -3
- package/package.json +68 -12
- package/dist/compat-Bb5myD13.js +0 -4
- package/dist/key-0hFXQUQz.js +0 -10
- package/dist/middleware-BhQdOVAF.js +0 -17
- package/dist/middleware-DVy3ms0C.js +0 -26
- package/dist/nodeinfo-CyEbLjHs.js +0 -4
- package/dist/runtime-BSkOVUWM.js +0 -4
- package/dist/sig-BXJO--F9.js +0 -4
- package/dist/webfinger-C3GIyXIg.js +0 -4
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
|
-
|
3
|
-
|
4
|
-
|
2
|
+
import { Temporal } from "@js-temporal/polyfill";
|
3
|
+
import { URLPattern } from "urlpattern-polyfill";
|
4
|
+
|
5
5
|
import { getLogger } from "@logtape/logtape";
|
6
6
|
import { HTTPHeaderLink } from "@hugoalh/http-header-link";
|
7
7
|
import process from "node:process";
|
@@ -10,7 +10,7 @@ import { isIP } from "node:net";
|
|
10
10
|
|
11
11
|
//#region deno.json
|
12
12
|
var name = "@fedify/fedify";
|
13
|
-
var version = "1.9.0-pr.
|
13
|
+
var version = "1.9.0-pr.431.1597+5eff12ff";
|
14
14
|
var license = "MIT";
|
15
15
|
var exports = {
|
16
16
|
".": "./src/mod.ts",
|
@@ -0,0 +1,219 @@
|
|
1
|
+
import { KvKey, KvStore } from "./kv-63Cil1MD.cjs";
|
2
|
+
|
3
|
+
//#region src/runtime/docloader.d.ts
|
4
|
+
/**
|
5
|
+
* A remote JSON-LD document and its context fetched by
|
6
|
+
* a {@link DocumentLoader}.
|
7
|
+
*/
|
8
|
+
interface RemoteDocument {
|
9
|
+
/**
|
10
|
+
* The URL of the context document.
|
11
|
+
*/
|
12
|
+
contextUrl: string | null;
|
13
|
+
/**
|
14
|
+
* The fetched JSON-LD document.
|
15
|
+
*/
|
16
|
+
document: unknown;
|
17
|
+
/**
|
18
|
+
* The URL of the fetched document.
|
19
|
+
*/
|
20
|
+
documentUrl: string;
|
21
|
+
}
|
22
|
+
/**
|
23
|
+
* Options for {@link DocumentLoader}.
|
24
|
+
* @since 1.8.0
|
25
|
+
*/
|
26
|
+
interface DocumentLoaderOptions {
|
27
|
+
/**
|
28
|
+
* An `AbortSignal` for cancellation.
|
29
|
+
* @since 1.8.0
|
30
|
+
*/
|
31
|
+
signal?: AbortSignal;
|
32
|
+
}
|
33
|
+
/**
|
34
|
+
* A JSON-LD document loader that fetches documents from the Web.
|
35
|
+
* @param url The URL of the document to load.
|
36
|
+
* @param options The options for the document loader.
|
37
|
+
* @returns The loaded remote document.
|
38
|
+
*/
|
39
|
+
type DocumentLoader = (url: string, options?: DocumentLoaderOptions) => Promise<RemoteDocument>;
|
40
|
+
/**
|
41
|
+
* A factory function that creates a {@link DocumentLoader} with options.
|
42
|
+
* @param options The options for the document loader.
|
43
|
+
* @returns The document loader.
|
44
|
+
* @since 1.4.0
|
45
|
+
*/
|
46
|
+
type DocumentLoaderFactory = (options?: DocumentLoaderFactoryOptions) => DocumentLoader;
|
47
|
+
/**
|
48
|
+
* Options for {@link DocumentLoaderFactory}.
|
49
|
+
* @see {@link DocumentLoaderFactory}
|
50
|
+
* @see {@link AuthenticatedDocumentLoaderFactory}
|
51
|
+
* @since 1.4.0
|
52
|
+
*/
|
53
|
+
interface DocumentLoaderFactoryOptions {
|
54
|
+
/**
|
55
|
+
* Whether to allow fetching private network addresses.
|
56
|
+
* Turned off by default.
|
57
|
+
* @default `false``
|
58
|
+
*/
|
59
|
+
allowPrivateAddress?: boolean;
|
60
|
+
/**
|
61
|
+
* Options for making `User-Agent` string.
|
62
|
+
* If a string is given, it is used as the `User-Agent` header value.
|
63
|
+
* If an object is given, it is passed to {@link getUserAgent} function.
|
64
|
+
*/
|
65
|
+
userAgent?: GetUserAgentOptions | string;
|
66
|
+
}
|
67
|
+
/**
|
68
|
+
* A factory function that creates an authenticated {@link DocumentLoader} for
|
69
|
+
* a given identity. This is used for fetching documents that require
|
70
|
+
* authentication.
|
71
|
+
* @param identity The identity to create the document loader for.
|
72
|
+
* The actor's key pair.
|
73
|
+
* @param options The options for the document loader.
|
74
|
+
* @returns The authenticated document loader.
|
75
|
+
* @since 0.4.0
|
76
|
+
*/
|
77
|
+
type AuthenticatedDocumentLoaderFactory = (identity: {
|
78
|
+
keyId: URL;
|
79
|
+
privateKey: CryptoKey;
|
80
|
+
}, options?: DocumentLoaderFactoryOptions) => DocumentLoader;
|
81
|
+
/**
|
82
|
+
* Error thrown when fetching a JSON-LD document failed.
|
83
|
+
*/
|
84
|
+
declare class FetchError extends Error {
|
85
|
+
/**
|
86
|
+
* The URL that failed to fetch.
|
87
|
+
*/
|
88
|
+
url: URL;
|
89
|
+
/**
|
90
|
+
* Constructs a new `FetchError`.
|
91
|
+
*
|
92
|
+
* @param url The URL that failed to fetch.
|
93
|
+
* @param message Error message.
|
94
|
+
*/
|
95
|
+
constructor(url: URL | string, message?: string);
|
96
|
+
}
|
97
|
+
/**
|
98
|
+
* Options for creating a request.
|
99
|
+
* @internal
|
100
|
+
*/
|
101
|
+
|
102
|
+
/**
|
103
|
+
* Options for {@link getDocumentLoader}.
|
104
|
+
* @since 1.3.0
|
105
|
+
*/
|
106
|
+
interface GetDocumentLoaderOptions extends DocumentLoaderFactoryOptions {
|
107
|
+
/**
|
108
|
+
* Whether to preload the frequently used contexts.
|
109
|
+
*/
|
110
|
+
skipPreloadedContexts?: boolean;
|
111
|
+
}
|
112
|
+
/**
|
113
|
+
* Creates a JSON-LD document loader that utilizes the browser's `fetch` API.
|
114
|
+
*
|
115
|
+
* The created loader preloads the below frequently used contexts by default
|
116
|
+
* (unless `options.ignorePreloadedContexts` is set to `true`):
|
117
|
+
*
|
118
|
+
* - <https://www.w3.org/ns/activitystreams>
|
119
|
+
* - <https://w3id.org/security/v1>
|
120
|
+
* - <https://w3id.org/security/data-integrity/v1>
|
121
|
+
* - <https://www.w3.org/ns/did/v1>
|
122
|
+
* - <https://w3id.org/security/multikey/v1>
|
123
|
+
* - <https://purl.archive.org/socialweb/webfinger>
|
124
|
+
* - <http://schema.org/>
|
125
|
+
* @param options Options for the document loader.
|
126
|
+
* @returns The document loader.
|
127
|
+
* @since 1.3.0
|
128
|
+
*/
|
129
|
+
declare function getDocumentLoader({
|
130
|
+
allowPrivateAddress,
|
131
|
+
skipPreloadedContexts,
|
132
|
+
userAgent
|
133
|
+
}?: GetDocumentLoaderOptions): DocumentLoader;
|
134
|
+
/**
|
135
|
+
* A JSON-LD document loader that utilizes the browser's `fetch` API.
|
136
|
+
*
|
137
|
+
* This loader preloads the below frequently used contexts:
|
138
|
+
*
|
139
|
+
* - <https://www.w3.org/ns/activitystreams>
|
140
|
+
* - <https://w3id.org/security/v1>
|
141
|
+
* - <https://w3id.org/security/data-integrity/v1>
|
142
|
+
* - <https://www.w3.org/ns/did/v1>
|
143
|
+
* - <https://w3id.org/security/multikey/v1>
|
144
|
+
* - <https://purl.archive.org/socialweb/webfinger>
|
145
|
+
* - <http://schema.org/>
|
146
|
+
* @param url The URL of the document to load.
|
147
|
+
* @param allowPrivateAddress Whether to allow fetching private network
|
148
|
+
* addresses. Turned off by default.
|
149
|
+
* @returns The remote document.
|
150
|
+
* @deprecated Use {@link getDocumentLoader} instead.
|
151
|
+
*/
|
152
|
+
declare function fetchDocumentLoader(url: string, allowPrivateAddress?: boolean): Promise<RemoteDocument>;
|
153
|
+
declare function fetchDocumentLoader(url: string, options?: DocumentLoaderOptions): Promise<RemoteDocument>;
|
154
|
+
/**
|
155
|
+
* The parameters for {@link kvCache} function.
|
156
|
+
*/
|
157
|
+
interface KvCacheParameters {
|
158
|
+
/**
|
159
|
+
* The document loader to decorate with a cache.
|
160
|
+
*/
|
161
|
+
loader: DocumentLoader;
|
162
|
+
/**
|
163
|
+
* The key–value store to use for backing the cache.
|
164
|
+
*/
|
165
|
+
kv: KvStore;
|
166
|
+
/**
|
167
|
+
* The key prefix to use for namespacing the cache.
|
168
|
+
* `["_fedify", "remoteDocument"]` by default.
|
169
|
+
*/
|
170
|
+
prefix?: KvKey;
|
171
|
+
/**
|
172
|
+
* The per-URL cache rules in the array of `[urlPattern, duration]` pairs
|
173
|
+
* where `urlPattern` is either a string, a {@link URL}, or
|
174
|
+
* a {@link URLPattern} and `duration` is a {@link Temporal.Duration}.
|
175
|
+
* The `duration` is allowed to be at most 30 days.
|
176
|
+
*
|
177
|
+
* By default, 5 minutes for all URLs.
|
178
|
+
*/
|
179
|
+
rules?: [string | URL | URLPattern, Temporal.Duration][];
|
180
|
+
}
|
181
|
+
/**
|
182
|
+
* Decorates a {@link DocumentLoader} with a cache backed by a {@link Deno.Kv}.
|
183
|
+
* @param parameters The parameters for the cache.
|
184
|
+
* @returns The decorated document loader which is cache-enabled.
|
185
|
+
*/
|
186
|
+
declare function kvCache({
|
187
|
+
loader,
|
188
|
+
kv,
|
189
|
+
prefix,
|
190
|
+
rules
|
191
|
+
}: KvCacheParameters): DocumentLoader;
|
192
|
+
/**
|
193
|
+
* Options for making `User-Agent` string.
|
194
|
+
* @see {@link getUserAgent}
|
195
|
+
* @since 1.3.0
|
196
|
+
*/
|
197
|
+
interface GetUserAgentOptions {
|
198
|
+
/**
|
199
|
+
* An optional software name and version, e.g., `"Hollo/1.0.0"`.
|
200
|
+
*/
|
201
|
+
software?: string | null;
|
202
|
+
/**
|
203
|
+
* An optional URL to append to the user agent string.
|
204
|
+
* Usually the URL of the ActivityPub instance.
|
205
|
+
*/
|
206
|
+
url?: string | URL | null;
|
207
|
+
}
|
208
|
+
/**
|
209
|
+
* Gets the user agent string for the given application and URL.
|
210
|
+
* @param options The options for making the user agent string.
|
211
|
+
* @returns The user agent string.
|
212
|
+
* @since 1.3.0
|
213
|
+
*/
|
214
|
+
declare function getUserAgent({
|
215
|
+
software,
|
216
|
+
url
|
217
|
+
}?: GetUserAgentOptions): string;
|
218
|
+
//#endregion
|
219
|
+
export { AuthenticatedDocumentLoaderFactory, DocumentLoader, DocumentLoaderFactory, DocumentLoaderFactoryOptions, FetchError, GetDocumentLoaderOptions, GetUserAgentOptions, KvCacheParameters, RemoteDocument, fetchDocumentLoader, getDocumentLoader, getUserAgent, kvCache };
|