@fedify/fedify 1.8.0-dev.935 → 1.8.0-dev.936
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/{actor-U1qTDfkP.js → actor-8TajsB-0.js} +179 -179
- package/dist/{actor-DxKs3rs5.js → actor-DxpQLQCm.js} +3 -3
- package/dist/{authdocloader-Y0XSKFDO.js → authdocloader-BKG_cAsQ.js} +3 -3
- package/dist/{authdocloader-DFHv3v2N.js → authdocloader-DxOEFSPN.js} +3 -3
- package/dist/{builder-ClKy72z6.js → builder-CQoXNISY.js} +3 -3
- package/dist/{client-BGA5Zjta.js → client-DaE3QH2D.js} +1 -1
- package/dist/compat/transformers.test.js +17 -17
- package/dist/{context-CmFL809C.js → context-CdUZipvE.js} +2 -2
- package/dist/{docloader-DnKAbkaA.js → docloader-DvSgE8I_.js} +1 -1
- package/dist/{docloader-DNIFPL4U.js → docloader-ryyHUCF8.js} +1 -1
- package/dist/federation/builder.test.js +4 -4
- package/dist/federation/handler.test.js +19 -19
- package/dist/federation/inbox.test.js +3 -3
- package/dist/federation/keycache.test.js +3 -3
- package/dist/federation/middleware.test.js +18 -18
- package/dist/federation/mod.js +10 -10
- package/dist/federation/send.test.js +9 -9
- package/dist/{http-14FZBeD8.js → http-DGZ6dX5t.js} +3 -3
- package/dist/{http-ClYnnkck.js → http-fX24B8yB.js} +3 -3
- package/dist/{inbox-CvQmDUUX.js → inbox-DJNw7F-p.js} +2 -2
- package/dist/{key-BdLrcerK.js → key-B3u-4dmC.js} +3 -3
- package/dist/{key-rqxf_Fa_.js → key-BFVZ3U_M.js} +4 -4
- package/dist/{key-KhJHcjGY.js → key-BgqPitnR.js} +5 -5
- package/dist/{key-DOw3SCeL.js → key-DFwrjIHd.js} +2 -2
- package/dist/{keycache-2SCTMM8b.js → keycache-BobNHOLO.js} +1 -1
- package/dist/{keys-e0Jkw4BN.js → keys-BHR8kl8T.js} +1 -1
- package/dist/{ld-BTNvgtVR.js → ld-79pauRKG.js} +3 -3
- package/dist/{lookup-BwNIgefo.js → lookup-BtEdLGlc.js} +1 -1
- package/dist/{lookup-DX1qsIU_.js → lookup-CK6x5zAZ.js} +1 -1
- package/dist/{lookup-jwEe9F2n.js → lookup-D7LvTxz2.js} +3 -3
- package/dist/{middleware-q_IdNtbD.js → middleware-BOlNC3YX.js} +10 -10
- package/dist/middleware-Di10Q5kb.js +17 -0
- package/dist/{middleware-BBiT0H9T.js → middleware-DlLpKlnf.js} +15 -15
- package/dist/middleware-aWun3W02.js +33 -0
- package/dist/mod.js +10 -10
- package/dist/nodeinfo/client.test.js +2 -2
- package/dist/nodeinfo/handler.test.js +18 -18
- package/dist/nodeinfo/mod.js +2 -2
- package/dist/{owner-Cu5lLMMa.js → owner-LE4tlbmS.js} +3 -3
- package/dist/{proof-CNNP1PLr.js → proof-14gQqUqA.js} +3 -3
- package/dist/{proof-DdHJSAeb.js → proof-BYbo74An.js} +3 -3
- package/dist/runtime/authdocloader.test.js +8 -8
- package/dist/runtime/docloader.test.js +1 -1
- package/dist/runtime/key.test.js +5 -5
- package/dist/runtime/mod.js +6 -6
- package/dist/{send-54-NKpKT.js → send-F_ncqq6P.js} +2 -2
- package/dist/sig/http.test.js +7 -7
- package/dist/sig/key.test.js +6 -6
- package/dist/sig/ld.test.js +7 -7
- package/dist/sig/mod.js +6 -6
- package/dist/sig/owner.test.js +8 -8
- package/dist/sig/proof.test.js +7 -7
- package/dist/{types-Dfw4QL5m.js → types-CSh23v1e.js} +1 -1
- package/dist/vocab/actor.test.js +4 -4
- package/dist/vocab/lookup.test.js +4 -4
- package/dist/vocab/mod.js +4 -4
- package/dist/vocab/type.test.js +2 -2
- package/dist/vocab/vocab.test.js +3 -3
- package/dist/{vocab-DEbaadYr.js → vocab-B5aOtLVH.js} +3 -3
- package/dist/{vocab-BuQg1eoS.js → vocab-S80Fpb2_.js} +178 -178
- package/dist/webfinger/handler.test.js +18 -18
- package/dist/webfinger/lookup.test.js +2 -2
- package/dist/webfinger/mod.js +2 -2
- package/package.json +1 -1
- package/dist/middleware-ByfsDDzf.js +0 -17
- package/dist/middleware-ilSVIUc2.js +0 -33
package/dist/vocab/type.test.js
CHANGED
@@ -4,10 +4,10 @@
|
|
4
4
|
globalThis.addEventListener = () => {};
|
5
5
|
|
6
6
|
import { assertEquals } from "../assert_equals-C5gKCm6A.js";
|
7
|
-
import "../docloader-
|
7
|
+
import "../docloader-DvSgE8I_.js";
|
8
8
|
import "../url-kTAI6_KP.js";
|
9
9
|
import "../multibase-DeCHcK8L.js";
|
10
|
-
import { Person } from "../vocab-
|
10
|
+
import { Person } from "../vocab-S80Fpb2_.js";
|
11
11
|
import "../langstr-DbWheeIS.js";
|
12
12
|
import { getTypeId } from "../type-D2s5lmbZ.js";
|
13
13
|
import { test } from "../testing-BZ0dJ4qn.js";
|
package/dist/vocab/vocab.test.js
CHANGED
@@ -6,10 +6,10 @@
|
|
6
6
|
import { assertEquals } from "../assert_equals-C5gKCm6A.js";
|
7
7
|
import { assert } from "../assert-DwEa6glZ.js";
|
8
8
|
import { assertInstanceOf } from "../assert_instance_of-C9QtN-X9.js";
|
9
|
-
import "../docloader-
|
9
|
+
import "../docloader-DvSgE8I_.js";
|
10
10
|
import "../url-kTAI6_KP.js";
|
11
11
|
import { decode } from "../multibase-DeCHcK8L.js";
|
12
|
-
import { Activity, Announce, Create, CryptographicKey, Follow, Hashtag, Note, Object as Object$1, OrderedCollectionPage, Person, Place, Question, Source, vocab_exports } from "../vocab-
|
12
|
+
import { Activity, Announce, Create, CryptographicKey, Follow, Hashtag, Note, Object as Object$1, OrderedCollectionPage, Person, Place, Question, Source, vocab_exports } from "../vocab-S80Fpb2_.js";
|
13
13
|
import { LanguageString } from "../langstr-DbWheeIS.js";
|
14
14
|
import { test } from "../testing-BZ0dJ4qn.js";
|
15
15
|
import "../std__assert-B3iAixc-.js";
|
@@ -18,7 +18,7 @@ import "../assert_is_error-DQdKoRgb.js";
|
|
18
18
|
import { assertNotEquals } from "../assert_not_equals-7pyUM3Ib.js";
|
19
19
|
import { assertThrows } from "../assert_throws-DTDC_gwN.js";
|
20
20
|
import { mockDocumentLoader } from "../docloader-09nVWLAZ.js";
|
21
|
-
import { ed25519PublicKey, rsaPublicKey1 } from "../keys-
|
21
|
+
import { ed25519PublicKey, rsaPublicKey1 } from "../keys-BHR8kl8T.js";
|
22
22
|
import { pascalCase } from "es-toolkit";
|
23
23
|
import { parseLanguageTag } from "@phensley/language-tag";
|
24
24
|
import { Validator } from "@cfworker/json-schema";
|
@@ -2,9 +2,9 @@
|
|
2
2
|
import { Temporal } from "@js-temporal/polyfill";
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
4
4
|
|
5
|
-
import { deno_default, getDocumentLoader } from "./docloader-
|
6
|
-
import { Object as Object$1, getTypeId } from "./actor-
|
7
|
-
import { lookupWebFinger } from "./lookup-
|
5
|
+
import { deno_default, getDocumentLoader } from "./docloader-ryyHUCF8.js";
|
6
|
+
import { Object as Object$1, getTypeId } from "./actor-8TajsB-0.js";
|
7
|
+
import { lookupWebFinger } from "./lookup-CK6x5zAZ.js";
|
8
8
|
import { getLogger } from "@logtape/logtape";
|
9
9
|
import { SpanStatusCode, trace } from "@opentelemetry/api";
|
10
10
|
import { delay } from "es-toolkit";
|