@fedify/fedify 1.6.1-pr.247.882 → 1.6.1
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-BPqhP1x8.js → actor-BPpr69o_.js} +3 -3
- package/dist/{actor-_Ib7Dtvr.js → actor-BRHV5zJ-.js} +179 -179
- package/dist/{authdocloader-Dm-vkVeW.js → authdocloader-BZFGEwwq.js} +3 -3
- package/dist/{authdocloader-CDT5eGi3.js → authdocloader-BekmxF5u.js} +3 -3
- package/dist/{builder-BVJa0RHX.js → builder-6d3Dz5mx.js} +3 -3
- package/dist/{client-BUBdRj_3.js → client-DQIcIlJU.js} +1 -1
- package/dist/compat/transformers.test.js +17 -17
- package/dist/{context-FpVMWKTP.js → context-hZKmfLXY.js} +2 -2
- package/dist/{docloader-Dp9ksojt.js → docloader-CFuioPSY.js} +1 -1
- package/dist/{docloader-DD-kzixj.js → docloader-COHp0QgR.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-4cSc9tlr.js → http-C0ueQROD.js} +3 -3
- package/dist/{http-B5jSUaK8.js → http-D523RJVL.js} +3 -3
- package/dist/{inbox-CT8xMtgc.js → inbox-5eiuvsES.js} +2 -2
- package/dist/{key-DhqXb0M-.js → key-CrAjL8Th.js} +5 -5
- package/dist/{key-Dg8-Se6G.js → key-D5LOMkXp.js} +3 -3
- package/dist/{key-BuAx8YlK.js → key-DlqwkdF6.js} +2 -2
- package/dist/{key-DvJWkXe2.js → key-PLMRBhyq.js} +4 -4
- package/dist/{keycache-BGegAV7v.js → keycache-CyjJMAa8.js} +1 -1
- package/dist/{keys-B2bW85i6.js → keys-DQ2kNLQQ.js} +1 -1
- package/dist/{ld-DmjBXqoa.js → ld-rLvDkwUL.js} +3 -3
- package/dist/{lookup-Cdbx3KB0.js → lookup-B4JQ9FvE.js} +1 -1
- package/dist/{lookup-CpNquKnW.js → lookup-CRjlBmyh.js} +3 -3
- package/dist/{lookup-C_lALTUD.js → lookup-oLKN3HSl.js} +1 -1
- package/dist/{middleware-COWbTbyV.js → middleware-83KxItnw.js} +10 -10
- package/dist/{middleware-DiQBWh2t.js → middleware-B0uCxn1o.js} +15 -15
- package/dist/middleware-CtQDr_8l.js +17 -0
- package/dist/middleware-DbguxGNt.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-yG7fcSIW.js → owner-B5sR7_Qw.js} +3 -3
- package/dist/{proof-D_kTbqF4.js → proof-AL0P3h_I.js} +3 -3
- package/dist/{proof-W_rcNfaD.js → proof-BVprztx-.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-DItz89vS.js → send-BjLRJdee.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-lNDu4RQ1.js → types-DegZ8FlT.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-DWocCcvg.js → vocab-BY68bjvE.js} +3 -3
- package/dist/{vocab-DfxwvP5i.js → vocab-uVrsB2D1.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-Cz4cm_MS.js +0 -33
- package/dist/middleware-DvhnHc3Z.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-Dnj7ejjL.js";
|
7
|
-
import "../docloader-
|
7
|
+
import "../docloader-CFuioPSY.js";
|
8
8
|
import "../url-kTAI6_KP.js";
|
9
9
|
import "../multibase-DeCHcK8L.js";
|
10
|
-
import { Person } from "../vocab-
|
10
|
+
import { Person } from "../vocab-uVrsB2D1.js";
|
11
11
|
import "../langstr-DbWheeIS.js";
|
12
12
|
import { getTypeId } from "../type-D2s5lmbZ.js";
|
13
13
|
import { test } from "../testing-jcGLO9Lp.js";
|
package/dist/vocab/vocab.test.js
CHANGED
@@ -6,10 +6,10 @@
|
|
6
6
|
import { assertEquals } from "../assert_equals-Dnj7ejjL.js";
|
7
7
|
import "../assert-YJk-1DlZ.js";
|
8
8
|
import { assertInstanceOf } from "../assert_instance_of-DBIoG5k7.js";
|
9
|
-
import "../docloader-
|
9
|
+
import "../docloader-CFuioPSY.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, Source, vocab_exports } from "../vocab-
|
12
|
+
import { Activity, Announce, Create, CryptographicKey, Follow, Hashtag, Note, Object as Object$1, OrderedCollectionPage, Person, Place, Source, vocab_exports } from "../vocab-uVrsB2D1.js";
|
13
13
|
import { LanguageString } from "../langstr-DbWheeIS.js";
|
14
14
|
import { test } from "../testing-jcGLO9Lp.js";
|
15
15
|
import "../std__assert-CHXwj7zk.js";
|
@@ -18,7 +18,7 @@ import "../assert_is_error-jyzqjHud.js";
|
|
18
18
|
import { assertNotEquals } from "../assert_not_equals-wx-SRs4i.js";
|
19
19
|
import { assertThrows } from "../assert_throws-gBPv3v2V.js";
|
20
20
|
import { mockDocumentLoader } from "../docloader-09nVWLAZ.js";
|
21
|
-
import { ed25519PublicKey, rsaPublicKey1 } from "../keys-
|
21
|
+
import { ed25519PublicKey, rsaPublicKey1 } from "../keys-DQ2kNLQQ.js";
|
22
22
|
import { pascalCase } from "@es-toolkit/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-COHp0QgR.js";
|
6
|
+
import { Object as Object$1, getTypeId } from "./actor-BRHV5zJ-.js";
|
7
|
+
import { lookupWebFinger } from "./lookup-B4JQ9FvE.js";
|
8
8
|
import { getLogger } from "@logtape/logtape";
|
9
9
|
import { SpanStatusCode, trace } from "@opentelemetry/api";
|
10
10
|
import { delay } from "@es-toolkit/es-toolkit";
|