@fedify/fedify 2.0.0-dev.158 → 2.0.0-dev.159
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 +53 -39
- package/dist/{builder-BnWso6VP.js → builder-oZcZfn1d.js} +3 -3
- package/dist/compat/transformers.test.js +11 -11
- package/dist/{deno-CQV858ip.js → deno-CGe3r5lB.js} +1 -1
- package/dist/{docloader-Csc8gQux.js → docloader-Bh4ZzxTs.js} +2 -2
- package/dist/federation/builder.test.js +3 -3
- package/dist/federation/handler.test.js +11 -11
- package/dist/federation/idempotency.test.js +11 -11
- package/dist/federation/inbox.test.js +2 -2
- package/dist/federation/middleware.test.js +11 -11
- package/dist/federation/mod.cjs +4 -4
- package/dist/federation/mod.js +4 -4
- package/dist/federation/send.test.js +5 -5
- package/dist/federation/webfinger.test.js +11 -11
- package/dist/{http-DbACqYyq.cjs → http-AW19epBO.cjs} +1 -1
- package/dist/{http-CXG5ZFqn.js → http-CN7c23sh.js} +2 -2
- package/dist/{http-BizGfAHd.js → http-CZ24XIWJ.js} +1 -1
- package/dist/{inbox-B7ybw6fk.js → inbox-DLgz90Tj.js} +1 -1
- package/dist/{key-C27c_yHR.js → key-fb8Ovh-p.js} +1 -1
- package/dist/{kv-cache-rPOPQdj9.cjs → kv-cache-8rnKI8DT.cjs} +1 -1
- package/dist/{kv-cache-B7dwGQFA.js → kv-cache-DGCF5il_.js} +1 -1
- package/dist/{ld-D_Jn1aGa.js → ld-9If_eMWm.js} +2 -2
- package/dist/{middleware-ClkhKNXU.js → middleware-BpTxdimj.js} +10 -10
- package/dist/middleware-DR-CCeAc.cjs +12 -0
- package/dist/{middleware-BjS6_zkf.js → middleware-DdBvEeAn.js} +4 -4
- package/dist/{middleware-OcaFHSk8.js → middleware-DrwTlwzK.js} +4 -4
- package/dist/{middleware-CAJR7KGo.cjs → middleware-psDtCgD-.cjs} +4 -4
- package/dist/{middleware-DSz6sI16.js → middleware-vXfeY_vA.js} +11 -11
- package/dist/mod.cjs +4 -4
- package/dist/mod.js +4 -4
- package/dist/nodeinfo/handler.test.js +11 -11
- package/dist/{owner-Dc8rUE-H.js → owner-CCSlDz_P.js} +1 -1
- package/dist/{proof-CTYnbjx5.js → proof-1s5PweRC.js} +1 -1
- package/dist/{proof-Bx2JqJ-D.cjs → proof-DCmRymP1.cjs} +1 -1
- package/dist/{proof-BdNM3iSl.js → proof-WPbBCoJ-.js} +2 -2
- package/dist/{send-DBRRqVMa.js → send-DBgPrFik.js} +2 -2
- package/dist/sig/http.test.js +3 -3
- package/dist/sig/key.test.js +2 -2
- package/dist/sig/ld.test.js +3 -3
- package/dist/sig/mod.cjs +2 -2
- package/dist/sig/mod.js +2 -2
- package/dist/sig/owner.test.js +3 -3
- package/dist/sig/proof.test.js +3 -3
- package/dist/utils/docloader.test.js +4 -4
- package/dist/utils/mod.cjs +2 -2
- package/dist/utils/mod.js +2 -2
- package/package.json +5 -5
- package/dist/middleware-BVqYHBWm.cjs +0 -12
package/README.md
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
<!-- deno-fmt-ignore-file -->
|
|
2
2
|
|
|
3
|
-

|
|
4
|
-
|
|
5
|
-
=======================================
|
|
3
|
+
 Fedify: an ActivityPub server framework
|
|
4
|
+
=======================================================
|
|
6
5
|
|
|
7
6
|
[![JSR][JSR badge]][JSR]
|
|
8
7
|
[![npm][npm badge]][npm]
|
|
@@ -37,12 +36,12 @@ Currently, Fedify provides the following features out of the box:
|
|
|
37
36
|
If you want to know more about the project, please take a look at the following
|
|
38
37
|
resources:
|
|
39
38
|
|
|
40
|
-
- [Installation]
|
|
39
|
+
- [Installation]
|
|
41
40
|
- Tutorials:
|
|
42
|
-
[Learning the basics]
|
|
43
|
-
[Creating a microblog]
|
|
41
|
+
[Learning the basics] &
|
|
42
|
+
[Creating a microblog]
|
|
44
43
|
- [API reference][JSR]
|
|
45
|
-
- [Examples]
|
|
44
|
+
- [Examples]
|
|
46
45
|
|
|
47
46
|
If you have any questions, suggestions, or feedback, please feel free to
|
|
48
47
|
join our [Matrix chat space][Matrix] or [Discord server][Discord] or
|
|
@@ -51,16 +50,16 @@ join our [Matrix chat space][Matrix] or [Discord server][Discord] or
|
|
|
51
50
|
[^1]: You may already know some of the networks in the fediverse, such as
|
|
52
51
|
[Mastodon], [Lemmy], [Pixelfed], [PeerTube], and so on.
|
|
53
52
|
|
|
54
|
-
[JSR]: https://jsr.io/@fedify/fedify
|
|
55
53
|
[JSR badge]: https://jsr.io/badges/@fedify/fedify
|
|
56
|
-
[
|
|
54
|
+
[JSR]: https://jsr.io/@fedify/fedify
|
|
57
55
|
[npm badge]: https://img.shields.io/npm/v/@fedify/fedify?logo=npm
|
|
58
|
-
[
|
|
56
|
+
[npm]: https://www.npmjs.com/package/@fedify/fedify
|
|
59
57
|
[GitHub Actions badge]: https://github.com/fedify-dev/fedify/actions/workflows/build.yaml/badge.svg
|
|
60
|
-
[
|
|
58
|
+
[GitHub Actions]: https://github.com/fedify-dev/fedify/actions/workflows/build.yaml
|
|
61
59
|
[Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org?logo=matrix
|
|
62
|
-
[
|
|
60
|
+
[Matrix]: https://matrix.to/#/#fedify:matrix.org
|
|
63
61
|
[Discord badge]: https://img.shields.io/discord/1295652627505217647?logo=discord&cacheSeconds=60
|
|
62
|
+
[Discord]: https://discord.gg/bhtwpzURwd
|
|
64
63
|
[@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
|
|
65
64
|
[@fedify@hollo.social]: https://hollo.social/@fedify
|
|
66
65
|
[Fedify Demo]: https://dash.deno.com/playground/fedify-demo
|
|
@@ -73,8 +72,13 @@ join our [Matrix chat space][Matrix] or [Discord server][Discord] or
|
|
|
73
72
|
[FEP-8b32]: https://w3id.org/fep/8b32
|
|
74
73
|
[Linked Data Signatures]: https://web.archive.org/web/20170923124140/https://w3c-dvcg.github.io/ld-signatures/
|
|
75
74
|
[NodeInfo]: https://nodeinfo.diaspora.software/
|
|
75
|
+
[Installation]: https://fedify.dev/install
|
|
76
|
+
[Learning the basics]: https://fedify.dev/tutorial/basics
|
|
77
|
+
[Creating a microblog]: https://fedify.dev/tutorial/microblog
|
|
78
|
+
[Examples]: https://github.com/fedify-dev/fedify/tree/main/examples
|
|
76
79
|
[GitHub Discussions]: https://github.com/fedify-dev/fedify/discussions
|
|
77
80
|
[#Fedify]: https://mastodon.social/tags/fedify
|
|
81
|
+
|
|
78
82
|
[Mastodon]: https://joinmastodon.org/
|
|
79
83
|
[Lemmy]: https://join-lemmy.org/
|
|
80
84
|
[Pixelfed]: https://pixelfed.org/
|
|
@@ -90,33 +94,33 @@ which provides the core functionality of the framework. Other packages provide
|
|
|
90
94
|
integrations with various web frameworks, database drivers, and other features.
|
|
91
95
|
Here is the list of packages:
|
|
92
96
|
|
|
93
|
-
| Package
|
|
94
|
-
|
|
|
95
|
-
| [@fedify/fedify](/packages/fedify/)
|
|
96
|
-
| [@fedify/cli](/packages/cli/)
|
|
97
|
-
| [@fedify/amqp](/packages/amqp/)
|
|
98
|
-
| [@fedify/cfworkers](/packages/cfworkers/)
|
|
99
|
-
| [@fedify/denokv](/packages/denokv/)
|
|
100
|
-
| [@fedify/elysia](/packages/elysia/)
|
|
101
|
-
| [@fedify/express](/packages/express/)
|
|
102
|
-
| [@fedify/fastify](/packages/fastify/)
|
|
103
|
-
| [@fedify/fresh](/packages/fresh/)
|
|
104
|
-
| [@fedify/h3](/packages/h3/)
|
|
105
|
-
| [@fedify/hono](/packages/hono/)
|
|
106
|
-
| [@fedify/koa](/packages/koa/)
|
|
107
|
-
| [@fedify/lint](/packages/lint/)
|
|
108
|
-
| [@fedify/nestjs](/packages/nestjs/)
|
|
109
|
-
| [@fedify/next](/packages/next/)
|
|
110
|
-
| [@fedify/postgres](/packages/postgres/)
|
|
111
|
-
| [@fedify/redis](/packages/redis/)
|
|
112
|
-
| [@fedify/relay](/packages/relay/)
|
|
113
|
-
| [@fedify/sqlite](/packages/sqlite/)
|
|
114
|
-
| [@fedify/sveltekit](/packages/sveltekit/)
|
|
115
|
-
| [@fedify/testing](/packages/testing/)
|
|
116
|
-
| [@fedify/vocab](/packages/vocab/)
|
|
117
|
-
| [@fedify/vocab-runtime](/packages/vocab-runtime/)
|
|
118
|
-
| [@fedify/vocab-tools](/packages/vocab-tools/)
|
|
119
|
-
| [@fedify/webfinger](/packages/webfinger/)
|
|
97
|
+
| Package | JSR | npm | Description |
|
|
98
|
+
| ------------------------------------------------- | -------------------------------- | -------------------------------- | ---------------------------------------- |
|
|
99
|
+
| [@fedify/fedify](/packages/fedify/) | [JSR] | [npm] | The core framework of Fedify |
|
|
100
|
+
| [@fedify/cli](/packages/cli/) | [JSR][jsr:@fedify/cli] | [npm][npm:@fedify/cli] | CLI toolchain for testing and debugging |
|
|
101
|
+
| [@fedify/amqp](/packages/amqp/) | [JSR][jsr:@fedify/amqp] | [npm][npm:@fedify/amqp] | AMQP/RabbitMQ driver |
|
|
102
|
+
| [@fedify/cfworkers](/packages/cfworkers/) | [JSR][jsr:@fedify/cfworkers] | [npm][npm:@fedify/cfworkers] | Cloudflare Workers integration |
|
|
103
|
+
| [@fedify/denokv](/packages/denokv/) | [JSR][jsr:@fedify/denokv] | | Deno KV integration |
|
|
104
|
+
| [@fedify/elysia](/packages/elysia/) | | [npm][npm:@fedify/elysia] | Elysia integration |
|
|
105
|
+
| [@fedify/express](/packages/express/) | [JSR][jsr:@fedify/express] | [npm][npm:@fedify/express] | Express integration |
|
|
106
|
+
| [@fedify/fastify](/packages/fastify/) | [JSR][jsr:@fedify/fastify] | [npm][npm:@fedify/fastify] | Fastify integration |
|
|
107
|
+
| [@fedify/fresh](/packages/fresh/) | [JSR][jsr:@fedify/fresh] | | Fresh integration |
|
|
108
|
+
| [@fedify/h3](/packages/h3/) | [JSR][jsr:@fedify/h3] | [npm][npm:@fedify/h3] | H3 integration |
|
|
109
|
+
| [@fedify/hono](/packages/hono/) | [JSR][jsr:@fedify/hono] | [npm][npm:@fedify/hono] | Hono integration |
|
|
110
|
+
| [@fedify/koa](/packages/koa/) | [JSR][jsr:@fedify/koa] | [npm][npm:@fedify/koa] | Koa integration |
|
|
111
|
+
| [@fedify/lint](/packages/lint/) | [JSR][jsr:@fedify/lint] | [npm][npm:@fedify/lint] | Linting utilities |
|
|
112
|
+
| [@fedify/nestjs](/packages/nestjs/) | | [npm][npm:@fedify/nestjs] | NestJS integration |
|
|
113
|
+
| [@fedify/next](/packages/next/) | | [npm][npm:@fedify/next] | Next.js integration |
|
|
114
|
+
| [@fedify/postgres](/packages/postgres/) | [JSR][jsr:@fedify/postgres] | [npm][npm:@fedify/postgres] | PostgreSQL driver |
|
|
115
|
+
| [@fedify/redis](/packages/redis/) | [JSR][jsr:@fedify/redis] | [npm][npm:@fedify/redis] | Redis driver |
|
|
116
|
+
| [@fedify/relay](/packages/relay/) | [JSR][jsr:@fedify/relay] | [npm][npm:@fedify/relay] | ActivityPub relay support |
|
|
117
|
+
| [@fedify/sqlite](/packages/sqlite/) | [JSR][jsr:@fedify/sqlite] | [npm][npm:@fedify/sqlite] | SQLite driver |
|
|
118
|
+
| [@fedify/sveltekit](/packages/sveltekit/) | [JSR][jsr:@fedify/sveltekit] | [npm][npm:@fedify/sveltekit] | SvelteKit integration |
|
|
119
|
+
| [@fedify/testing](/packages/testing/) | [JSR][jsr:@fedify/testing] | [npm][npm:@fedify/testing] | Testing utilities |
|
|
120
|
+
| [@fedify/vocab](/packages/vocab/) | [JSR][jsr:@fedify/vocab] | [npm][npm:@fedify/vocab] | Activity Vocabulary library |
|
|
121
|
+
| [@fedify/vocab-runtime](/packages/vocab-runtime/) | [JSR][jsr:@fedify/vocab-runtime] | [npm][npm:@fedify/vocab-runtime] | Runtime library for code-generated vocab |
|
|
122
|
+
| [@fedify/vocab-tools](/packages/vocab-tools/) | [JSR][jsr:@fedify/vocab-tools] | [npm][npm:@fedify/vocab-tools] | Code generation tools for Activity Vocab |
|
|
123
|
+
| [@fedify/webfinger](/packages/webfinger/) | [JSR][jsr:@fedify/webfinger] | [npm][npm:@fedify/webfinger] | WebFinger client library for ActivityPub |
|
|
120
124
|
|
|
121
125
|
[jsr:@fedify/cli]: https://jsr.io/@fedify/cli
|
|
122
126
|
[npm:@fedify/cli]: https://www.npmjs.com/package/@fedify/cli
|
|
@@ -153,10 +157,14 @@ Here is the list of packages:
|
|
|
153
157
|
[npm:@fedify/sveltekit]: https://www.npmjs.com/package/@fedify/sveltekit
|
|
154
158
|
[jsr:@fedify/testing]: https://jsr.io/@fedify/testing
|
|
155
159
|
[npm:@fedify/testing]: https://www.npmjs.com/package/@fedify/testing
|
|
160
|
+
[jsr:@fedify/vocab]: https://jsr.io/@fedify/vocab
|
|
161
|
+
[npm:@fedify/vocab]: https://www.npmjs.com/package/@fedify/vocab
|
|
156
162
|
[jsr:@fedify/vocab-runtime]: https://jsr.io/@fedify/vocab-runtime
|
|
157
163
|
[npm:@fedify/vocab-runtime]: https://www.npmjs.com/package/@fedify/vocab-runtime
|
|
158
164
|
[jsr:@fedify/vocab-tools]: https://jsr.io/@fedify/vocab-tools
|
|
159
165
|
[npm:@fedify/vocab-tools]: https://www.npmjs.com/package/@fedify/vocab-tools
|
|
166
|
+
[jsr:@fedify/webfinger]: https://jsr.io/@fedify/webfinger
|
|
167
|
+
[npm:@fedify/webfinger]: https://www.npmjs.com/package/@fedify/webfinger
|
|
160
168
|
|
|
161
169
|
|
|
162
170
|
Sponsors
|
|
@@ -168,7 +176,10 @@ financial contributors:[^2]
|
|
|
168
176
|
|
|
169
177
|
[^2]: Those lists are automatically updated every hour.
|
|
170
178
|
|
|
179
|
+
<!-- hongdown-disable -->
|
|
180
|
+
|
|
171
181
|
<!-- cSpell: disable -->
|
|
182
|
+
|
|
172
183
|
<!-- DO NOT EDIT(h3): this section is automatically generated by the script -->
|
|
173
184
|
|
|
174
185
|
### Corporate sponsors
|
|
@@ -191,8 +202,11 @@ Robin Riley, yamanoku, Encyclia, taye, okin, Andy Piper, box464, Evan Prodromou,
|
|
|
191
202
|
Robin Riley, Markus P, Nils Bergmann, Rameez
|
|
192
203
|
|
|
193
204
|
<!-- /DO NOT EDIT -->
|
|
205
|
+
|
|
194
206
|
<!-- cSpell: enable -->
|
|
195
207
|
|
|
208
|
+
<!-- hongdown-enable -->
|
|
209
|
+
|
|
196
210
|
### Become a sponsor
|
|
197
211
|
|
|
198
212
|
We welcome financial contributions to help us maintain and improve this project.
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { deno_default } from "./deno-
|
|
6
|
+
import { deno_default } from "./deno-CGe3r5lB.js";
|
|
7
7
|
import { Router, RouterError } from "./router-D9eI0s4b.js";
|
|
8
|
-
import { InboxListenerSet } from "./inbox-
|
|
8
|
+
import { InboxListenerSet } from "./inbox-DLgz90Tj.js";
|
|
9
9
|
import { getLogger } from "@logtape/logtape";
|
|
10
10
|
import { getTypeId } from "@fedify/vocab";
|
|
11
11
|
import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
|
|
@@ -44,7 +44,7 @@ var FederationBuilderImpl = class {
|
|
|
44
44
|
this.collectionTypeIds = {};
|
|
45
45
|
}
|
|
46
46
|
async build(options) {
|
|
47
|
-
const { FederationImpl } = await import("./middleware-
|
|
47
|
+
const { FederationImpl } = await import("./middleware-vXfeY_vA.js");
|
|
48
48
|
const f = new FederationImpl(options);
|
|
49
49
|
const trailingSlashInsensitiveValue = f.router.trailingSlashInsensitive;
|
|
50
50
|
f.router = this.router.clone();
|
|
@@ -8,25 +8,25 @@ import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
|
8
8
|
import { assert } from "../assert-MZs1qjMx.js";
|
|
9
9
|
import { assertInstanceOf } from "../assert_instance_of-DHz7EHNU.js";
|
|
10
10
|
import { MemoryKvStore } from "../kv-QzKcOQgP.js";
|
|
11
|
-
import "../deno-
|
|
12
|
-
import { FederationImpl, actorDehydrator, autoIdAssigner } from "../middleware-
|
|
11
|
+
import "../deno-CGe3r5lB.js";
|
|
12
|
+
import { FederationImpl, actorDehydrator, autoIdAssigner } from "../middleware-BpTxdimj.js";
|
|
13
13
|
import "../client-CgMTXmAD.js";
|
|
14
14
|
import "../router-D9eI0s4b.js";
|
|
15
15
|
import "../types-BEdCLHqP.js";
|
|
16
|
-
import "../key-
|
|
17
|
-
import "../http-
|
|
18
|
-
import "../ld-
|
|
19
|
-
import "../owner-
|
|
20
|
-
import "../proof-
|
|
21
|
-
import "../docloader-
|
|
16
|
+
import "../key-fb8Ovh-p.js";
|
|
17
|
+
import "../http-CN7c23sh.js";
|
|
18
|
+
import "../ld-9If_eMWm.js";
|
|
19
|
+
import "../owner-CCSlDz_P.js";
|
|
20
|
+
import "../proof-WPbBCoJ-.js";
|
|
21
|
+
import "../docloader-Bh4ZzxTs.js";
|
|
22
22
|
import "../kv-cache-BEeqyGER.js";
|
|
23
|
-
import "../inbox-
|
|
24
|
-
import "../builder-
|
|
23
|
+
import "../inbox-DLgz90Tj.js";
|
|
24
|
+
import "../builder-oZcZfn1d.js";
|
|
25
25
|
import "../collection-CcnIw1qY.js";
|
|
26
26
|
import "../keycache-DRxpZ5r9.js";
|
|
27
27
|
import "../negotiation-5NPJL6zp.js";
|
|
28
28
|
import "../retry-D4GJ670a.js";
|
|
29
|
-
import "../send-
|
|
29
|
+
import "../send-DBgPrFik.js";
|
|
30
30
|
import { Follow, Person } from "@fedify/vocab";
|
|
31
31
|
|
|
32
32
|
//#region src/compat/transformers.test.ts
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { validateCryptoKey } from "./key-
|
|
7
|
-
import { doubleKnock } from "./http-
|
|
6
|
+
import { validateCryptoKey } from "./key-fb8Ovh-p.js";
|
|
7
|
+
import { doubleKnock } from "./http-CN7c23sh.js";
|
|
8
8
|
import { getLogger } from "@logtape/logtape";
|
|
9
9
|
import { curry } from "es-toolkit";
|
|
10
10
|
import { UrlError, createActivityPubRequest, getDocumentLoader, getRemoteDocument, logRequest, validatePublicUrl } from "@fedify/vocab-runtime";
|
|
@@ -8,10 +8,10 @@ import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
|
8
8
|
import "../assert-MZs1qjMx.js";
|
|
9
9
|
import "../assert_instance_of-DHz7EHNU.js";
|
|
10
10
|
import { MemoryKvStore } from "../kv-QzKcOQgP.js";
|
|
11
|
-
import "../deno-
|
|
11
|
+
import "../deno-CGe3r5lB.js";
|
|
12
12
|
import "../router-D9eI0s4b.js";
|
|
13
|
-
import "../inbox-
|
|
14
|
-
import { createFederationBuilder } from "../builder-
|
|
13
|
+
import "../inbox-DLgz90Tj.js";
|
|
14
|
+
import { createFederationBuilder } from "../builder-oZcZfn1d.js";
|
|
15
15
|
import { assertExists } from "../std__assert-DWivtrGR.js";
|
|
16
16
|
import "../assert_rejects-Ce45JcFg.js";
|
|
17
17
|
import { assertThrows } from "../assert_throws-BNXdRGWP.js";
|
|
@@ -8,25 +8,25 @@ import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
|
8
8
|
import { assert } from "../assert-MZs1qjMx.js";
|
|
9
9
|
import "../assert_instance_of-DHz7EHNU.js";
|
|
10
10
|
import { MemoryKvStore } from "../kv-QzKcOQgP.js";
|
|
11
|
-
import "../deno-
|
|
12
|
-
import { createFederation, handleActor, handleCollection, handleCustomCollection, handleInbox, handleObject, respondWithObject, respondWithObjectIfAcceptable } from "../middleware-
|
|
11
|
+
import "../deno-CGe3r5lB.js";
|
|
12
|
+
import { createFederation, handleActor, handleCollection, handleCustomCollection, handleInbox, handleObject, respondWithObject, respondWithObjectIfAcceptable } from "../middleware-BpTxdimj.js";
|
|
13
13
|
import "../client-CgMTXmAD.js";
|
|
14
14
|
import "../router-D9eI0s4b.js";
|
|
15
15
|
import "../types-BEdCLHqP.js";
|
|
16
|
-
import "../key-
|
|
17
|
-
import { signRequest } from "../http-
|
|
18
|
-
import "../ld-
|
|
19
|
-
import "../owner-
|
|
20
|
-
import "../proof-
|
|
21
|
-
import "../docloader-
|
|
16
|
+
import "../key-fb8Ovh-p.js";
|
|
17
|
+
import { signRequest } from "../http-CN7c23sh.js";
|
|
18
|
+
import "../ld-9If_eMWm.js";
|
|
19
|
+
import "../owner-CCSlDz_P.js";
|
|
20
|
+
import "../proof-WPbBCoJ-.js";
|
|
21
|
+
import "../docloader-Bh4ZzxTs.js";
|
|
22
22
|
import "../kv-cache-BEeqyGER.js";
|
|
23
|
-
import { InboxListenerSet } from "../inbox-
|
|
24
|
-
import "../builder-
|
|
23
|
+
import { InboxListenerSet } from "../inbox-DLgz90Tj.js";
|
|
24
|
+
import "../builder-oZcZfn1d.js";
|
|
25
25
|
import "../collection-CcnIw1qY.js";
|
|
26
26
|
import "../keycache-DRxpZ5r9.js";
|
|
27
27
|
import "../negotiation-5NPJL6zp.js";
|
|
28
28
|
import "../retry-D4GJ670a.js";
|
|
29
|
-
import "../send-
|
|
29
|
+
import "../send-DBgPrFik.js";
|
|
30
30
|
import "../std__assert-DWivtrGR.js";
|
|
31
31
|
import "../assert_rejects-Ce45JcFg.js";
|
|
32
32
|
import "../assert_throws-BNXdRGWP.js";
|
|
@@ -8,25 +8,25 @@ import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
|
8
8
|
import "../assert-MZs1qjMx.js";
|
|
9
9
|
import "../assert_instance_of-DHz7EHNU.js";
|
|
10
10
|
import { MemoryKvStore } from "../kv-QzKcOQgP.js";
|
|
11
|
-
import "../deno-
|
|
12
|
-
import { createFederation } from "../middleware-
|
|
11
|
+
import "../deno-CGe3r5lB.js";
|
|
12
|
+
import { createFederation } from "../middleware-BpTxdimj.js";
|
|
13
13
|
import "../client-CgMTXmAD.js";
|
|
14
14
|
import "../router-D9eI0s4b.js";
|
|
15
15
|
import "../types-BEdCLHqP.js";
|
|
16
|
-
import "../key-
|
|
17
|
-
import "../http-
|
|
18
|
-
import "../ld-
|
|
19
|
-
import "../owner-
|
|
20
|
-
import { signObject } from "../proof-
|
|
21
|
-
import "../docloader-
|
|
16
|
+
import "../key-fb8Ovh-p.js";
|
|
17
|
+
import "../http-CN7c23sh.js";
|
|
18
|
+
import "../ld-9If_eMWm.js";
|
|
19
|
+
import "../owner-CCSlDz_P.js";
|
|
20
|
+
import { signObject } from "../proof-WPbBCoJ-.js";
|
|
21
|
+
import "../docloader-Bh4ZzxTs.js";
|
|
22
22
|
import "../kv-cache-BEeqyGER.js";
|
|
23
|
-
import "../inbox-
|
|
24
|
-
import "../builder-
|
|
23
|
+
import "../inbox-DLgz90Tj.js";
|
|
24
|
+
import "../builder-oZcZfn1d.js";
|
|
25
25
|
import "../collection-CcnIw1qY.js";
|
|
26
26
|
import "../keycache-DRxpZ5r9.js";
|
|
27
27
|
import "../negotiation-5NPJL6zp.js";
|
|
28
28
|
import "../retry-D4GJ670a.js";
|
|
29
|
-
import "../send-
|
|
29
|
+
import "../send-DBgPrFik.js";
|
|
30
30
|
import "../std__assert-DWivtrGR.js";
|
|
31
31
|
import "../assert_rejects-Ce45JcFg.js";
|
|
32
32
|
import "../assert_throws-BNXdRGWP.js";
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
import { test } from "../dist-B5f6a8Tt.js";
|
|
7
7
|
import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
8
|
-
import "../deno-
|
|
9
|
-
import { InboxListenerSet } from "../inbox-
|
|
8
|
+
import "../deno-CGe3r5lB.js";
|
|
9
|
+
import { InboxListenerSet } from "../inbox-DLgz90Tj.js";
|
|
10
10
|
import { assertThrows } from "../assert_throws-BNXdRGWP.js";
|
|
11
11
|
import { Activity, Create, Invite, Offer, Update } from "@fedify/vocab";
|
|
12
12
|
|
|
@@ -8,25 +8,25 @@ import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
|
8
8
|
import { assert } from "../assert-MZs1qjMx.js";
|
|
9
9
|
import { assertInstanceOf } from "../assert_instance_of-DHz7EHNU.js";
|
|
10
10
|
import { MemoryKvStore } from "../kv-QzKcOQgP.js";
|
|
11
|
-
import "../deno-
|
|
12
|
-
import { ContextImpl, FederationImpl, InboxContextImpl, KvSpecDeterminer, createFederation } from "../middleware-
|
|
11
|
+
import "../deno-CGe3r5lB.js";
|
|
12
|
+
import { ContextImpl, FederationImpl, InboxContextImpl, KvSpecDeterminer, createFederation } from "../middleware-BpTxdimj.js";
|
|
13
13
|
import "../client-CgMTXmAD.js";
|
|
14
14
|
import { RouterError } from "../router-D9eI0s4b.js";
|
|
15
15
|
import "../types-BEdCLHqP.js";
|
|
16
|
-
import "../key-
|
|
17
|
-
import { signRequest, verifyRequest } from "../http-
|
|
18
|
-
import { detachSignature, signJsonLd, verifyJsonLd } from "../ld-
|
|
19
|
-
import { doesActorOwnKey } from "../owner-
|
|
20
|
-
import { signObject, verifyObject } from "../proof-
|
|
21
|
-
import { fetchDocumentLoader, getAuthenticatedDocumentLoader } from "../docloader-
|
|
16
|
+
import "../key-fb8Ovh-p.js";
|
|
17
|
+
import { signRequest, verifyRequest } from "../http-CN7c23sh.js";
|
|
18
|
+
import { detachSignature, signJsonLd, verifyJsonLd } from "../ld-9If_eMWm.js";
|
|
19
|
+
import { doesActorOwnKey } from "../owner-CCSlDz_P.js";
|
|
20
|
+
import { signObject, verifyObject } from "../proof-WPbBCoJ-.js";
|
|
21
|
+
import { fetchDocumentLoader, getAuthenticatedDocumentLoader } from "../docloader-Bh4ZzxTs.js";
|
|
22
22
|
import "../kv-cache-BEeqyGER.js";
|
|
23
|
-
import "../inbox-
|
|
24
|
-
import "../builder-
|
|
23
|
+
import "../inbox-DLgz90Tj.js";
|
|
24
|
+
import "../builder-oZcZfn1d.js";
|
|
25
25
|
import "../collection-CcnIw1qY.js";
|
|
26
26
|
import "../keycache-DRxpZ5r9.js";
|
|
27
27
|
import "../negotiation-5NPJL6zp.js";
|
|
28
28
|
import "../retry-D4GJ670a.js";
|
|
29
|
-
import "../send-
|
|
29
|
+
import "../send-DBgPrFik.js";
|
|
30
30
|
import { assertStrictEquals } from "../std__assert-DWivtrGR.js";
|
|
31
31
|
import { assertFalse, assertRejects } from "../assert_rejects-Ce45JcFg.js";
|
|
32
32
|
import { assertThrows } from "../assert_throws-BNXdRGWP.js";
|
package/dist/federation/mod.cjs
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
const { URLPattern } = require("urlpattern-polyfill");
|
|
4
4
|
|
|
5
5
|
require('../transformers-BjBg6Lag.cjs');
|
|
6
|
-
require('../http-
|
|
7
|
-
const require_middleware = require('../middleware-
|
|
8
|
-
require('../proof-
|
|
6
|
+
require('../http-AW19epBO.cjs');
|
|
7
|
+
const require_middleware = require('../middleware-psDtCgD-.cjs');
|
|
8
|
+
require('../proof-DCmRymP1.cjs');
|
|
9
9
|
const require_federation = require('../federation-B431K2gm.cjs');
|
|
10
10
|
require('../types-Q-qkJXBV.cjs');
|
|
11
|
-
require('../kv-cache-
|
|
11
|
+
require('../kv-cache-8rnKI8DT.cjs');
|
|
12
12
|
|
|
13
13
|
exports.InProcessMessageQueue = require_federation.InProcessMessageQueue;
|
|
14
14
|
exports.MemoryKvStore = require_federation.MemoryKvStore;
|
package/dist/federation/mod.js
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
|
|
5
5
|
import "../transformers-N_ip_y4P.js";
|
|
6
|
-
import "../http-
|
|
7
|
-
import { Router, RouterError, buildCollectionSynchronizationHeader, createExponentialBackoffPolicy, createFederation, createFederationBuilder, digest, handleWebFinger, respondWithObject, respondWithObjectIfAcceptable } from "../middleware-
|
|
8
|
-
import "../proof-
|
|
6
|
+
import "../http-CZ24XIWJ.js";
|
|
7
|
+
import { Router, RouterError, buildCollectionSynchronizationHeader, createExponentialBackoffPolicy, createFederation, createFederationBuilder, digest, handleWebFinger, respondWithObject, respondWithObjectIfAcceptable } from "../middleware-DdBvEeAn.js";
|
|
8
|
+
import "../proof-1s5PweRC.js";
|
|
9
9
|
import { InProcessMessageQueue, MemoryKvStore, ParallelMessageQueue } from "../federation-BbZwNNWj.js";
|
|
10
10
|
import "../types-hKTi53FO.js";
|
|
11
|
-
import "../kv-cache-
|
|
11
|
+
import "../kv-cache-DGCF5il_.js";
|
|
12
12
|
|
|
13
13
|
export { InProcessMessageQueue, MemoryKvStore, ParallelMessageQueue, Router, RouterError, buildCollectionSynchronizationHeader, createExponentialBackoffPolicy, createFederation, createFederationBuilder, digest, handleWebFinger, respondWithObject, respondWithObjectIfAcceptable };
|
|
@@ -7,11 +7,11 @@ import { createTestTracerProvider, mockDocumentLoader, test } from "../dist-B5f6
|
|
|
7
7
|
import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
8
8
|
import { assert } from "../assert-MZs1qjMx.js";
|
|
9
9
|
import "../assert_instance_of-DHz7EHNU.js";
|
|
10
|
-
import "../deno-
|
|
11
|
-
import "../key-
|
|
12
|
-
import { verifyRequest } from "../http-
|
|
13
|
-
import { doesActorOwnKey } from "../owner-
|
|
14
|
-
import { extractInboxes, sendActivity } from "../send-
|
|
10
|
+
import "../deno-CGe3r5lB.js";
|
|
11
|
+
import "../key-fb8Ovh-p.js";
|
|
12
|
+
import { verifyRequest } from "../http-CN7c23sh.js";
|
|
13
|
+
import { doesActorOwnKey } from "../owner-CCSlDz_P.js";
|
|
14
|
+
import { extractInboxes, sendActivity } from "../send-DBgPrFik.js";
|
|
15
15
|
import "../std__assert-DWivtrGR.js";
|
|
16
16
|
import { assertFalse, assertRejects } from "../assert_rejects-Ce45JcFg.js";
|
|
17
17
|
import "../assert_throws-BNXdRGWP.js";
|
|
@@ -8,25 +8,25 @@ import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
|
8
8
|
import "../assert-MZs1qjMx.js";
|
|
9
9
|
import "../assert_instance_of-DHz7EHNU.js";
|
|
10
10
|
import { MemoryKvStore } from "../kv-QzKcOQgP.js";
|
|
11
|
-
import "../deno-
|
|
12
|
-
import { createFederation, handleWebFinger } from "../middleware-
|
|
11
|
+
import "../deno-CGe3r5lB.js";
|
|
12
|
+
import { createFederation, handleWebFinger } from "../middleware-BpTxdimj.js";
|
|
13
13
|
import "../client-CgMTXmAD.js";
|
|
14
14
|
import "../router-D9eI0s4b.js";
|
|
15
15
|
import "../types-BEdCLHqP.js";
|
|
16
|
-
import "../key-
|
|
17
|
-
import "../http-
|
|
18
|
-
import "../ld-
|
|
19
|
-
import "../owner-
|
|
20
|
-
import "../proof-
|
|
21
|
-
import "../docloader-
|
|
16
|
+
import "../key-fb8Ovh-p.js";
|
|
17
|
+
import "../http-CN7c23sh.js";
|
|
18
|
+
import "../ld-9If_eMWm.js";
|
|
19
|
+
import "../owner-CCSlDz_P.js";
|
|
20
|
+
import "../proof-WPbBCoJ-.js";
|
|
21
|
+
import "../docloader-Bh4ZzxTs.js";
|
|
22
22
|
import "../kv-cache-BEeqyGER.js";
|
|
23
|
-
import "../inbox-
|
|
24
|
-
import "../builder-
|
|
23
|
+
import "../inbox-DLgz90Tj.js";
|
|
24
|
+
import "../builder-oZcZfn1d.js";
|
|
25
25
|
import "../collection-CcnIw1qY.js";
|
|
26
26
|
import "../keycache-DRxpZ5r9.js";
|
|
27
27
|
import "../negotiation-5NPJL6zp.js";
|
|
28
28
|
import "../retry-D4GJ670a.js";
|
|
29
|
-
import "../send-
|
|
29
|
+
import "../send-DBgPrFik.js";
|
|
30
30
|
import "../std__assert-DWivtrGR.js";
|
|
31
31
|
import "../assert_rejects-Ce45JcFg.js";
|
|
32
32
|
import "../assert_throws-BNXdRGWP.js";
|
|
@@ -14,7 +14,7 @@ const __fedify_vocab_runtime = require_chunk.__toESM(require("@fedify/vocab-runt
|
|
|
14
14
|
|
|
15
15
|
//#region deno.json
|
|
16
16
|
var name = "@fedify/fedify";
|
|
17
|
-
var version = "2.0.0-dev.
|
|
17
|
+
var version = "2.0.0-dev.159+6c07cd44";
|
|
18
18
|
var license = "MIT";
|
|
19
19
|
var exports$1 = {
|
|
20
20
|
".": "./src/mod.ts",
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { deno_default } from "./deno-
|
|
7
|
-
import { fetchKey, validateCryptoKey } from "./key-
|
|
6
|
+
import { deno_default } from "./deno-CGe3r5lB.js";
|
|
7
|
+
import { fetchKey, validateCryptoKey } from "./key-fb8Ovh-p.js";
|
|
8
8
|
import { getLogger } from "@logtape/logtape";
|
|
9
9
|
import { CryptographicKey } from "@fedify/vocab";
|
|
10
10
|
import { SpanStatusCode, trace } from "@opentelemetry/api";
|
|
@@ -13,7 +13,7 @@ import { getDocumentLoader } from "@fedify/vocab-runtime";
|
|
|
13
13
|
|
|
14
14
|
//#region deno.json
|
|
15
15
|
var name = "@fedify/fedify";
|
|
16
|
-
var version = "2.0.0-dev.
|
|
16
|
+
var version = "2.0.0-dev.159+6c07cd44";
|
|
17
17
|
var license = "MIT";
|
|
18
18
|
var exports = {
|
|
19
19
|
".": "./src/mod.ts",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { deno_default } from "./deno-
|
|
6
|
+
import { deno_default } from "./deno-CGe3r5lB.js";
|
|
7
7
|
import { getLogger } from "@logtape/logtape";
|
|
8
8
|
import { Activity, getTypeId } from "@fedify/vocab";
|
|
9
9
|
import { SpanKind, SpanStatusCode, context, propagation, trace } from "@opentelemetry/api";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { deno_default } from "./deno-
|
|
6
|
+
import { deno_default } from "./deno-CGe3r5lB.js";
|
|
7
7
|
import { getLogger } from "@logtape/logtape";
|
|
8
8
|
import { CryptographicKey, Object as Object$1, isActor } from "@fedify/vocab";
|
|
9
9
|
import { getDocumentLoader } from "@fedify/vocab-runtime";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const { URLPattern } = require("urlpattern-polyfill");
|
|
4
4
|
|
|
5
5
|
const require_chunk = require('./chunk-DqRYRqnO.cjs');
|
|
6
|
-
const require_http = require('./http-
|
|
6
|
+
const require_http = require('./http-AW19epBO.cjs');
|
|
7
7
|
const __logtape_logtape = require_chunk.__toESM(require("@logtape/logtape"));
|
|
8
8
|
const es_toolkit = require_chunk.__toESM(require("es-toolkit"));
|
|
9
9
|
const __fedify_vocab_runtime = require_chunk.__toESM(require("@fedify/vocab-runtime"));
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { Temporal } from "@js-temporal/polyfill";
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
|
|
5
|
-
import { doubleKnock, validateCryptoKey } from "./http-
|
|
5
|
+
import { doubleKnock, validateCryptoKey } from "./http-CZ24XIWJ.js";
|
|
6
6
|
import { getLogger } from "@logtape/logtape";
|
|
7
7
|
import { curry } from "es-toolkit";
|
|
8
8
|
import { UrlError, createActivityPubRequest, getDocumentLoader, getRemoteDocument, logRequest, preloadedContexts, validatePublicUrl } from "@fedify/vocab-runtime";
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { deno_default } from "./deno-
|
|
7
|
-
import { fetchKey, validateCryptoKey } from "./key-
|
|
6
|
+
import { deno_default } from "./deno-CGe3r5lB.js";
|
|
7
|
+
import { fetchKey, validateCryptoKey } from "./key-fb8Ovh-p.js";
|
|
8
8
|
import { getLogger } from "@logtape/logtape";
|
|
9
9
|
import { Activity, CryptographicKey, Object as Object$1, getTypeId } from "@fedify/vocab";
|
|
10
10
|
import { getDocumentLoader } from "@fedify/vocab-runtime";
|
|
@@ -3,24 +3,24 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { deno_default } from "./deno-
|
|
6
|
+
import { deno_default } from "./deno-CGe3r5lB.js";
|
|
7
7
|
import { getNodeInfo } from "./client-CgMTXmAD.js";
|
|
8
8
|
import { RouterError } from "./router-D9eI0s4b.js";
|
|
9
9
|
import { nodeInfoToJson } from "./types-BEdCLHqP.js";
|
|
10
|
-
import { exportJwk, importJwk, validateCryptoKey } from "./key-
|
|
11
|
-
import { verifyRequest } from "./http-
|
|
12
|
-
import { detachSignature, hasSignature, signJsonLd, verifyJsonLd } from "./ld-
|
|
13
|
-
import { doesActorOwnKey, getKeyOwner } from "./owner-
|
|
14
|
-
import { signObject, verifyObject } from "./proof-
|
|
15
|
-
import { getAuthenticatedDocumentLoader } from "./docloader-
|
|
10
|
+
import { exportJwk, importJwk, validateCryptoKey } from "./key-fb8Ovh-p.js";
|
|
11
|
+
import { verifyRequest } from "./http-CN7c23sh.js";
|
|
12
|
+
import { detachSignature, hasSignature, signJsonLd, verifyJsonLd } from "./ld-9If_eMWm.js";
|
|
13
|
+
import { doesActorOwnKey, getKeyOwner } from "./owner-CCSlDz_P.js";
|
|
14
|
+
import { signObject, verifyObject } from "./proof-WPbBCoJ-.js";
|
|
15
|
+
import { getAuthenticatedDocumentLoader } from "./docloader-Bh4ZzxTs.js";
|
|
16
16
|
import { kvCache } from "./kv-cache-BEeqyGER.js";
|
|
17
|
-
import { routeActivity } from "./inbox-
|
|
18
|
-
import { FederationBuilderImpl } from "./builder-
|
|
17
|
+
import { routeActivity } from "./inbox-DLgz90Tj.js";
|
|
18
|
+
import { FederationBuilderImpl } from "./builder-oZcZfn1d.js";
|
|
19
19
|
import { buildCollectionSynchronizationHeader } from "./collection-CcnIw1qY.js";
|
|
20
20
|
import { KvKeyCache } from "./keycache-DRxpZ5r9.js";
|
|
21
21
|
import { acceptsJsonLd } from "./negotiation-5NPJL6zp.js";
|
|
22
22
|
import { createExponentialBackoffPolicy } from "./retry-D4GJ670a.js";
|
|
23
|
-
import { extractInboxes, sendActivity } from "./send-
|
|
23
|
+
import { extractInboxes, sendActivity } from "./send-DBgPrFik.js";
|
|
24
24
|
import { getLogger, withContext } from "@logtape/logtape";
|
|
25
25
|
import { Activity, Collection, CollectionPage, CryptographicKey, Link, Multikey, Object as Object$1, OrderedCollection, OrderedCollectionPage, getTypeId, lookupObject, traverseCollection } from "@fedify/vocab";
|
|
26
26
|
import { getDocumentLoader } from "@fedify/vocab-runtime";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
|
|
2
|
+
const { Temporal } = require("@js-temporal/polyfill");
|
|
3
|
+
const { URLPattern } = require("urlpattern-polyfill");
|
|
4
|
+
|
|
5
|
+
require('./transformers-BjBg6Lag.cjs');
|
|
6
|
+
require('./http-AW19epBO.cjs');
|
|
7
|
+
const require_middleware = require('./middleware-psDtCgD-.cjs');
|
|
8
|
+
require('./proof-DCmRymP1.cjs');
|
|
9
|
+
require('./types-Q-qkJXBV.cjs');
|
|
10
|
+
require('./kv-cache-8rnKI8DT.cjs');
|
|
11
|
+
|
|
12
|
+
exports.FederationImpl = require_middleware.FederationImpl;
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
|
|
5
5
|
import { getDefaultActivityTransformers } from "./transformers-N_ip_y4P.js";
|
|
6
|
-
import { deno_default, doubleKnock, exportJwk, importJwk, validateCryptoKey, verifyRequest } from "./http-
|
|
7
|
-
import { detachSignature, doesActorOwnKey, getKeyOwner, hasSignature, signJsonLd, signObject, verifyJsonLd, verifyObject } from "./proof-
|
|
6
|
+
import { deno_default, doubleKnock, exportJwk, importJwk, validateCryptoKey, verifyRequest } from "./http-CZ24XIWJ.js";
|
|
7
|
+
import { detachSignature, doesActorOwnKey, getKeyOwner, hasSignature, signJsonLd, signObject, verifyJsonLd, verifyObject } from "./proof-1s5PweRC.js";
|
|
8
8
|
import { getNodeInfo, nodeInfoToJson } from "./types-hKTi53FO.js";
|
|
9
|
-
import { getAuthenticatedDocumentLoader, kvCache } from "./kv-cache-
|
|
9
|
+
import { getAuthenticatedDocumentLoader, kvCache } from "./kv-cache-DGCF5il_.js";
|
|
10
10
|
import { getLogger, withContext } from "@logtape/logtape";
|
|
11
11
|
import { Activity, Collection, CollectionPage, CryptographicKey, Link, Multikey, Object as Object$1, OrderedCollection, OrderedCollectionPage, getTypeId, lookupObject, traverseCollection } from "@fedify/vocab";
|
|
12
12
|
import { SpanKind, SpanStatusCode, context, propagation, trace } from "@opentelemetry/api";
|
|
@@ -337,7 +337,7 @@ var FederationBuilderImpl = class {
|
|
|
337
337
|
this.collectionTypeIds = {};
|
|
338
338
|
}
|
|
339
339
|
async build(options) {
|
|
340
|
-
const { FederationImpl: FederationImpl$1 } = await import("./middleware-
|
|
340
|
+
const { FederationImpl: FederationImpl$1 } = await import("./middleware-DrwTlwzK.js");
|
|
341
341
|
const f = new FederationImpl$1(options);
|
|
342
342
|
const trailingSlashInsensitiveValue = f.router.trailingSlashInsensitive;
|
|
343
343
|
f.router = this.router.clone();
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
|
|
5
5
|
import "./transformers-N_ip_y4P.js";
|
|
6
|
-
import "./http-
|
|
7
|
-
import { ContextImpl, FederationImpl, InboxContextImpl, KvSpecDeterminer, createFederation } from "./middleware-
|
|
8
|
-
import "./proof-
|
|
6
|
+
import "./http-CZ24XIWJ.js";
|
|
7
|
+
import { ContextImpl, FederationImpl, InboxContextImpl, KvSpecDeterminer, createFederation } from "./middleware-DdBvEeAn.js";
|
|
8
|
+
import "./proof-1s5PweRC.js";
|
|
9
9
|
import "./types-hKTi53FO.js";
|
|
10
|
-
import "./kv-cache-
|
|
10
|
+
import "./kv-cache-DGCF5il_.js";
|
|
11
11
|
|
|
12
12
|
export { FederationImpl };
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
const require_chunk = require('./chunk-DqRYRqnO.cjs');
|
|
6
6
|
const require_transformers = require('./transformers-BjBg6Lag.cjs');
|
|
7
|
-
const require_http = require('./http-
|
|
8
|
-
const require_proof = require('./proof-
|
|
7
|
+
const require_http = require('./http-AW19epBO.cjs');
|
|
8
|
+
const require_proof = require('./proof-DCmRymP1.cjs');
|
|
9
9
|
const require_types = require('./types-Q-qkJXBV.cjs');
|
|
10
|
-
const require_kv_cache = require('./kv-cache-
|
|
10
|
+
const require_kv_cache = require('./kv-cache-8rnKI8DT.cjs');
|
|
11
11
|
const __logtape_logtape = require_chunk.__toESM(require("@logtape/logtape"));
|
|
12
12
|
const __fedify_vocab = require_chunk.__toESM(require("@fedify/vocab"));
|
|
13
13
|
const __opentelemetry_api = require_chunk.__toESM(require("@opentelemetry/api"));
|
|
@@ -338,7 +338,7 @@ var FederationBuilderImpl = class {
|
|
|
338
338
|
this.collectionTypeIds = {};
|
|
339
339
|
}
|
|
340
340
|
async build(options) {
|
|
341
|
-
const { FederationImpl: FederationImpl$1 } = await Promise.resolve().then(() => require("./middleware-
|
|
341
|
+
const { FederationImpl: FederationImpl$1 } = await Promise.resolve().then(() => require("./middleware-DR-CCeAc.cjs"));
|
|
342
342
|
const f = new FederationImpl$1(options);
|
|
343
343
|
const trailingSlashInsensitiveValue = f.router.trailingSlashInsensitive;
|
|
344
344
|
f.router = this.router.clone();
|
|
@@ -3,24 +3,24 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import "./deno-
|
|
7
|
-
import { ContextImpl, FederationImpl, InboxContextImpl, KvSpecDeterminer, createFederation } from "./middleware-
|
|
6
|
+
import "./deno-CGe3r5lB.js";
|
|
7
|
+
import { ContextImpl, FederationImpl, InboxContextImpl, KvSpecDeterminer, createFederation } from "./middleware-BpTxdimj.js";
|
|
8
8
|
import "./client-CgMTXmAD.js";
|
|
9
9
|
import "./router-D9eI0s4b.js";
|
|
10
10
|
import "./types-BEdCLHqP.js";
|
|
11
|
-
import "./key-
|
|
12
|
-
import "./http-
|
|
13
|
-
import "./ld-
|
|
14
|
-
import "./owner-
|
|
15
|
-
import "./proof-
|
|
16
|
-
import "./docloader-
|
|
11
|
+
import "./key-fb8Ovh-p.js";
|
|
12
|
+
import "./http-CN7c23sh.js";
|
|
13
|
+
import "./ld-9If_eMWm.js";
|
|
14
|
+
import "./owner-CCSlDz_P.js";
|
|
15
|
+
import "./proof-WPbBCoJ-.js";
|
|
16
|
+
import "./docloader-Bh4ZzxTs.js";
|
|
17
17
|
import "./kv-cache-BEeqyGER.js";
|
|
18
|
-
import "./inbox-
|
|
19
|
-
import "./builder-
|
|
18
|
+
import "./inbox-DLgz90Tj.js";
|
|
19
|
+
import "./builder-oZcZfn1d.js";
|
|
20
20
|
import "./collection-CcnIw1qY.js";
|
|
21
21
|
import "./keycache-DRxpZ5r9.js";
|
|
22
22
|
import "./negotiation-5NPJL6zp.js";
|
|
23
23
|
import "./retry-D4GJ670a.js";
|
|
24
|
-
import "./send-
|
|
24
|
+
import "./send-DBgPrFik.js";
|
|
25
25
|
|
|
26
26
|
export { FederationImpl };
|
package/dist/mod.cjs
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
const require_transformers = require('./transformers-BjBg6Lag.cjs');
|
|
6
6
|
require('./compat-DmDDELst.cjs');
|
|
7
|
-
const require_http = require('./http-
|
|
8
|
-
const require_middleware = require('./middleware-
|
|
9
|
-
const require_proof = require('./proof-
|
|
7
|
+
const require_http = require('./http-AW19epBO.cjs');
|
|
8
|
+
const require_middleware = require('./middleware-psDtCgD-.cjs');
|
|
9
|
+
const require_proof = require('./proof-DCmRymP1.cjs');
|
|
10
10
|
const require_federation = require('./federation-B431K2gm.cjs');
|
|
11
11
|
const require_types = require('./types-Q-qkJXBV.cjs');
|
|
12
|
-
const require_kv_cache = require('./kv-cache-
|
|
12
|
+
const require_kv_cache = require('./kv-cache-8rnKI8DT.cjs');
|
|
13
13
|
require('./nodeinfo-DuMYTpbZ.cjs');
|
|
14
14
|
require('./sig-DeXX2xnj.cjs');
|
|
15
15
|
require('./utils-Db0ZmjcD.cjs');
|
package/dist/mod.js
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
import { actorDehydrator, autoIdAssigner, getDefaultActivityTransformers } from "./transformers-N_ip_y4P.js";
|
|
6
6
|
import "./compat-nxUqe4Z-.js";
|
|
7
|
-
import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, signRequest, verifyRequest } from "./http-
|
|
8
|
-
import { Router, RouterError, buildCollectionSynchronizationHeader, createExponentialBackoffPolicy, createFederation, createFederationBuilder, digest, handleWebFinger, respondWithObject, respondWithObjectIfAcceptable } from "./middleware-
|
|
9
|
-
import { attachSignature, createProof, createSignature, detachSignature, doesActorOwnKey, getKeyOwner, signJsonLd, signObject, verifyJsonLd, verifyObject, verifyProof, verifySignature } from "./proof-
|
|
7
|
+
import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, signRequest, verifyRequest } from "./http-CZ24XIWJ.js";
|
|
8
|
+
import { Router, RouterError, buildCollectionSynchronizationHeader, createExponentialBackoffPolicy, createFederation, createFederationBuilder, digest, handleWebFinger, respondWithObject, respondWithObjectIfAcceptable } from "./middleware-DdBvEeAn.js";
|
|
9
|
+
import { attachSignature, createProof, createSignature, detachSignature, doesActorOwnKey, getKeyOwner, signJsonLd, signObject, verifyJsonLd, verifyObject, verifyProof, verifySignature } from "./proof-1s5PweRC.js";
|
|
10
10
|
import { InProcessMessageQueue, MemoryKvStore, ParallelMessageQueue } from "./federation-BbZwNNWj.js";
|
|
11
11
|
import { getNodeInfo, nodeInfoToJson, parseNodeInfo } from "./types-hKTi53FO.js";
|
|
12
|
-
import { getAuthenticatedDocumentLoader, kvCache } from "./kv-cache-
|
|
12
|
+
import { getAuthenticatedDocumentLoader, kvCache } from "./kv-cache-DGCF5il_.js";
|
|
13
13
|
import "./nodeinfo-BlLsRSiT.js";
|
|
14
14
|
import "./sig-CwuONEzF.js";
|
|
15
15
|
import "./utils-Wranxuoe.js";
|
|
@@ -8,25 +8,25 @@ import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
|
8
8
|
import "../assert-MZs1qjMx.js";
|
|
9
9
|
import "../assert_instance_of-DHz7EHNU.js";
|
|
10
10
|
import { MemoryKvStore } from "../kv-QzKcOQgP.js";
|
|
11
|
-
import "../deno-
|
|
12
|
-
import { createFederation, handleNodeInfo, handleNodeInfoJrd } from "../middleware-
|
|
11
|
+
import "../deno-CGe3r5lB.js";
|
|
12
|
+
import { createFederation, handleNodeInfo, handleNodeInfoJrd } from "../middleware-BpTxdimj.js";
|
|
13
13
|
import "../client-CgMTXmAD.js";
|
|
14
14
|
import "../router-D9eI0s4b.js";
|
|
15
15
|
import "../types-BEdCLHqP.js";
|
|
16
|
-
import "../key-
|
|
17
|
-
import "../http-
|
|
18
|
-
import "../ld-
|
|
19
|
-
import "../owner-
|
|
20
|
-
import "../proof-
|
|
21
|
-
import "../docloader-
|
|
16
|
+
import "../key-fb8Ovh-p.js";
|
|
17
|
+
import "../http-CN7c23sh.js";
|
|
18
|
+
import "../ld-9If_eMWm.js";
|
|
19
|
+
import "../owner-CCSlDz_P.js";
|
|
20
|
+
import "../proof-WPbBCoJ-.js";
|
|
21
|
+
import "../docloader-Bh4ZzxTs.js";
|
|
22
22
|
import "../kv-cache-BEeqyGER.js";
|
|
23
|
-
import "../inbox-
|
|
24
|
-
import "../builder-
|
|
23
|
+
import "../inbox-DLgz90Tj.js";
|
|
24
|
+
import "../builder-oZcZfn1d.js";
|
|
25
25
|
import "../collection-CcnIw1qY.js";
|
|
26
26
|
import "../keycache-DRxpZ5r9.js";
|
|
27
27
|
import "../negotiation-5NPJL6zp.js";
|
|
28
28
|
import "../retry-D4GJ670a.js";
|
|
29
|
-
import "../send-
|
|
29
|
+
import "../send-DBgPrFik.js";
|
|
30
30
|
import "../std__assert-DWivtrGR.js";
|
|
31
31
|
import "../assert_rejects-Ce45JcFg.js";
|
|
32
32
|
import "../assert_throws-BNXdRGWP.js";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { deno_default } from "./deno-
|
|
6
|
+
import { deno_default } from "./deno-CGe3r5lB.js";
|
|
7
7
|
import { CryptographicKey, Object as Object$1, isActor } from "@fedify/vocab";
|
|
8
8
|
import { getDocumentLoader } from "@fedify/vocab-runtime";
|
|
9
9
|
import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { Temporal } from "@js-temporal/polyfill";
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
|
|
5
|
-
import { deno_default, fetchKey, validateCryptoKey } from "./http-
|
|
5
|
+
import { deno_default, fetchKey, validateCryptoKey } from "./http-CZ24XIWJ.js";
|
|
6
6
|
import { getLogger } from "@logtape/logtape";
|
|
7
7
|
import { Activity, CryptographicKey, DataIntegrityProof, Multikey, Object as Object$1, getTypeId, isActor } from "@fedify/vocab";
|
|
8
8
|
import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const { URLPattern } = require("urlpattern-polyfill");
|
|
4
4
|
|
|
5
5
|
const require_chunk = require('./chunk-DqRYRqnO.cjs');
|
|
6
|
-
const require_http = require('./http-
|
|
6
|
+
const require_http = require('./http-AW19epBO.cjs');
|
|
7
7
|
const __logtape_logtape = require_chunk.__toESM(require("@logtape/logtape"));
|
|
8
8
|
const __fedify_vocab = require_chunk.__toESM(require("@fedify/vocab"));
|
|
9
9
|
const __opentelemetry_api = require_chunk.__toESM(require("@opentelemetry/api"));
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { deno_default } from "./deno-
|
|
7
|
-
import { fetchKey, validateCryptoKey } from "./key-
|
|
6
|
+
import { deno_default } from "./deno-CGe3r5lB.js";
|
|
7
|
+
import { fetchKey, validateCryptoKey } from "./key-fb8Ovh-p.js";
|
|
8
8
|
import { getLogger } from "@logtape/logtape";
|
|
9
9
|
import { Activity, DataIntegrityProof, Multikey, getTypeId } from "@fedify/vocab";
|
|
10
10
|
import { SpanStatusCode, trace } from "@opentelemetry/api";
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { deno_default } from "./deno-
|
|
7
|
-
import { doubleKnock } from "./http-
|
|
6
|
+
import { deno_default } from "./deno-CGe3r5lB.js";
|
|
7
|
+
import { doubleKnock } from "./http-CN7c23sh.js";
|
|
8
8
|
import { getLogger } from "@logtape/logtape";
|
|
9
9
|
import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
|
|
10
10
|
|
package/dist/sig/http.test.js
CHANGED
|
@@ -7,9 +7,9 @@ import { mockDocumentLoader, test } from "../dist-B5f6a8Tt.js";
|
|
|
7
7
|
import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
8
8
|
import { assert } from "../assert-MZs1qjMx.js";
|
|
9
9
|
import "../assert_instance_of-DHz7EHNU.js";
|
|
10
|
-
import "../deno-
|
|
11
|
-
import { exportJwk } from "../key-
|
|
12
|
-
import { createRfc9421SignatureBase, doubleKnock, formatRfc9421Signature, formatRfc9421SignatureParameters, parseRfc9421Signature, parseRfc9421SignatureInput, signRequest, timingSafeEqual, verifyRequest } from "../http-
|
|
10
|
+
import "../deno-CGe3r5lB.js";
|
|
11
|
+
import { exportJwk } from "../key-fb8Ovh-p.js";
|
|
12
|
+
import { createRfc9421SignatureBase, doubleKnock, formatRfc9421Signature, formatRfc9421SignatureParameters, parseRfc9421Signature, parseRfc9421SignatureInput, signRequest, timingSafeEqual, verifyRequest } from "../http-CN7c23sh.js";
|
|
13
13
|
import { assertExists, assertStringIncludes } from "../std__assert-DWivtrGR.js";
|
|
14
14
|
import { assertFalse, assertRejects } from "../assert_rejects-Ce45JcFg.js";
|
|
15
15
|
import { assertThrows } from "../assert_throws-BNXdRGWP.js";
|
package/dist/sig/key.test.js
CHANGED
|
@@ -7,8 +7,8 @@ import { mockDocumentLoader, test } from "../dist-B5f6a8Tt.js";
|
|
|
7
7
|
import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
8
8
|
import "../assert-MZs1qjMx.js";
|
|
9
9
|
import "../assert_instance_of-DHz7EHNU.js";
|
|
10
|
-
import "../deno-
|
|
11
|
-
import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, validateCryptoKey } from "../key-
|
|
10
|
+
import "../deno-CGe3r5lB.js";
|
|
11
|
+
import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, validateCryptoKey } from "../key-fb8Ovh-p.js";
|
|
12
12
|
import "../std__assert-DWivtrGR.js";
|
|
13
13
|
import { assertRejects } from "../assert_rejects-Ce45JcFg.js";
|
|
14
14
|
import { assertThrows } from "../assert_throws-BNXdRGWP.js";
|
package/dist/sig/ld.test.js
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
import { mockDocumentLoader, test } from "../dist-B5f6a8Tt.js";
|
|
7
7
|
import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
8
8
|
import { assert } from "../assert-MZs1qjMx.js";
|
|
9
|
-
import "../deno-
|
|
10
|
-
import { generateCryptoKeyPair } from "../key-
|
|
11
|
-
import { attachSignature, createSignature, detachSignature, signJsonLd, verifyJsonLd, verifySignature } from "../ld-
|
|
9
|
+
import "../deno-CGe3r5lB.js";
|
|
10
|
+
import { generateCryptoKeyPair } from "../key-fb8Ovh-p.js";
|
|
11
|
+
import { attachSignature, createSignature, detachSignature, signJsonLd, verifyJsonLd, verifySignature } from "../ld-9If_eMWm.js";
|
|
12
12
|
import { assertFalse, assertRejects } from "../assert_rejects-Ce45JcFg.js";
|
|
13
13
|
import { assertThrows } from "../assert_throws-BNXdRGWP.js";
|
|
14
14
|
import { ed25519Multikey, ed25519PrivateKey, rsaPrivateKey2, rsaPrivateKey3, rsaPublicKey2, rsaPublicKey3 } from "../keys-ZbcByPg9.js";
|
package/dist/sig/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
|
-
const require_http = require('../http-
|
|
6
|
-
const require_proof = require('../proof-
|
|
5
|
+
const require_http = require('../http-AW19epBO.cjs');
|
|
6
|
+
const require_proof = require('../proof-DCmRymP1.cjs');
|
|
7
7
|
require('../sig-DeXX2xnj.cjs');
|
|
8
8
|
|
|
9
9
|
exports.attachSignature = require_proof.attachSignature;
|
package/dist/sig/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 { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, signRequest, verifyRequest } from "../http-
|
|
6
|
-
import { attachSignature, createProof, createSignature, detachSignature, doesActorOwnKey, getKeyOwner, signJsonLd, signObject, verifyJsonLd, verifyObject, verifyProof, verifySignature } from "../proof-
|
|
5
|
+
import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, signRequest, verifyRequest } from "../http-CZ24XIWJ.js";
|
|
6
|
+
import { attachSignature, createProof, createSignature, detachSignature, doesActorOwnKey, getKeyOwner, signJsonLd, signObject, verifyJsonLd, verifyObject, verifyProof, verifySignature } from "../proof-1s5PweRC.js";
|
|
7
7
|
import "../sig-CwuONEzF.js";
|
|
8
8
|
|
|
9
9
|
export { attachSignature, createProof, createSignature, detachSignature, doesActorOwnKey, exportJwk, fetchKey, generateCryptoKeyPair, getKeyOwner, importJwk, signJsonLd, signObject, signRequest, verifyJsonLd, verifyObject, verifyProof, verifyRequest, verifySignature };
|
package/dist/sig/owner.test.js
CHANGED
|
@@ -7,9 +7,9 @@ import { createTestTracerProvider, mockDocumentLoader, test } from "../dist-B5f6
|
|
|
7
7
|
import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
8
8
|
import { assert } from "../assert-MZs1qjMx.js";
|
|
9
9
|
import "../assert_instance_of-DHz7EHNU.js";
|
|
10
|
-
import "../deno-
|
|
11
|
-
import "../key-
|
|
12
|
-
import { doesActorOwnKey, getKeyOwner } from "../owner-
|
|
10
|
+
import "../deno-CGe3r5lB.js";
|
|
11
|
+
import "../key-fb8Ovh-p.js";
|
|
12
|
+
import { doesActorOwnKey, getKeyOwner } from "../owner-CCSlDz_P.js";
|
|
13
13
|
import "../std__assert-DWivtrGR.js";
|
|
14
14
|
import { assertFalse } from "../assert_rejects-Ce45JcFg.js";
|
|
15
15
|
import "../assert_throws-BNXdRGWP.js";
|
package/dist/sig/proof.test.js
CHANGED
|
@@ -7,9 +7,9 @@ import { mockDocumentLoader, test } from "../dist-B5f6a8Tt.js";
|
|
|
7
7
|
import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
8
8
|
import "../assert-MZs1qjMx.js";
|
|
9
9
|
import { assertInstanceOf } from "../assert_instance_of-DHz7EHNU.js";
|
|
10
|
-
import "../deno-
|
|
11
|
-
import "../key-
|
|
12
|
-
import { createProof, signObject, verifyObject, verifyProof } from "../proof-
|
|
10
|
+
import "../deno-CGe3r5lB.js";
|
|
11
|
+
import "../key-fb8Ovh-p.js";
|
|
12
|
+
import { createProof, signObject, verifyObject, verifyProof } from "../proof-WPbBCoJ-.js";
|
|
13
13
|
import "../std__assert-DWivtrGR.js";
|
|
14
14
|
import { assertRejects } from "../assert_rejects-Ce45JcFg.js";
|
|
15
15
|
import "../assert_throws-BNXdRGWP.js";
|
|
@@ -7,10 +7,10 @@ import { mockDocumentLoader, test } from "../dist-B5f6a8Tt.js";
|
|
|
7
7
|
import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
8
8
|
import "../assert-MZs1qjMx.js";
|
|
9
9
|
import "../assert_instance_of-DHz7EHNU.js";
|
|
10
|
-
import "../deno-
|
|
11
|
-
import "../key-
|
|
12
|
-
import { verifyRequest } from "../http-
|
|
13
|
-
import { getAuthenticatedDocumentLoader } from "../docloader-
|
|
10
|
+
import "../deno-CGe3r5lB.js";
|
|
11
|
+
import "../key-fb8Ovh-p.js";
|
|
12
|
+
import { verifyRequest } from "../http-CN7c23sh.js";
|
|
13
|
+
import { getAuthenticatedDocumentLoader } from "../docloader-Bh4ZzxTs.js";
|
|
14
14
|
import "../std__assert-DWivtrGR.js";
|
|
15
15
|
import { assertRejects } from "../assert_rejects-Ce45JcFg.js";
|
|
16
16
|
import "../assert_throws-BNXdRGWP.js";
|
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-AW19epBO.cjs');
|
|
6
|
+
const require_kv_cache = require('../kv-cache-8rnKI8DT.cjs');
|
|
7
7
|
require('../utils-Db0ZmjcD.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-CZ24XIWJ.js";
|
|
6
|
+
import { getAuthenticatedDocumentLoader, kvCache } from "../kv-cache-DGCF5il_.js";
|
|
7
7
|
import "../utils-Wranxuoe.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.0.0-dev.
|
|
3
|
+
"version": "2.0.0-dev.159+6c07cd44",
|
|
4
4
|
"description": "An ActivityPub server framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ActivityPub",
|
|
@@ -125,9 +125,9 @@
|
|
|
125
125
|
"uri-template-router": "^1.0.0",
|
|
126
126
|
"url-template": "^3.1.1",
|
|
127
127
|
"urlpattern-polyfill": "^10.1.0",
|
|
128
|
-
"@fedify/vocab": "2.0.0-dev.
|
|
129
|
-
"@fedify/
|
|
130
|
-
"@fedify/
|
|
128
|
+
"@fedify/vocab": "2.0.0-dev.159+6c07cd44",
|
|
129
|
+
"@fedify/vocab-runtime": "2.0.0-dev.159+6c07cd44",
|
|
130
|
+
"@fedify/webfinger": "2.0.0-dev.159+6c07cd44"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
133
133
|
"@std/assert": "npm:@jsr/std__assert@^0.226.0",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"typescript": "^5.9.3",
|
|
141
141
|
"wrangler": "^4.17.0",
|
|
142
142
|
"@fedify/fixture": "2.0.0",
|
|
143
|
-
"@fedify/vocab-tools": "^2.0.0-dev.
|
|
143
|
+
"@fedify/vocab-tools": "^2.0.0-dev.159+6c07cd44"
|
|
144
144
|
},
|
|
145
145
|
"scripts": {
|
|
146
146
|
"build": "tsdown",
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
const { Temporal } = require("@js-temporal/polyfill");
|
|
3
|
-
const { URLPattern } = require("urlpattern-polyfill");
|
|
4
|
-
|
|
5
|
-
require('./transformers-BjBg6Lag.cjs');
|
|
6
|
-
require('./http-DbACqYyq.cjs');
|
|
7
|
-
const require_middleware = require('./middleware-CAJR7KGo.cjs');
|
|
8
|
-
require('./proof-Bx2JqJ-D.cjs');
|
|
9
|
-
require('./types-Q-qkJXBV.cjs');
|
|
10
|
-
require('./kv-cache-rPOPQdj9.cjs');
|
|
11
|
-
|
|
12
|
-
exports.FederationImpl = require_middleware.FederationImpl;
|