@fedify/fedify 2.0.0-dev.1485 → 2.0.0-dev.150
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/LICENSE +1 -1
- package/README.md +38 -18
- package/dist/actor-Bhc5FasL.cjs +42079 -0
- package/dist/{actor-7ivEf1H3.js → actor-C6cDxaJJ.js} +4 -1
- package/dist/{actor-DXTdNCfp.js → actor-DPvScYuz.js} +7058 -2722
- package/dist/{actor-C22bXuuC.d.ts → actor-DqFajh9s.d.ts} +2 -2
- package/dist/actor-f2NtjyCg.d.cts +128 -0
- package/dist/{assert-MZs1qjMx.js → assert-Dp5_aoAs.js} +1 -1
- package/dist/{assert_instance_of-DHz7EHNU.js → assert_instance_of-D1m8F7x0.js} +1 -1
- package/dist/{assert_not_equals-f3m3epl3.js → assert_not_equals-B2R_8p36.js} +1 -1
- package/dist/{assert_rejects-DiIiJbZn.js → assert_rejects-BoKYY0g1.js} +2 -2
- package/dist/{assert_is_error-BPGph1Jx.js → assert_throws-DjkXin1a.js} +32 -2
- package/dist/{builder-BPGqEvtB.js → builder-DcDoTCBH.js} +20 -8
- package/dist/chunk-DqRYRqnO.cjs +34 -0
- package/dist/chunk-HsBuZ-b2.js +41 -0
- package/dist/client-94iWEfQa.d.cts +222 -0
- package/dist/{client-DF8anIB5.d.ts → client-BsGzbnV-.d.ts} +3 -75
- package/dist/{client-g2FDBoeY.js → client-CD87uCL_.js} +4 -23
- package/dist/compat/mod.cjs +10 -0
- package/dist/compat/mod.d.cts +11 -0
- package/dist/compat/mod.d.ts +10 -12
- package/dist/compat/mod.js +5 -5
- package/dist/compat/transformers.test.js +29 -24
- package/dist/compat-DmDDELst.cjs +4 -0
- package/dist/compat-nxUqe4Z-.js +4 -0
- package/dist/context-DBQ7nMCw.d.cts +2449 -0
- package/dist/context-DpN-0qNU.js +109 -0
- package/dist/{context-DmlbRh9p.d.ts → context-mM0Nu5yo.d.ts} +335 -134
- package/dist/deno-DHmnBq8X.js +131 -0
- package/dist/{testing-BG_8Fyas.js → dist-lStjlyET.js} +73 -114
- package/dist/{authdocloader-D_IvQE4z.js → docloader-C2QNrF7j.js} +17 -8
- package/dist/{esm-CPZhxxGc.js → esm-B52TuumP.js} +32 -17
- package/dist/federation/builder.test.js +16 -16
- package/dist/federation/collection.test.js +9 -12
- package/dist/federation/handler.test.js +123 -152
- package/dist/federation/idempotency.test.js +206 -0
- package/dist/federation/inbox.test.js +7 -7
- package/dist/federation/keycache.test.js +7 -8
- package/dist/federation/kv.test.js +64 -12
- package/dist/federation/middleware.test.js +281 -99
- package/dist/federation/mod.cjs +27 -0
- package/dist/federation/mod.d.cts +11 -0
- package/dist/federation/mod.d.ts +11 -13
- package/dist/federation/mod.js +13 -15
- package/dist/federation/mq.test.js +12 -13
- package/dist/federation/negotiation.test.js +25 -0
- package/dist/federation/retry.test.js +4 -6
- package/dist/federation/router.test.js +9 -11
- package/dist/federation/send.test.js +61 -18
- package/dist/federation-CoW-KDKv.cjs +266 -0
- package/dist/{federation-CMX7WzeL.js → federation-D0hkM4T7.js} +25 -3
- package/dist/{http-zsOxPKCt.js → http-B1d-Jhbj.js} +260 -10
- package/dist/{http-DqSNLFNY.d.ts → http-BbO0ejuk.d.ts} +2 -2
- package/dist/http-CS6iqtXa.cjs +1106 -0
- package/dist/http-M8k5mKc0.d.cts +253 -0
- package/dist/{http-C7rxW7Kh.js → http-b10BrywC.js} +4 -3
- package/dist/{inbox-eK2W2MF3.js → inbox-gPnuScsy.js} +26 -7
- package/dist/{key-CYOcZ9G5.js → key-W6YaI4J_.js} +4 -2
- package/dist/{keycache-BLq6GT4_.js → keycache-DkTZcjkH.js} +1 -1
- package/dist/{keys-BIwlbtMN.js → keys-CfcSjjys.js} +2 -1
- package/dist/{kv-C7sopW2E.d.ts → kv-BpJND1Hr.d.ts} +30 -1
- package/dist/{kv-CRZrzyXm.js → kv-DaWUKuhD.js} +22 -0
- package/dist/kv-cD_d4hg-.d.cts +110 -0
- package/dist/kv-cache-C6NrTtII.js +107 -0
- package/dist/kv-cache-DhRe6qxQ.js +122 -0
- package/dist/kv-cache-a7LD3ze0.cjs +134 -0
- package/dist/{ld-DWwLYT4e.js → ld-UYagkye9.js} +7 -4
- package/dist/lookup-C-ajaa9S.js +256 -0
- package/dist/{lookup-DNQyH8UQ.js → lookup-CjgzNtAk.js} +33 -125
- package/dist/lookup-DI7YTXtl.cjs +268 -0
- package/dist/{lookup-BHYMosdS.js → lookup-DP8Hm9oD.js} +3 -1
- package/dist/middleware-Botvlnr6.js +31 -0
- package/dist/{middleware-DakCaqXu.js → middleware-C2V0Hmj1.js} +105 -188
- package/dist/middleware-D5o8ITlx.cjs +4237 -0
- package/dist/middleware-ESmU0CBL.cjs +15 -0
- package/dist/middleware-JqrIzuk6.js +15 -0
- package/dist/{middleware-BcVqlHyD.js → middleware-V7PNM-lv.js} +143 -136
- package/dist/mod-B-hUPT2N.d.cts +1 -0
- package/dist/{mod-Cxt4Kpf6.d.ts → mod-BlVovdcy.d.ts} +20 -2
- package/dist/mod-BxRCHTz-.d.cts +307 -0
- package/dist/mod-C58MZ7Wx.d.cts +113 -0
- package/dist/mod-CAdoBu0x.d.ts +109 -0
- package/dist/mod-CcDPcLJW.d.cts +1 -0
- package/dist/{mod-Drmz72EK.d.ts → mod-D5Z2tISD.d.ts} +3 -3
- package/dist/mod-DgxG-byT.d.cts +266 -0
- package/dist/{lookup-3czM5mmU.d.ts → mod-Ds0mpFZU.d.ts} +9 -2
- package/dist/mod-Dy2fJtmN.d.cts +80 -0
- package/dist/{mod-0EysZ-dJ.d.ts → mod-GetHzY6F.d.ts} +2 -2
- package/dist/mod-fxr25Gv7.d.cts +107 -0
- package/dist/mod.cjs +137 -0
- package/dist/mod.d.cts +15 -0
- package/dist/mod.d.ts +15 -18
- package/dist/mod.js +19 -21
- package/dist/negotiation-B4NJHk1f.js +71 -0
- package/dist/nodeinfo/client.test.js +32 -114
- package/dist/nodeinfo/handler.test.js +35 -30
- package/dist/nodeinfo/mod.cjs +10 -0
- package/dist/nodeinfo/mod.d.cts +3 -0
- package/dist/nodeinfo/mod.d.ts +3 -5
- package/dist/nodeinfo/mod.js +6 -7
- package/dist/nodeinfo/types.test.js +10 -18
- package/dist/nodeinfo-BnthBobC.js +4 -0
- package/dist/nodeinfo-CdN0rEnZ.cjs +4 -0
- package/dist/otel/exporter.test.js +899 -0
- package/dist/otel/mod.cjs +262 -0
- package/dist/otel/mod.d.cts +230 -0
- package/dist/otel/mod.d.ts +232 -0
- package/dist/otel/mod.js +261 -0
- package/dist/owner-B4HbyP8s.d.cts +67 -0
- package/dist/{owner-smArESGi.js → owner-DgNCw_Z-.js} +46 -8
- package/dist/{owner-CQPnQVtf.d.ts → owner-kQRGVXG1.d.ts} +3 -3
- package/dist/{proof-C6z-uqeO.js → proof-BwleRoo3.js} +5 -3
- package/dist/proof-M11sS3Oq.cjs +710 -0
- package/dist/{proof-CT1SITRP.js → proof-TlLZC_r7.js} +53 -16
- package/dist/router-CVRQXlZi.js +118 -0
- package/dist/{send-1zdmNlUo.js → send-BMU9B7Sm.js} +9 -4
- package/dist/sig/http.test.js +19 -17
- package/dist/sig/key.test.js +15 -14
- package/dist/sig/ld.test.js +13 -12
- package/dist/sig/mod.cjs +28 -0
- package/dist/sig/mod.d.cts +6 -0
- package/dist/sig/mod.d.ts +5 -7
- package/dist/sig/mod.js +8 -10
- package/dist/sig/owner.test.js +40 -15
- package/dist/sig/proof.test.js +19 -17
- package/dist/sig-C34-oHBl.js +4 -0
- package/dist/sig-YYj5tCnr.cjs +4 -0
- package/dist/{std__assert-X-_kMxKM.js → std__assert-Cm-MfI66.js} +1 -1
- package/dist/testing/mod.d.ts +410 -232
- package/dist/testing/mod.js +9 -4
- package/dist/{transformers-Dna8Fg7k.js → transformers-BFT6d7J5.js} +3 -3
- package/dist/transformers-CoBS-oFG.cjs +116 -0
- package/dist/type-BSNcIxTd.js +14 -0
- package/dist/{types-BzyGRkRt.js → types-BtUjyi5y.js} +9 -170
- package/dist/types-CWgzGaqk.cjs +315 -0
- package/dist/{types-BIgY6c-l.js → types-D2jhK2VG.js} +1 -3
- package/dist/{runtime/authdocloader.test.js → utils/docloader.test.js} +20 -18
- package/dist/utils/kv-cache.test.js +211 -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/utils-D-Va7aXC.js +4 -0
- package/dist/utils-DyRU1gdZ.cjs +4 -0
- package/dist/vocab/actor.test.js +15 -13
- package/dist/vocab/lookup.test.js +285 -12
- package/dist/vocab/mod.cjs +86 -0
- package/dist/vocab/mod.d.cts +4 -0
- package/dist/vocab/mod.d.ts +3 -5
- package/dist/vocab/mod.js +6 -7
- package/dist/vocab/type.test.js +4 -4
- package/dist/vocab/vocab.test.js +8058 -1987
- package/dist/{vocab-SOE1ifCr.d.ts → vocab-BCWe1Ih5.d.ts} +292 -21
- package/dist/vocab-CeDBzu-f.d.cts +14903 -0
- package/dist/{type-I68qwqmo.js → vocab-Durhw0Gx.js} +6947 -7381
- package/dist/{vocab-Bg1J3mu4.js → vocab-NOF1dCjQ.js} +32 -18
- package/dist/vocab-Vw1RxMp6.cjs +296 -0
- package/dist/webfinger/handler.test.js +62 -29
- package/dist/webfinger/lookup.test.js +11 -12
- package/dist/webfinger/mod.cjs +8 -0
- package/dist/webfinger/mod.d.cts +2 -0
- package/dist/webfinger/mod.d.ts +1 -4
- package/dist/webfinger/mod.js +5 -6
- package/dist/webfinger-C72Y8lrh.js +4 -0
- package/dist/webfinger-vAtLmxOF.cjs +4 -0
- package/package.json +81 -45
- package/dist/assert_throws-BOO88avQ.js +0 -39
- package/dist/authdocloader-Bq0gEHRj.js +0 -52
- package/dist/compat-Bb5myD13.js +0 -4
- package/dist/denokv-Bv33Xxea.js +0 -57
- package/dist/docloader-BlVueewg.js +0 -4615
- package/dist/docloader-CxWcuWqQ.d.ts +0 -221
- package/dist/fixtures/activitypub.academy/users/brauca_darradiul.json +0 -83
- package/dist/fixtures/example.com/announce.json +0 -6
- package/dist/fixtures/example.com/collection.json +0 -19
- package/dist/fixtures/example.com/create.json +0 -6
- package/dist/fixtures/example.com/cross-origin-actor.json +0 -6
- package/dist/fixtures/example.com/hong-gildong.json +0 -11
- package/dist/fixtures/example.com/invite.json +0 -7
- package/dist/fixtures/example.com/key.json +0 -7
- package/dist/fixtures/example.com/key2.json +0 -6
- package/dist/fixtures/example.com/object.json +0 -6
- package/dist/fixtures/example.com/orderedcollectionpage.json +0 -24
- package/dist/fixtures/example.com/paged/a.json +0 -13
- package/dist/fixtures/example.com/paged/b.json +0 -16
- package/dist/fixtures/example.com/paged-collection.json +0 -6
- package/dist/fixtures/example.com/person.json +0 -22
- package/dist/fixtures/example.com/person2.json +0 -40
- package/dist/fixtures/example.com/test.json +0 -5
- package/dist/fixtures/example.com/users/handle.json +0 -16
- package/dist/fixtures/example.com/wrong-type.json +0 -3
- package/dist/fixtures/oeee.cafe/ap/users/3609fd4e-d51d-4db8-9f04-4189815864dd.json +0 -24
- package/dist/fixtures/remote.domain/users/bob.json +0 -20
- package/dist/fixtures/server.example/users/alice.json +0 -20
- package/dist/fixtures/w3id.org/identity/v1.json +0 -152
- package/dist/fixtures/w3id.org/security/data-integrity/v1.json +0 -74
- package/dist/fixtures/w3id.org/security/multikey/v1.json +0 -35
- package/dist/fixtures/w3id.org/security/v1.json +0 -50
- package/dist/fixtures/wizard.casa/users/hongminhee.json +0 -69
- package/dist/fixtures/www.w3.org/ns/activitystreams.json +0 -379
- package/dist/fixtures/www.w3.org/ns/did/v1.json +0 -58
- package/dist/key-Dn7Lram-.js +0 -260
- package/dist/key-S7WllAWz.js +0 -10
- package/dist/key-rRCUafNm.js +0 -10
- package/dist/middleware-CWbGhXnl.js +0 -26
- package/dist/middleware-D-OlNiyj.js +0 -17
- package/dist/mod-TFoH2Ql8.d.ts +0 -104
- package/dist/mod-g0xFzAP9.d.ts +0 -2
- package/dist/mq-CRGm1e_F.d.ts +0 -143
- package/dist/nodeinfo/semver.test.js +0 -143
- package/dist/nodeinfo-CyEbLjHs.js +0 -4
- package/dist/runtime/docloader.test.js +0 -522
- package/dist/runtime/key.test.js +0 -103
- package/dist/runtime/langstr.test.d.ts +0 -3
- package/dist/runtime/langstr.test.js +0 -39
- 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/runtime-BSkOVUWM.js +0 -4
- package/dist/semver-dArNLkR9.js +0 -149
- package/dist/sig-BXJO--F9.js +0 -4
- package/dist/src/vocab/accept.yaml +0 -15
- package/dist/src/vocab/activity.yaml +0 -98
- package/dist/src/vocab/add.yaml +0 -16
- package/dist/src/vocab/announce.yaml +0 -30
- package/dist/src/vocab/application.yaml +0 -324
- package/dist/src/vocab/arrive.yaml +0 -15
- package/dist/src/vocab/article.yaml +0 -46
- package/dist/src/vocab/audio.yaml +0 -11
- package/dist/src/vocab/block.yaml +0 -16
- package/dist/src/vocab/chatmessage.yaml +0 -50
- package/dist/src/vocab/collection.yaml +0 -154
- package/dist/src/vocab/collectionpage.yaml +0 -55
- package/dist/src/vocab/create.yaml +0 -28
- package/dist/src/vocab/dataintegrityproof.yaml +0 -56
- package/dist/src/vocab/delete.yaml +0 -27
- package/dist/src/vocab/didservice.yaml +0 -22
- package/dist/src/vocab/dislike.yaml +0 -14
- package/dist/src/vocab/document.yaml +0 -31
- package/dist/src/vocab/emoji.yaml +0 -12
- package/dist/src/vocab/emojireact.yaml +0 -17
- package/dist/src/vocab/endpoints.yaml +0 -85
- package/dist/src/vocab/event.yaml +0 -11
- package/dist/src/vocab/export.yaml +0 -9
- package/dist/src/vocab/flag.yaml +0 -15
- package/dist/src/vocab/follow.yaml +0 -19
- package/dist/src/vocab/group.yaml +0 -324
- package/dist/src/vocab/hashtag.yaml +0 -14
- package/dist/src/vocab/ignore.yaml +0 -14
- package/dist/src/vocab/image.yaml +0 -9
- package/dist/src/vocab/intransitiveactivity.yaml +0 -15
- package/dist/src/vocab/invite.yaml +0 -14
- package/dist/src/vocab/join.yaml +0 -14
- package/dist/src/vocab/key.yaml +0 -28
- package/dist/src/vocab/leave.yaml +0 -14
- package/dist/src/vocab/like.yaml +0 -16
- package/dist/src/vocab/link.yaml +0 -101
- package/dist/src/vocab/listen.yaml +0 -12
- package/dist/src/vocab/mention.yaml +0 -9
- package/dist/src/vocab/move.yaml +0 -15
- package/dist/src/vocab/multikey.yaml +0 -36
- package/dist/src/vocab/note.yaml +0 -48
- package/dist/src/vocab/object.yaml +0 -404
- package/dist/src/vocab/offer.yaml +0 -15
- package/dist/src/vocab/orderedcollection.yaml +0 -39
- package/dist/src/vocab/orderedcollectionpage.yaml +0 -50
- package/dist/src/vocab/organization.yaml +0 -324
- package/dist/src/vocab/page.yaml +0 -11
- package/dist/src/vocab/person.yaml +0 -324
- package/dist/src/vocab/place.yaml +0 -75
- package/dist/src/vocab/profile.yaml +0 -26
- package/dist/src/vocab/propertyvalue.yaml +0 -32
- package/dist/src/vocab/question.yaml +0 -103
- package/dist/src/vocab/read.yaml +0 -13
- package/dist/src/vocab/reject.yaml +0 -14
- package/dist/src/vocab/relationship.yaml +0 -52
- package/dist/src/vocab/remove.yaml +0 -14
- package/dist/src/vocab/service.yaml +0 -324
- package/dist/src/vocab/source.yaml +0 -26
- package/dist/src/vocab/tentativeaccept.yaml +0 -14
- package/dist/src/vocab/tentativereject.yaml +0 -14
- package/dist/src/vocab/tombstone.yaml +0 -24
- package/dist/src/vocab/travel.yaml +0 -16
- package/dist/src/vocab/undo.yaml +0 -26
- package/dist/src/vocab/update.yaml +0 -58
- package/dist/src/vocab/video.yaml +0 -11
- package/dist/src/vocab/view.yaml +0 -13
- package/dist/testing/docloader.test.js +0 -24
- package/dist/vocab/schema.yaml +0 -247
- package/dist/webfinger-C3GIyXIg.js +0 -4
- 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.d.ts +0 -56
- package/dist/x/hono.js +0 -60
- package/dist/x/sveltekit.d.ts +0 -48
- package/dist/x/sveltekit.js +0 -68
- /package/dist/{assert_equals-DSbWqCm3.js → assert_equals-Gbplq4lg.js} +0 -0
- /package/dist/{collection-CSzG2j1P.js → collection-CrkRM5Ep.js} +0 -0
- /package/dist/{nodeinfo/semver.test.d.ts → federation/idempotency.test.d.ts} +0 -0
- /package/dist/{runtime/authdocloader.test.d.ts → federation/negotiation.test.d.ts} +0 -0
- /package/dist/{mod-1pDWKvUL.d.ts → mod-CVgZgliM.d.ts} +0 -0
- /package/dist/{mod-GIh5OYxW.d.ts → mod-bjzj5QIb.d.ts} +0 -0
- /package/dist/{runtime/docloader.test.d.ts → otel/exporter.test.d.ts} +0 -0
- /package/dist/{retry-D4GJ670a.js → retry-Bz5pP75o.js} +0 -0
- /package/dist/{testing → utils}/docloader.test.d.ts +0 -0
- /package/dist/{runtime/key.test.d.ts → utils/kv-cache.test.d.ts} +0 -0
package/dist/mod.d.ts
CHANGED
|
@@ -1,20 +1,17 @@
|
|
|
1
1
|
import { Temporal } from "@js-temporal/polyfill";
|
|
2
2
|
import { URLPattern } from "urlpattern-polyfill";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import "./mod-
|
|
16
|
-
import "./mod-
|
|
17
|
-
|
|
18
|
-
import { CreateProofOptions, CreateSignatureOptions, SignJsonLdOptions, SignObjectOptions, VerifyJsonLdOptions, VerifyObjectOptions, VerifyProofOptions, VerifySignatureOptions, attachSignature, createProof, createSignature, detachSignature, signJsonLd, signObject, verifyJsonLd, verifyObject, verifyProof, verifySignature } from "./mod-Drmz72EK.js";
|
|
19
|
-
import "./mod-GIh5OYxW.js";
|
|
20
|
-
export { Accept, Activity, ActivityTransformer, Actor, ActorAliasMapper, ActorCallbackSetters, ActorDispatcher, ActorHandleMapper, ActorKeyPair, ActorKeyPairsDispatcher, ActorTypeName, Add, Announce, Application, Arrive, Article, Audio, AuthenticatedDocumentLoaderFactory, AuthorizePredicate, Block, ChatMessage, Collection, CollectionCallbackSetters, CollectionCounter, CollectionCursor, CollectionDispatcher, CollectionPage, ConstructorWithTypeId, Context, Create, CreateExponentialBackoffPolicyOptions, CreateFederationOptions, CreateProofOptions, CreateSignatureOptions, CryptographicKey, CustomCollectionCallbackSetters, CustomCollectionCounter, CustomCollectionCursor, CustomCollectionDispatcher, DataIntegrityProof, Delete, DidService, Dislike, Document, DocumentLoader, DocumentLoaderFactory, DocumentLoaderFactoryOptions, DoesActorOwnKeyOptions, Emoji, EmojiReact, Endpoints, Event, Export, Federatable, Federation, FederationBuilder, FederationFetchOptions, FederationKvPrefixes, FederationOptions, FederationOrigin, FederationQueueOptions, FederationStartQueueOptions, FediverseHandle, FetchError, FetchKeyOptions, FetchKeyResult, Flag, Follow, ForwardActivityOptions, GetActorHandleOptions, GetAuthenticatedDocumentLoaderOptions, GetDocumentLoaderOptions, GetKeyOwnerOptions, GetNodeInfoOptions, GetSignedKeyOptions, GetUserAgentOptions, Group, Hashtag, HttpMessageSignaturesSpec, HttpMessageSignaturesSpecDeterminer, Ignore, Image, InProcessMessageQueue, InProcessMessageQueueOptions, InboundService, InboxContext, InboxErrorHandler, InboxListener, InboxListenerSetters, IntransitiveActivity, Invite, Join, JsonValue, KeyCache, KvCacheParameters, KvKey, KvStore, KvStoreSetOptions, LanguageString, Leave, Like, Link, Listen, LookupObjectOptions, MemoryKvStore, Mention, Message, MessageQueue, MessageQueueEnqueueOptions, MessageQueueListenOptions, Move, Multikey, NodeInfo, NodeInfoDispatcher, NormalizeActorHandleOptions, Note, Object$1 as Object, ObjectAuthorizePredicate, ObjectCallbackSetters, ObjectDispatcher, Offer, OrderedCollection, OrderedCollectionPage, Organization, OutboundService, OutboxErrorHandler, PUBLIC_COLLECTION, Page, PageItems, ParallelMessageQueue, ParamsKeyPath, ParseNodeInfoOptions, ParseUriResult, Person, Place, Profile, PropertyValue, Protocol, Question, Read, Recipient, Reject, Relationship, RemoteDocument, Remove, RequestContext, ResourceDescriptor, RespondWithObjectOptions, RetryContext, RetryPolicy, RouteActivityOptions, Router, RouterError, RouterOptions, RouterRouteResult, SemVer, SendActivityOptions, SendActivityOptionsForCollection, SenderKeyPair, Service, Services, SharedInboxKeyDispatcher, SignJsonLdOptions, SignObjectOptions, SignRequestOptions, Software, Source, TentativeAccept, TentativeReject, Tombstone, Travel, TraverseCollectionOptions, Undo, Update, Usage, VerifyJsonLdOptions, VerifyObjectOptions, VerifyProofOptions, VerifyRequestOptions, VerifySignatureOptions, Video, View, actorDehydrator, attachSignature, autoIdAssigner, buildCollectionSynchronizationHeader, createExponentialBackoffPolicy, createFederation, createFederationBuilder, createProof, createSignature, detachSignature, digest, doesActorOwnKey, exportJwk, exportMultibaseKey, exportSpki, fetchDocumentLoader, fetchKey, formatSemVer, generateCryptoKeyPair, getActorClassByTypeName, getActorHandle, getActorTypeName, getAuthenticatedDocumentLoader, getDefaultActivityTransformers, getDocumentLoader, getKeyOwner, getNodeInfo, getTypeId, getUserAgent, importJwk, importMultibaseKey, importPem, importPkcs1, importSpki, isActor, isFediverseHandle, kvCache, lookupObject, lookupWebFinger, nodeInfoToJson, normalizeActorHandle, parseFediverseHandle, parseNodeInfo, parseSemVer, respondWithObject, respondWithObjectIfAcceptable, signJsonLd, signObject, signRequest, toAcctUrl, traverseCollection, verifyJsonLd, verifyObject, verifyProof, verifyRequest, verifySignature };
|
|
3
|
+
import { GetNodeInfoOptions, InboundService, JsonValue, NodeInfo, OutboundService, ParseNodeInfoOptions, Protocol, Services, Software, Usage, getNodeInfo, nodeInfoToJson, parseNodeInfo } from "./client-BsGzbnV-.js";
|
|
4
|
+
import { Accept, Activity, Add, Announce, Application, Arrive, Article, Audio, Block, ChatMessage, Collection, CollectionPage, Create, CryptographicKey, DataIntegrityProof, Delete, DidService, Dislike, Document, Emoji, EmojiReact, Endpoints, Event, Export, Flag, Follow, Group, Hashtag, Ignore, Image, IntransitiveActivity, Invite, Join, Leave, Like, Link, Listen, Mention, Move, Multikey, Note, Object as Object$1, Offer, OrderedCollection, OrderedCollectionPage, Organization, Page, Person, Place, Profile, PropertyValue, Question, Read, Reject, Relationship, Remove, Service, Source, TentativeAccept, TentativeReject, Tombstone, Travel, Undo, Update, Video, View } from "./vocab-BCWe1Ih5.js";
|
|
5
|
+
import { Actor, ActorTypeName, GetActorHandleOptions, NormalizeActorHandleOptions, Recipient, getActorClassByTypeName, getActorHandle, getActorTypeName, isActor, normalizeActorHandle } from "./actor-DqFajh9s.js";
|
|
6
|
+
import { FetchKeyOptions, FetchKeyResult, HttpMessageSignaturesSpec, HttpMessageSignaturesSpecDeterminer, KeyCache, SignRequestOptions, VerifyRequestOptions, exportJwk, fetchKey, generateCryptoKeyPair, importJwk, signRequest, verifyRequest } from "./http-BbO0ejuk.js";
|
|
7
|
+
import { DoesActorOwnKeyOptions, GetKeyOwnerOptions, doesActorOwnKey, getKeyOwner } from "./owner-kQRGVXG1.js";
|
|
8
|
+
import { FediverseHandle, LookupObjectOptions, PUBLIC_COLLECTION, TraverseCollectionOptions, getTypeId, isFediverseHandle, lookupObject, parseFediverseHandle, toAcctUrl, traverseCollection } from "./mod-BlVovdcy.js";
|
|
9
|
+
import { ResourceDescriptor, lookupWebFinger } from "./mod-Ds0mpFZU.js";
|
|
10
|
+
import { ActivityTransformer, ActorAliasMapper, ActorCallbackSetters, ActorDispatcher, ActorHandleMapper, ActorKeyPair, ActorKeyPairsDispatcher, AuthorizePredicate, CollectionCallbackSetters, CollectionCounter, CollectionCursor, CollectionDispatcher, ConstructorWithTypeId, Context, CreateExponentialBackoffPolicyOptions, CreateFederationOptions, CustomCollectionCallbackSetters, CustomCollectionCounter, CustomCollectionCursor, CustomCollectionDispatcher, Federatable, Federation, FederationBuilder, FederationFetchOptions, FederationKvPrefixes, FederationOptions, FederationOrigin, FederationQueueOptions, FederationStartQueueOptions, ForwardActivityOptions, GetSignedKeyOptions, IdempotencyKeyCallback, IdempotencyStrategy, InProcessMessageQueue, InProcessMessageQueueOptions, InboxContext, InboxErrorHandler, InboxListener, InboxListenerSetters, Message, MessageQueue, MessageQueueEnqueueOptions, MessageQueueListenOptions, NodeInfoDispatcher, ObjectAuthorizePredicate, ObjectCallbackSetters, ObjectDispatcher, OutboxErrorHandler, PageItems, ParallelMessageQueue, ParseUriResult, RequestContext, RespondWithObjectOptions, RetryContext, RetryPolicy, Rfc6570Expression, RouteActivityOptions, Router, RouterError, RouterOptions, RouterRouteResult, SendActivityOptions, SendActivityOptionsForCollection, SenderKeyPair, SharedInboxKeyDispatcher, WebFingerLinksDispatcher, buildCollectionSynchronizationHeader, createExponentialBackoffPolicy, createFederation, createFederationBuilder, digest, respondWithObject, respondWithObjectIfAcceptable } from "./context-mM0Nu5yo.js";
|
|
11
|
+
import { KvKey, KvStore, KvStoreListEntry, KvStoreSetOptions, MemoryKvStore } from "./kv-BpJND1Hr.js";
|
|
12
|
+
import { actorDehydrator, autoIdAssigner, getDefaultActivityTransformers } from "./mod-GetHzY6F.js";
|
|
13
|
+
import "./mod-bjzj5QIb.js";
|
|
14
|
+
import "./mod-CVgZgliM.js";
|
|
15
|
+
import { CreateProofOptions, CreateSignatureOptions, SignJsonLdOptions, SignObjectOptions, VerifyJsonLdOptions, VerifyObjectOptions, VerifyProofOptions, VerifySignatureOptions, attachSignature, createProof, createSignature, detachSignature, signJsonLd, signObject, verifyJsonLd, verifyObject, verifyProof, verifySignature } from "./mod-D5Z2tISD.js";
|
|
16
|
+
import { getAuthenticatedDocumentLoader, kvCache } from "./mod-CAdoBu0x.js";
|
|
17
|
+
export { Accept, Activity, ActivityTransformer, Actor, ActorAliasMapper, ActorCallbackSetters, ActorDispatcher, ActorHandleMapper, ActorKeyPair, ActorKeyPairsDispatcher, ActorTypeName, Add, Announce, Application, Arrive, Article, Audio, AuthorizePredicate, Block, ChatMessage, Collection, CollectionCallbackSetters, CollectionCounter, CollectionCursor, CollectionDispatcher, CollectionPage, ConstructorWithTypeId, Context, Create, CreateExponentialBackoffPolicyOptions, CreateFederationOptions, CreateProofOptions, CreateSignatureOptions, CryptographicKey, CustomCollectionCallbackSetters, CustomCollectionCounter, CustomCollectionCursor, CustomCollectionDispatcher, DataIntegrityProof, Delete, DidService, Dislike, Document, DoesActorOwnKeyOptions, Emoji, EmojiReact, Endpoints, Event, Export, Federatable, Federation, FederationBuilder, FederationFetchOptions, FederationKvPrefixes, FederationOptions, FederationOrigin, FederationQueueOptions, FederationStartQueueOptions, FediverseHandle, FetchKeyOptions, FetchKeyResult, Flag, Follow, ForwardActivityOptions, GetActorHandleOptions, GetKeyOwnerOptions, GetNodeInfoOptions, GetSignedKeyOptions, Group, Hashtag, HttpMessageSignaturesSpec, HttpMessageSignaturesSpecDeterminer, IdempotencyKeyCallback, IdempotencyStrategy, Ignore, Image, InProcessMessageQueue, InProcessMessageQueueOptions, InboundService, InboxContext, InboxErrorHandler, InboxListener, InboxListenerSetters, IntransitiveActivity, Invite, Join, JsonValue, KeyCache, KvKey, KvStore, KvStoreListEntry, KvStoreSetOptions, Leave, Like, Link, Listen, LookupObjectOptions, MemoryKvStore, Mention, Message, MessageQueue, MessageQueueEnqueueOptions, MessageQueueListenOptions, Move, Multikey, NodeInfo, NodeInfoDispatcher, NormalizeActorHandleOptions, Note, Object$1 as Object, ObjectAuthorizePredicate, ObjectCallbackSetters, ObjectDispatcher, Offer, OrderedCollection, OrderedCollectionPage, Organization, OutboundService, OutboxErrorHandler, PUBLIC_COLLECTION, Page, PageItems, ParallelMessageQueue, ParseNodeInfoOptions, ParseUriResult, Person, Place, Profile, PropertyValue, Protocol, Question, Read, Recipient, Reject, Relationship, Remove, RequestContext, ResourceDescriptor, RespondWithObjectOptions, RetryContext, RetryPolicy, Rfc6570Expression, RouteActivityOptions, Router, RouterError, RouterOptions, RouterRouteResult, SendActivityOptions, SendActivityOptionsForCollection, SenderKeyPair, Service, Services, SharedInboxKeyDispatcher, SignJsonLdOptions, SignObjectOptions, SignRequestOptions, Software, Source, TentativeAccept, TentativeReject, Tombstone, Travel, TraverseCollectionOptions, Undo, Update, Usage, VerifyJsonLdOptions, VerifyObjectOptions, VerifyProofOptions, VerifyRequestOptions, VerifySignatureOptions, Video, View, WebFingerLinksDispatcher, actorDehydrator, attachSignature, autoIdAssigner, buildCollectionSynchronizationHeader, createExponentialBackoffPolicy, createFederation, createFederationBuilder, createProof, createSignature, detachSignature, digest, doesActorOwnKey, exportJwk, fetchKey, generateCryptoKeyPair, getActorClassByTypeName, getActorHandle, getActorTypeName, getAuthenticatedDocumentLoader, getDefaultActivityTransformers, getKeyOwner, getNodeInfo, getTypeId, importJwk, isActor, isFediverseHandle, kvCache, lookupObject, lookupWebFinger, nodeInfoToJson, normalizeActorHandle, parseFediverseHandle, parseNodeInfo, respondWithObject, respondWithObjectIfAcceptable, signJsonLd, signObject, signRequest, toAcctUrl, traverseCollection, verifyJsonLd, verifyObject, verifyProof, verifyRequest, verifySignature };
|
package/dist/mod.js
CHANGED
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import { actorDehydrator, autoIdAssigner, getDefaultActivityTransformers } from "./transformers-
|
|
6
|
-
import "./compat-
|
|
7
|
-
import {
|
|
8
|
-
import { Accept, Activity, Add, Announce, Application, Arrive, Article, Audio, Block, ChatMessage, Collection, CollectionPage, Create, CryptographicKey, DataIntegrityProof, Delete, DidService, Dislike, Document, Emoji, EmojiReact, Endpoints, Event, Export, Flag, Follow, Group, Hashtag, Ignore, Image, IntransitiveActivity, Invite, Join,
|
|
9
|
-
import { Router, RouterError, buildCollectionSynchronizationHeader, createExponentialBackoffPolicy, createFederation, createFederationBuilder, digest, respondWithObject, respondWithObjectIfAcceptable } from "./middleware-
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import "./
|
|
19
|
-
import "./
|
|
20
|
-
import "./sig-BXJO--F9.js";
|
|
21
|
-
import "./webfinger-C3GIyXIg.js";
|
|
2
|
+
import { Temporal } from "@js-temporal/polyfill";
|
|
3
|
+
import { URLPattern } from "urlpattern-polyfill";
|
|
4
|
+
|
|
5
|
+
import { actorDehydrator, autoIdAssigner, getDefaultActivityTransformers } from "./transformers-BFT6d7J5.js";
|
|
6
|
+
import "./compat-nxUqe4Z-.js";
|
|
7
|
+
import { lookupWebFinger } from "./lookup-C-ajaa9S.js";
|
|
8
|
+
import { Accept, Activity, Add, Announce, Application, Arrive, Article, Audio, Block, ChatMessage, Collection, CollectionPage, Create, CryptographicKey, DataIntegrityProof, Delete, DidService, Dislike, Document, Emoji, EmojiReact, Endpoints, Event, Export, Flag, Follow, Group, Hashtag, Ignore, Image, IntransitiveActivity, Invite, Join, Leave, Like, Link, Listen, Mention, Move, Multikey, Note, Object as Object$1, Offer, OrderedCollection, OrderedCollectionPage, Organization, Page, Person, Place, Profile, PropertyValue, Question, Read, Reject, Relationship, Remove, Service, Source, TentativeAccept, TentativeReject, Tombstone, Travel, Undo, Update, Video, View, getActorClassByTypeName, getActorHandle, getActorTypeName, getTypeId, isActor, normalizeActorHandle } from "./actor-DPvScYuz.js";
|
|
9
|
+
import { Router, RouterError, buildCollectionSynchronizationHeader, createExponentialBackoffPolicy, createFederation, createFederationBuilder, digest, respondWithObject, respondWithObjectIfAcceptable } from "./middleware-V7PNM-lv.js";
|
|
10
|
+
import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, signRequest, verifyRequest } from "./http-B1d-Jhbj.js";
|
|
11
|
+
import { attachSignature, createProof, createSignature, detachSignature, doesActorOwnKey, getKeyOwner, signJsonLd, signObject, verifyJsonLd, verifyObject, verifyProof, verifySignature } from "./proof-TlLZC_r7.js";
|
|
12
|
+
import { InProcessMessageQueue, MemoryKvStore, ParallelMessageQueue } from "./federation-D0hkM4T7.js";
|
|
13
|
+
import { getNodeInfo, nodeInfoToJson, parseNodeInfo } from "./types-BtUjyi5y.js";
|
|
14
|
+
import { getAuthenticatedDocumentLoader, kvCache } from "./kv-cache-DhRe6qxQ.js";
|
|
15
|
+
import { PUBLIC_COLLECTION, isFediverseHandle, lookupObject, parseFediverseHandle, toAcctUrl, traverseCollection } from "./vocab-NOF1dCjQ.js";
|
|
16
|
+
import "./nodeinfo-BnthBobC.js";
|
|
17
|
+
import "./sig-C34-oHBl.js";
|
|
18
|
+
import "./utils-D-Va7aXC.js";
|
|
19
|
+
import "./webfinger-C72Y8lrh.js";
|
|
22
20
|
|
|
23
|
-
export { Accept, Activity, Add, Announce, Application, Arrive, Article, Audio, Block, ChatMessage, Collection, CollectionPage, Create, CryptographicKey, DataIntegrityProof, Delete, DidService, Dislike, Document, Emoji, EmojiReact, Endpoints, Event, Export,
|
|
21
|
+
export { Accept, Activity, Add, Announce, Application, Arrive, Article, Audio, Block, ChatMessage, Collection, CollectionPage, Create, CryptographicKey, DataIntegrityProof, Delete, DidService, Dislike, Document, Emoji, EmojiReact, Endpoints, Event, Export, Flag, Follow, Group, Hashtag, Ignore, Image, InProcessMessageQueue, IntransitiveActivity, Invite, Join, Leave, Like, Link, Listen, MemoryKvStore, Mention, Move, Multikey, Note, Object$1 as Object, Offer, OrderedCollection, OrderedCollectionPage, Organization, PUBLIC_COLLECTION, Page, ParallelMessageQueue, Person, Place, Profile, PropertyValue, Question, Read, Reject, Relationship, Remove, Router, RouterError, Service, Source, TentativeAccept, TentativeReject, Tombstone, Travel, Undo, Update, Video, View, actorDehydrator, attachSignature, autoIdAssigner, buildCollectionSynchronizationHeader, createExponentialBackoffPolicy, createFederation, createFederationBuilder, createProof, createSignature, detachSignature, digest, doesActorOwnKey, exportJwk, fetchKey, generateCryptoKeyPair, getActorClassByTypeName, getActorHandle, getActorTypeName, getAuthenticatedDocumentLoader, getDefaultActivityTransformers, getKeyOwner, getNodeInfo, getTypeId, importJwk, isActor, isFediverseHandle, kvCache, lookupObject, lookupWebFinger, nodeInfoToJson, normalizeActorHandle, parseFediverseHandle, parseNodeInfo, respondWithObject, respondWithObjectIfAcceptable, signJsonLd, signObject, signRequest, toAcctUrl, traverseCollection, verifyJsonLd, verifyObject, verifyProof, verifyRequest, verifySignature };
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
|
|
2
|
+
import { Temporal } from "@js-temporal/polyfill";
|
|
3
|
+
import { URLPattern } from "urlpattern-polyfill";
|
|
4
|
+
globalThis.addEventListener = () => {};
|
|
5
|
+
|
|
6
|
+
//#region src/federation/negotiation.ts
|
|
7
|
+
function compareSpecs(a, b) {
|
|
8
|
+
return b.q - a.q || (b.s ?? 0) - (a.s ?? 0) || (a.o ?? 0) - (b.o ?? 0) || a.i - b.i || 0;
|
|
9
|
+
}
|
|
10
|
+
function isQuality(spec) {
|
|
11
|
+
return spec.q > 0;
|
|
12
|
+
}
|
|
13
|
+
const simpleMediaTypeRegExp = /^\s*([^\s\/;]+)\/([^;\s]+)\s*(?:;(.*))?$/;
|
|
14
|
+
function splitKeyValuePair(str) {
|
|
15
|
+
const [key, value] = str.split("=");
|
|
16
|
+
return [key.toLowerCase(), value];
|
|
17
|
+
}
|
|
18
|
+
function parseMediaType(str, i) {
|
|
19
|
+
const match = simpleMediaTypeRegExp.exec(str);
|
|
20
|
+
if (!match) return;
|
|
21
|
+
const [, type, subtype, parameters] = match;
|
|
22
|
+
if (!type || !subtype) return;
|
|
23
|
+
const params = Object.create(null);
|
|
24
|
+
let q = 1;
|
|
25
|
+
if (parameters) {
|
|
26
|
+
const kvps = parameters.split(";").map((p) => p.trim()).map(splitKeyValuePair);
|
|
27
|
+
for (const [key, val] of kvps) {
|
|
28
|
+
const value = val && val[0] === `"` && val[val.length - 1] === `"` ? val.slice(1, val.length - 1) : val;
|
|
29
|
+
if (key === "q" && value) {
|
|
30
|
+
q = parseFloat(value);
|
|
31
|
+
break;
|
|
32
|
+
}
|
|
33
|
+
params[key] = value;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
type,
|
|
38
|
+
subtype,
|
|
39
|
+
params,
|
|
40
|
+
i,
|
|
41
|
+
o: void 0,
|
|
42
|
+
q,
|
|
43
|
+
s: void 0
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
function parseAccept(accept) {
|
|
47
|
+
const accepts = accept.split(",").map((p) => p.trim());
|
|
48
|
+
const mediaTypes = [];
|
|
49
|
+
for (const [index, accept$1] of accepts.entries()) {
|
|
50
|
+
const mediaType = parseMediaType(accept$1.trim(), index);
|
|
51
|
+
if (mediaType) mediaTypes.push(mediaType);
|
|
52
|
+
}
|
|
53
|
+
return mediaTypes;
|
|
54
|
+
}
|
|
55
|
+
function getFullType(spec) {
|
|
56
|
+
return `${spec.type}/${spec.subtype}`;
|
|
57
|
+
}
|
|
58
|
+
function preferredMediaTypes(accept) {
|
|
59
|
+
const accepts = parseAccept(accept === void 0 ? "*/*" : accept ?? "");
|
|
60
|
+
return accepts.filter(isQuality).sort(compareSpecs).map(getFullType);
|
|
61
|
+
}
|
|
62
|
+
function acceptsJsonLd(request) {
|
|
63
|
+
const accept = request.headers.get("Accept");
|
|
64
|
+
const types = accept ? preferredMediaTypes(accept) : ["*/*"];
|
|
65
|
+
if (types == null) return true;
|
|
66
|
+
if (types[0] === "text/html" || types[0] === "application/xhtml+xml") return false;
|
|
67
|
+
return types.includes("application/activity+json") || types.includes("application/ld+json") || types.includes("application/json");
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
//#endregion
|
|
71
|
+
export { acceptsJsonLd };
|
|
@@ -3,20 +3,16 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import "../
|
|
7
|
-
import { assertEquals } from "../assert_equals-
|
|
8
|
-
import "../assert-
|
|
9
|
-
import "../assert_instance_of-
|
|
10
|
-
import "../
|
|
11
|
-
import
|
|
12
|
-
import "../
|
|
13
|
-
import
|
|
14
|
-
import "../
|
|
15
|
-
import "../
|
|
16
|
-
import "../assert_is_error-BPGph1Jx.js";
|
|
17
|
-
import "../assert_not_equals-f3m3epl3.js";
|
|
18
|
-
import "../assert_throws-BOO88avQ.js";
|
|
19
|
-
import { esm_default } from "../esm-CPZhxxGc.js";
|
|
6
|
+
import { test } from "../dist-lStjlyET.js";
|
|
7
|
+
import { assertEquals } from "../assert_equals-Gbplq4lg.js";
|
|
8
|
+
import "../assert-Dp5_aoAs.js";
|
|
9
|
+
import "../assert_instance_of-D1m8F7x0.js";
|
|
10
|
+
import { getNodeInfo, parseInboundService, parseNodeInfo, parseOutboundService, parseProtocol, parseServices, parseSoftware, parseUsage } from "../client-CD87uCL_.js";
|
|
11
|
+
import "../std__assert-Cm-MfI66.js";
|
|
12
|
+
import "../assert_rejects-BoKYY0g1.js";
|
|
13
|
+
import "../assert_throws-DjkXin1a.js";
|
|
14
|
+
import "../assert_not_equals-B2R_8p36.js";
|
|
15
|
+
import { esm_default } from "../esm-B52TuumP.js";
|
|
20
16
|
|
|
21
17
|
//#region src/nodeinfo/client.test.ts
|
|
22
18
|
test("getNodeInfo()", async (t) => {
|
|
@@ -42,13 +38,7 @@ test("getNodeInfo()", async (t) => {
|
|
|
42
38
|
const expected = {
|
|
43
39
|
software: {
|
|
44
40
|
name: "foo",
|
|
45
|
-
version:
|
|
46
|
-
major: 1,
|
|
47
|
-
minor: 2,
|
|
48
|
-
patch: 3,
|
|
49
|
-
build: [],
|
|
50
|
-
prerelease: []
|
|
51
|
-
}
|
|
41
|
+
version: "1.2.3"
|
|
52
42
|
},
|
|
53
43
|
protocols: ["activitypub", "diaspora"],
|
|
54
44
|
usage: {
|
|
@@ -126,13 +116,7 @@ test("parseNodeInfo()", () => {
|
|
|
126
116
|
const output = {
|
|
127
117
|
software: {
|
|
128
118
|
name: "foo",
|
|
129
|
-
version:
|
|
130
|
-
major: 1,
|
|
131
|
-
minor: 2,
|
|
132
|
-
patch: 3,
|
|
133
|
-
build: [],
|
|
134
|
-
prerelease: []
|
|
135
|
-
},
|
|
119
|
+
version: "1.2.3",
|
|
136
120
|
repository: new URL("https://codeberg.org/foo/foo"),
|
|
137
121
|
homepage: new URL("https://foo.example")
|
|
138
122
|
},
|
|
@@ -294,13 +278,7 @@ test("parseSoftware()", () => {
|
|
|
294
278
|
homepage: "https://foo.example"
|
|
295
279
|
}), {
|
|
296
280
|
name: "foo",
|
|
297
|
-
version:
|
|
298
|
-
major: 1,
|
|
299
|
-
minor: 2,
|
|
300
|
-
patch: 3,
|
|
301
|
-
build: [],
|
|
302
|
-
prerelease: []
|
|
303
|
-
},
|
|
281
|
+
version: "1.2.3",
|
|
304
282
|
repository: new URL("https://codeberg.org/foo/foo"),
|
|
305
283
|
homepage: new URL("https://foo.example")
|
|
306
284
|
});
|
|
@@ -309,13 +287,7 @@ test("parseSoftware()", () => {
|
|
|
309
287
|
version: "4.5.6-beta.7+build.8"
|
|
310
288
|
}), {
|
|
311
289
|
name: "foo",
|
|
312
|
-
version:
|
|
313
|
-
major: 4,
|
|
314
|
-
minor: 5,
|
|
315
|
-
patch: 6,
|
|
316
|
-
build: ["build", "8"],
|
|
317
|
-
prerelease: ["beta", 7]
|
|
318
|
-
}
|
|
290
|
+
version: "4.5.6-beta.7+build.8"
|
|
319
291
|
});
|
|
320
292
|
assertEquals(parseSoftware(123), null);
|
|
321
293
|
assertEquals(parseSoftware(123, { tryBestEffort: true }), null);
|
|
@@ -326,73 +298,49 @@ test("parseSoftware()", () => {
|
|
|
326
298
|
assertEquals(parseSoftware({ name: " FOO " }), null);
|
|
327
299
|
assertEquals(parseSoftware({ name: " FOO " }, { tryBestEffort: true }), {
|
|
328
300
|
name: "foo",
|
|
329
|
-
version:
|
|
330
|
-
major: 0,
|
|
331
|
-
minor: 0,
|
|
332
|
-
patch: 0,
|
|
333
|
-
build: [],
|
|
334
|
-
prerelease: []
|
|
335
|
-
}
|
|
301
|
+
version: "0.0.0"
|
|
336
302
|
});
|
|
337
303
|
assertEquals(parseSoftware({
|
|
338
304
|
name: "foo",
|
|
339
305
|
version: 123
|
|
340
|
-
}),
|
|
306
|
+
}), {
|
|
307
|
+
name: "foo",
|
|
308
|
+
version: "123"
|
|
309
|
+
});
|
|
341
310
|
assertEquals(parseSoftware({
|
|
342
311
|
name: "foo",
|
|
343
312
|
version: 123
|
|
344
313
|
}, { tryBestEffort: true }), {
|
|
345
314
|
name: "foo",
|
|
346
|
-
version:
|
|
347
|
-
major: 0,
|
|
348
|
-
minor: 0,
|
|
349
|
-
patch: 0,
|
|
350
|
-
build: [],
|
|
351
|
-
prerelease: []
|
|
352
|
-
}
|
|
315
|
+
version: "123"
|
|
353
316
|
});
|
|
354
317
|
assertEquals(parseSoftware({
|
|
355
318
|
name: "foo",
|
|
356
319
|
version: "abc"
|
|
357
|
-
}),
|
|
320
|
+
}), {
|
|
321
|
+
name: "foo",
|
|
322
|
+
version: "abc"
|
|
323
|
+
});
|
|
358
324
|
assertEquals(parseSoftware({
|
|
359
325
|
name: "foo",
|
|
360
326
|
version: "abc"
|
|
361
327
|
}, { tryBestEffort: true }), {
|
|
362
328
|
name: "foo",
|
|
363
|
-
version:
|
|
364
|
-
major: 0,
|
|
365
|
-
minor: 0,
|
|
366
|
-
patch: 0,
|
|
367
|
-
build: [],
|
|
368
|
-
prerelease: []
|
|
369
|
-
}
|
|
329
|
+
version: "abc"
|
|
370
330
|
});
|
|
371
331
|
assertEquals(parseSoftware({
|
|
372
332
|
name: "foo",
|
|
373
333
|
version: " 1.2.3 "
|
|
374
334
|
}), {
|
|
375
335
|
name: "foo",
|
|
376
|
-
version:
|
|
377
|
-
major: 1,
|
|
378
|
-
minor: 2,
|
|
379
|
-
patch: 3,
|
|
380
|
-
build: [],
|
|
381
|
-
prerelease: []
|
|
382
|
-
}
|
|
336
|
+
version: " 1.2.3 "
|
|
383
337
|
});
|
|
384
338
|
assertEquals(parseSoftware({
|
|
385
339
|
name: "foo",
|
|
386
340
|
version: " 1.2.3 "
|
|
387
341
|
}, { tryBestEffort: true }), {
|
|
388
342
|
name: "foo",
|
|
389
|
-
version:
|
|
390
|
-
major: 1,
|
|
391
|
-
minor: 2,
|
|
392
|
-
patch: 3,
|
|
393
|
-
build: [],
|
|
394
|
-
prerelease: []
|
|
395
|
-
}
|
|
343
|
+
version: " 1.2.3 "
|
|
396
344
|
});
|
|
397
345
|
assertEquals(parseSoftware({
|
|
398
346
|
name: "foo",
|
|
@@ -411,13 +359,7 @@ test("parseSoftware()", () => {
|
|
|
411
359
|
homepage: 456
|
|
412
360
|
}, { tryBestEffort: true }), {
|
|
413
361
|
name: "foo",
|
|
414
|
-
version:
|
|
415
|
-
major: 1,
|
|
416
|
-
minor: 2,
|
|
417
|
-
patch: 3,
|
|
418
|
-
build: [],
|
|
419
|
-
prerelease: []
|
|
420
|
-
}
|
|
362
|
+
version: "1.2.3"
|
|
421
363
|
});
|
|
422
364
|
assertEquals(parseSoftware({
|
|
423
365
|
name: "foo",
|
|
@@ -436,13 +378,7 @@ test("parseSoftware()", () => {
|
|
|
436
378
|
homepage: ""
|
|
437
379
|
}, { tryBestEffort: true }), {
|
|
438
380
|
name: "foo",
|
|
439
|
-
version:
|
|
440
|
-
major: 1,
|
|
441
|
-
minor: 2,
|
|
442
|
-
patch: 3,
|
|
443
|
-
build: [],
|
|
444
|
-
prerelease: []
|
|
445
|
-
}
|
|
381
|
+
version: "1.2.3"
|
|
446
382
|
});
|
|
447
383
|
assertEquals(parseSoftware({
|
|
448
384
|
name: "foo",
|
|
@@ -451,13 +387,7 @@ test("parseSoftware()", () => {
|
|
|
451
387
|
homepage: ""
|
|
452
388
|
}, { tryBestEffort: true }), {
|
|
453
389
|
name: "foo",
|
|
454
|
-
version:
|
|
455
|
-
major: 2,
|
|
456
|
-
minor: 81,
|
|
457
|
-
patch: 0,
|
|
458
|
-
build: [],
|
|
459
|
-
prerelease: []
|
|
460
|
-
}
|
|
390
|
+
version: "2.81"
|
|
461
391
|
});
|
|
462
392
|
assertEquals(parseSoftware({
|
|
463
393
|
name: "foo",
|
|
@@ -466,13 +396,7 @@ test("parseSoftware()", () => {
|
|
|
466
396
|
homepage: ""
|
|
467
397
|
}, { tryBestEffort: true }), {
|
|
468
398
|
name: "foo",
|
|
469
|
-
version:
|
|
470
|
-
major: 3,
|
|
471
|
-
minor: 0,
|
|
472
|
-
patch: 0,
|
|
473
|
-
build: [],
|
|
474
|
-
prerelease: []
|
|
475
|
-
}
|
|
399
|
+
version: "3"
|
|
476
400
|
});
|
|
477
401
|
assertEquals(parseSoftware({
|
|
478
402
|
name: "foo",
|
|
@@ -481,13 +405,7 @@ test("parseSoftware()", () => {
|
|
|
481
405
|
homepage: ""
|
|
482
406
|
}, { tryBestEffort: true }), {
|
|
483
407
|
name: "foo",
|
|
484
|
-
version:
|
|
485
|
-
major: 2,
|
|
486
|
-
minor: 1,
|
|
487
|
-
patch: 3,
|
|
488
|
-
build: [],
|
|
489
|
-
prerelease: []
|
|
490
|
-
}
|
|
408
|
+
version: "2.1.3.4"
|
|
491
409
|
});
|
|
492
410
|
});
|
|
493
411
|
test("parseProtocol()", () => {
|
|
@@ -3,35 +3,40 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import "../
|
|
7
|
-
import { assertEquals } from "../assert_equals-
|
|
8
|
-
import "../assert-
|
|
9
|
-
import "../assert_instance_of-
|
|
10
|
-
import { MemoryKvStore } from "../kv-
|
|
11
|
-
import
|
|
12
|
-
import {
|
|
13
|
-
import "../client-
|
|
14
|
-
import "../
|
|
15
|
-
import "../types-
|
|
16
|
-
import "../
|
|
17
|
-
import "../
|
|
18
|
-
import "../
|
|
19
|
-
import "../
|
|
20
|
-
import "../
|
|
21
|
-
import "../
|
|
22
|
-
import "../
|
|
23
|
-
import "../
|
|
24
|
-
import "../
|
|
25
|
-
import "../
|
|
26
|
-
import "../
|
|
27
|
-
import "../
|
|
28
|
-
import "../
|
|
29
|
-
import
|
|
30
|
-
import "../
|
|
31
|
-
import "../
|
|
32
|
-
import "../
|
|
33
|
-
import "../
|
|
34
|
-
import "../
|
|
6
|
+
import { test } from "../dist-lStjlyET.js";
|
|
7
|
+
import { assertEquals } from "../assert_equals-Gbplq4lg.js";
|
|
8
|
+
import "../assert-Dp5_aoAs.js";
|
|
9
|
+
import "../assert_instance_of-D1m8F7x0.js";
|
|
10
|
+
import { MemoryKvStore } from "../kv-DaWUKuhD.js";
|
|
11
|
+
import "../deno-DHmnBq8X.js";
|
|
12
|
+
import { createFederation, handleNodeInfo, handleNodeInfoJrd } from "../middleware-C2V0Hmj1.js";
|
|
13
|
+
import "../client-CD87uCL_.js";
|
|
14
|
+
import "../router-CVRQXlZi.js";
|
|
15
|
+
import "../types-D2jhK2VG.js";
|
|
16
|
+
import "../vocab-Durhw0Gx.js";
|
|
17
|
+
import "../lookup-DP8Hm9oD.js";
|
|
18
|
+
import "../type-BSNcIxTd.js";
|
|
19
|
+
import "../actor-C6cDxaJJ.js";
|
|
20
|
+
import "../key-W6YaI4J_.js";
|
|
21
|
+
import "../http-b10BrywC.js";
|
|
22
|
+
import "../ld-UYagkye9.js";
|
|
23
|
+
import "../owner-DgNCw_Z-.js";
|
|
24
|
+
import "../proof-BwleRoo3.js";
|
|
25
|
+
import "../docloader-C2QNrF7j.js";
|
|
26
|
+
import "../kv-cache-C6NrTtII.js";
|
|
27
|
+
import "../lookup-CjgzNtAk.js";
|
|
28
|
+
import "../inbox-gPnuScsy.js";
|
|
29
|
+
import "../builder-DcDoTCBH.js";
|
|
30
|
+
import "../collection-CrkRM5Ep.js";
|
|
31
|
+
import "../keycache-DkTZcjkH.js";
|
|
32
|
+
import "../negotiation-B4NJHk1f.js";
|
|
33
|
+
import "../retry-Bz5pP75o.js";
|
|
34
|
+
import "../send-BMU9B7Sm.js";
|
|
35
|
+
import "../std__assert-Cm-MfI66.js";
|
|
36
|
+
import "../assert_rejects-BoKYY0g1.js";
|
|
37
|
+
import "../assert_throws-DjkXin1a.js";
|
|
38
|
+
import "../assert_not_equals-B2R_8p36.js";
|
|
39
|
+
import { createRequestContext } from "../context-DpN-0qNU.js";
|
|
35
40
|
|
|
36
41
|
//#region src/nodeinfo/handler.test.ts
|
|
37
42
|
test("handleNodeInfo()", async () => {
|
|
@@ -46,7 +51,7 @@ test("handleNodeInfo()", async () => {
|
|
|
46
51
|
const nodeInfoDispatcher = (_ctx) => ({
|
|
47
52
|
software: {
|
|
48
53
|
name: "test",
|
|
49
|
-
version:
|
|
54
|
+
version: "1.2.3"
|
|
50
55
|
},
|
|
51
56
|
protocols: ["activitypub"],
|
|
52
57
|
usage: {
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
|
|
2
|
+
const { Temporal } = require("@js-temporal/polyfill");
|
|
3
|
+
const { URLPattern } = require("urlpattern-polyfill");
|
|
4
|
+
|
|
5
|
+
const require_types = require('../types-CWgzGaqk.cjs');
|
|
6
|
+
require('../nodeinfo-CdN0rEnZ.cjs');
|
|
7
|
+
|
|
8
|
+
exports.getNodeInfo = require_types.getNodeInfo;
|
|
9
|
+
exports.nodeInfoToJson = require_types.nodeInfoToJson;
|
|
10
|
+
exports.parseNodeInfo = require_types.parseNodeInfo;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { GetNodeInfoOptions, InboundService, JsonValue, NodeInfo, OutboundService, ParseNodeInfoOptions, Protocol, Services, Software, Usage, getNodeInfo, nodeInfoToJson, parseNodeInfo } from "../client-94iWEfQa.cjs";
|
|
2
|
+
import "../mod-B-hUPT2N.cjs";
|
|
3
|
+
export { GetNodeInfoOptions, InboundService, JsonValue, NodeInfo, OutboundService, ParseNodeInfoOptions, Protocol, Services, Software, Usage, getNodeInfo, nodeInfoToJson, parseNodeInfo };
|
package/dist/nodeinfo/mod.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { Temporal } from "@js-temporal/polyfill";
|
|
2
2
|
import { URLPattern } from "urlpattern-polyfill";
|
|
3
|
-
import "../
|
|
4
|
-
import "../
|
|
5
|
-
|
|
6
|
-
import "../mod-1pDWKvUL.js";
|
|
7
|
-
export { GetNodeInfoOptions, InboundService, JsonValue, NodeInfo, OutboundService, ParseNodeInfoOptions, Protocol, SemVer, Services, Software, Usage, formatSemVer, getNodeInfo, nodeInfoToJson, parseNodeInfo, parseSemVer };
|
|
3
|
+
import { GetNodeInfoOptions, InboundService, JsonValue, NodeInfo, OutboundService, ParseNodeInfoOptions, Protocol, Services, Software, Usage, getNodeInfo, nodeInfoToJson, parseNodeInfo } from "../client-BsGzbnV-.js";
|
|
4
|
+
import "../mod-CVgZgliM.js";
|
|
5
|
+
export { GetNodeInfoOptions, InboundService, JsonValue, NodeInfo, OutboundService, ParseNodeInfoOptions, Protocol, Services, Software, Usage, getNodeInfo, nodeInfoToJson, parseNodeInfo };
|
package/dist/nodeinfo/mod.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import "../
|
|
6
|
-
import
|
|
7
|
-
import "../nodeinfo-CyEbLjHs.js";
|
|
2
|
+
import { Temporal } from "@js-temporal/polyfill";
|
|
3
|
+
import { URLPattern } from "urlpattern-polyfill";
|
|
4
|
+
|
|
5
|
+
import { getNodeInfo, nodeInfoToJson, parseNodeInfo } from "../types-BtUjyi5y.js";
|
|
6
|
+
import "../nodeinfo-BnthBobC.js";
|
|
8
7
|
|
|
9
|
-
export {
|
|
8
|
+
export { getNodeInfo, nodeInfoToJson, parseNodeInfo };
|
|
@@ -3,30 +3,22 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import "../
|
|
7
|
-
import { assertEquals } from "../assert_equals-
|
|
8
|
-
import "../assert-
|
|
9
|
-
import "../assert_instance_of-
|
|
10
|
-
import "../
|
|
11
|
-
import "../
|
|
12
|
-
import
|
|
13
|
-
import {
|
|
14
|
-
import "../
|
|
15
|
-
import "../assert_rejects-DiIiJbZn.js";
|
|
16
|
-
import "../assert_is_error-BPGph1Jx.js";
|
|
17
|
-
import "../assert_not_equals-f3m3epl3.js";
|
|
18
|
-
import { assertThrows } from "../assert_throws-BOO88avQ.js";
|
|
6
|
+
import { test } from "../dist-lStjlyET.js";
|
|
7
|
+
import { assertEquals } from "../assert_equals-Gbplq4lg.js";
|
|
8
|
+
import "../assert-Dp5_aoAs.js";
|
|
9
|
+
import "../assert_instance_of-D1m8F7x0.js";
|
|
10
|
+
import { nodeInfoToJson } from "../types-D2jhK2VG.js";
|
|
11
|
+
import "../std__assert-Cm-MfI66.js";
|
|
12
|
+
import "../assert_rejects-BoKYY0g1.js";
|
|
13
|
+
import { assertThrows } from "../assert_throws-DjkXin1a.js";
|
|
14
|
+
import "../assert_not_equals-B2R_8p36.js";
|
|
19
15
|
|
|
20
16
|
//#region src/nodeinfo/types.test.ts
|
|
21
17
|
test("nodeInfoToJson()", () => {
|
|
22
18
|
const validInfo = {
|
|
23
19
|
software: {
|
|
24
20
|
name: "software-name",
|
|
25
|
-
version:
|
|
26
|
-
major: 1,
|
|
27
|
-
minor: 2,
|
|
28
|
-
patch: 3
|
|
29
|
-
}
|
|
21
|
+
version: "1.2.3"
|
|
30
22
|
},
|
|
31
23
|
protocols: ["activitypub"],
|
|
32
24
|
usage: {
|