@fedify/fedify 1.6.7-pr.324.1126 → 1.6.8
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-DM_SRbRh.js → actor-Bcs0hYb1.js} +179 -225
- package/dist/{actor-BwArPqmo.js → actor-XtK-8B6i.js} +3 -3
- package/dist/{authdocloader-DkBt9yQ1.js → authdocloader-BOsOB7nI.js} +3 -3
- package/dist/{authdocloader-_l3dADl1.js → authdocloader-BfXhfGGN.js} +3 -3
- package/dist/{builder-DbavXneJ.js → builder-BtoNoWx4.js} +3 -3
- package/dist/{client-DqIiwxSy.js → client-DfiRfarn.js} +1 -1
- package/dist/compat/transformers.test.js +17 -17
- package/dist/{context-hxsOiYmP.js → context-CTOs7_nl.js} +2 -2
- package/dist/{docloader-D7dGLmkl.js → docloader-DHsnjtrB.js} +1 -1
- package/dist/{docloader-DUo3tgWk.js → docloader-DT61GYEC.js} +1 -1
- package/dist/{esm-CASHO3OR.js → esm-Db4De7AS.js} +5 -7
- package/dist/federation/builder.test.js +4 -4
- package/dist/federation/handler.test.js +77 -19
- package/dist/federation/inbox.test.js +3 -3
- package/dist/federation/keycache.test.js +3 -3
- package/dist/federation/middleware.test.js +19 -19
- package/dist/federation/mod.js +10 -10
- package/dist/federation/send.test.js +10 -10
- package/dist/{http-BfVxWDs3.js → http-CsOXrx1b.js} +3 -3
- package/dist/{http-DpTQ1TfC.js → http-DY7ABMxV.js} +3 -3
- package/dist/{inbox-EGtUWUcM.js → inbox-G8JVL5Ne.js} +2 -2
- package/dist/{key-DLZGF3Uq.js → key-Bppy9mNu.js} +5 -5
- package/dist/{key-DInuvr6f.js → key-Btb5k4lR.js} +3 -3
- package/dist/{key-CvwTMMXL.js → key-DS_OEdsO.js} +4 -4
- package/dist/{key-BO7AcpY8.js → key-DbchE9Xs.js} +2 -2
- package/dist/{keycache-KGgJhpgy.js → keycache-CounYPCT.js} +1 -1
- package/dist/{keys-BzLAgMua.js → keys-CCsGIHDm.js} +1 -1
- package/dist/{ld-CwAlcuGX.js → ld-C5QomCTt.js} +3 -3
- package/dist/{lookup-DKtb3QJ7.js → lookup-2j31uvvW.js} +3 -3
- package/dist/{lookup-YHeHSxL6.js → lookup-D-6fPBCB.js} +1 -1
- package/dist/{lookup-Bb7USblG.js → lookup-DRz3cQ2q.js} +1 -1
- package/dist/{middleware-BOvht1U1.js → middleware-BSWZF2bY.js} +24 -24
- package/dist/middleware-C_O2JGGb.js +33 -0
- package/dist/{middleware-Bqa9yWbw.js → middleware-EA-BBVH-.js} +29 -29
- package/dist/middleware-eyNnQzz_.js +17 -0
- package/dist/mod.js +10 -10
- package/dist/nodeinfo/client.test.js +3 -3
- package/dist/nodeinfo/handler.test.js +18 -18
- package/dist/nodeinfo/mod.js +2 -2
- package/dist/{owner-B5qnR6nt.js → owner-BID7Mczj.js} +3 -3
- package/dist/{proof-CMzCH_un.js → proof-Cxepv82U.js} +3 -3
- package/dist/{proof-Dp1Aw_0_.js → proof-DUknICkM.js} +3 -3
- package/dist/runtime/authdocloader.test.js +9 -9
- package/dist/runtime/docloader.test.js +2 -2
- package/dist/runtime/key.test.js +5 -5
- package/dist/runtime/mod.js +6 -6
- package/dist/{send-Cpui7v9S.js → send-F3m8PbtH.js} +2 -2
- package/dist/sig/http.test.js +8 -8
- 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-DG5V-wM6.js → types-BU3u-EMH.js} +1 -1
- package/dist/vocab/actor.test.js +6 -8
- package/dist/vocab/lookup.test.js +5 -5
- 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-LxKjWrto.js → vocab-1dVqjZTk.js} +3 -3
- package/dist/{vocab-B4wEQxcP.js → vocab-BOEOrr72.js} +178 -224
- package/dist/webfinger/handler.test.js +18 -18
- package/dist/webfinger/lookup.test.js +3 -3
- package/dist/webfinger/mod.js +2 -2
- package/package.json +1 -1
- package/dist/middleware-BCK0CxWN.js +0 -33
- package/dist/middleware-_QBnfJvc.js +0 -17
package/dist/sig/key.test.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
import { assertEquals } from "../assert_equals-CTYbeopb.js";
|
|
7
7
|
import "../assert-DmFG7ppO.js";
|
|
8
8
|
import "../assert_instance_of-CF09JHYM.js";
|
|
9
|
-
import "../docloader-
|
|
9
|
+
import "../docloader-DHsnjtrB.js";
|
|
10
10
|
import "../url-kTAI6_KP.js";
|
|
11
11
|
import "../multibase-DeCHcK8L.js";
|
|
12
|
-
import { CryptographicKey, Multikey } from "../vocab-
|
|
12
|
+
import { CryptographicKey, Multikey } from "../vocab-BOEOrr72.js";
|
|
13
13
|
import "../langstr-DbWheeIS.js";
|
|
14
|
-
import "../lookup-
|
|
14
|
+
import "../lookup-D-6fPBCB.js";
|
|
15
15
|
import "../type-D2s5lmbZ.js";
|
|
16
|
-
import "../actor-
|
|
17
|
-
import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, validateCryptoKey } from "../key-
|
|
16
|
+
import "../actor-XtK-8B6i.js";
|
|
17
|
+
import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, validateCryptoKey } from "../key-Btb5k4lR.js";
|
|
18
18
|
import { test } from "../testing-BZ0dJ4qn.js";
|
|
19
19
|
import "../std__assert-vp0TKMS1.js";
|
|
20
20
|
import { assertRejects } from "../assert_rejects-C-sxEMM5.js";
|
|
@@ -22,7 +22,7 @@ import "../assert_is_error-nrwA1GeT.js";
|
|
|
22
22
|
import "../assert_not_equals-Dc7y-V5Q.js";
|
|
23
23
|
import { assertThrows } from "../assert_throws-Cn9C6Jur.js";
|
|
24
24
|
import { mockDocumentLoader } from "../docloader-09nVWLAZ.js";
|
|
25
|
-
import { ed25519Multikey, rsaPrivateKey2, rsaPublicKey1, rsaPublicKey2, rsaPublicKey3 } from "../keys-
|
|
25
|
+
import { ed25519Multikey, rsaPrivateKey2, rsaPublicKey1, rsaPublicKey2, rsaPublicKey3 } from "../keys-CCsGIHDm.js";
|
|
26
26
|
|
|
27
27
|
//#region sig/key.test.ts
|
|
28
28
|
test("validateCryptoKey()", async () => {
|
package/dist/sig/ld.test.js
CHANGED
|
@@ -5,22 +5,22 @@
|
|
|
5
5
|
|
|
6
6
|
import { assertEquals } from "../assert_equals-CTYbeopb.js";
|
|
7
7
|
import { assert } from "../assert-DmFG7ppO.js";
|
|
8
|
-
import "../docloader-
|
|
8
|
+
import "../docloader-DHsnjtrB.js";
|
|
9
9
|
import "../url-kTAI6_KP.js";
|
|
10
10
|
import "../multibase-DeCHcK8L.js";
|
|
11
|
-
import { CryptographicKey } from "../vocab-
|
|
11
|
+
import { CryptographicKey } from "../vocab-BOEOrr72.js";
|
|
12
12
|
import "../langstr-DbWheeIS.js";
|
|
13
|
-
import "../lookup-
|
|
13
|
+
import "../lookup-D-6fPBCB.js";
|
|
14
14
|
import "../type-D2s5lmbZ.js";
|
|
15
|
-
import "../actor-
|
|
16
|
-
import { generateCryptoKeyPair } from "../key-
|
|
17
|
-
import { attachSignature, createSignature, detachSignature, signJsonLd, verifyJsonLd, verifySignature } from "../ld-
|
|
15
|
+
import "../actor-XtK-8B6i.js";
|
|
16
|
+
import { generateCryptoKeyPair } from "../key-Btb5k4lR.js";
|
|
17
|
+
import { attachSignature, createSignature, detachSignature, signJsonLd, verifyJsonLd, verifySignature } from "../ld-C5QomCTt.js";
|
|
18
18
|
import { test } from "../testing-BZ0dJ4qn.js";
|
|
19
19
|
import { assertFalse, assertRejects } from "../assert_rejects-C-sxEMM5.js";
|
|
20
20
|
import "../assert_is_error-nrwA1GeT.js";
|
|
21
21
|
import { assertThrows } from "../assert_throws-Cn9C6Jur.js";
|
|
22
22
|
import { mockDocumentLoader } from "../docloader-09nVWLAZ.js";
|
|
23
|
-
import { ed25519Multikey, ed25519PrivateKey, rsaPrivateKey2, rsaPrivateKey3, rsaPublicKey2, rsaPublicKey3 } from "../keys-
|
|
23
|
+
import { ed25519Multikey, ed25519PrivateKey, rsaPrivateKey2, rsaPrivateKey3, rsaPublicKey2, rsaPublicKey3 } from "../keys-CCsGIHDm.js";
|
|
24
24
|
import { encodeBase64 } from "byte-encodings/base64";
|
|
25
25
|
|
|
26
26
|
//#region sig/ld.test.ts
|
package/dist/sig/mod.js
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
import { Temporal } from "@js-temporal/polyfill";
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
|
|
5
|
-
import "../docloader-
|
|
6
|
-
import "../actor-
|
|
7
|
-
import "../lookup-
|
|
8
|
-
import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk } from "../key-
|
|
9
|
-
import { signRequest, verifyRequest } from "../http-
|
|
10
|
-
import { attachSignature, createProof, createSignature, detachSignature, doesActorOwnKey, getKeyOwner, signJsonLd, signObject, verifyJsonLd, verifyObject, verifyProof, verifySignature } from "../proof-
|
|
5
|
+
import "../docloader-DT61GYEC.js";
|
|
6
|
+
import "../actor-Bcs0hYb1.js";
|
|
7
|
+
import "../lookup-DRz3cQ2q.js";
|
|
8
|
+
import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk } from "../key-DbchE9Xs.js";
|
|
9
|
+
import { signRequest, verifyRequest } from "../http-CsOXrx1b.js";
|
|
10
|
+
import { attachSignature, createProof, createSignature, detachSignature, doesActorOwnKey, getKeyOwner, signJsonLd, signObject, verifyJsonLd, verifyObject, verifyProof, verifySignature } from "../proof-Cxepv82U.js";
|
|
11
11
|
import "../sig-BXJO--F9.js";
|
|
12
12
|
|
|
13
13
|
export { attachSignature, createProof, createSignature, detachSignature, doesActorOwnKey, exportJwk, fetchKey, generateCryptoKeyPair, getKeyOwner, importJwk, signJsonLd, signObject, signRequest, verifyJsonLd, verifyObject, verifyProof, verifyRequest, verifySignature };
|
package/dist/sig/owner.test.js
CHANGED
|
@@ -6,17 +6,17 @@
|
|
|
6
6
|
import { assertEquals } from "../assert_equals-CTYbeopb.js";
|
|
7
7
|
import { assert } from "../assert-DmFG7ppO.js";
|
|
8
8
|
import "../assert_instance_of-CF09JHYM.js";
|
|
9
|
-
import "../docloader-
|
|
9
|
+
import "../docloader-DHsnjtrB.js";
|
|
10
10
|
import "../url-kTAI6_KP.js";
|
|
11
11
|
import "../multibase-DeCHcK8L.js";
|
|
12
|
-
import { Create } from "../vocab-
|
|
12
|
+
import { Create } from "../vocab-BOEOrr72.js";
|
|
13
13
|
import "../langstr-DbWheeIS.js";
|
|
14
|
-
import "../lookup-
|
|
14
|
+
import "../lookup-D-6fPBCB.js";
|
|
15
15
|
import "../type-D2s5lmbZ.js";
|
|
16
|
-
import "../actor-
|
|
17
|
-
import "../key-
|
|
18
|
-
import { doesActorOwnKey, getKeyOwner } from "../owner-
|
|
19
|
-
import { lookupObject } from "../lookup-
|
|
16
|
+
import "../actor-XtK-8B6i.js";
|
|
17
|
+
import "../key-Btb5k4lR.js";
|
|
18
|
+
import { doesActorOwnKey, getKeyOwner } from "../owner-BID7Mczj.js";
|
|
19
|
+
import { lookupObject } from "../lookup-2j31uvvW.js";
|
|
20
20
|
import { test } from "../testing-BZ0dJ4qn.js";
|
|
21
21
|
import "../std__assert-vp0TKMS1.js";
|
|
22
22
|
import { assertFalse } from "../assert_rejects-C-sxEMM5.js";
|
|
@@ -24,7 +24,7 @@ import "../assert_is_error-nrwA1GeT.js";
|
|
|
24
24
|
import "../assert_not_equals-Dc7y-V5Q.js";
|
|
25
25
|
import "../assert_throws-Cn9C6Jur.js";
|
|
26
26
|
import { mockDocumentLoader } from "../docloader-09nVWLAZ.js";
|
|
27
|
-
import { rsaPublicKey1, rsaPublicKey2 } from "../keys-
|
|
27
|
+
import { rsaPublicKey1, rsaPublicKey2 } from "../keys-CCsGIHDm.js";
|
|
28
28
|
|
|
29
29
|
//#region sig/owner.test.ts
|
|
30
30
|
test("doesActorOwnKey()", async () => {
|
package/dist/sig/proof.test.js
CHANGED
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
import { assertEquals } from "../assert_equals-CTYbeopb.js";
|
|
7
7
|
import "../assert-DmFG7ppO.js";
|
|
8
8
|
import { assertInstanceOf } from "../assert_instance_of-CF09JHYM.js";
|
|
9
|
-
import "../docloader-
|
|
9
|
+
import "../docloader-DHsnjtrB.js";
|
|
10
10
|
import "../url-kTAI6_KP.js";
|
|
11
11
|
import { decode } from "../multibase-DeCHcK8L.js";
|
|
12
|
-
import { Create, DataIntegrityProof, Multikey, Note, Place, importMultibaseKey } from "../vocab-
|
|
12
|
+
import { Create, DataIntegrityProof, Multikey, Note, Place, importMultibaseKey } from "../vocab-BOEOrr72.js";
|
|
13
13
|
import "../langstr-DbWheeIS.js";
|
|
14
|
-
import "../lookup-
|
|
14
|
+
import "../lookup-D-6fPBCB.js";
|
|
15
15
|
import "../type-D2s5lmbZ.js";
|
|
16
|
-
import "../actor-
|
|
17
|
-
import "../key-
|
|
18
|
-
import { createProof, signObject, verifyObject, verifyProof } from "../proof-
|
|
16
|
+
import "../actor-XtK-8B6i.js";
|
|
17
|
+
import "../key-Btb5k4lR.js";
|
|
18
|
+
import { createProof, signObject, verifyObject, verifyProof } from "../proof-DUknICkM.js";
|
|
19
19
|
import { test } from "../testing-BZ0dJ4qn.js";
|
|
20
20
|
import "../std__assert-vp0TKMS1.js";
|
|
21
21
|
import { assertRejects } from "../assert_rejects-C-sxEMM5.js";
|
|
@@ -23,7 +23,7 @@ import "../assert_is_error-nrwA1GeT.js";
|
|
|
23
23
|
import "../assert_not_equals-Dc7y-V5Q.js";
|
|
24
24
|
import "../assert_throws-Cn9C6Jur.js";
|
|
25
25
|
import { mockDocumentLoader } from "../docloader-09nVWLAZ.js";
|
|
26
|
-
import { ed25519Multikey, ed25519PrivateKey, ed25519PublicKey, rsaPrivateKey2, rsaPublicKey2 } from "../keys-
|
|
26
|
+
import { ed25519Multikey, ed25519PrivateKey, ed25519PublicKey, rsaPrivateKey2, rsaPublicKey2 } from "../keys-CCsGIHDm.js";
|
|
27
27
|
import { decodeHex, encodeHex } from "byte-encodings/hex";
|
|
28
28
|
|
|
29
29
|
//#region sig/proof.test.ts
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { Temporal } from "@js-temporal/polyfill";
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
|
|
5
|
-
import { getUserAgent } from "./docloader-
|
|
5
|
+
import { getUserAgent } from "./docloader-DT61GYEC.js";
|
|
6
6
|
import { getLogger } from "@logtape/logtape";
|
|
7
7
|
|
|
8
8
|
//#region nodeinfo/semver.ts
|
package/dist/vocab/actor.test.js
CHANGED
|
@@ -7,21 +7,21 @@ import { __export } from "../chunk-HsBuZ-b2.js";
|
|
|
7
7
|
import { assertEquals } from "../assert_equals-CTYbeopb.js";
|
|
8
8
|
import { assert } from "../assert-DmFG7ppO.js";
|
|
9
9
|
import "../assert_instance_of-CF09JHYM.js";
|
|
10
|
-
import "../docloader-
|
|
10
|
+
import "../docloader-DHsnjtrB.js";
|
|
11
11
|
import "../url-kTAI6_KP.js";
|
|
12
12
|
import "../multibase-DeCHcK8L.js";
|
|
13
|
-
import { Application, Group, Organization, Person, Service } from "../vocab-
|
|
13
|
+
import { Application, Group, Organization, Person, Service } from "../vocab-BOEOrr72.js";
|
|
14
14
|
import "../langstr-DbWheeIS.js";
|
|
15
|
-
import "../lookup-
|
|
15
|
+
import "../lookup-D-6fPBCB.js";
|
|
16
16
|
import "../type-D2s5lmbZ.js";
|
|
17
|
-
import { getActorClassByTypeName, getActorHandle, getActorTypeName, isActor, normalizeActorHandle } from "../actor-
|
|
17
|
+
import { getActorClassByTypeName, getActorHandle, getActorTypeName, isActor, normalizeActorHandle } from "../actor-XtK-8B6i.js";
|
|
18
18
|
import { test } from "../testing-BZ0dJ4qn.js";
|
|
19
19
|
import { assertStrictEquals } from "../std__assert-vp0TKMS1.js";
|
|
20
20
|
import { assertFalse, assertRejects } from "../assert_rejects-C-sxEMM5.js";
|
|
21
21
|
import "../assert_is_error-nrwA1GeT.js";
|
|
22
22
|
import "../assert_not_equals-Dc7y-V5Q.js";
|
|
23
23
|
import { assertThrows } from "../assert_throws-Cn9C6Jur.js";
|
|
24
|
-
import { esm_default } from "../esm-
|
|
24
|
+
import { esm_default } from "../esm-Db4De7AS.js";
|
|
25
25
|
|
|
26
26
|
//#region node_modules/.pnpm/fast-check@3.23.2/node_modules/fast-check/lib/esm/check/precondition/PreconditionFailure.js
|
|
27
27
|
var PreconditionFailure = class PreconditionFailure extends Error {
|
|
@@ -2664,9 +2664,7 @@ var NoopSlicedGenerator = class {
|
|
|
2664
2664
|
this.mrng = mrng;
|
|
2665
2665
|
this.biasFactor = biasFactor;
|
|
2666
2666
|
}
|
|
2667
|
-
attemptExact() {
|
|
2668
|
-
return;
|
|
2669
|
-
}
|
|
2667
|
+
attemptExact() {}
|
|
2670
2668
|
next() {
|
|
2671
2669
|
return this.arb.generate(this.mrng, this.biasFactor);
|
|
2672
2670
|
}
|
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
import { assertEquals } from "../assert_equals-CTYbeopb.js";
|
|
7
7
|
import "../assert-DmFG7ppO.js";
|
|
8
8
|
import { assertInstanceOf } from "../assert_instance_of-CF09JHYM.js";
|
|
9
|
-
import "../docloader-
|
|
9
|
+
import "../docloader-DHsnjtrB.js";
|
|
10
10
|
import "../url-kTAI6_KP.js";
|
|
11
11
|
import "../multibase-DeCHcK8L.js";
|
|
12
|
-
import { Collection, Note, Object as Object$1, Person } from "../vocab-
|
|
12
|
+
import { Collection, Note, Object as Object$1, Person } from "../vocab-BOEOrr72.js";
|
|
13
13
|
import "../langstr-DbWheeIS.js";
|
|
14
|
-
import "../lookup-
|
|
14
|
+
import "../lookup-D-6fPBCB.js";
|
|
15
15
|
import "../type-D2s5lmbZ.js";
|
|
16
|
-
import { lookupObject, traverseCollection } from "../lookup-
|
|
16
|
+
import { lookupObject, traverseCollection } from "../lookup-2j31uvvW.js";
|
|
17
17
|
import { test } from "../testing-BZ0dJ4qn.js";
|
|
18
18
|
import "../std__assert-vp0TKMS1.js";
|
|
19
19
|
import "../assert_rejects-C-sxEMM5.js";
|
|
@@ -21,7 +21,7 @@ import "../assert_is_error-nrwA1GeT.js";
|
|
|
21
21
|
import "../assert_not_equals-Dc7y-V5Q.js";
|
|
22
22
|
import "../assert_throws-Cn9C6Jur.js";
|
|
23
23
|
import { mockDocumentLoader } from "../docloader-09nVWLAZ.js";
|
|
24
|
-
import { esm_default } from "../esm-
|
|
24
|
+
import { esm_default } from "../esm-Db4De7AS.js";
|
|
25
25
|
|
|
26
26
|
//#region vocab/lookup.test.ts
|
|
27
27
|
test("lookupObject()", async (t) => {
|
package/dist/vocab/mod.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import { Temporal } from "@js-temporal/polyfill";
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
|
|
5
|
-
import "../docloader-
|
|
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 "../lookup-
|
|
8
|
-
import { PUBLIC_COLLECTION, lookupObject, traverseCollection } from "../vocab-
|
|
5
|
+
import "../docloader-DT61GYEC.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-Bcs0hYb1.js";
|
|
7
|
+
import "../lookup-DRz3cQ2q.js";
|
|
8
|
+
import { PUBLIC_COLLECTION, lookupObject, traverseCollection } from "../vocab-1dVqjZTk.js";
|
|
9
9
|
|
|
10
10
|
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, lookupObject, normalizeActorHandle, traverseCollection };
|
package/dist/vocab/type.test.js
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
6
|
import { assertEquals } from "../assert_equals-CTYbeopb.js";
|
|
7
|
-
import "../docloader-
|
|
7
|
+
import "../docloader-DHsnjtrB.js";
|
|
8
8
|
import "../url-kTAI6_KP.js";
|
|
9
9
|
import "../multibase-DeCHcK8L.js";
|
|
10
|
-
import { Person } from "../vocab-
|
|
10
|
+
import { Person } from "../vocab-BOEOrr72.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, isWindows } from "../assert_equals-CTYbeopb.js";
|
|
7
7
|
import { assert } from "../assert-DmFG7ppO.js";
|
|
8
8
|
import { assertInstanceOf } from "../assert_instance_of-CF09JHYM.js";
|
|
9
|
-
import "../docloader-
|
|
9
|
+
import "../docloader-DHsnjtrB.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-BOEOrr72.js";
|
|
13
13
|
import { LanguageString } from "../langstr-DbWheeIS.js";
|
|
14
14
|
import { test } from "../testing-BZ0dJ4qn.js";
|
|
15
15
|
import "../std__assert-vp0TKMS1.js";
|
|
@@ -18,7 +18,7 @@ import "../assert_is_error-nrwA1GeT.js";
|
|
|
18
18
|
import { assertNotEquals } from "../assert_not_equals-Dc7y-V5Q.js";
|
|
19
19
|
import { assertThrows } from "../assert_throws-Cn9C6Jur.js";
|
|
20
20
|
import { mockDocumentLoader } from "../docloader-09nVWLAZ.js";
|
|
21
|
-
import { ed25519PublicKey, rsaPublicKey1 } from "../keys-
|
|
21
|
+
import { ed25519PublicKey, rsaPublicKey1 } from "../keys-CCsGIHDm.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-DT61GYEC.js";
|
|
6
|
+
import { Object as Object$1, getTypeId } from "./actor-Bcs0hYb1.js";
|
|
7
|
+
import { lookupWebFinger } from "./lookup-DRz3cQ2q.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";
|