@fedify/fedify 1.8.1-pr.321.1147 → 1.8.1-pr.321.1152
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-BKERLdzq.js → actor-D1QjXZfT.js} +179 -179
- package/dist/{actor-CIwVG-oz.js → actor-PsaCye20.js} +3 -3
- package/dist/{authdocloader-CPR1MnAs.js → authdocloader-CXKAvL5z.js} +3 -3
- package/dist/{authdocloader-CwHUIxSg.js → authdocloader-ONQ89NDs.js} +3 -3
- package/dist/{builder-BgcJ-vT4.js → builder-CnKJUCft.js} +3 -3
- package/dist/{client-DuRXM13M.js → client-C-iQwMHc.js} +1 -1
- package/dist/compat/transformers.test.js +17 -17
- package/dist/{context-UqyGOLjf.js → context-NCgzm5VK.js} +2 -2
- package/dist/{docloader-DscUaZtf.js → docloader-D39ym5Gl.js} +1 -1
- package/dist/{docloader-xCIfTesc.js → docloader-DaqYVc-N.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-VBWi0CO1.js → http-c8gN5rDD.js} +3 -3
- package/dist/{http-BbHmPCKF.js → http-xv31tMKv.js} +3 -3
- package/dist/{inbox-Deox2j99.js → inbox-ltQ8GsAZ.js} +2 -2
- package/dist/{key-BTq3489h.js → key-BdZV4UCY.js} +2 -2
- package/dist/{key-CCBBTyNb.js → key-DkA1o5SC.js} +4 -4
- package/dist/{key-TTQBSEnd.js → key-P6RoprOt.js} +5 -5
- package/dist/{key-DaJA8qdT.js → key-UWfbucXg.js} +3 -3
- package/dist/{keycache-ChT6_3m5.js → keycache-Cwq3LIyk.js} +1 -1
- package/dist/{keys-IvphxabV.js → keys-CHAZ9m7O.js} +1 -1
- package/dist/{ld-DQFwewyw.js → ld-DiYyH8Y6.js} +3 -3
- package/dist/{lookup-CR7tdrcg.js → lookup-B3nZOuQg.js} +1 -1
- package/dist/{lookup-jd95e-7w.js → lookup-Cf-Fj1ZS.js} +1 -1
- package/dist/{lookup-CVb1kfIC.js → lookup-CosRdfkL.js} +3 -3
- package/dist/{middleware-CAfHwiRw.js → middleware-B5xZnsx8.js} +10 -10
- package/dist/middleware-BF9TdT0L.js +17 -0
- package/dist/middleware-BpdUXw5h.js +33 -0
- package/dist/{middleware-zvuDguxe.js → middleware-BqJPNNUr.js} +15 -15
- 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-BVsIY2d3.js → owner-DncpG-Dw.js} +3 -3
- package/dist/{proof-t_amP_GU.js → proof-DcU_ZuOv.js} +3 -3
- package/dist/{proof-C2Ez2WqM.js → proof-pCXnMiRc.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-DjafO1Sx.js → send-Cc-5w32l.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-DuFgdPAH.js → types-C2aFAUEu.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-B7g0Cspl.js → vocab-NIWLzpOT.js} +178 -178
- package/dist/{vocab-BNKGW8UT.js → vocab-Sy6AoVOw.js} +3 -3
- package/dist/webfinger/handler.test.js +18 -18
- package/dist/webfinger/lookup.test.js +2 -2
- package/dist/webfinger/mod.js +2 -2
- package/package.json +1 -1
- package/dist/middleware-B7lxVzd9.js +0 -33
- package/dist/middleware-CCC_TIEJ.js +0 -17
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-D39ym5Gl.js";
|
|
8
8
|
import "../url-kTAI6_KP.js";
|
|
9
9
|
import "../multibase-DeCHcK8L.js";
|
|
10
|
-
import { Person } from "../vocab-
|
|
10
|
+
import { Person } from "../vocab-NIWLzpOT.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-D39ym5Gl.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-NIWLzpOT.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-CHAZ9m7O.js";
|
|
22
22
|
import { pascalCase } from "es-toolkit";
|
|
23
23
|
import { parseLanguageTag } from "@phensley/language-tag";
|
|
24
24
|
import { Validator } from "@cfworker/json-schema";
|