@fedify/fedify 1.8.0-dev.936 → 1.8.0-pr.278.944
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 +4 -1
- package/dist/{actor-8TajsB-0.js → actor-CWUk7Rx3.js} +179 -179
- package/dist/{actor-DxpQLQCm.js → actor-DfOruFo2.js} +3 -3
- package/dist/{authdocloader-DxOEFSPN.js → authdocloader-CCOEYRRB.js} +3 -3
- package/dist/{authdocloader-BKG_cAsQ.js → authdocloader-Tgywh0l9.js} +3 -3
- package/dist/{builder-CQoXNISY.js → builder-BO9cwrZF.js} +3 -3
- package/dist/{client-DaE3QH2D.js → client-KG_gq9AG.js} +1 -1
- package/dist/compat/transformers.test.js +17 -17
- package/dist/{context-CdUZipvE.js → context-Duy2pXkl.js} +2 -2
- package/dist/{docloader-DvSgE8I_.js → docloader-CBdigsN-.js} +1 -1
- package/dist/{docloader-ryyHUCF8.js → docloader-Dtg3MfAD.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-DGZ6dX5t.js → http-1Y9JjKI_.js} +3 -3
- package/dist/{http-fX24B8yB.js → http-mGIT7DMH.js} +3 -3
- package/dist/{inbox-DJNw7F-p.js → inbox-BbPGdiUv.js} +2 -2
- package/dist/{key-BgqPitnR.js → key-4fOtENE0.js} +5 -5
- package/dist/{key-BFVZ3U_M.js → key-CMLOD7hp.js} +4 -4
- package/dist/{key-DFwrjIHd.js → key-D35sS1bj.js} +2 -2
- package/dist/{key-B3u-4dmC.js → key-IHUIlLUI.js} +3 -3
- package/dist/{keycache-BobNHOLO.js → keycache-Dd821AkF.js} +1 -1
- package/dist/{keys-BHR8kl8T.js → keys-DoIH5o45.js} +1 -1
- package/dist/{ld-79pauRKG.js → ld-C99pPj8Q.js} +3 -3
- package/dist/{lookup-D7LvTxz2.js → lookup-BuClDTj_.js} +3 -3
- package/dist/{lookup-CK6x5zAZ.js → lookup-BvnYwlBP.js} +1 -1
- package/dist/{lookup-BtEdLGlc.js → lookup-CqvNcEt7.js} +1 -1
- package/dist/{middleware-BOlNC3YX.js → middleware-BnixuKUX.js} +10 -10
- package/dist/middleware-D0AjBv4Z.js +33 -0
- package/dist/{middleware-DlLpKlnf.js → middleware-DMt6riUW.js} +15 -15
- package/dist/middleware-DbKIbD6u.js +17 -0
- 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-DMng4Qkq.js} +3 -3
- package/dist/{proof-BYbo74An.js → proof-B3eLbwox.js} +3 -3
- package/dist/{proof-14gQqUqA.js → proof-BeMLogYC.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-CaYuB8ZE.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-BGnhROgZ.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-BtM93CMX.js} +178 -178
- package/dist/{vocab-B5aOtLVH.js → vocab-EMhU6jSv.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,17 +98,20 @@ 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
|
104
105
|
[jsr:@fedify/amqp]: https://jsr.io/@fedify/amqp
|
105
106
|
[npm:@fedify/amqp]: https://www.npmjs.com/package/@fedify/amqp
|
106
107
|
[jsr:@fedify/express]: https://jsr.io/@fedify/express
|
107
|
-
[npm:@fedify/express]: https://www.npmjs.com/package/@fedify
|
108
|
+
[npm:@fedify/express]: https://www.npmjs.com/package/@fedify/express
|
108
109
|
[jsr:@fedify/h3]: https://jsr.io/@fedify/h3
|
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
|