@fedify/fedify 1.6.1-pr.242.870 → 1.6.1-pr.246.875
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-BZ9B-RoF.js → actor-BvwvoCy1.js} +3 -3
- package/dist/{actor-BZSxF3np.js → actor-DkABCJ6r.js} +179 -179
- package/dist/{authdocloader-D0DivxEu.js → authdocloader-B1okbxks.js} +3 -3
- package/dist/{authdocloader-rWSY8oOW.js → authdocloader-Baw98GD1.js} +3 -3
- package/dist/{builder-BkIAn75B.js → builder-B7PIr29E.js} +3 -3
- package/dist/{client-BiqVblC1.js → client-DXKuoQ7D.js} +1 -1
- package/dist/compat/transformers.test.js +17 -17
- package/dist/{context-32iZISdA.js → context-DThK60lo.js} +2 -2
- package/dist/{docloader-BnNphEMr.js → docloader-BdShRAiH.js} +1 -1
- package/dist/{docloader-B8h_rZsO.js → docloader-CBMZVq2J.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-DNpod1Ge.js → http-BhPVlKNN.js} +3 -3
- package/dist/{http-zn1ZCiC4.js → http-DqGsw2nv.js} +3 -3
- package/dist/{inbox-CeJ_mvRP.js → inbox-BaF7EYQE.js} +2 -2
- package/dist/{key-ColohqTL.js → key-B_zZLNvq.js} +5 -5
- package/dist/{key-shd1YA1v.js → key-BpkiIkU3.js} +2 -2
- package/dist/{key-BNiziAax.js → key-Br0e9jTl.js} +3 -3
- package/dist/{key-C8Pn30oc.js → key-y0RE_eqE.js} +4 -4
- package/dist/{keycache-CsaCu72m.js → keycache-DGUKjXMd.js} +1 -1
- package/dist/{keys-Blj3q2iI.js → keys-DbtVmDfk.js} +1 -1
- package/dist/{ld-CgeTT2_c.js → ld-Dt1-z8M0.js} +3 -3
- package/dist/{lookup-eKf7p7Ac.js → lookup-B1dQygav.js} +1 -1
- package/dist/{lookup-BhC7f-4T.js → lookup-Bqga9yxv.js} +3 -3
- package/dist/{lookup-C1iODRax.js → lookup-CzniDGqG.js} +1 -1
- package/dist/{middleware-2mnj-GVU.js → middleware-48xNkDbx.js} +10 -10
- package/dist/middleware-BdvcKLrd.js +33 -0
- package/dist/{middleware-DorxmHEo.js → middleware-CtH9KUdY.js} +15 -15
- package/dist/middleware-wC-nGPe2.js +17 -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-BE4bLxh6.js → owner-C075Tw8S.js} +3 -3
- package/dist/{proof-CZ5J2Im2.js → proof-CrvjF731.js} +3 -3
- package/dist/{proof-DrMu1lZ-.js → proof-HSgu4dlr.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-ChVugp_l.js → send-Dorf2G6L.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-DiZi5k5s.js → types-CpCupgQa.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-7-nYuxr4.js → vocab-BXGUvPzL.js} +3 -3
- package/dist/{vocab-kxUmjK1n.js → vocab-PsgM9wH1.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-DWeRWtqS.js +0 -17
- package/dist/middleware-vEJM7OL8.js +0 -33
@@ -0,0 +1,33 @@
|
|
1
|
+
|
2
|
+
import { Temporal } from "@js-temporal/polyfill";
|
3
|
+
import { URLPattern } from "urlpattern-polyfill";
|
4
|
+
globalThis.addEventListener = () => {};
|
5
|
+
|
6
|
+
import { ContextImpl, FederationImpl, InboxContextImpl, KvSpecDeterminer, createFederation } from "./middleware-CtH9KUdY.js";
|
7
|
+
import "./docloader-CBMZVq2J.js";
|
8
|
+
import "./url-kTAI6_KP.js";
|
9
|
+
import "./semver-CbbIgUsa.js";
|
10
|
+
import "./client-DXKuoQ7D.js";
|
11
|
+
import "./router-D_aVZZUc.js";
|
12
|
+
import "./types-CqoqWDkp.js";
|
13
|
+
import "./multibase-DeCHcK8L.js";
|
14
|
+
import "./vocab-PsgM9wH1.js";
|
15
|
+
import "./langstr-DbWheeIS.js";
|
16
|
+
import "./lookup-B1dQygav.js";
|
17
|
+
import "./type-D2s5lmbZ.js";
|
18
|
+
import "./actor-BvwvoCy1.js";
|
19
|
+
import "./key-Br0e9jTl.js";
|
20
|
+
import "./http-BhPVlKNN.js";
|
21
|
+
import "./authdocloader-Baw98GD1.js";
|
22
|
+
import "./ld-Dt1-z8M0.js";
|
23
|
+
import "./owner-C075Tw8S.js";
|
24
|
+
import "./proof-CrvjF731.js";
|
25
|
+
import "./lookup-Bqga9yxv.js";
|
26
|
+
import "./inbox-BaF7EYQE.js";
|
27
|
+
import "./builder-B7PIr29E.js";
|
28
|
+
import "./collection-QaGK9TVn.js";
|
29
|
+
import "./keycache-DGUKjXMd.js";
|
30
|
+
import "./retry-BiIhZWgD.js";
|
31
|
+
import "./send-Dorf2G6L.js";
|
32
|
+
|
33
|
+
export { FederationImpl };
|
@@ -3,26 +3,26 @@
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
4
4
|
globalThis.addEventListener = () => {};
|
5
5
|
|
6
|
-
import { deno_default, getDocumentLoader, kvCache } from "./docloader-
|
7
|
-
import { getNodeInfo } from "./client-
|
6
|
+
import { deno_default, getDocumentLoader, kvCache } from "./docloader-CBMZVq2J.js";
|
7
|
+
import { getNodeInfo } from "./client-DXKuoQ7D.js";
|
8
8
|
import { RouterError } from "./router-D_aVZZUc.js";
|
9
9
|
import { nodeInfoToJson } from "./types-CqoqWDkp.js";
|
10
|
-
import { Activity, CryptographicKey, Link, Multikey, Object as Object$1, OrderedCollection, OrderedCollectionPage } from "./vocab-
|
11
|
-
import { lookupWebFinger } from "./lookup-
|
10
|
+
import { Activity, CryptographicKey, Link, Multikey, Object as Object$1, OrderedCollection, OrderedCollectionPage } from "./vocab-PsgM9wH1.js";
|
11
|
+
import { lookupWebFinger } from "./lookup-B1dQygav.js";
|
12
12
|
import { getTypeId } from "./type-D2s5lmbZ.js";
|
13
|
-
import { exportJwk, importJwk, validateCryptoKey } from "./key-
|
14
|
-
import { verifyRequest } from "./http-
|
15
|
-
import { getAuthenticatedDocumentLoader } from "./authdocloader-
|
16
|
-
import { detachSignature, hasSignature, signJsonLd, verifyJsonLd } from "./ld-
|
17
|
-
import { doesActorOwnKey, getKeyOwner } from "./owner-
|
18
|
-
import { signObject, verifyObject } from "./proof-
|
19
|
-
import { lookupObject, traverseCollection } from "./lookup-
|
20
|
-
import { routeActivity } from "./inbox-
|
21
|
-
import { FederationBuilderImpl } from "./builder-
|
13
|
+
import { exportJwk, importJwk, validateCryptoKey } from "./key-Br0e9jTl.js";
|
14
|
+
import { verifyRequest } from "./http-BhPVlKNN.js";
|
15
|
+
import { getAuthenticatedDocumentLoader } from "./authdocloader-Baw98GD1.js";
|
16
|
+
import { detachSignature, hasSignature, signJsonLd, verifyJsonLd } from "./ld-Dt1-z8M0.js";
|
17
|
+
import { doesActorOwnKey, getKeyOwner } from "./owner-C075Tw8S.js";
|
18
|
+
import { signObject, verifyObject } from "./proof-CrvjF731.js";
|
19
|
+
import { lookupObject, traverseCollection } from "./lookup-Bqga9yxv.js";
|
20
|
+
import { routeActivity } from "./inbox-BaF7EYQE.js";
|
21
|
+
import { FederationBuilderImpl } from "./builder-B7PIr29E.js";
|
22
22
|
import { buildCollectionSynchronizationHeader } from "./collection-QaGK9TVn.js";
|
23
|
-
import { KvKeyCache } from "./keycache-
|
23
|
+
import { KvKeyCache } from "./keycache-DGUKjXMd.js";
|
24
24
|
import { createExponentialBackoffPolicy } from "./retry-BiIhZWgD.js";
|
25
|
-
import { extractInboxes, sendActivity } from "./send-
|
25
|
+
import { extractInboxes, sendActivity } from "./send-Dorf2G6L.js";
|
26
26
|
import { getLogger, withContext } from "@logtape/logtape";
|
27
27
|
import { SpanKind, SpanStatusCode, context, propagation, trace } from "@opentelemetry/api";
|
28
28
|
import { ATTR_HTTP_REQUEST_HEADER, ATTR_HTTP_REQUEST_METHOD, ATTR_HTTP_RESPONSE_HEADER, ATTR_HTTP_RESPONSE_STATUS_CODE, ATTR_URL_FULL } from "@opentelemetry/semantic-conventions";
|
@@ -0,0 +1,17 @@
|
|
1
|
+
|
2
|
+
import { Temporal } from "@js-temporal/polyfill";
|
3
|
+
import { URLPattern } from "urlpattern-polyfill";
|
4
|
+
|
5
|
+
import "./transformers-jxj-4o2K.js";
|
6
|
+
import "./docloader-BdShRAiH.js";
|
7
|
+
import "./actor-DkABCJ6r.js";
|
8
|
+
import { ContextImpl, FederationImpl, InboxContextImpl, KvSpecDeterminer, createFederation } from "./middleware-48xNkDbx.js";
|
9
|
+
import "./lookup-CzniDGqG.js";
|
10
|
+
import "./key-BpkiIkU3.js";
|
11
|
+
import "./http-DqGsw2nv.js";
|
12
|
+
import "./proof-HSgu4dlr.js";
|
13
|
+
import "./types-CpCupgQa.js";
|
14
|
+
import "./authdocloader-B1okbxks.js";
|
15
|
+
import "./vocab-BXGUvPzL.js";
|
16
|
+
|
17
|
+
export { FederationImpl };
|
package/dist/mod.js
CHANGED
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
import { actorDehydrator$1 as actorDehydrator, autoIdAssigner$1 as autoIdAssigner, getDefaultActivityTransformers$1 as getDefaultActivityTransformers } from "./transformers-jxj-4o2K.js";
|
6
6
|
import "./compat-Bb5myD13.js";
|
7
|
-
import { FetchError, fetchDocumentLoader, getDocumentLoader, getUserAgent, kvCache } from "./docloader-
|
8
|
-
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, LanguageString, 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, exportMultibaseKey$1 as exportMultibaseKey, exportSpki$1 as exportSpki, getActorClassByTypeName, getActorHandle, getActorTypeName, getTypeId$1 as getTypeId, importMultibaseKey$1 as importMultibaseKey, importPem$1 as importPem, importPkcs1$1 as importPkcs1, importSpki$1 as importSpki, isActor, normalizeActorHandle } from "./actor-
|
9
|
-
import { Router, RouterError, buildCollectionSynchronizationHeader, createExponentialBackoffPolicy, createFederation, createFederationBuilder, digest, respondWithObject, respondWithObjectIfAcceptable } from "./middleware-
|
10
|
-
import { lookupWebFinger } from "./lookup-
|
11
|
-
import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk } from "./key-
|
12
|
-
import { signRequest, verifyRequest } from "./http-
|
13
|
-
import { attachSignature$1 as attachSignature, createProof$1 as createProof, createSignature$1 as createSignature, detachSignature$1 as detachSignature, doesActorOwnKey, getKeyOwner, signJsonLd$1 as signJsonLd, signObject$1 as signObject, verifyJsonLd$1 as verifyJsonLd, verifyObject$1 as verifyObject, verifyProof$1 as verifyProof, verifySignature$1 as verifySignature } from "./proof-
|
7
|
+
import { FetchError, fetchDocumentLoader, getDocumentLoader, getUserAgent, kvCache } from "./docloader-BdShRAiH.js";
|
8
|
+
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, LanguageString, 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, exportMultibaseKey$1 as exportMultibaseKey, exportSpki$1 as exportSpki, getActorClassByTypeName, getActorHandle, getActorTypeName, getTypeId$1 as getTypeId, importMultibaseKey$1 as importMultibaseKey, importPem$1 as importPem, importPkcs1$1 as importPkcs1, importSpki$1 as importSpki, isActor, normalizeActorHandle } from "./actor-DkABCJ6r.js";
|
9
|
+
import { Router, RouterError, buildCollectionSynchronizationHeader, createExponentialBackoffPolicy, createFederation, createFederationBuilder, digest, respondWithObject, respondWithObjectIfAcceptable } from "./middleware-48xNkDbx.js";
|
10
|
+
import { lookupWebFinger } from "./lookup-CzniDGqG.js";
|
11
|
+
import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk } from "./key-BpkiIkU3.js";
|
12
|
+
import { signRequest, verifyRequest } from "./http-DqGsw2nv.js";
|
13
|
+
import { attachSignature$1 as attachSignature, createProof$1 as createProof, createSignature$1 as createSignature, detachSignature$1 as detachSignature, doesActorOwnKey, getKeyOwner, signJsonLd$1 as signJsonLd, signObject$1 as signObject, verifyJsonLd$1 as verifyJsonLd, verifyObject$1 as verifyObject, verifyProof$1 as verifyProof, verifySignature$1 as verifySignature } from "./proof-HSgu4dlr.js";
|
14
14
|
import { InProcessMessageQueue, MemoryKvStore, ParallelMessageQueue } from "./federation-Bmj7soSg.js";
|
15
|
-
import { formatSemVer, getNodeInfo, nodeInfoToJson, parseNodeInfo, parseSemVer } from "./types-
|
16
|
-
import { getAuthenticatedDocumentLoader$1 as getAuthenticatedDocumentLoader } from "./authdocloader-
|
17
|
-
import { PUBLIC_COLLECTION, lookupObject, traverseCollection } from "./vocab-
|
15
|
+
import { formatSemVer, getNodeInfo, nodeInfoToJson, parseNodeInfo, parseSemVer } from "./types-CpCupgQa.js";
|
16
|
+
import { getAuthenticatedDocumentLoader$1 as getAuthenticatedDocumentLoader } from "./authdocloader-B1okbxks.js";
|
17
|
+
import { PUBLIC_COLLECTION, lookupObject, traverseCollection } from "./vocab-BXGUvPzL.js";
|
18
18
|
import "./nodeinfo-CyEbLjHs.js";
|
19
19
|
import "./runtime-BSkOVUWM.js";
|
20
20
|
import "./sig-BXJO--F9.js";
|
@@ -6,10 +6,10 @@
|
|
6
6
|
import { assertEquals } from "../assert_equals-ClvzlhZu.js";
|
7
7
|
import "../assert-Dv75vaGI.js";
|
8
8
|
import "../assert_instance_of--9UCVKsi.js";
|
9
|
-
import "../docloader-
|
9
|
+
import "../docloader-CBMZVq2J.js";
|
10
10
|
import "../url-kTAI6_KP.js";
|
11
11
|
import "../semver-CbbIgUsa.js";
|
12
|
-
import { getNodeInfo, parseInboundService, parseNodeInfo, parseOutboundService, parseProtocol, parseServices, parseSoftware, parseUsage } from "../client-
|
12
|
+
import { getNodeInfo, parseInboundService, parseNodeInfo, parseOutboundService, parseProtocol, parseServices, parseSoftware, parseUsage } from "../client-DXKuoQ7D.js";
|
13
13
|
import { test } from "../testing-jcGLO9Lp.js";
|
14
14
|
import "../std__assert-CaBUULmX.js";
|
15
15
|
import "../assert_rejects-FOHCtlD2.js";
|
@@ -7,32 +7,32 @@ import { assertEquals } from "../assert_equals-ClvzlhZu.js";
|
|
7
7
|
import "../assert-Dv75vaGI.js";
|
8
8
|
import "../assert_instance_of--9UCVKsi.js";
|
9
9
|
import { MemoryKvStore } from "../kv-DohFOP2C.js";
|
10
|
-
import { createFederation, handleNodeInfo, handleNodeInfoJrd } from "../middleware-
|
11
|
-
import "../docloader-
|
10
|
+
import { createFederation, handleNodeInfo, handleNodeInfoJrd } from "../middleware-CtH9KUdY.js";
|
11
|
+
import "../docloader-CBMZVq2J.js";
|
12
12
|
import "../url-kTAI6_KP.js";
|
13
13
|
import { parseSemVer } from "../semver-CbbIgUsa.js";
|
14
|
-
import "../client-
|
14
|
+
import "../client-DXKuoQ7D.js";
|
15
15
|
import "../router-D_aVZZUc.js";
|
16
16
|
import "../types-CqoqWDkp.js";
|
17
17
|
import "../multibase-DeCHcK8L.js";
|
18
|
-
import "../vocab-
|
18
|
+
import "../vocab-PsgM9wH1.js";
|
19
19
|
import "../langstr-DbWheeIS.js";
|
20
|
-
import "../lookup-
|
20
|
+
import "../lookup-B1dQygav.js";
|
21
21
|
import "../type-D2s5lmbZ.js";
|
22
|
-
import "../actor-
|
23
|
-
import "../key-
|
24
|
-
import "../http-
|
25
|
-
import "../authdocloader-
|
26
|
-
import "../ld-
|
27
|
-
import "../owner-
|
28
|
-
import "../proof-
|
29
|
-
import "../lookup-
|
30
|
-
import "../inbox-
|
31
|
-
import "../builder-
|
22
|
+
import "../actor-BvwvoCy1.js";
|
23
|
+
import "../key-Br0e9jTl.js";
|
24
|
+
import "../http-BhPVlKNN.js";
|
25
|
+
import "../authdocloader-Baw98GD1.js";
|
26
|
+
import "../ld-Dt1-z8M0.js";
|
27
|
+
import "../owner-C075Tw8S.js";
|
28
|
+
import "../proof-CrvjF731.js";
|
29
|
+
import "../lookup-Bqga9yxv.js";
|
30
|
+
import "../inbox-BaF7EYQE.js";
|
31
|
+
import "../builder-B7PIr29E.js";
|
32
32
|
import "../collection-QaGK9TVn.js";
|
33
|
-
import "../keycache-
|
33
|
+
import "../keycache-DGUKjXMd.js";
|
34
34
|
import "../retry-BiIhZWgD.js";
|
35
|
-
import "../send-
|
35
|
+
import "../send-Dorf2G6L.js";
|
36
36
|
import { test } from "../testing-jcGLO9Lp.js";
|
37
37
|
import "../std__assert-CaBUULmX.js";
|
38
38
|
import "../assert_rejects-FOHCtlD2.js";
|
@@ -40,7 +40,7 @@ import "../assert_is_error-D162gXcM.js";
|
|
40
40
|
import "../assert_not_equals-Cyf5m9Ke.js";
|
41
41
|
import "../assert_throws-CRfQJvVx.js";
|
42
42
|
import "../docloader-09nVWLAZ.js";
|
43
|
-
import { createRequestContext } from "../context-
|
43
|
+
import { createRequestContext } from "../context-DThK60lo.js";
|
44
44
|
|
45
45
|
//#region nodeinfo/handler.test.ts
|
46
46
|
test("handleNodeInfo()", async () => {
|
package/dist/nodeinfo/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 "../docloader-
|
6
|
-
import { formatSemVer, getNodeInfo, nodeInfoToJson, parseNodeInfo, parseSemVer } from "../types-
|
5
|
+
import "../docloader-BdShRAiH.js";
|
6
|
+
import { formatSemVer, getNodeInfo, nodeInfoToJson, parseNodeInfo, parseSemVer } from "../types-CpCupgQa.js";
|
7
7
|
import "../nodeinfo-CyEbLjHs.js";
|
8
8
|
|
9
9
|
export { formatSemVer, getNodeInfo, nodeInfoToJson, parseNodeInfo, parseSemVer };
|
@@ -3,9 +3,9 @@
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
4
4
|
globalThis.addEventListener = () => {};
|
5
5
|
|
6
|
-
import { getDocumentLoader } from "./docloader-
|
7
|
-
import { CryptographicKey, Object as Object$1 } from "./vocab-
|
8
|
-
import { isActor } from "./actor-
|
6
|
+
import { getDocumentLoader } from "./docloader-CBMZVq2J.js";
|
7
|
+
import { CryptographicKey, Object as Object$1 } from "./vocab-PsgM9wH1.js";
|
8
|
+
import { isActor } from "./actor-BvwvoCy1.js";
|
9
9
|
import { trace } from "@opentelemetry/api";
|
10
10
|
|
11
11
|
//#region sig/owner.ts
|
@@ -3,10 +3,10 @@
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
4
4
|
globalThis.addEventListener = () => {};
|
5
5
|
|
6
|
-
import { deno_default } from "./docloader-
|
7
|
-
import { Activity, DataIntegrityProof, Multikey } from "./vocab-
|
6
|
+
import { deno_default } from "./docloader-CBMZVq2J.js";
|
7
|
+
import { Activity, DataIntegrityProof, Multikey } from "./vocab-PsgM9wH1.js";
|
8
8
|
import { getTypeId } from "./type-D2s5lmbZ.js";
|
9
|
-
import { fetchKey, validateCryptoKey } from "./key-
|
9
|
+
import { fetchKey, validateCryptoKey } from "./key-Br0e9jTl.js";
|
10
10
|
import { getLogger } from "@logtape/logtape";
|
11
11
|
import { SpanStatusCode, trace } from "@opentelemetry/api";
|
12
12
|
import { encodeHex } from "byte-encodings/hex";
|
@@ -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 { Activity, CryptographicKey, DataIntegrityProof, Multikey, Object as Object$1, getTypeId$1 as getTypeId, isActor } from "./actor-
|
7
|
-
import { fetchKey, validateCryptoKey } from "./key-
|
5
|
+
import { deno_default, getDocumentLoader } from "./docloader-BdShRAiH.js";
|
6
|
+
import { Activity, CryptographicKey, DataIntegrityProof, Multikey, Object as Object$1, getTypeId$1 as getTypeId, isActor } from "./actor-DkABCJ6r.js";
|
7
|
+
import { fetchKey, validateCryptoKey } from "./key-BpkiIkU3.js";
|
8
8
|
import { getLogger } from "@logtape/logtape";
|
9
9
|
import { SpanStatusCode, trace } from "@opentelemetry/api";
|
10
10
|
import jsonld from "jsonld";
|
@@ -6,17 +6,17 @@
|
|
6
6
|
import { assertEquals } from "../assert_equals-ClvzlhZu.js";
|
7
7
|
import "../assert-Dv75vaGI.js";
|
8
8
|
import "../assert_instance_of--9UCVKsi.js";
|
9
|
-
import "../docloader-
|
9
|
+
import "../docloader-CBMZVq2J.js";
|
10
10
|
import { UrlError } from "../url-kTAI6_KP.js";
|
11
11
|
import "../multibase-DeCHcK8L.js";
|
12
|
-
import "../vocab-
|
12
|
+
import "../vocab-PsgM9wH1.js";
|
13
13
|
import "../langstr-DbWheeIS.js";
|
14
|
-
import "../lookup-
|
14
|
+
import "../lookup-B1dQygav.js";
|
15
15
|
import "../type-D2s5lmbZ.js";
|
16
|
-
import "../actor-
|
17
|
-
import "../key-
|
18
|
-
import { verifyRequest } from "../http-
|
19
|
-
import { getAuthenticatedDocumentLoader } from "../authdocloader-
|
16
|
+
import "../actor-BvwvoCy1.js";
|
17
|
+
import "../key-Br0e9jTl.js";
|
18
|
+
import { verifyRequest } from "../http-BhPVlKNN.js";
|
19
|
+
import { getAuthenticatedDocumentLoader } from "../authdocloader-Baw98GD1.js";
|
20
20
|
import { test } from "../testing-jcGLO9Lp.js";
|
21
21
|
import "../std__assert-CaBUULmX.js";
|
22
22
|
import { assertRejects } from "../assert_rejects-FOHCtlD2.js";
|
@@ -24,7 +24,7 @@ import "../assert_is_error-D162gXcM.js";
|
|
24
24
|
import "../assert_not_equals-Cyf5m9Ke.js";
|
25
25
|
import "../assert_throws-CRfQJvVx.js";
|
26
26
|
import { mockDocumentLoader } from "../docloader-09nVWLAZ.js";
|
27
|
-
import { rsaPrivateKey2 } from "../keys-
|
27
|
+
import { rsaPrivateKey2 } from "../keys-DbtVmDfk.js";
|
28
28
|
import { esm_default } from "../esm-BxIKwi-M.js";
|
29
29
|
|
30
30
|
//#region runtime/authdocloader.test.ts
|
@@ -7,7 +7,7 @@ import { assertEquals } from "../assert_equals-ClvzlhZu.js";
|
|
7
7
|
import "../assert-Dv75vaGI.js";
|
8
8
|
import "../assert_instance_of--9UCVKsi.js";
|
9
9
|
import { MemoryKvStore } from "../kv-DohFOP2C.js";
|
10
|
-
import { FetchError, contexts_default, deno_default, getDocumentLoader, getUserAgent, kvCache } from "../docloader-
|
10
|
+
import { FetchError, contexts_default, deno_default, getDocumentLoader, getUserAgent, kvCache } from "../docloader-CBMZVq2J.js";
|
11
11
|
import { UrlError } from "../url-kTAI6_KP.js";
|
12
12
|
import { test } from "../testing-jcGLO9Lp.js";
|
13
13
|
import "../std__assert-CaBUULmX.js";
|
package/dist/runtime/key.test.js
CHANGED
@@ -6,15 +6,15 @@
|
|
6
6
|
import { assertEquals } from "../assert_equals-ClvzlhZu.js";
|
7
7
|
import "../assert-Dv75vaGI.js";
|
8
8
|
import "../assert_instance_of--9UCVKsi.js";
|
9
|
-
import "../docloader-
|
9
|
+
import "../docloader-CBMZVq2J.js";
|
10
10
|
import "../url-kTAI6_KP.js";
|
11
11
|
import "../multibase-DeCHcK8L.js";
|
12
|
-
import { exportMultibaseKey, exportSpki, importMultibaseKey, importPem, importPkcs1, importSpki } from "../vocab-
|
12
|
+
import { exportMultibaseKey, exportSpki, importMultibaseKey, importPem, importPkcs1, importSpki } from "../vocab-PsgM9wH1.js";
|
13
13
|
import "../langstr-DbWheeIS.js";
|
14
|
-
import "../lookup-
|
14
|
+
import "../lookup-B1dQygav.js";
|
15
15
|
import "../type-D2s5lmbZ.js";
|
16
|
-
import "../actor-
|
17
|
-
import { exportJwk, importJwk } from "../key-
|
16
|
+
import "../actor-BvwvoCy1.js";
|
17
|
+
import { exportJwk, importJwk } from "../key-Br0e9jTl.js";
|
18
18
|
import { test } from "../testing-jcGLO9Lp.js";
|
19
19
|
import "../std__assert-CaBUULmX.js";
|
20
20
|
import "../assert_rejects-FOHCtlD2.js";
|
package/dist/runtime/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 { FetchError, fetchDocumentLoader, getDocumentLoader, getUserAgent, kvCache } from "../docloader-
|
6
|
-
import { LanguageString, exportMultibaseKey$1 as exportMultibaseKey, exportSpki$1 as exportSpki, importMultibaseKey$1 as importMultibaseKey, importPem$1 as importPem, importPkcs1$1 as importPkcs1, importSpki$1 as importSpki } from "../actor-
|
7
|
-
import "../lookup-
|
8
|
-
import "../key-
|
9
|
-
import "../http-
|
10
|
-
import { getAuthenticatedDocumentLoader$1 as getAuthenticatedDocumentLoader } from "../authdocloader-
|
5
|
+
import { FetchError, fetchDocumentLoader, getDocumentLoader, getUserAgent, kvCache } from "../docloader-BdShRAiH.js";
|
6
|
+
import { LanguageString, exportMultibaseKey$1 as exportMultibaseKey, exportSpki$1 as exportSpki, importMultibaseKey$1 as importMultibaseKey, importPem$1 as importPem, importPkcs1$1 as importPkcs1, importSpki$1 as importSpki } from "../actor-DkABCJ6r.js";
|
7
|
+
import "../lookup-CzniDGqG.js";
|
8
|
+
import "../key-BpkiIkU3.js";
|
9
|
+
import "../http-DqGsw2nv.js";
|
10
|
+
import { getAuthenticatedDocumentLoader$1 as getAuthenticatedDocumentLoader } from "../authdocloader-B1okbxks.js";
|
11
11
|
import "../runtime-BSkOVUWM.js";
|
12
12
|
|
13
13
|
export { FetchError, LanguageString, exportMultibaseKey, exportSpki, fetchDocumentLoader, getAuthenticatedDocumentLoader, getDocumentLoader, getUserAgent, importMultibaseKey, importPem, importPkcs1, importSpki, kvCache };
|
@@ -3,8 +3,8 @@
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
4
4
|
globalThis.addEventListener = () => {};
|
5
5
|
|
6
|
-
import { deno_default } from "./docloader-
|
7
|
-
import { doubleKnock } from "./http-
|
6
|
+
import { deno_default } from "./docloader-CBMZVq2J.js";
|
7
|
+
import { doubleKnock } from "./http-BhPVlKNN.js";
|
8
8
|
import { getLogger } from "@logtape/logtape";
|
9
9
|
import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
|
10
10
|
|
package/dist/sig/http.test.js
CHANGED
@@ -6,16 +6,16 @@
|
|
6
6
|
import { assertEquals } from "../assert_equals-ClvzlhZu.js";
|
7
7
|
import { assert } from "../assert-Dv75vaGI.js";
|
8
8
|
import "../assert_instance_of--9UCVKsi.js";
|
9
|
-
import "../docloader-
|
9
|
+
import "../docloader-CBMZVq2J.js";
|
10
10
|
import "../url-kTAI6_KP.js";
|
11
11
|
import "../multibase-DeCHcK8L.js";
|
12
|
-
import { exportSpki } from "../vocab-
|
12
|
+
import { exportSpki } from "../vocab-PsgM9wH1.js";
|
13
13
|
import "../langstr-DbWheeIS.js";
|
14
|
-
import "../lookup-
|
14
|
+
import "../lookup-B1dQygav.js";
|
15
15
|
import "../type-D2s5lmbZ.js";
|
16
|
-
import "../actor-
|
17
|
-
import { exportJwk } from "../key-
|
18
|
-
import { createRfc9421SignatureBase, doubleKnock, formatRfc9421Signature, formatRfc9421SignatureParameters, parseRfc9421Signature, parseRfc9421SignatureInput, signRequest, timingSafeEqual, verifyRequest } from "../http-
|
16
|
+
import "../actor-BvwvoCy1.js";
|
17
|
+
import { exportJwk } from "../key-Br0e9jTl.js";
|
18
|
+
import { createRfc9421SignatureBase, doubleKnock, formatRfc9421Signature, formatRfc9421SignatureParameters, parseRfc9421Signature, parseRfc9421SignatureInput, signRequest, timingSafeEqual, verifyRequest } from "../http-BhPVlKNN.js";
|
19
19
|
import { test } from "../testing-jcGLO9Lp.js";
|
20
20
|
import { assertExists, assertStringIncludes } from "../std__assert-CaBUULmX.js";
|
21
21
|
import { assertFalse } from "../assert_rejects-FOHCtlD2.js";
|
@@ -23,7 +23,7 @@ import "../assert_is_error-D162gXcM.js";
|
|
23
23
|
import "../assert_not_equals-Cyf5m9Ke.js";
|
24
24
|
import "../assert_throws-CRfQJvVx.js";
|
25
25
|
import { mockDocumentLoader } from "../docloader-09nVWLAZ.js";
|
26
|
-
import { rsaPrivateKey2, rsaPublicKey1, rsaPublicKey2, rsaPublicKey5 } from "../keys-
|
26
|
+
import { rsaPrivateKey2, rsaPublicKey1, rsaPublicKey2, rsaPublicKey5 } from "../keys-DbtVmDfk.js";
|
27
27
|
import { install, mock, uninstall } from "../hongminhee__deno-mock-fetch-DJKLj_H-.js";
|
28
28
|
import { encodeBase64 } from "byte-encodings/base64";
|
29
29
|
|
package/dist/sig/key.test.js
CHANGED
@@ -6,15 +6,15 @@
|
|
6
6
|
import { assertEquals } from "../assert_equals-ClvzlhZu.js";
|
7
7
|
import "../assert-Dv75vaGI.js";
|
8
8
|
import "../assert_instance_of--9UCVKsi.js";
|
9
|
-
import "../docloader-
|
9
|
+
import "../docloader-CBMZVq2J.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-PsgM9wH1.js";
|
13
13
|
import "../langstr-DbWheeIS.js";
|
14
|
-
import "../lookup-
|
14
|
+
import "../lookup-B1dQygav.js";
|
15
15
|
import "../type-D2s5lmbZ.js";
|
16
|
-
import "../actor-
|
17
|
-
import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, validateCryptoKey } from "../key-
|
16
|
+
import "../actor-BvwvoCy1.js";
|
17
|
+
import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk, validateCryptoKey } from "../key-Br0e9jTl.js";
|
18
18
|
import { test } from "../testing-jcGLO9Lp.js";
|
19
19
|
import "../std__assert-CaBUULmX.js";
|
20
20
|
import { assertRejects } from "../assert_rejects-FOHCtlD2.js";
|
@@ -22,7 +22,7 @@ import "../assert_is_error-D162gXcM.js";
|
|
22
22
|
import "../assert_not_equals-Cyf5m9Ke.js";
|
23
23
|
import { assertThrows } from "../assert_throws-CRfQJvVx.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-DbtVmDfk.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-ClvzlhZu.js";
|
7
7
|
import { assert } from "../assert-Dv75vaGI.js";
|
8
|
-
import "../docloader-
|
8
|
+
import "../docloader-CBMZVq2J.js";
|
9
9
|
import "../url-kTAI6_KP.js";
|
10
10
|
import "../multibase-DeCHcK8L.js";
|
11
|
-
import { CryptographicKey } from "../vocab-
|
11
|
+
import { CryptographicKey } from "../vocab-PsgM9wH1.js";
|
12
12
|
import "../langstr-DbWheeIS.js";
|
13
|
-
import "../lookup-
|
13
|
+
import "../lookup-B1dQygav.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-BvwvoCy1.js";
|
16
|
+
import { generateCryptoKeyPair } from "../key-Br0e9jTl.js";
|
17
|
+
import { attachSignature, createSignature, detachSignature, signJsonLd, verifyJsonLd, verifySignature } from "../ld-Dt1-z8M0.js";
|
18
18
|
import { test } from "../testing-jcGLO9Lp.js";
|
19
19
|
import { assertFalse, assertRejects } from "../assert_rejects-FOHCtlD2.js";
|
20
20
|
import "../assert_is_error-D162gXcM.js";
|
21
21
|
import { assertThrows } from "../assert_throws-CRfQJvVx.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-DbtVmDfk.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$1 as attachSignature, createProof$1 as createProof, createSignature$1 as createSignature, detachSignature$1 as detachSignature, doesActorOwnKey, getKeyOwner, signJsonLd$1 as signJsonLd, signObject$1 as signObject, verifyJsonLd$1 as verifyJsonLd, verifyObject$1 as verifyObject, verifyProof$1 as verifyProof, verifySignature$1 as verifySignature } from "../proof-
|
5
|
+
import "../docloader-BdShRAiH.js";
|
6
|
+
import "../actor-DkABCJ6r.js";
|
7
|
+
import "../lookup-CzniDGqG.js";
|
8
|
+
import { exportJwk, fetchKey, generateCryptoKeyPair, importJwk } from "../key-BpkiIkU3.js";
|
9
|
+
import { signRequest, verifyRequest } from "../http-DqGsw2nv.js";
|
10
|
+
import { attachSignature$1 as attachSignature, createProof$1 as createProof, createSignature$1 as createSignature, detachSignature$1 as detachSignature, doesActorOwnKey, getKeyOwner, signJsonLd$1 as signJsonLd, signObject$1 as signObject, verifyJsonLd$1 as verifyJsonLd, verifyObject$1 as verifyObject, verifyProof$1 as verifyProof, verifySignature$1 as verifySignature } from "../proof-HSgu4dlr.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-ClvzlhZu.js";
|
7
7
|
import { assert } from "../assert-Dv75vaGI.js";
|
8
8
|
import "../assert_instance_of--9UCVKsi.js";
|
9
|
-
import "../docloader-
|
9
|
+
import "../docloader-CBMZVq2J.js";
|
10
10
|
import "../url-kTAI6_KP.js";
|
11
11
|
import "../multibase-DeCHcK8L.js";
|
12
|
-
import { Create } from "../vocab-
|
12
|
+
import { Create } from "../vocab-PsgM9wH1.js";
|
13
13
|
import "../langstr-DbWheeIS.js";
|
14
|
-
import "../lookup-
|
14
|
+
import "../lookup-B1dQygav.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-BvwvoCy1.js";
|
17
|
+
import "../key-Br0e9jTl.js";
|
18
|
+
import { doesActorOwnKey, getKeyOwner } from "../owner-C075Tw8S.js";
|
19
|
+
import { lookupObject } from "../lookup-Bqga9yxv.js";
|
20
20
|
import { test } from "../testing-jcGLO9Lp.js";
|
21
21
|
import "../std__assert-CaBUULmX.js";
|
22
22
|
import { assertFalse } from "../assert_rejects-FOHCtlD2.js";
|
@@ -24,7 +24,7 @@ import "../assert_is_error-D162gXcM.js";
|
|
24
24
|
import "../assert_not_equals-Cyf5m9Ke.js";
|
25
25
|
import "../assert_throws-CRfQJvVx.js";
|
26
26
|
import { mockDocumentLoader } from "../docloader-09nVWLAZ.js";
|
27
|
-
import { rsaPublicKey1, rsaPublicKey2 } from "../keys-
|
27
|
+
import { rsaPublicKey1, rsaPublicKey2 } from "../keys-DbtVmDfk.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-ClvzlhZu.js";
|
7
7
|
import "../assert-Dv75vaGI.js";
|
8
8
|
import { assertInstanceOf } from "../assert_instance_of--9UCVKsi.js";
|
9
|
-
import "../docloader-
|
9
|
+
import "../docloader-CBMZVq2J.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-PsgM9wH1.js";
|
13
13
|
import "../langstr-DbWheeIS.js";
|
14
|
-
import "../lookup-
|
14
|
+
import "../lookup-B1dQygav.js";
|
15
15
|
import "../type-D2s5lmbZ.js";
|
16
|
-
import "../actor-
|
17
|
-
import "../key-
|
18
|
-
import { createProof, signObject, verifyObject, verifyProof } from "../proof-
|
16
|
+
import "../actor-BvwvoCy1.js";
|
17
|
+
import "../key-Br0e9jTl.js";
|
18
|
+
import { createProof, signObject, verifyObject, verifyProof } from "../proof-CrvjF731.js";
|
19
19
|
import { test } from "../testing-jcGLO9Lp.js";
|
20
20
|
import "../std__assert-CaBUULmX.js";
|
21
21
|
import { assertRejects } from "../assert_rejects-FOHCtlD2.js";
|
@@ -23,7 +23,7 @@ import "../assert_is_error-D162gXcM.js";
|
|
23
23
|
import "../assert_not_equals-Cyf5m9Ke.js";
|
24
24
|
import "../assert_throws-CRfQJvVx.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-DbtVmDfk.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-BdShRAiH.js";
|
6
6
|
import { getLogger } from "@logtape/logtape";
|
7
7
|
|
8
8
|
//#region nodeinfo/semver.ts
|
package/dist/vocab/actor.test.js
CHANGED
@@ -7,14 +7,14 @@ import { __export } from "../chunk-HsBuZ-b2.js";
|
|
7
7
|
import { assertEquals } from "../assert_equals-ClvzlhZu.js";
|
8
8
|
import { assert } from "../assert-Dv75vaGI.js";
|
9
9
|
import "../assert_instance_of--9UCVKsi.js";
|
10
|
-
import "../docloader-
|
10
|
+
import "../docloader-CBMZVq2J.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-PsgM9wH1.js";
|
14
14
|
import "../langstr-DbWheeIS.js";
|
15
|
-
import "../lookup-
|
15
|
+
import "../lookup-B1dQygav.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-BvwvoCy1.js";
|
18
18
|
import { test } from "../testing-jcGLO9Lp.js";
|
19
19
|
import { assertStrictEquals } from "../std__assert-CaBUULmX.js";
|
20
20
|
import { assertFalse, assertRejects } from "../assert_rejects-FOHCtlD2.js";
|
@@ -6,14 +6,14 @@
|
|
6
6
|
import { assertEquals } from "../assert_equals-ClvzlhZu.js";
|
7
7
|
import "../assert-Dv75vaGI.js";
|
8
8
|
import { assertInstanceOf } from "../assert_instance_of--9UCVKsi.js";
|
9
|
-
import "../docloader-
|
9
|
+
import "../docloader-CBMZVq2J.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-PsgM9wH1.js";
|
13
13
|
import "../langstr-DbWheeIS.js";
|
14
|
-
import "../lookup-
|
14
|
+
import "../lookup-B1dQygav.js";
|
15
15
|
import "../type-D2s5lmbZ.js";
|
16
|
-
import { lookupObject, traverseCollection } from "../lookup-
|
16
|
+
import { lookupObject, traverseCollection } from "../lookup-Bqga9yxv.js";
|
17
17
|
import { test } from "../testing-jcGLO9Lp.js";
|
18
18
|
import "../std__assert-CaBUULmX.js";
|
19
19
|
import "../assert_rejects-FOHCtlD2.js";
|
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$1 as getTypeId, isActor, normalizeActorHandle } from "../actor-
|
7
|
-
import "../lookup-
|
8
|
-
import { PUBLIC_COLLECTION, lookupObject, traverseCollection } from "../vocab-
|
5
|
+
import "../docloader-BdShRAiH.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$1 as getTypeId, isActor, normalizeActorHandle } from "../actor-DkABCJ6r.js";
|
7
|
+
import "../lookup-CzniDGqG.js";
|
8
|
+
import { PUBLIC_COLLECTION, lookupObject, traverseCollection } from "../vocab-BXGUvPzL.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 };
|