@fedify/fedify 1.11.0-dev.92 → 2.0.0-dev.109
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 +34 -20
- package/dist/{actor-BSf1RMUB.js → actor-BZTYJWzP.js} +1 -1
- package/dist/{actor-B6ovE-4c.js → actor-Cm25mX8I.js} +220 -705
- package/dist/{actor-eeONG_sv.d.ts → actor-DqFajh9s.d.ts} +2 -2
- package/dist/{actor-DMxe8a2S.cjs → actor-ZEAP42Ry.cjs} +952 -1479
- package/dist/{actor-D190nbTD.d.cts → actor-f2NtjyCg.d.cts} +2 -2
- package/dist/{assert_rejects-DiIiJbZn.js → assert_rejects-Ce45JcFg.js} +1 -1
- package/dist/{assert_is_error-BPGph1Jx.js → assert_throws-BNXdRGWP.js} +31 -1
- package/dist/{builder-CvMAl7DC.js → builder-CWMz7B2F.js} +3 -4
- package/dist/{client-n6L4GtQL.d.cts → client-94iWEfQa.d.cts} +3 -75
- package/dist/{client-B3mQJNO7.d.ts → client-BsGzbnV-.d.ts} +3 -75
- package/dist/{client-gwmljOpB.js → client-pY7-3icS.js} +3 -22
- package/dist/compat/mod.d.cts +10 -12
- package/dist/compat/mod.d.ts +10 -12
- package/dist/compat/transformers.test.js +20 -20
- package/dist/{context-WJoO0SQs.d.cts → context-DBQ7nMCw.d.cts} +152 -27
- package/dist/{context-Cr5DIxq_.d.ts → context-mM0Nu5yo.d.ts} +152 -27
- package/dist/{authdocloader-D-v1l7De.js → docloader-BeSgUTFj.js} +17 -8
- package/dist/{esm-D55VN1Km.js → esm-bEFTDE2Q.js} +32 -17
- package/dist/federation/builder.test.js +9 -12
- package/dist/federation/collection.test.js +7 -9
- package/dist/federation/handler.test.js +28 -149
- package/dist/federation/idempotency.test.js +26 -27
- package/dist/federation/inbox.test.js +4 -6
- package/dist/federation/keycache.test.js +3 -4
- package/dist/federation/kv.test.js +6 -8
- package/dist/federation/middleware.test.js +270 -93
- package/dist/federation/mod.cjs +9 -11
- package/dist/federation/mod.d.cts +10 -12
- package/dist/federation/mod.d.ts +10 -12
- package/dist/federation/mod.js +9 -11
- package/dist/federation/mq.test.js +10 -10
- package/dist/federation/negotiation.test.js +26 -0
- package/dist/federation/retry.test.js +4 -5
- package/dist/federation/router.test.js +6 -8
- package/dist/federation/send.test.js +14 -16
- package/dist/{http-C9J5l76C.js → http-B8aQ8cUK.js} +256 -6
- package/dist/{http-C2x6TpEb.js → http-BF8Z1B-J.js} +2 -2
- package/dist/{http-DS9z_HzB.d.ts → http-BbO0ejuk.d.ts} +2 -2
- package/dist/{http-DOST1wn2.cjs → http-Dy7ENa6t.cjs} +289 -9
- package/dist/{http-C_1RU1U_.d.cts → http-M8k5mKc0.d.cts} +2 -2
- package/dist/{inbox-CeWZnS6I.js → inbox-CReikedp.js} +2 -7
- package/dist/{key-w6smvEIf.js → key-C85if3Ia.js} +3 -2
- package/dist/{keycache-DIPsFeDQ.js → keycache-BjRr5pe2.js} +1 -1
- package/dist/{keys-Bkp2oOoh.js → keys-do4GUlRT.js} +2 -1
- package/dist/{kv-DipCBaw2.d.ts → kv-BpJND1Hr.d.ts} +2 -1
- package/dist/{kv-BqEOXcZv.d.cts → kv-cD_d4hg-.d.cts} +2 -1
- package/dist/kv-cache-B4Y86MKl.js +122 -0
- package/dist/kv-cache-D7LFlByV.js +107 -0
- package/dist/kv-cache-qW5Mv9rV.cjs +134 -0
- package/dist/{ld-Dk2eojF9.js → ld-0Wpf83DM.js} +3 -2
- package/dist/{lookup-BI5Omd9s.cjs → lookup-Br9_ufLS.cjs} +134 -5
- package/dist/{lookup-Fk5eyxDk.js → lookup-Cj543vD4.js} +125 -2
- package/dist/{type-DMwrwZj3.js → lookup-D6_9czrD.js} +547 -5409
- package/dist/middleware-BPmn8w0u.cjs +15 -0
- package/dist/middleware-BXodt-Uj.js +26 -0
- package/dist/{middleware-BgI9lQ4P.js → middleware-Bq8dxPN6.js} +43 -146
- package/dist/{middleware-YNYjpKML.cjs → middleware-CDzg72dQ.cjs} +58 -104
- package/dist/middleware-DvA6x8_h.js +15 -0
- package/dist/{middleware-CNMzY5iD.js → middleware-hM1Z5nWM.js} +38 -84
- package/dist/{mod-DS4kJskR.d.ts → mod-BlVovdcy.d.ts} +2 -2
- package/dist/{mod-D5rfgGFE.d.cts → mod-BxRCHTz-.d.cts} +2 -2
- package/dist/{mod-CxMBb_dd.d.cts → mod-C58MZ7Wx.d.cts} +1 -1
- package/dist/mod-CAdoBu0x.d.ts +109 -0
- package/dist/{mod-BZfdiPBo.d.ts → mod-D5Z2tISD.d.ts} +3 -3
- package/dist/{mod-Dz5Y15Uy.d.cts → mod-DgxG-byT.d.cts} +3 -3
- package/dist/{mod-ChbckRnC.d.ts → mod-Ds0mpFZU.d.ts} +1 -1
- package/dist/{mod-OQfb33eH.d.cts → mod-Dy2fJtmN.d.cts} +2 -2
- package/dist/{mod-CnULG6Aa.d.ts → mod-GetHzY6F.d.ts} +2 -2
- package/dist/mod-fxr25Gv7.d.cts +107 -0
- package/dist/mod.cjs +19 -34
- package/dist/mod.d.cts +15 -17
- package/dist/mod.d.ts +15 -17
- package/dist/mod.js +14 -16
- package/dist/negotiation-C4nFufNk.js +71 -0
- package/dist/nodeinfo/client.test.js +30 -111
- package/dist/nodeinfo/handler.test.js +25 -26
- package/dist/nodeinfo/mod.cjs +3 -6
- package/dist/nodeinfo/mod.d.cts +3 -5
- package/dist/nodeinfo/mod.d.ts +3 -5
- package/dist/nodeinfo/mod.js +3 -4
- package/dist/nodeinfo/types.test.js +8 -15
- package/dist/otel/exporter.test.js +44 -70
- package/dist/otel/mod.cjs +17 -34
- package/dist/otel/mod.d.cts +5 -6
- package/dist/otel/mod.d.ts +5 -6
- package/dist/otel/mod.js +17 -34
- package/dist/{otel-Chy5T2Xh.js → otel-Bfe_BgOV.js} +1 -2
- package/dist/{owner-C_e5oYyI.js → owner-B2ziOXAb.js} +3 -2
- package/dist/{owner-AcrG3Xz1.d.cts → owner-B4HbyP8s.d.cts} +3 -3
- package/dist/{owner-8NMhXwJd.d.ts → owner-kQRGVXG1.d.ts} +3 -3
- package/dist/{proof-GRfyDBRU.js → proof-CN_ohUto.js} +2 -2
- package/dist/{proof-C5COc2tW.cjs → proof-CWQ0o-yI.cjs} +18 -17
- package/dist/{proof-BWebFnAY.js → proof-CXrz_moF.js} +5 -4
- package/dist/{send-Dd4ncQqL.js → send-Bt_ukOqY.js} +2 -2
- package/dist/sig/http.test.js +12 -13
- package/dist/sig/key.test.js +9 -11
- package/dist/sig/ld.test.js +8 -10
- package/dist/sig/mod.cjs +9 -11
- package/dist/sig/mod.d.cts +5 -7
- package/dist/sig/mod.d.ts +5 -7
- package/dist/sig/mod.js +5 -7
- package/dist/sig/owner.test.js +11 -13
- package/dist/sig/proof.test.js +13 -14
- package/dist/src/vocab/accept.yaml +1 -1
- package/dist/src/vocab/activity.yaml +1 -1
- package/dist/src/vocab/add.yaml +1 -1
- package/dist/src/vocab/announce.yaml +1 -1
- package/dist/src/vocab/application.yaml +1 -1
- package/dist/src/vocab/arrive.yaml +1 -1
- package/dist/src/vocab/article.yaml +1 -1
- package/dist/src/vocab/audio.yaml +1 -1
- package/dist/src/vocab/block.yaml +1 -1
- package/dist/src/vocab/chatmessage.yaml +1 -1
- package/dist/src/vocab/collection.yaml +1 -1
- package/dist/src/vocab/collectionpage.yaml +1 -1
- package/dist/src/vocab/create.yaml +1 -1
- package/dist/src/vocab/dataintegrityproof.yaml +1 -1
- package/dist/src/vocab/delete.yaml +1 -1
- package/dist/src/vocab/didservice.yaml +1 -1
- package/dist/src/vocab/dislike.yaml +1 -1
- package/dist/src/vocab/document.yaml +1 -1
- package/dist/src/vocab/emoji.yaml +1 -1
- package/dist/src/vocab/emojireact.yaml +1 -1
- package/dist/src/vocab/endpoints.yaml +1 -1
- package/dist/src/vocab/event.yaml +1 -1
- package/dist/src/vocab/export.yaml +1 -1
- package/dist/src/vocab/flag.yaml +1 -1
- package/dist/src/vocab/follow.yaml +1 -1
- package/dist/src/vocab/group.yaml +1 -1
- package/dist/src/vocab/hashtag.yaml +1 -1
- package/dist/src/vocab/ignore.yaml +1 -1
- package/dist/src/vocab/image.yaml +1 -1
- package/dist/src/vocab/intransitiveactivity.yaml +1 -1
- package/dist/src/vocab/invite.yaml +1 -1
- package/dist/src/vocab/join.yaml +1 -1
- package/dist/src/vocab/key.yaml +1 -1
- package/dist/src/vocab/leave.yaml +1 -1
- package/dist/src/vocab/like.yaml +1 -1
- package/dist/src/vocab/link.yaml +1 -1
- package/dist/src/vocab/listen.yaml +1 -1
- package/dist/src/vocab/mention.yaml +1 -1
- package/dist/src/vocab/move.yaml +1 -1
- package/dist/src/vocab/multikey.yaml +1 -1
- package/dist/src/vocab/note.yaml +1 -1
- package/dist/src/vocab/object.yaml +1 -1
- package/dist/src/vocab/offer.yaml +1 -1
- package/dist/src/vocab/orderedcollection.yaml +1 -1
- package/dist/src/vocab/orderedcollectionpage.yaml +1 -1
- package/dist/src/vocab/organization.yaml +1 -1
- package/dist/src/vocab/page.yaml +1 -1
- package/dist/src/vocab/person.yaml +1 -1
- package/dist/src/vocab/place.yaml +1 -1
- package/dist/src/vocab/profile.yaml +1 -1
- package/dist/src/vocab/propertyvalue.yaml +1 -1
- package/dist/src/vocab/question.yaml +1 -1
- package/dist/src/vocab/read.yaml +1 -1
- package/dist/src/vocab/reject.yaml +1 -1
- package/dist/src/vocab/relationship.yaml +1 -1
- package/dist/src/vocab/remove.yaml +1 -1
- package/dist/src/vocab/service.yaml +1 -1
- package/dist/src/vocab/source.yaml +1 -1
- package/dist/src/vocab/tentativeaccept.yaml +1 -1
- package/dist/src/vocab/tentativereject.yaml +1 -1
- package/dist/src/vocab/tombstone.yaml +1 -1
- package/dist/src/vocab/travel.yaml +1 -1
- package/dist/src/vocab/undo.yaml +1 -1
- package/dist/src/vocab/update.yaml +1 -1
- package/dist/src/vocab/video.yaml +1 -1
- package/dist/src/vocab/view.yaml +1 -1
- package/dist/testing/docloader.test.js +6 -8
- package/dist/testing/mod.d.ts +10 -119
- package/dist/testing/mod.js +2 -3
- package/dist/{testing-Dl_uo19c.js → testing-DcJ3qTSi.js} +1 -2
- package/dist/{types-CPPQlW2w.js → types-BtUjyi5y.js} +5 -166
- package/dist/{types-BIgY6c-l.js → types-C2XVl6gj.js} +1 -3
- package/dist/{types-tmeoSVgM.cjs → types-CWgzGaqk.cjs} +6 -179
- package/dist/{runtime/authdocloader.test.js → utils/docloader.test.js} +14 -15
- package/dist/utils/kv-cache.test.js +212 -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/vocab/actor.test.js +8 -10
- package/dist/vocab/lookup.test.js +8 -10
- package/dist/vocab/mod.cjs +3 -4
- package/dist/vocab/mod.d.cts +3 -5
- package/dist/vocab/mod.d.ts +3 -5
- package/dist/vocab/mod.js +3 -4
- package/dist/vocab/type.test.js +2 -3
- package/dist/vocab/vocab.test.js +7618 -1973
- package/dist/{vocab-BASuuzcJ.d.ts → vocab-BCWe1Ih5.d.ts} +9 -25
- package/dist/{vocab-DPMmFPJ1.d.cts → vocab-CeDBzu-f.d.cts} +9 -25
- package/dist/{vocab-kxSYUP1j.js → vocab-DZvBYZFH.js} +3 -3
- package/dist/{vocab-BnNSNBil.cjs → vocab-aeFsUPtk.cjs} +5 -5
- package/dist/webfinger/handler.test.js +24 -25
- package/dist/webfinger/lookup.test.js +7 -9
- package/dist/webfinger/mod.cjs +2 -3
- package/dist/webfinger/mod.d.cts +1 -3
- package/dist/webfinger/mod.d.ts +1 -3
- package/dist/webfinger/mod.js +2 -3
- package/package.json +33 -66
- package/dist/assert_throws-BOO88avQ.js +0 -39
- package/dist/authdocloader-Bn3Jg414.js +0 -52
- package/dist/authdocloader-DmTWTYA4.cjs +0 -58
- package/dist/denokv-D0nfNQ1x.js +0 -57
- package/dist/docloader-BucCRHZI.d.ts +0 -221
- package/dist/docloader-CgESja7v.js +0 -4835
- package/dist/docloader-ChxNLZAA.d.cts +0 -219
- package/dist/docloader-DJCmWQFv.cjs +0 -4901
- package/dist/key-BUDjxXee.js +0 -10
- package/dist/key-Bl-6W_Cx.cjs +0 -290
- package/dist/key-BluX4ryA.js +0 -260
- package/dist/key-DWZlSSOl.cjs +0 -10
- package/dist/key-zkx54yxw.js +0 -10
- package/dist/lookup-DFrFssJ8.js +0 -336
- package/dist/middleware-BmGndt7n.cjs +0 -17
- package/dist/middleware-CxG8rL1c.js +0 -26
- package/dist/middleware-etnOMaDs.js +0 -17
- package/dist/mod-CD7gfdq3.d.ts +0 -104
- package/dist/mod-JUhOKMHj.d.cts +0 -102
- package/dist/mq-B7R1Q-M5.d.cts +0 -140
- package/dist/mq-CRGm1e_F.d.ts +0 -143
- package/dist/nodeinfo/semver.test.js +0 -143
- package/dist/runtime/docloader.test.js +0 -599
- package/dist/runtime/key.test.d.ts +0 -3
- package/dist/runtime/key.test.js +0 -103
- package/dist/runtime/langstr.test.d.ts +0 -3
- package/dist/runtime/langstr.test.js +0 -40
- package/dist/runtime/link.test.d.ts +0 -3
- package/dist/runtime/link.test.js +0 -61
- package/dist/runtime/mod.cjs +0 -25
- package/dist/runtime/mod.d.cts +0 -6
- 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/semver-dArNLkR9.js +0 -149
- package/dist/vocab/schema.yaml +0 -247
- package/dist/x/cfworkers.cjs +0 -100
- package/dist/x/cfworkers.d.cts +0 -59
- 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.cjs +0 -61
- package/dist/x/hono.d.cts +0 -54
- package/dist/x/hono.d.ts +0 -56
- package/dist/x/hono.js +0 -60
- package/dist/x/sveltekit.cjs +0 -69
- package/dist/x/sveltekit.d.cts +0 -46
- package/dist/x/sveltekit.d.ts +0 -48
- package/dist/x/sveltekit.js +0 -68
- /package/dist/{assert_not_equals-f3m3epl3.js → assert_not_equals-C80BG-_5.js} +0 -0
- /package/dist/{collection-CSzG2j1P.js → collection-BzWsN9pB.js} +0 -0
- /package/dist/{nodeinfo/semver.test.d.ts → federation/negotiation.test.d.ts} +0 -0
- /package/dist/{federation-C15gGOh1.cjs → federation-CoW-KDKv.cjs} +0 -0
- /package/dist/{federation-K-xsO03l.js → federation-D0hkM4T7.js} +0 -0
- /package/dist/{mod-C2tOeRkN.d.cts → mod-B-hUPT2N.d.cts} +0 -0
- /package/dist/{mod-1pDWKvUL.d.ts → mod-CVgZgliM.d.ts} +0 -0
- /package/dist/{mod-FZd39qVq.d.cts → mod-CcDPcLJW.d.cts} +0 -0
- /package/dist/{mod-g0xFzAP9.d.ts → mod-bjzj5QIb.d.ts} +0 -0
- /package/dist/{nodeinfo-DfycQ8Wf.js → nodeinfo-BnthBobC.js} +0 -0
- /package/dist/{nodeinfo-Co9lJrWl.cjs → nodeinfo-CdN0rEnZ.cjs} +0 -0
- /package/dist/{retry-D4GJ670a.js → retry-CfF8Gn4d.js} +0 -0
- /package/dist/{runtime-DPYEDf-o.js → sig-C34-oHBl.js} +0 -0
- /package/dist/{runtime-C58AJWSv.cjs → sig-YYj5tCnr.cjs} +0 -0
- /package/dist/{std__assert-X-_kMxKM.js → std__assert-DWivtrGR.js} +0 -0
- /package/dist/{runtime → utils}/docloader.test.d.ts +0 -0
- /package/dist/{runtime/authdocloader.test.d.ts → utils/kv-cache.test.d.ts} +0 -0
- /package/dist/{sig-Cj3tk-ig.js → utils-D-Va7aXC.js} +0 -0
- /package/dist/{sig-ByHXzqUi.cjs → utils-DyRU1gdZ.cjs} +0 -0
- /package/dist/{webfinger-De_bU0iE.js → webfinger-C72Y8lrh.js} +0 -0
- /package/dist/{webfinger-BjOEdFPs.cjs → webfinger-vAtLmxOF.cjs} +0 -0
|
@@ -3,25 +3,24 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import
|
|
6
|
+
import "../lookup-D6_9czrD.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 "../
|
|
11
|
-
import "../
|
|
12
|
-
import "../
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import
|
|
16
|
-
import "../
|
|
17
|
-
import
|
|
18
|
-
import "../
|
|
19
|
-
import "../
|
|
20
|
-
import "../
|
|
21
|
-
import {
|
|
22
|
-
import { esm_default } from "../esm-D55VN1Km.js";
|
|
10
|
+
import "../actor-BZTYJWzP.js";
|
|
11
|
+
import "../key-C85if3Ia.js";
|
|
12
|
+
import { verifyRequest } from "../http-BF8Z1B-J.js";
|
|
13
|
+
import { getAuthenticatedDocumentLoader } from "../docloader-BeSgUTFj.js";
|
|
14
|
+
import { mockDocumentLoader, test } from "../testing-DcJ3qTSi.js";
|
|
15
|
+
import "../std__assert-DWivtrGR.js";
|
|
16
|
+
import { assertRejects } from "../assert_rejects-Ce45JcFg.js";
|
|
17
|
+
import "../assert_throws-BNXdRGWP.js";
|
|
18
|
+
import "../assert_not_equals-C80BG-_5.js";
|
|
19
|
+
import { rsaPrivateKey2 } from "../keys-do4GUlRT.js";
|
|
20
|
+
import { esm_default } from "../esm-bEFTDE2Q.js";
|
|
21
|
+
import { UrlError } from "@fedify/vocab-runtime";
|
|
23
22
|
|
|
24
|
-
//#region src/
|
|
23
|
+
//#region src/utils/docloader.test.ts
|
|
25
24
|
test("getAuthenticatedDocumentLoader()", async (t) => {
|
|
26
25
|
esm_default.spyGlobal();
|
|
27
26
|
esm_default.get("begin:https://example.com/object", async (cl) => {
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
|
|
2
|
+
import { Temporal } from "@js-temporal/polyfill";
|
|
3
|
+
import { URLPattern } from "urlpattern-polyfill";
|
|
4
|
+
globalThis.addEventListener = () => {};
|
|
5
|
+
|
|
6
|
+
import "../lookup-D6_9czrD.js";
|
|
7
|
+
import { MockKvStore, kvCache } from "../kv-cache-D7LFlByV.js";
|
|
8
|
+
import { mockDocumentLoader, test } from "../testing-DcJ3qTSi.js";
|
|
9
|
+
import { preloadedContexts } from "@fedify/vocab-runtime";
|
|
10
|
+
import { deepStrictEqual, throws } from "node:assert";
|
|
11
|
+
|
|
12
|
+
//#region src/utils/kv-cache.test.ts
|
|
13
|
+
test("kvCache()", async (t) => {
|
|
14
|
+
const kv = new MockKvStore();
|
|
15
|
+
await t.step("cached", async () => {
|
|
16
|
+
const loader = kvCache({
|
|
17
|
+
kv,
|
|
18
|
+
loader: mockDocumentLoader,
|
|
19
|
+
rules: [
|
|
20
|
+
["https://example.org/", Temporal.Duration.from({ days: 1 })],
|
|
21
|
+
[new URL("https://example.net/"), Temporal.Duration.from({ days: 1 })],
|
|
22
|
+
[new URLPattern("https://example.com/*"), Temporal.Duration.from({ days: 30 })]
|
|
23
|
+
],
|
|
24
|
+
prefix: ["_test", "cached"]
|
|
25
|
+
});
|
|
26
|
+
const result = await loader("https://example.com/object");
|
|
27
|
+
deepStrictEqual(result, {
|
|
28
|
+
contextUrl: null,
|
|
29
|
+
documentUrl: "https://example.com/object",
|
|
30
|
+
document: {
|
|
31
|
+
"@context": "https://www.w3.org/ns/activitystreams",
|
|
32
|
+
id: "https://example.com/object",
|
|
33
|
+
name: "Fetched object",
|
|
34
|
+
type: "Object"
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
const cache = await kv.get([
|
|
38
|
+
"_test",
|
|
39
|
+
"cached",
|
|
40
|
+
"https://example.com/object"
|
|
41
|
+
]);
|
|
42
|
+
deepStrictEqual(cache, result);
|
|
43
|
+
await kv.set([
|
|
44
|
+
"_test",
|
|
45
|
+
"cached",
|
|
46
|
+
"https://example.org/"
|
|
47
|
+
], {
|
|
48
|
+
contextUrl: null,
|
|
49
|
+
documentUrl: "https://example.org/",
|
|
50
|
+
document: { "id": "https://example.org/" }
|
|
51
|
+
});
|
|
52
|
+
const result2 = await loader("https://example.org/");
|
|
53
|
+
deepStrictEqual(result2, {
|
|
54
|
+
contextUrl: null,
|
|
55
|
+
documentUrl: "https://example.org/",
|
|
56
|
+
document: { "id": "https://example.org/" }
|
|
57
|
+
});
|
|
58
|
+
await kv.set([
|
|
59
|
+
"_test",
|
|
60
|
+
"cached",
|
|
61
|
+
"https://example.net/"
|
|
62
|
+
], {
|
|
63
|
+
contextUrl: null,
|
|
64
|
+
documentUrl: "https://example.net/",
|
|
65
|
+
document: { "id": "https://example.net/" }
|
|
66
|
+
});
|
|
67
|
+
const result3 = await loader("https://example.net/");
|
|
68
|
+
deepStrictEqual(result3, {
|
|
69
|
+
contextUrl: null,
|
|
70
|
+
documentUrl: "https://example.net/",
|
|
71
|
+
document: { "id": "https://example.net/" }
|
|
72
|
+
});
|
|
73
|
+
});
|
|
74
|
+
await t.step("not cached", async () => {
|
|
75
|
+
const loader = kvCache({
|
|
76
|
+
kv,
|
|
77
|
+
loader: mockDocumentLoader,
|
|
78
|
+
rules: [],
|
|
79
|
+
prefix: ["_test", "not cached"]
|
|
80
|
+
});
|
|
81
|
+
const result = await loader("https://example.com/object");
|
|
82
|
+
deepStrictEqual(result, {
|
|
83
|
+
contextUrl: null,
|
|
84
|
+
documentUrl: "https://example.com/object",
|
|
85
|
+
document: {
|
|
86
|
+
"@context": "https://www.w3.org/ns/activitystreams",
|
|
87
|
+
id: "https://example.com/object",
|
|
88
|
+
name: "Fetched object",
|
|
89
|
+
type: "Object"
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
const cache = await kv.get([
|
|
93
|
+
"test2",
|
|
94
|
+
"not cached",
|
|
95
|
+
"https://example.com/object"
|
|
96
|
+
]);
|
|
97
|
+
deepStrictEqual(cache, void 0);
|
|
98
|
+
});
|
|
99
|
+
await t.step("maximum cache duration", () => {
|
|
100
|
+
throws(() => kvCache({
|
|
101
|
+
kv,
|
|
102
|
+
loader: mockDocumentLoader,
|
|
103
|
+
rules: [["https://example.com/", Temporal.Duration.from({
|
|
104
|
+
days: 30,
|
|
105
|
+
seconds: 1
|
|
106
|
+
})]]
|
|
107
|
+
}), TypeError, "The maximum cache duration is 30 days");
|
|
108
|
+
throws(() => kvCache({
|
|
109
|
+
kv,
|
|
110
|
+
loader: mockDocumentLoader,
|
|
111
|
+
rules: [[new URLPattern("https://example.com/*"), Temporal.Duration.from({
|
|
112
|
+
days: 30,
|
|
113
|
+
seconds: 1
|
|
114
|
+
})]]
|
|
115
|
+
}), TypeError, "The maximum cache duration is 30 days");
|
|
116
|
+
});
|
|
117
|
+
await t.step("on kv store exception", async () => {
|
|
118
|
+
class KvStoreThrowsException {
|
|
119
|
+
get(_key) {
|
|
120
|
+
throw new Error("Failed to get key");
|
|
121
|
+
}
|
|
122
|
+
set(_key, _value, _options) {
|
|
123
|
+
throw new Error("Failed to set key");
|
|
124
|
+
}
|
|
125
|
+
delete(_key) {
|
|
126
|
+
throw new Error("Failed to delete key");
|
|
127
|
+
}
|
|
128
|
+
async *list(_prefix) {
|
|
129
|
+
throw new Error("Failed to list keys");
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
const loader = kvCache({
|
|
133
|
+
kv: new KvStoreThrowsException(),
|
|
134
|
+
loader: mockDocumentLoader,
|
|
135
|
+
rules: [
|
|
136
|
+
["https://example.org/", Temporal.Duration.from({ days: 1 })],
|
|
137
|
+
[new URL("https://example.net/"), Temporal.Duration.from({ days: 1 })],
|
|
138
|
+
[new URLPattern("https://example.com/*"), Temporal.Duration.from({ days: 30 })]
|
|
139
|
+
],
|
|
140
|
+
prefix: ["_test", "not cached"]
|
|
141
|
+
});
|
|
142
|
+
const result = await loader("https://example.com/object");
|
|
143
|
+
deepStrictEqual(result, {
|
|
144
|
+
contextUrl: null,
|
|
145
|
+
documentUrl: "https://example.com/object",
|
|
146
|
+
document: {
|
|
147
|
+
"@context": "https://www.w3.org/ns/activitystreams",
|
|
148
|
+
id: "https://example.com/object",
|
|
149
|
+
name: "Fetched object",
|
|
150
|
+
type: "Object"
|
|
151
|
+
}
|
|
152
|
+
});
|
|
153
|
+
});
|
|
154
|
+
await t.step("preloaded contexts bypass cache", async () => {
|
|
155
|
+
const kv$1 = new MockKvStore();
|
|
156
|
+
let loaderCalled = false;
|
|
157
|
+
const mockLoader = (url) => {
|
|
158
|
+
loaderCalled = true;
|
|
159
|
+
return Promise.resolve({
|
|
160
|
+
contextUrl: null,
|
|
161
|
+
documentUrl: url,
|
|
162
|
+
document: { "mock": "document" }
|
|
163
|
+
});
|
|
164
|
+
};
|
|
165
|
+
const loader = kvCache({
|
|
166
|
+
kv: kv$1,
|
|
167
|
+
loader: mockLoader,
|
|
168
|
+
prefix: ["_test", "preloaded"]
|
|
169
|
+
});
|
|
170
|
+
const activityStreamsUrl = "https://www.w3.org/ns/activitystreams";
|
|
171
|
+
loaderCalled = false;
|
|
172
|
+
const result = await loader(activityStreamsUrl);
|
|
173
|
+
deepStrictEqual(result, {
|
|
174
|
+
contextUrl: null,
|
|
175
|
+
documentUrl: activityStreamsUrl,
|
|
176
|
+
document: preloadedContexts[activityStreamsUrl]
|
|
177
|
+
});
|
|
178
|
+
deepStrictEqual(loaderCalled, false, "Loader should not be called for preloaded contexts");
|
|
179
|
+
const cachedValue = await kv$1.get([
|
|
180
|
+
"_test",
|
|
181
|
+
"preloaded",
|
|
182
|
+
activityStreamsUrl
|
|
183
|
+
]);
|
|
184
|
+
deepStrictEqual(cachedValue, void 0, "Preloaded contexts should not be cached in KV store");
|
|
185
|
+
const securityUrl = "https://w3id.org/security/v1";
|
|
186
|
+
loaderCalled = false;
|
|
187
|
+
const result2 = await loader(securityUrl);
|
|
188
|
+
deepStrictEqual(result2, {
|
|
189
|
+
contextUrl: null,
|
|
190
|
+
documentUrl: securityUrl,
|
|
191
|
+
document: preloadedContexts[securityUrl]
|
|
192
|
+
});
|
|
193
|
+
deepStrictEqual(loaderCalled, false, "Loader should not be called for preloaded contexts");
|
|
194
|
+
const nonPreloadedUrl = "https://example.com/not-preloaded";
|
|
195
|
+
loaderCalled = false;
|
|
196
|
+
const result3 = await loader(nonPreloadedUrl);
|
|
197
|
+
deepStrictEqual(result3, {
|
|
198
|
+
contextUrl: null,
|
|
199
|
+
documentUrl: nonPreloadedUrl,
|
|
200
|
+
document: { "mock": "document" }
|
|
201
|
+
});
|
|
202
|
+
deepStrictEqual(loaderCalled, true, "Loader should be called for non-preloaded URLs");
|
|
203
|
+
const cachedValue2 = await kv$1.get([
|
|
204
|
+
"_test",
|
|
205
|
+
"preloaded",
|
|
206
|
+
nonPreloadedUrl
|
|
207
|
+
]);
|
|
208
|
+
deepStrictEqual(cachedValue2, result3, "Non-preloaded URLs should be cached");
|
|
209
|
+
});
|
|
210
|
+
});
|
|
211
|
+
|
|
212
|
+
//#endregion
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
|
|
2
|
+
const { Temporal } = require("@js-temporal/polyfill");
|
|
3
|
+
const { URLPattern } = require("urlpattern-polyfill");
|
|
4
|
+
|
|
5
|
+
require('../lookup-Br9_ufLS.cjs');
|
|
6
|
+
require('../actor-ZEAP42Ry.cjs');
|
|
7
|
+
require('../http-Dy7ENa6t.cjs');
|
|
8
|
+
const require_kv_cache = require('../kv-cache-qW5Mv9rV.cjs');
|
|
9
|
+
require('../utils-DyRU1gdZ.cjs');
|
|
10
|
+
|
|
11
|
+
exports.getAuthenticatedDocumentLoader = require_kv_cache.getAuthenticatedDocumentLoader;
|
|
12
|
+
exports.kvCache = require_kv_cache.kvCache;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Temporal } from "@js-temporal/polyfill";
|
|
2
|
+
import { URLPattern } from "urlpattern-polyfill";
|
|
3
|
+
import "../vocab-BCWe1Ih5.js";
|
|
4
|
+
import "../http-BbO0ejuk.js";
|
|
5
|
+
import "../kv-BpJND1Hr.js";
|
|
6
|
+
import { getAuthenticatedDocumentLoader, kvCache } from "../mod-CAdoBu0x.js";
|
|
7
|
+
export { getAuthenticatedDocumentLoader, kvCache };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
|
|
2
|
+
import { Temporal } from "@js-temporal/polyfill";
|
|
3
|
+
import { URLPattern } from "urlpattern-polyfill";
|
|
4
|
+
|
|
5
|
+
import "../lookup-Cj543vD4.js";
|
|
6
|
+
import "../actor-Cm25mX8I.js";
|
|
7
|
+
import "../http-B8aQ8cUK.js";
|
|
8
|
+
import { getAuthenticatedDocumentLoader, kvCache } from "../kv-cache-B4Y86MKl.js";
|
|
9
|
+
import "../utils-D-Va7aXC.js";
|
|
10
|
+
|
|
11
|
+
export { getAuthenticatedDocumentLoader, kvCache };
|
package/dist/vocab/actor.test.js
CHANGED
|
@@ -3,19 +3,17 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { Application, Group, Organization, Person, Service, __export } from "../
|
|
6
|
+
import { Application, Group, Organization, Person, Service, __export } from "../lookup-D6_9czrD.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 "../
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import "../
|
|
16
|
-
import "../
|
|
17
|
-
import { assertThrows } from "../assert_throws-BOO88avQ.js";
|
|
18
|
-
import { esm_default } from "../esm-D55VN1Km.js";
|
|
10
|
+
import { getActorClassByTypeName, getActorHandle, getActorTypeName, isActor, normalizeActorHandle } from "../actor-BZTYJWzP.js";
|
|
11
|
+
import { test } from "../testing-DcJ3qTSi.js";
|
|
12
|
+
import { assertStrictEquals } from "../std__assert-DWivtrGR.js";
|
|
13
|
+
import { assertFalse, assertRejects } from "../assert_rejects-Ce45JcFg.js";
|
|
14
|
+
import { assertThrows } from "../assert_throws-BNXdRGWP.js";
|
|
15
|
+
import "../assert_not_equals-C80BG-_5.js";
|
|
16
|
+
import { esm_default } from "../esm-bEFTDE2Q.js";
|
|
19
17
|
|
|
20
18
|
//#region ../../node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/precondition/PreconditionFailure.js
|
|
21
19
|
var PreconditionFailure = class PreconditionFailure extends Error {
|
|
@@ -3,19 +3,17 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { Collection, Note, Object as Object$1, Person } from "../
|
|
6
|
+
import { Collection, Note, Object as Object$1, Person, lookupObject, traverseCollection } from "../lookup-D6_9czrD.js";
|
|
7
7
|
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
|
-
import {
|
|
11
|
-
import
|
|
12
|
-
import "../
|
|
13
|
-
import
|
|
14
|
-
import "../
|
|
15
|
-
import "../
|
|
16
|
-
import "../
|
|
17
|
-
import { createTestTracerProvider } from "../otel-Chy5T2Xh.js";
|
|
18
|
-
import { esm_default } from "../esm-D55VN1Km.js";
|
|
10
|
+
import { mockDocumentLoader, test } from "../testing-DcJ3qTSi.js";
|
|
11
|
+
import "../std__assert-DWivtrGR.js";
|
|
12
|
+
import { assertRejects } from "../assert_rejects-Ce45JcFg.js";
|
|
13
|
+
import "../assert_throws-BNXdRGWP.js";
|
|
14
|
+
import "../assert_not_equals-C80BG-_5.js";
|
|
15
|
+
import { createTestTracerProvider } from "../otel-Bfe_BgOV.js";
|
|
16
|
+
import { esm_default } from "../esm-bEFTDE2Q.js";
|
|
19
17
|
|
|
20
18
|
//#region src/vocab/lookup.test.ts
|
|
21
19
|
test("lookupObject()", {
|
package/dist/vocab/mod.cjs
CHANGED
|
@@ -2,10 +2,9 @@
|
|
|
2
2
|
const { Temporal } = require("@js-temporal/polyfill");
|
|
3
3
|
const { URLPattern } = require("urlpattern-polyfill");
|
|
4
4
|
|
|
5
|
-
require('../
|
|
6
|
-
const require_actor = require('../actor-
|
|
7
|
-
require('../
|
|
8
|
-
const require_vocab = require('../vocab-BnNSNBil.cjs');
|
|
5
|
+
require('../lookup-Br9_ufLS.cjs');
|
|
6
|
+
const require_actor = require('../actor-ZEAP42Ry.cjs');
|
|
7
|
+
const require_vocab = require('../vocab-aeFsUPtk.cjs');
|
|
9
8
|
|
|
10
9
|
exports.Accept = require_actor.Accept;
|
|
11
10
|
exports.Activity = require_actor.Activity;
|
package/dist/vocab/mod.d.cts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import "../
|
|
2
|
-
import "../
|
|
3
|
-
import {
|
|
4
|
-
import { Actor, ActorTypeName, GetActorHandleOptions, NormalizeActorHandleOptions, Recipient, getActorClassByTypeName, getActorHandle, getActorTypeName, isActor, normalizeActorHandle } from "../actor-D190nbTD.cjs";
|
|
5
|
-
import { FediverseHandle, LookupObjectOptions, PUBLIC_COLLECTION, TraverseCollectionOptions, getTypeId, isFediverseHandle, lookupObject, parseFediverseHandle, toAcctUrl, traverseCollection } from "../mod-D5rfgGFE.cjs";
|
|
1
|
+
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-CeDBzu-f.cjs";
|
|
2
|
+
import { Actor, ActorTypeName, GetActorHandleOptions, NormalizeActorHandleOptions, Recipient, getActorClassByTypeName, getActorHandle, getActorTypeName, isActor, normalizeActorHandle } from "../actor-f2NtjyCg.cjs";
|
|
3
|
+
import { FediverseHandle, LookupObjectOptions, PUBLIC_COLLECTION, TraverseCollectionOptions, getTypeId, isFediverseHandle, lookupObject, parseFediverseHandle, toAcctUrl, traverseCollection } from "../mod-BxRCHTz-.cjs";
|
|
6
4
|
export { Accept, Activity, Actor, ActorTypeName, Add, Announce, Application, Arrive, Article, Audio, Block, ChatMessage, Collection, CollectionPage, Create, CryptographicKey, DataIntegrityProof, Delete, DidService, Dislike, Document, Emoji, EmojiReact, Endpoints, Event, Export, FediverseHandle, Flag, Follow, GetActorHandleOptions, Group, Hashtag, Ignore, Image, IntransitiveActivity, Invite, Join, Leave, Like, Link, Listen, LookupObjectOptions, Mention, Move, Multikey, NormalizeActorHandleOptions, Note, Object$1 as Object, Offer, OrderedCollection, OrderedCollectionPage, Organization, PUBLIC_COLLECTION, Page, Person, Place, Profile, PropertyValue, Question, Read, Recipient, Reject, Relationship, Remove, Service, Source, TentativeAccept, TentativeReject, Tombstone, Travel, TraverseCollectionOptions, Undo, Update, Video, View, getActorClassByTypeName, getActorHandle, getActorTypeName, getTypeId, isActor, isFediverseHandle, lookupObject, normalizeActorHandle, parseFediverseHandle, toAcctUrl, traverseCollection };
|
package/dist/vocab/mod.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Temporal } from "@js-temporal/polyfill";
|
|
2
2
|
import { URLPattern } from "urlpattern-polyfill";
|
|
3
|
-
import "../
|
|
4
|
-
import "../
|
|
5
|
-
import {
|
|
6
|
-
import { Actor, ActorTypeName, GetActorHandleOptions, NormalizeActorHandleOptions, Recipient, getActorClassByTypeName, getActorHandle, getActorTypeName, isActor, normalizeActorHandle } from "../actor-eeONG_sv.js";
|
|
7
|
-
import { FediverseHandle, LookupObjectOptions, PUBLIC_COLLECTION, TraverseCollectionOptions, getTypeId, isFediverseHandle, lookupObject, parseFediverseHandle, toAcctUrl, traverseCollection } from "../mod-DS4kJskR.js";
|
|
3
|
+
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";
|
|
4
|
+
import { Actor, ActorTypeName, GetActorHandleOptions, NormalizeActorHandleOptions, Recipient, getActorClassByTypeName, getActorHandle, getActorTypeName, isActor, normalizeActorHandle } from "../actor-DqFajh9s.js";
|
|
5
|
+
import { FediverseHandle, LookupObjectOptions, PUBLIC_COLLECTION, TraverseCollectionOptions, getTypeId, isFediverseHandle, lookupObject, parseFediverseHandle, toAcctUrl, traverseCollection } from "../mod-BlVovdcy.js";
|
|
8
6
|
export { Accept, Activity, Actor, ActorTypeName, Add, Announce, Application, Arrive, Article, Audio, Block, ChatMessage, Collection, CollectionPage, Create, CryptographicKey, DataIntegrityProof, Delete, DidService, Dislike, Document, Emoji, EmojiReact, Endpoints, Event, Export, FediverseHandle, Flag, Follow, GetActorHandleOptions, Group, Hashtag, Ignore, Image, IntransitiveActivity, Invite, Join, Leave, Like, Link, Listen, LookupObjectOptions, Mention, Move, Multikey, NormalizeActorHandleOptions, Note, Object$1 as Object, Offer, OrderedCollection, OrderedCollectionPage, Organization, PUBLIC_COLLECTION, Page, Person, Place, Profile, PropertyValue, Question, Read, Recipient, Reject, Relationship, Remove, Service, Source, TentativeAccept, TentativeReject, Tombstone, Travel, TraverseCollectionOptions, Undo, Update, Video, View, getActorClassByTypeName, getActorHandle, getActorTypeName, getTypeId, isActor, isFediverseHandle, lookupObject, normalizeActorHandle, parseFediverseHandle, toAcctUrl, traverseCollection };
|
package/dist/vocab/mod.js
CHANGED
|
@@ -2,9 +2,8 @@
|
|
|
2
2
|
import { Temporal } from "@js-temporal/polyfill";
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
|
|
5
|
-
import "../
|
|
6
|
-
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-
|
|
7
|
-
import "../
|
|
8
|
-
import { PUBLIC_COLLECTION, isFediverseHandle, lookupObject, parseFediverseHandle, toAcctUrl, traverseCollection } from "../vocab-kxSYUP1j.js";
|
|
5
|
+
import "../lookup-Cj543vD4.js";
|
|
6
|
+
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-Cm25mX8I.js";
|
|
7
|
+
import { PUBLIC_COLLECTION, isFediverseHandle, lookupObject, parseFediverseHandle, toAcctUrl, traverseCollection } from "../vocab-DZvBYZFH.js";
|
|
9
8
|
|
|
10
9
|
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, IntransitiveActivity, Invite, Join, Leave, Like, Link, Listen, Mention, Move, Multikey, Note, Object$1 as Object, Offer, OrderedCollection, OrderedCollectionPage, Organization, PUBLIC_COLLECTION, 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, isFediverseHandle, lookupObject, normalizeActorHandle, parseFediverseHandle, toAcctUrl, traverseCollection };
|
package/dist/vocab/type.test.js
CHANGED
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { Person, getTypeId } from "../
|
|
6
|
+
import { Person, getTypeId } from "../lookup-D6_9czrD.js";
|
|
7
7
|
import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
8
|
-
import "../
|
|
9
|
-
import { test } from "../testing-Dl_uo19c.js";
|
|
8
|
+
import { test } from "../testing-DcJ3qTSi.js";
|
|
10
9
|
|
|
11
10
|
//#region src/vocab/type.test.ts
|
|
12
11
|
test("getTypeId()", () => {
|