@fedify/relay 2.0.26-dev.1876 → 2.0.26

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.
@@ -1,7 +1,7 @@
1
1
  import "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
- import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-AeRuEmLa.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-DB2kdhll.js";
5
5
  import { MemoryKvStore, signRequest } from "@fedify/fedify";
6
6
  import { createRelay } from "@fedify/relay";
7
7
  import { Accept, Announce, Create, Delete, Follow, Move, Note, Person, Undo, Update } from "@fedify/vocab";
@@ -1,7 +1,7 @@
1
1
  import "@js-temporal/polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
- import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-AeRuEmLa.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-DB2kdhll.js";
5
5
  import { MemoryKvStore, signRequest } from "@fedify/fedify";
6
6
  import { createRelay } from "@fedify/relay";
7
7
  import { Create, Delete, Follow, Move, Note, Person, Undo, Update } from "@fedify/vocab";
@@ -21238,6 +21238,117 @@ var require_src = /* @__PURE__ */ __commonJSMin(((exports, module) => {
21238
21238
  require_build$1();
21239
21239
  require_build();
21240
21240
  var import_src = /* @__PURE__ */ __toESM(require_src(), 1);
21241
+ var cid_v1_default = { "@context": {
21242
+ "@protected": true,
21243
+ "id": "@id",
21244
+ "type": "@type",
21245
+ "alsoKnownAs": {
21246
+ "@id": "https://www.w3.org/ns/activitystreams#alsoKnownAs",
21247
+ "@type": "@id"
21248
+ },
21249
+ "assertionMethod": {
21250
+ "@id": "https://w3id.org/security#assertionMethod",
21251
+ "@type": "@id",
21252
+ "@container": "@set"
21253
+ },
21254
+ "authentication": {
21255
+ "@id": "https://w3id.org/security#authenticationMethod",
21256
+ "@type": "@id",
21257
+ "@container": "@set"
21258
+ },
21259
+ "capabilityDelegation": {
21260
+ "@id": "https://w3id.org/security#capabilityDelegationMethod",
21261
+ "@type": "@id",
21262
+ "@container": "@set"
21263
+ },
21264
+ "capabilityInvocation": {
21265
+ "@id": "https://w3id.org/security#capabilityInvocationMethod",
21266
+ "@type": "@id",
21267
+ "@container": "@set"
21268
+ },
21269
+ "controller": {
21270
+ "@id": "https://w3id.org/security#controller",
21271
+ "@type": "@id"
21272
+ },
21273
+ "keyAgreement": {
21274
+ "@id": "https://w3id.org/security#keyAgreementMethod",
21275
+ "@type": "@id",
21276
+ "@container": "@set"
21277
+ },
21278
+ "service": {
21279
+ "@id": "https://www.w3.org/ns/did#service",
21280
+ "@type": "@id",
21281
+ "@context": {
21282
+ "@protected": true,
21283
+ "id": "@id",
21284
+ "type": "@type",
21285
+ "serviceEndpoint": {
21286
+ "@id": "https://www.w3.org/ns/did#serviceEndpoint",
21287
+ "@type": "@id"
21288
+ }
21289
+ }
21290
+ },
21291
+ "verificationMethod": {
21292
+ "@id": "https://w3id.org/security#verificationMethod",
21293
+ "@type": "@id"
21294
+ },
21295
+ "Multikey": {
21296
+ "@id": "https://w3id.org/security#Multikey",
21297
+ "@context": {
21298
+ "@protected": true,
21299
+ "id": "@id",
21300
+ "type": "@type",
21301
+ "controller": {
21302
+ "@id": "https://w3id.org/security#controller",
21303
+ "@type": "@id"
21304
+ },
21305
+ "revoked": {
21306
+ "@id": "https://w3id.org/security#revoked",
21307
+ "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
21308
+ },
21309
+ "expires": {
21310
+ "@id": "https://w3id.org/security#expiration",
21311
+ "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
21312
+ },
21313
+ "publicKeyMultibase": {
21314
+ "@id": "https://w3id.org/security#publicKeyMultibase",
21315
+ "@type": "https://w3id.org/security#multibase"
21316
+ },
21317
+ "secretKeyMultibase": {
21318
+ "@id": "https://w3id.org/security#secretKeyMultibase",
21319
+ "@type": "https://w3id.org/security#multibase"
21320
+ }
21321
+ }
21322
+ },
21323
+ "JsonWebKey": {
21324
+ "@id": "https://w3id.org/security#JsonWebKey",
21325
+ "@context": {
21326
+ "@protected": true,
21327
+ "id": "@id",
21328
+ "type": "@type",
21329
+ "controller": {
21330
+ "@id": "https://w3id.org/security#controller",
21331
+ "@type": "@id"
21332
+ },
21333
+ "revoked": {
21334
+ "@id": "https://w3id.org/security#revoked",
21335
+ "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
21336
+ },
21337
+ "expires": {
21338
+ "@id": "https://w3id.org/security#expiration",
21339
+ "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
21340
+ },
21341
+ "publicKeyJwk": {
21342
+ "@id": "https://w3id.org/security#publicKeyJwk",
21343
+ "@type": "@json"
21344
+ },
21345
+ "secretKeyJwk": {
21346
+ "@id": "https://w3id.org/security#secretKeyJwk",
21347
+ "@type": "@json"
21348
+ }
21349
+ }
21350
+ }
21351
+ } };
21241
21352
  var fep_ef61_default = { "@context": {
21242
21353
  "gateways": {
21243
21354
  "@id": "https://w3id.org/fep/ef61/gateways",
@@ -25504,6 +25615,7 @@ const preloadedContexts = {
25504
25615
  "@type": "@id"
25505
25616
  }
25506
25617
  } },
25618
+ "https://www.w3.org/ns/cid/v1": cid_v1_default,
25507
25619
  "https://w3id.org/fep/ef61": fep_ef61_default,
25508
25620
  "https://join-lemmy.org/context.json": join_lemmy_default,
25509
25621
  "http://joinmastodon.org/ns": { "@context": {
@@ -25535,7 +25647,7 @@ const preloadedContexts = {
25535
25647
  "https://purl.archive.org/miscellany": miscellany_default
25536
25648
  };
25537
25649
  var name = "@fedify/vocab-runtime";
25538
- var version = "2.0.26-dev.1876+a95acb45";
25650
+ var version = "2.0.26";
25539
25651
  const parametersNeedLowerCase = ["rel", "type"];
25540
25652
  const regexpLinkWhitespace = /[\n\r\s\t]/;
25541
25653
  function validateURI(uri) {
@@ -26088,6 +26200,7 @@ async function getRemoteDocument(url, response, fetch) {
26088
26200
  * - <https://w3id.org/security/v1>
26089
26201
  * - <https://w3id.org/security/data-integrity/v1>
26090
26202
  * - <https://www.w3.org/ns/did/v1>
26203
+ * - <https://www.w3.org/ns/cid/v1>
26091
26204
  * - <https://w3id.org/security/multikey/v1>
26092
26205
  * - <https://w3id.org/fep/ef61>
26093
26206
  * - <https://purl.archive.org/socialweb/webfinger>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/relay",
3
- "version": "2.0.26-dev.1876+a95acb45",
3
+ "version": "2.0.26",
4
4
  "description": "ActivityPub relay support for Fedify",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -50,14 +50,14 @@
50
50
  "dependencies": {
51
51
  "@js-temporal/polyfill": "^0.5.1",
52
52
  "@logtape/logtape": "^2.0.0",
53
- "@fedify/fedify": "^2.0.26-dev.1876+a95acb45",
54
- "@fedify/vocab": "2.0.26-dev.1876+a95acb45"
53
+ "@fedify/fedify": "^2.0.26",
54
+ "@fedify/vocab": "2.0.26"
55
55
  },
56
56
  "devDependencies": {
57
57
  "tsdown": "^0.21.6",
58
58
  "typescript": "^6.0.0",
59
59
  "urlpattern-polyfill": "^10.1.0",
60
- "@fedify/vocab-runtime": "^2.0.26-dev.1876+a95acb45"
60
+ "@fedify/vocab-runtime": "^2.0.26"
61
61
  },
62
62
  "scripts": {
63
63
  "build:self": "tsdown",