@fedify/fedify 2.0.0-pr.479.1922 → 2.0.0-pr.490.2
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 +6 -0
- package/dist/{actor-CW8r77Iv.js → actor-BT-e5fn9.js} +1 -1
- package/dist/{actor-DrcbNMaD.js → actor-B_gRMloq.js} +185 -185
- package/dist/{actor-ChFp4IyD.cjs → actor-CBfPjuWj.cjs} +185 -185
- package/dist/{builder-BLmiC9Ji.js → builder-4syLV1-z.js} +3 -3
- package/dist/compat/transformers.test.js +14 -14
- package/dist/{docloader-CDku0pGl.js → docloader-DndkGj0O.js} +2 -2
- package/dist/{esm-gonicPuw.js → esm-VlKMJQqV.js} +32 -17
- package/dist/federation/builder.test.js +4 -4
- package/dist/federation/collection.test.js +2 -2
- package/dist/federation/handler.test.js +102 -15
- package/dist/federation/idempotency.test.js +15 -15
- package/dist/federation/inbox.test.js +3 -3
- package/dist/federation/keycache.test.js +3 -3
- package/dist/federation/kv.test.js +2 -2
- package/dist/federation/middleware.test.js +16 -16
- package/dist/federation/mod.cjs +7 -7
- package/dist/federation/mod.js +7 -7
- package/dist/federation/mq.test.js +2 -2
- package/dist/federation/negotiation.test.js +2 -2
- package/dist/federation/retry.test.js +2 -2
- package/dist/federation/router.test.js +2 -2
- package/dist/federation/send.test.js +52 -9
- package/dist/{http-B7YinGhS.js → http-DH47B-h3.js} +2 -2
- package/dist/{http-BhZEftgL.cjs → http-Dxpqz4hE.cjs} +2 -2
- package/dist/{http-B4N7PAxs.js → http-YhR_TMMQ.js} +2 -2
- package/dist/{inbox-DMBYq6WU.js → inbox-CEyHvxOo.js} +1 -1
- package/dist/{key-DX9ebN5W.js → key-x7E5PYI0.js} +2 -2
- package/dist/{keycache-Cd54Wo4I.js → keycache-BRXuBDuy.js} +1 -1
- package/dist/{keys-Dm-l-UEv.js → keys-DLk_8H-l.js} +1 -1
- package/dist/{kv-cache-B9mNKlfq.cjs → kv-cache-BMpfJFTx.cjs} +1 -1
- package/dist/{kv-cache-DntsW5WZ.js → kv-cache-HFnFIjSD.js} +1 -1
- package/dist/{ld-CFZBvR6L.js → ld-CRPaU6c8.js} +2 -2
- package/dist/{lookup-BabhiNS7.cjs → lookup-BTqtVATt.cjs} +4 -3
- package/dist/{lookup-BBJi-4zQ.js → lookup-DOSnR912.js} +4 -3
- package/dist/{lookup-BwjF-fcb.js → lookup-Dj9-mgOn.js} +193 -187
- package/dist/{middleware-C9Thrf4d.js → middleware-BIqFwRwI.js} +18 -11
- package/dist/{middleware-CC2KZVK7.cjs → middleware-Ck7O6mb0.cjs} +21 -9
- package/dist/middleware-CxswDtQn.js +15 -0
- package/dist/middleware-CyITsnX0.js +26 -0
- package/dist/{middleware-CyZ46GgA.js → middleware-DfLpMu7C.js} +21 -9
- package/dist/middleware-Z8lc_drL.cjs +15 -0
- package/dist/mod.cjs +7 -7
- package/dist/mod.js +7 -7
- package/dist/nodeinfo/client.test.js +3 -3
- package/dist/nodeinfo/handler.test.js +14 -14
- package/dist/nodeinfo/types.test.js +2 -2
- package/dist/otel-1BmGPuZc.js +64 -0
- package/dist/{owner-v5XRZOsn.js → owner-CIWnopkT.js} +44 -8
- package/dist/{proof-DOvE4smW.js → proof-C8-2l0zH.js} +45 -9
- package/dist/{proof-CP8PPaHI.js → proof-D-5ri6rf.js} +2 -2
- package/dist/{proof-BHfwU6AU.cjs → proof-fEwcA7LA.cjs} +44 -8
- package/dist/{send-BkxtciTj.js → send-CPGk9QKZ.js} +9 -4
- package/dist/sig/http.test.js +7 -7
- package/dist/sig/key.test.js +5 -5
- package/dist/sig/ld.test.js +6 -6
- package/dist/sig/mod.cjs +4 -4
- package/dist/sig/mod.js +4 -4
- package/dist/sig/owner.test.js +30 -6
- package/dist/sig/proof.test.js +6 -6
- package/dist/testing/docloader.test.js +2 -2
- package/dist/testing/mod.js +2 -2
- package/dist/{testing-DSh8vd8b.js → testing-BslrM_9E.js} +1 -1
- package/dist/utils/docloader.test.js +8 -8
- package/dist/utils/kv-cache.test.js +2 -2
- package/dist/utils/mod.cjs +4 -4
- package/dist/utils/mod.js +4 -4
- package/dist/vocab/actor.test.js +4 -4
- package/dist/vocab/lookup.test.js +26 -4
- package/dist/vocab/mod.cjs +3 -3
- package/dist/vocab/mod.js +3 -3
- package/dist/vocab/type.test.js +2 -2
- package/dist/vocab/vocab.test.js +157 -157
- package/dist/{vocab-DV_9LdI4.js → vocab-ByUp-A2_.js} +7 -2
- package/dist/{vocab-Ca8XeGxY.cjs → vocab-X_X5T8D3.cjs} +7 -2
- package/dist/webfinger/handler.test.js +14 -14
- package/dist/webfinger/lookup.test.js +3 -3
- package/dist/webfinger/mod.cjs +1 -1
- package/dist/webfinger/mod.js +1 -1
- package/package.json +9 -5
- package/dist/middleware-BcWGBxBO.cjs +0 -15
- package/dist/middleware-Cc0YUCwW.js +0 -26
- package/dist/middleware-ZvHPFLJQ.js +0 -15
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import "../lookup-
|
|
6
|
+
import "../lookup-Dj9-mgOn.js";
|
|
7
7
|
import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
8
8
|
import { assert } from "../assert-MZs1qjMx.js";
|
|
9
9
|
import "../assert_instance_of-DHz7EHNU.js";
|
|
10
|
-
import { test } from "../testing-
|
|
10
|
+
import { test } from "../testing-BslrM_9E.js";
|
|
11
11
|
import { assertGreater, assertGreaterOrEqual } from "../std__assert-DWivtrGR.js";
|
|
12
12
|
import { assertFalse } from "../assert_rejects-Ce45JcFg.js";
|
|
13
13
|
import "../assert_throws-BNXdRGWP.js";
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import "../lookup-
|
|
6
|
+
import "../lookup-Dj9-mgOn.js";
|
|
7
7
|
import "../assert_equals-DSbWqCm3.js";
|
|
8
8
|
import { assert } from "../assert-MZs1qjMx.js";
|
|
9
9
|
import "../assert_instance_of-DHz7EHNU.js";
|
|
10
10
|
import { acceptsJsonLd } from "../negotiation-C4nFufNk.js";
|
|
11
|
-
import { test } from "../testing-
|
|
11
|
+
import { test } from "../testing-BslrM_9E.js";
|
|
12
12
|
import "../std__assert-DWivtrGR.js";
|
|
13
13
|
import { assertFalse } from "../assert_rejects-Ce45JcFg.js";
|
|
14
14
|
import "../assert_throws-BNXdRGWP.js";
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import "../lookup-
|
|
6
|
+
import "../lookup-Dj9-mgOn.js";
|
|
7
7
|
import { AssertionError, assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
8
8
|
import { createExponentialBackoffPolicy } from "../retry-CfF8Gn4d.js";
|
|
9
|
-
import { test } from "../testing-
|
|
9
|
+
import { test } from "../testing-BslrM_9E.js";
|
|
10
10
|
import { assertNotEquals } from "../assert_not_equals-C80BG-_5.js";
|
|
11
11
|
|
|
12
12
|
//#region src/federation/retry.test.ts
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { Router, RouterError } from "../lookup-
|
|
6
|
+
import { Router, RouterError } from "../lookup-Dj9-mgOn.js";
|
|
7
7
|
import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
8
8
|
import { assert } from "../assert-MZs1qjMx.js";
|
|
9
9
|
import "../assert_instance_of-DHz7EHNU.js";
|
|
10
|
-
import { test } from "../testing-
|
|
10
|
+
import { test } from "../testing-BslrM_9E.js";
|
|
11
11
|
import "../std__assert-DWivtrGR.js";
|
|
12
12
|
import { assertFalse } from "../assert_rejects-Ce45JcFg.js";
|
|
13
13
|
import { assertThrows } from "../assert_throws-BNXdRGWP.js";
|
|
@@ -3,22 +3,23 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { Activity, Application, Endpoints, Group, Person, Service } from "../lookup-
|
|
6
|
+
import { Activity, Application, Endpoints, Group, Person, Service } from "../lookup-Dj9-mgOn.js";
|
|
7
7
|
import { assertEquals } from "../assert_equals-DSbWqCm3.js";
|
|
8
8
|
import { assert } from "../assert-MZs1qjMx.js";
|
|
9
9
|
import "../assert_instance_of-DHz7EHNU.js";
|
|
10
|
-
import "../actor-
|
|
11
|
-
import "../key-
|
|
12
|
-
import { verifyRequest } from "../http-
|
|
13
|
-
import { doesActorOwnKey } from "../owner-
|
|
14
|
-
import { extractInboxes, sendActivity } from "../send-
|
|
15
|
-
import { mockDocumentLoader, test } from "../testing-
|
|
10
|
+
import "../actor-BT-e5fn9.js";
|
|
11
|
+
import "../key-x7E5PYI0.js";
|
|
12
|
+
import { verifyRequest } from "../http-DH47B-h3.js";
|
|
13
|
+
import { doesActorOwnKey } from "../owner-CIWnopkT.js";
|
|
14
|
+
import { extractInboxes, sendActivity } from "../send-CPGk9QKZ.js";
|
|
15
|
+
import { mockDocumentLoader, test } from "../testing-BslrM_9E.js";
|
|
16
16
|
import "../std__assert-DWivtrGR.js";
|
|
17
17
|
import { assertFalse, assertRejects } from "../assert_rejects-Ce45JcFg.js";
|
|
18
18
|
import "../assert_throws-BNXdRGWP.js";
|
|
19
19
|
import { assertNotEquals } from "../assert_not_equals-C80BG-_5.js";
|
|
20
|
-
import { ed25519Multikey, ed25519PrivateKey, rsaPrivateKey2, rsaPublicKey2 } from "../keys-
|
|
21
|
-
import {
|
|
20
|
+
import { ed25519Multikey, ed25519PrivateKey, rsaPrivateKey2, rsaPublicKey2 } from "../keys-DLk_8H-l.js";
|
|
21
|
+
import { createTestTracerProvider } from "../otel-1BmGPuZc.js";
|
|
22
|
+
import { esm_default } from "../esm-VlKMJQqV.js";
|
|
22
23
|
|
|
23
24
|
//#region src/federation/send.test.ts
|
|
24
25
|
test("extractInboxes()", () => {
|
|
@@ -212,5 +213,47 @@ test("sendActivity()", async (t) => {
|
|
|
212
213
|
});
|
|
213
214
|
esm_default.hardReset();
|
|
214
215
|
});
|
|
216
|
+
test("sendActivity() records OpenTelemetry span events", async (t) => {
|
|
217
|
+
const [tracerProvider, exporter] = createTestTracerProvider();
|
|
218
|
+
esm_default.spyGlobal();
|
|
219
|
+
await t.step("successful send", async () => {
|
|
220
|
+
esm_default.get("https://example.com/", { status: 404 });
|
|
221
|
+
esm_default.post("https://example.com/inbox", { status: 202 });
|
|
222
|
+
const activity = {
|
|
223
|
+
"@context": "https://www.w3.org/ns/activitystreams",
|
|
224
|
+
type: "Create",
|
|
225
|
+
id: "https://example.com/activity",
|
|
226
|
+
actor: "https://example.com/person"
|
|
227
|
+
};
|
|
228
|
+
await sendActivity({
|
|
229
|
+
activity,
|
|
230
|
+
activityId: "https://example.com/activity",
|
|
231
|
+
activityType: "https://www.w3.org/ns/activitystreams#Create",
|
|
232
|
+
keys: [{
|
|
233
|
+
keyId: new URL("https://example.com/person#key"),
|
|
234
|
+
privateKey: rsaPrivateKey2
|
|
235
|
+
}],
|
|
236
|
+
inbox: new URL("https://example.com/inbox"),
|
|
237
|
+
tracerProvider
|
|
238
|
+
});
|
|
239
|
+
const spans = exporter.getSpans("activitypub.send_activity");
|
|
240
|
+
assertEquals(spans.length, 1);
|
|
241
|
+
const span = spans[0];
|
|
242
|
+
assertEquals(span.attributes["activitypub.activity.id"], "https://example.com/activity");
|
|
243
|
+
assertEquals(span.attributes["activitypub.activity.type"], "https://www.w3.org/ns/activitystreams#Create");
|
|
244
|
+
const events = exporter.getEvents("activitypub.send_activity", "activitypub.activity.sent");
|
|
245
|
+
assertEquals(events.length, 1);
|
|
246
|
+
const event = events[0];
|
|
247
|
+
assert(event.attributes != null);
|
|
248
|
+
assertEquals(event.attributes["activitypub.inbox.url"], "https://example.com/inbox");
|
|
249
|
+
assertEquals(event.attributes["activitypub.activity.id"], "https://example.com/activity");
|
|
250
|
+
assert(typeof event.attributes["activitypub.activity.json"] === "string");
|
|
251
|
+
const recordedActivity = JSON.parse(event.attributes["activitypub.activity.json"]);
|
|
252
|
+
assertEquals(recordedActivity.id, "https://example.com/activity");
|
|
253
|
+
assertEquals(recordedActivity.type, "Create");
|
|
254
|
+
exporter.clear();
|
|
255
|
+
esm_default.hardReset();
|
|
256
|
+
});
|
|
257
|
+
});
|
|
215
258
|
|
|
216
259
|
//#endregion
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { CryptographicKey, deno_default } from "./lookup-
|
|
7
|
-
import { fetchKey, validateCryptoKey } from "./key-
|
|
6
|
+
import { CryptographicKey, deno_default } from "./lookup-Dj9-mgOn.js";
|
|
7
|
+
import { fetchKey, validateCryptoKey } from "./key-x7E5PYI0.js";
|
|
8
8
|
import { getLogger } from "@logtape/logtape";
|
|
9
9
|
import { SpanStatusCode, trace } from "@opentelemetry/api";
|
|
10
10
|
import { ATTR_HTTP_REQUEST_HEADER, ATTR_HTTP_REQUEST_METHOD, ATTR_URL_FULL } from "@opentelemetry/semantic-conventions";
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
const { URLPattern } = require("urlpattern-polyfill");
|
|
4
4
|
|
|
5
5
|
const require_chunk = require('./chunk-DqRYRqnO.cjs');
|
|
6
|
-
const require_lookup = require('./lookup-
|
|
7
|
-
const require_actor = require('./actor-
|
|
6
|
+
const require_lookup = require('./lookup-BTqtVATt.cjs');
|
|
7
|
+
const require_actor = require('./actor-CBfPjuWj.cjs');
|
|
8
8
|
const __logtape_logtape = require_chunk.__toESM(require("@logtape/logtape"));
|
|
9
9
|
const __opentelemetry_api = require_chunk.__toESM(require("@opentelemetry/api"));
|
|
10
10
|
const __fedify_vocab_runtime = require_chunk.__toESM(require("@fedify/vocab-runtime"));
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import { Temporal } from "@js-temporal/polyfill";
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
|
|
5
|
-
import { deno_default } from "./lookup-
|
|
6
|
-
import { CryptographicKey, Object as Object$1, isActor } from "./actor-
|
|
5
|
+
import { deno_default } from "./lookup-DOSnR912.js";
|
|
6
|
+
import { CryptographicKey, Object as Object$1, isActor } from "./actor-B_gRMloq.js";
|
|
7
7
|
import { getLogger } from "@logtape/logtape";
|
|
8
8
|
import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
|
|
9
9
|
import { getDocumentLoader } from "@fedify/vocab-runtime";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { Activity, deno_default, getTypeId } from "./lookup-
|
|
6
|
+
import { Activity, deno_default, getTypeId } from "./lookup-Dj9-mgOn.js";
|
|
7
7
|
import { getLogger } from "@logtape/logtape";
|
|
8
8
|
import { SpanKind, SpanStatusCode, context, propagation, trace } from "@opentelemetry/api";
|
|
9
9
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { CryptographicKey, Object as Object$1, deno_default } from "./lookup-
|
|
7
|
-
import { isActor } from "./actor-
|
|
6
|
+
import { CryptographicKey, Object as Object$1, deno_default } from "./lookup-Dj9-mgOn.js";
|
|
7
|
+
import { isActor } from "./actor-BT-e5fn9.js";
|
|
8
8
|
import { getDocumentLoader } from "@fedify/vocab-runtime";
|
|
9
9
|
import { getLogger } from "@logtape/logtape";
|
|
10
10
|
import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { CryptographicKey, Multikey } from "./lookup-
|
|
6
|
+
import { CryptographicKey, Multikey } from "./lookup-Dj9-mgOn.js";
|
|
7
7
|
|
|
8
8
|
//#region src/federation/keycache.ts
|
|
9
9
|
var KvKeyCache = class {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { CryptographicKey, Multikey } from "./lookup-
|
|
6
|
+
import { CryptographicKey, Multikey } from "./lookup-Dj9-mgOn.js";
|
|
7
7
|
import { importSpki } from "@fedify/vocab-runtime";
|
|
8
8
|
|
|
9
9
|
//#region src/testing/keys.ts
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const { URLPattern } = require("urlpattern-polyfill");
|
|
4
4
|
|
|
5
5
|
const require_chunk = require('./chunk-DqRYRqnO.cjs');
|
|
6
|
-
const require_http = require('./http-
|
|
6
|
+
const require_http = require('./http-Dxpqz4hE.cjs');
|
|
7
7
|
const __logtape_logtape = require_chunk.__toESM(require("@logtape/logtape"));
|
|
8
8
|
const __fedify_vocab_runtime = require_chunk.__toESM(require("@fedify/vocab-runtime"));
|
|
9
9
|
const es_toolkit = require_chunk.__toESM(require("es-toolkit"));
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { Temporal } from "@js-temporal/polyfill";
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
|
|
5
|
-
import { doubleKnock, validateCryptoKey } from "./http-
|
|
5
|
+
import { doubleKnock, validateCryptoKey } from "./http-YhR_TMMQ.js";
|
|
6
6
|
import { getLogger } from "@logtape/logtape";
|
|
7
7
|
import { UrlError, createActivityPubRequest, getDocumentLoader, getRemoteDocument, logRequest, preloadedContexts, validatePublicUrl } from "@fedify/vocab-runtime";
|
|
8
8
|
import { curry } from "es-toolkit";
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { Activity, CryptographicKey, Object as Object$1, deno_default, getTypeId } from "./lookup-
|
|
7
|
-
import { fetchKey, validateCryptoKey } from "./key-
|
|
6
|
+
import { Activity, CryptographicKey, Object as Object$1, deno_default, getTypeId } from "./lookup-Dj9-mgOn.js";
|
|
7
|
+
import { fetchKey, validateCryptoKey } from "./key-x7E5PYI0.js";
|
|
8
8
|
import { getDocumentLoader } from "@fedify/vocab-runtime";
|
|
9
9
|
import { getLogger } from "@logtape/logtape";
|
|
10
10
|
import { SpanStatusCode, trace } from "@opentelemetry/api";
|
|
@@ -9,7 +9,7 @@ const __fedify_vocab_runtime = require_chunk.__toESM(require("@fedify/vocab-runt
|
|
|
9
9
|
|
|
10
10
|
//#region deno.json
|
|
11
11
|
var name = "@fedify/fedify";
|
|
12
|
-
var version = "2.0.0-pr.
|
|
12
|
+
var version = "2.0.0-pr.490.2+99a396d5";
|
|
13
13
|
var license = "MIT";
|
|
14
14
|
var exports$1 = {
|
|
15
15
|
".": "./src/mod.ts",
|
|
@@ -24,7 +24,8 @@ var exports$1 = {
|
|
|
24
24
|
};
|
|
25
25
|
var imports = {
|
|
26
26
|
"@multiformats/base-x": "npm:@multiformats/base-x@^4.0.1",
|
|
27
|
-
"@opentelemetry/
|
|
27
|
+
"@opentelemetry/core": "npm:@opentelemetry/core@^1.30.1",
|
|
28
|
+
"@opentelemetry/sdk-trace-base": "npm:@opentelemetry/sdk-trace-base@^1.30.1",
|
|
28
29
|
"@opentelemetry/semantic-conventions": "npm:@opentelemetry/semantic-conventions@^1.27.0",
|
|
29
30
|
"@std/assert": "jsr:@std/assert@^0.226.0",
|
|
30
31
|
"@std/url": "jsr:@std/url@^0.225.1",
|
|
@@ -33,7 +34,7 @@ var imports = {
|
|
|
33
34
|
"fast-check": "npm:fast-check@^3.22.0",
|
|
34
35
|
"fetch-mock": "npm:fetch-mock@^12.5.2",
|
|
35
36
|
"json-canon": "npm:json-canon@^1.0.1",
|
|
36
|
-
"jsonld": "npm:jsonld@^
|
|
37
|
+
"jsonld": "npm:jsonld@^9.0.0",
|
|
37
38
|
"multicodec": "npm:multicodec@^3.2.1",
|
|
38
39
|
"pkijs": "npm:pkijs@^3.2.4",
|
|
39
40
|
"structured-field-values": "npm:structured-field-values@^2.0.4",
|
|
@@ -8,7 +8,7 @@ import { UrlError, getUserAgent, validatePublicUrl } from "@fedify/vocab-runtime
|
|
|
8
8
|
|
|
9
9
|
//#region deno.json
|
|
10
10
|
var name = "@fedify/fedify";
|
|
11
|
-
var version = "2.0.0-pr.
|
|
11
|
+
var version = "2.0.0-pr.490.2+99a396d5";
|
|
12
12
|
var license = "MIT";
|
|
13
13
|
var exports = {
|
|
14
14
|
".": "./src/mod.ts",
|
|
@@ -23,7 +23,8 @@ var exports = {
|
|
|
23
23
|
};
|
|
24
24
|
var imports = {
|
|
25
25
|
"@multiformats/base-x": "npm:@multiformats/base-x@^4.0.1",
|
|
26
|
-
"@opentelemetry/
|
|
26
|
+
"@opentelemetry/core": "npm:@opentelemetry/core@^1.30.1",
|
|
27
|
+
"@opentelemetry/sdk-trace-base": "npm:@opentelemetry/sdk-trace-base@^1.30.1",
|
|
27
28
|
"@opentelemetry/semantic-conventions": "npm:@opentelemetry/semantic-conventions@^1.27.0",
|
|
28
29
|
"@std/assert": "jsr:@std/assert@^0.226.0",
|
|
29
30
|
"@std/url": "jsr:@std/url@^0.225.1",
|
|
@@ -32,7 +33,7 @@ var imports = {
|
|
|
32
33
|
"fast-check": "npm:fast-check@^3.22.0",
|
|
33
34
|
"fetch-mock": "npm:fetch-mock@^12.5.2",
|
|
34
35
|
"json-canon": "npm:json-canon@^1.0.1",
|
|
35
|
-
"jsonld": "npm:jsonld@^
|
|
36
|
+
"jsonld": "npm:jsonld@^9.0.0",
|
|
36
37
|
"multicodec": "npm:multicodec@^3.2.1",
|
|
37
38
|
"pkijs": "npm:pkijs@^3.2.4",
|
|
38
39
|
"structured-field-values": "npm:structured-field-values@^2.0.4",
|