@fedify/fedify 2.0.0-dev.148 → 2.0.0-dev.149
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/dist/{actor-C9zpoWaz.cjs → actor-CCAL5-E_.cjs} +185 -185
- package/dist/{actor-CDJsk2cL.js → actor-DYdPViDz.js} +3 -3
- package/dist/{actor-CN7b3VNC.js → actor-U_BZZ2ps.js} +185 -185
- package/dist/{builder-sNAekxA0.js → builder-CYR2yKqn.js} +3 -3
- package/dist/compat/transformers.test.js +16 -16
- package/dist/{context-By1PvkXu.js → context-DH7LHJdw.js} +2 -2
- package/dist/{deno-4flJ39CF.js → deno-BTeveqhY.js} +1 -1
- package/dist/{docloader-56fs8u4N.js → docloader-BSGGKhrl.js} +2 -2
- package/dist/federation/builder.test.js +4 -4
- package/dist/federation/handler.test.js +18 -18
- package/dist/federation/idempotency.test.js +17 -17
- package/dist/federation/inbox.test.js +3 -3
- package/dist/federation/keycache.test.js +2 -2
- package/dist/federation/middleware.test.js +17 -17
- package/dist/federation/mod.cjs +7 -7
- package/dist/federation/mod.js +7 -7
- package/dist/federation/send.test.js +9 -9
- package/dist/{http-Zo_IIAIm.js → http-BIDOYI9f.js} +3 -3
- package/dist/{http-df2tmadG.js → http-BQRnmfXP.js} +2 -2
- package/dist/{http-ntobMx1O.cjs → http-DtYHWbwa.cjs} +2 -2
- package/dist/{inbox-EbZ68wVh.js → inbox-DNjplQSR.js} +2 -2
- package/dist/{key-CVwsdpBG.js → key-dws2_YsP.js} +3 -3
- package/dist/{keycache-Brygl5RE.js → keycache-BbbXRjc-.js} +1 -1
- package/dist/{keys-CFhJaqfk.js → keys-C6QyjjIN.js} +1 -1
- package/dist/{kv-cache-C8wVlF6T.cjs → kv-cache-1_lcnUMp.cjs} +1 -1
- package/dist/{kv-cache-CWZfiB_6.js → kv-cache-BEP4OyiZ.js} +1 -1
- package/dist/{ld-BCG9onip.js → ld-C6UrncJk.js} +3 -3
- package/dist/{lookup-Dyt4n8ZN.cjs → lookup-BORWbouU.cjs} +1 -1
- package/dist/{lookup-BW_NBcFP.js → lookup-BV72lfsA.js} +1 -1
- package/dist/{lookup-wr524AFq.js → lookup-BoiLMtAx.js} +3 -3
- package/dist/{lookup-DHL4lalh.js → lookup-yv_aH7K7.js} +1 -1
- package/dist/{middleware-DluCN-U-.js → middleware--1K3DAB8.js} +7 -7
- package/dist/middleware-7Yg2p_nl.js +31 -0
- package/dist/{middleware-De9qUrT0.js → middleware-8Oymc6Na.js} +14 -14
- package/dist/middleware-C6YBw2qx.cjs +15 -0
- package/dist/middleware-D6XNERu3.js +15 -0
- package/dist/{middleware-DPMTGtOK.cjs → middleware-DBHDivdC.cjs} +7 -7
- package/dist/mod.cjs +7 -7
- package/dist/mod.js +7 -7
- package/dist/nodeinfo/handler.test.js +17 -17
- package/dist/{owner-gQW9WlbQ.js → owner-DQuVKHuY.js} +3 -3
- package/dist/{proof-DTQVwGH4.js → proof-BG2G4cDG.js} +3 -3
- package/dist/{proof-DashjJxi.cjs → proof-C3K5Z8RT.cjs} +3 -3
- package/dist/{proof-BCEIPcIs.js → proof-GrivUN5L.js} +3 -3
- package/dist/{send-DUnZeDiy.js → send-B_dTZyUD.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.cjs +4 -4
- package/dist/sig/mod.js +4 -4
- package/dist/sig/owner.test.js +8 -8
- package/dist/sig/proof.test.js +7 -7
- package/dist/testing/mod.js +5 -5
- package/dist/utils/docloader.test.js +8 -8
- package/dist/utils/mod.cjs +4 -4
- package/dist/utils/mod.js +4 -4
- package/dist/vocab/actor.test.js +4 -4
- package/dist/vocab/lookup.test.js +4 -4
- package/dist/vocab/mod.cjs +3 -3
- package/dist/vocab/mod.js +3 -3
- package/dist/vocab/type.test.js +1 -1
- package/dist/vocab/vocab.test.js +2 -2
- package/dist/{vocab-B3OHEs0d.js → vocab-Aig1Fmi8.js} +2 -2
- package/dist/{vocab-DAAAeCmt.js → vocab-C3nSleOZ.js} +184 -184
- package/dist/{vocab-Dli8kmX2.cjs → vocab-DFMYh9aV.cjs} +2 -2
- package/dist/webfinger/handler.test.js +17 -17
- package/dist/webfinger/lookup.test.js +2 -2
- package/dist/webfinger/mod.cjs +1 -1
- package/dist/webfinger/mod.js +1 -1
- package/package.json +4 -4
- package/dist/middleware-B0GQ0wYj.js +0 -31
- package/dist/middleware-D1eO1L5w.js +0 -15
- package/dist/middleware-DwZlzo7h.cjs +0 -15
package/dist/vocab/mod.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import { Temporal } from "@js-temporal/polyfill";
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
|
|
5
|
-
import "../lookup-
|
|
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 { PUBLIC_COLLECTION, isFediverseHandle, lookupObject, parseFediverseHandle, toAcctUrl, traverseCollection } from "../vocab-
|
|
5
|
+
import "../lookup-BV72lfsA.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-U_BZZ2ps.js";
|
|
7
|
+
import { PUBLIC_COLLECTION, isFediverseHandle, lookupObject, parseFediverseHandle, toAcctUrl, traverseCollection } from "../vocab-Aig1Fmi8.js";
|
|
8
8
|
|
|
9
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
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
import { test } from "../dist-lStjlyET.js";
|
|
7
7
|
import { assertEquals } from "../assert_equals-Gbplq4lg.js";
|
|
8
|
-
import { Person } from "../vocab-
|
|
8
|
+
import { Person } from "../vocab-C3nSleOZ.js";
|
|
9
9
|
import { getTypeId } from "../type-BSNcIxTd.js";
|
|
10
10
|
|
|
11
11
|
//#region src/vocab/type.test.ts
|
package/dist/vocab/vocab.test.js
CHANGED
|
@@ -8,12 +8,12 @@ import { mockDocumentLoader, test } from "../dist-lStjlyET.js";
|
|
|
8
8
|
import { assertEquals } from "../assert_equals-Gbplq4lg.js";
|
|
9
9
|
import { assert } from "../assert-Dp5_aoAs.js";
|
|
10
10
|
import { assertInstanceOf } from "../assert_instance_of-D1m8F7x0.js";
|
|
11
|
-
import { Activity, Announce, Collection, Create, CryptographicKey, Follow, Hashtag, Link, Note, Object as Object$1, OrderedCollectionPage, Person, Place, Question, Source, vocab_exports } from "../vocab-
|
|
11
|
+
import { Activity, Announce, Collection, Create, CryptographicKey, Follow, Hashtag, Link, Note, Object as Object$1, OrderedCollectionPage, Person, Place, Question, Source, vocab_exports } from "../vocab-C3nSleOZ.js";
|
|
12
12
|
import "../std__assert-Cm-MfI66.js";
|
|
13
13
|
import { assertFalse, assertRejects } from "../assert_rejects-BoKYY0g1.js";
|
|
14
14
|
import { assertThrows } from "../assert_throws-DjkXin1a.js";
|
|
15
15
|
import { assertNotEquals } from "../assert_not_equals-B2R_8p36.js";
|
|
16
|
-
import { ed25519PublicKey, rsaPublicKey1 } from "../keys-
|
|
16
|
+
import { ed25519PublicKey, rsaPublicKey1 } from "../keys-C6QyjjIN.js";
|
|
17
17
|
import { pascalCase } from "es-toolkit";
|
|
18
18
|
import { LanguageString, decodeMultibase } from "@fedify/vocab-runtime";
|
|
19
19
|
import { fileURLToPath } from "node:url";
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import { Temporal } from "@js-temporal/polyfill";
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
|
|
5
|
-
import { deno_default, lookupWebFinger } from "./lookup-
|
|
6
|
-
import { Object as Object$1, getTypeId } from "./actor-
|
|
5
|
+
import { deno_default, lookupWebFinger } from "./lookup-BV72lfsA.js";
|
|
6
|
+
import { Object as Object$1, getTypeId } from "./actor-U_BZZ2ps.js";
|
|
7
7
|
import { getLogger } from "@logtape/logtape";
|
|
8
8
|
import { SpanStatusCode, trace } from "@opentelemetry/api";
|
|
9
9
|
import { getDocumentLoader } from "@fedify/vocab-runtime";
|