@fedify/fedify 1.8.0-dev.936 → 1.8.0-dev.938
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 +3 -0
- package/dist/{actor-DxpQLQCm.js → actor-B0nJwkfS.js} +3 -3
- package/dist/{actor-8TajsB-0.js → actor-DPJoyFl7.js} +179 -179
- package/dist/{authdocloader-BKG_cAsQ.js → authdocloader-BrGk58xP.js} +3 -3
- package/dist/{authdocloader-DxOEFSPN.js → authdocloader-DnwV7OLZ.js} +3 -3
- package/dist/{builder-CQoXNISY.js → builder-D1noMKha.js} +3 -3
- package/dist/{client-DaE3QH2D.js → client-iTi32EJl.js} +1 -1
- package/dist/compat/transformers.test.js +17 -17
- package/dist/{context-CdUZipvE.js → context-Dgz676Q_.js} +2 -2
- package/dist/{docloader-DvSgE8I_.js → docloader-BznLkHDl.js} +1 -1
- package/dist/{docloader-ryyHUCF8.js → docloader-tZ6hfKON.js} +1 -1
- package/dist/federation/builder.test.js +4 -4
- package/dist/federation/handler.test.js +19 -19
- package/dist/federation/inbox.test.js +3 -3
- package/dist/federation/keycache.test.js +3 -3
- package/dist/federation/middleware.test.js +18 -18
- package/dist/federation/mod.js +10 -10
- package/dist/federation/send.test.js +9 -9
- package/dist/{http-fX24B8yB.js → http-CsCwqNJR.js} +3 -3
- package/dist/{http-DGZ6dX5t.js → http-VI3RQeEY.js} +3 -3
- package/dist/{inbox-DJNw7F-p.js → inbox-CR6UrNCg.js} +2 -2
- package/dist/{key-B3u-4dmC.js → key-DNS6l4Bf.js} +3 -3
- package/dist/{key-BFVZ3U_M.js → key-DgtYhNU-.js} +4 -4
- package/dist/{key-BgqPitnR.js → key-DmJZx4DR.js} +5 -5
- package/dist/{key-DFwrjIHd.js → key-RnvWJG7i.js} +2 -2
- package/dist/{keycache-BobNHOLO.js → keycache-DyGd40q1.js} +1 -1
- package/dist/{keys-BHR8kl8T.js → keys-LuWl53vu.js} +1 -1
- package/dist/{ld-79pauRKG.js → ld-bhhSrC1E.js} +3 -3
- package/dist/{lookup-CK6x5zAZ.js → lookup-BqaAXWgo.js} +1 -1
- package/dist/{lookup-D7LvTxz2.js → lookup-CX5Tb4C7.js} +3 -3
- package/dist/{lookup-BtEdLGlc.js → lookup-VXTcuxz0.js} +1 -1
- package/dist/middleware-1kcyuedf.js +17 -0
- package/dist/middleware-BaQrFpbm.js +33 -0
- package/dist/{middleware-DlLpKlnf.js → middleware-CDFOjbFt.js} +15 -15
- package/dist/{middleware-BOlNC3YX.js → middleware-Dy3_Tr82.js} +10 -10
- package/dist/mod.js +10 -10
- package/dist/nodeinfo/client.test.js +2 -2
- package/dist/nodeinfo/handler.test.js +18 -18
- package/dist/nodeinfo/mod.js +2 -2
- package/dist/{owner-LE4tlbmS.js → owner-C5yXOt_d.js} +3 -3
- package/dist/{proof-BYbo74An.js → proof-CBKgLwEL.js} +3 -3
- package/dist/{proof-14gQqUqA.js → proof-iAiMkAsB.js} +3 -3
- package/dist/runtime/authdocloader.test.js +8 -8
- package/dist/runtime/docloader.test.js +1 -1
- package/dist/runtime/key.test.js +5 -5
- package/dist/runtime/mod.js +6 -6
- package/dist/{send-F_ncqq6P.js → send-CbR1KxzV.js} +2 -2
- package/dist/sig/http.test.js +7 -7
- package/dist/sig/key.test.js +6 -6
- package/dist/sig/ld.test.js +7 -7
- package/dist/sig/mod.js +6 -6
- package/dist/sig/owner.test.js +8 -8
- package/dist/sig/proof.test.js +7 -7
- package/dist/{types-CSh23v1e.js → types-CqpxfEhB.js} +1 -1
- package/dist/vocab/actor.test.js +4 -4
- package/dist/vocab/lookup.test.js +4 -4
- package/dist/vocab/mod.js +4 -4
- package/dist/vocab/type.test.js +2 -2
- package/dist/vocab/vocab.test.js +3 -3
- package/dist/{vocab-S80Fpb2_.js → vocab-Bs5UyVPo.js} +178 -178
- package/dist/{vocab-B5aOtLVH.js → vocab-vQM5hfU4.js} +3 -3
- package/dist/webfinger/handler.test.js +18 -18
- package/dist/webfinger/lookup.test.js +2 -2
- package/dist/webfinger/mod.js +2 -2
- package/package.json +1 -1
- package/dist/middleware-Di10Q5kb.js +0 -17
- package/dist/middleware-aWun3W02.js +0 -33
package/README.md
CHANGED
@@ -98,6 +98,7 @@ Here is the list of packages:
|
|
98
98
|
| [@fedify/express](/express/) | [JSR][jsr:@fedify/express] | [npm][npm:@fedify/express] | Express integration |
|
99
99
|
| [@fedify/h3](/h3/) | [JSR][jsr:@fedify/h3] | [npm][npm:@fedify/h3] | H3 integration |
|
100
100
|
| [@fedify/postgres](/postgres/) | [JSR][jsr:@fedify/postgres] | [npm][npm:@fedify/postgres] | PostgreSQL driver |
|
101
|
+
| [@fedify/redis](/redis/) | [JSR][jsr:@fedify/redis] | [npm][npm:@fedify/redis] | Redis driver |
|
101
102
|
|
102
103
|
[jsr:@fedify/cli]: https://jsr.io/@fedify/cli
|
103
104
|
[npm:@fedify/cli]: https://www.npmjs.com/package/@fedify/cli
|
@@ -109,6 +110,8 @@ Here is the list of packages:
|
|
109
110
|
[npm:@fedify/h3]: https://www.npmjs.com/package/@fedify/h3
|
110
111
|
[jsr:@fedify/postgres]: https://jsr.io/@fedify/postgres
|
111
112
|
[npm:@fedify/postgres]: https://www.npmjs.com/package/@fedify/postgres
|
113
|
+
[jsr:@fedify/redis]: https://jsr.io/@fedify/redis
|
114
|
+
[npm:@fedify/redis]: https://www.npmjs.com/package/@fedify/redis
|
112
115
|
|
113
116
|
|
114
117
|
Sponsors
|
@@ -3,9 +3,9 @@
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
4
4
|
globalThis.addEventListener = () => {};
|
5
5
|
|
6
|
-
import { deno_default } from "./docloader-
|
7
|
-
import { Application, Group, Organization, Person, Service } from "./vocab-
|
8
|
-
import { lookupWebFinger } from "./lookup-
|
6
|
+
import { deno_default } from "./docloader-BznLkHDl.js";
|
7
|
+
import { Application, Group, Organization, Person, Service } from "./vocab-Bs5UyVPo.js";
|
8
|
+
import { lookupWebFinger } from "./lookup-VXTcuxz0.js";
|
9
9
|
import { getTypeId } from "./type-D2s5lmbZ.js";
|
10
10
|
import { SpanStatusCode, trace } from "@opentelemetry/api";
|
11
11
|
import { domainToASCII, domainToUnicode } from "node:url";
|