@fedify/relay 2.1.0-dev.513 → 2.1.0-dev.530

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.
@@ -3,7 +3,7 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { exportSpki, getDocumentLoader, isRelayFollowerData } from "./types-39MnAnqY.js";
6
+ import { exportSpki, getDocumentLoader, isRelayFollowerData } from "./types-BvylyX_B.js";
7
7
  import { MemoryKvStore, signRequest } from "@fedify/fedify";
8
8
  import { createRelay } from "@fedify/relay";
9
9
  import { Accept, Announce, Create, Delete, Follow, Move, Note, Person, Undo, Update } from "@fedify/vocab";
@@ -3,7 +3,7 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { exportSpki, getDocumentLoader, isRelayFollowerData } from "./types-39MnAnqY.js";
6
+ import { exportSpki, getDocumentLoader, isRelayFollowerData } from "./types-BvylyX_B.js";
7
7
  import { MemoryKvStore, signRequest } from "@fedify/fedify";
8
8
  import { createRelay } from "@fedify/relay";
9
9
  import { Create, Delete, Follow, Move, Note, Person, Undo, Update } from "@fedify/vocab";
@@ -23898,6 +23898,85 @@ const preloadedContexts = {
23898
23898
  }
23899
23899
  }
23900
23900
  } },
23901
+ "https://w3id.org/security/data-integrity/v2": { "@context": {
23902
+ "id": "@id",
23903
+ "type": "@type",
23904
+ "@protected": true,
23905
+ "proof": {
23906
+ "@id": "https://w3id.org/security#proof",
23907
+ "@type": "@id",
23908
+ "@container": "@graph"
23909
+ },
23910
+ "DataIntegrityProof": {
23911
+ "@id": "https://w3id.org/security#DataIntegrityProof",
23912
+ "@context": {
23913
+ "@protected": true,
23914
+ "id": "@id",
23915
+ "type": "@type",
23916
+ "challenge": "https://w3id.org/security#challenge",
23917
+ "created": {
23918
+ "@id": "http://purl.org/dc/terms/created",
23919
+ "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
23920
+ },
23921
+ "domain": "https://w3id.org/security#domain",
23922
+ "expires": {
23923
+ "@id": "https://w3id.org/security#expiration",
23924
+ "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
23925
+ },
23926
+ "nonce": "https://w3id.org/security#nonce",
23927
+ "previousProof": {
23928
+ "@id": "https://w3id.org/security#previousProof",
23929
+ "@type": "@id"
23930
+ },
23931
+ "proofPurpose": {
23932
+ "@id": "https://w3id.org/security#proofPurpose",
23933
+ "@type": "@vocab",
23934
+ "@context": {
23935
+ "@protected": true,
23936
+ "id": "@id",
23937
+ "type": "@type",
23938
+ "assertionMethod": {
23939
+ "@id": "https://w3id.org/security#assertionMethod",
23940
+ "@type": "@id",
23941
+ "@container": "@set"
23942
+ },
23943
+ "authentication": {
23944
+ "@id": "https://w3id.org/security#authenticationMethod",
23945
+ "@type": "@id",
23946
+ "@container": "@set"
23947
+ },
23948
+ "capabilityInvocation": {
23949
+ "@id": "https://w3id.org/security#capabilityInvocationMethod",
23950
+ "@type": "@id",
23951
+ "@container": "@set"
23952
+ },
23953
+ "capabilityDelegation": {
23954
+ "@id": "https://w3id.org/security#capabilityDelegationMethod",
23955
+ "@type": "@id",
23956
+ "@container": "@set"
23957
+ },
23958
+ "keyAgreement": {
23959
+ "@id": "https://w3id.org/security#keyAgreementMethod",
23960
+ "@type": "@id",
23961
+ "@container": "@set"
23962
+ }
23963
+ }
23964
+ },
23965
+ "cryptosuite": {
23966
+ "@id": "https://w3id.org/security#cryptosuite",
23967
+ "@type": "https://w3id.org/security#cryptosuiteString"
23968
+ },
23969
+ "proofValue": {
23970
+ "@id": "https://w3id.org/security#proofValue",
23971
+ "@type": "https://w3id.org/security#multibase"
23972
+ },
23973
+ "verificationMethod": {
23974
+ "@id": "https://w3id.org/security#verificationMethod",
23975
+ "@type": "@id"
23976
+ }
23977
+ }
23978
+ }
23979
+ } },
23901
23980
  "https://www.w3.org/ns/did/v1": { "@context": {
23902
23981
  "@protected": true,
23903
23982
  "id": "@id",
@@ -27515,7 +27594,7 @@ const preloadedContexts = {
27515
27594
  };
27516
27595
  var contexts_default = preloadedContexts;
27517
27596
  var name = "@fedify/vocab-runtime";
27518
- var version = "2.1.0-dev.513+f5543fca";
27597
+ var version = "2.1.0-dev.530+3f7f470a";
27519
27598
  var license = "MIT";
27520
27599
  var exports$1 = { ".": "./src/mod.ts" };
27521
27600
  var description = "Runtime library for @fedify/vocab";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/relay",
3
- "version": "2.1.0-dev.513+f5543fca",
3
+ "version": "2.1.0-dev.530+3f7f470a",
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.1.0-dev.513+f5543fca",
54
- "@fedify/vocab": "2.1.0-dev.513+f5543fca"
53
+ "@fedify/fedify": "^2.1.0-dev.530+3f7f470a",
54
+ "@fedify/vocab": "2.1.0-dev.530+3f7f470a"
55
55
  },
56
56
  "devDependencies": {
57
57
  "tsdown": "^0.12.9",
58
58
  "typescript": "^5.9.3",
59
59
  "urlpattern-polyfill": "^10.1.0",
60
- "@fedify/vocab-runtime": "^2.1.0-dev.513+f5543fca"
60
+ "@fedify/vocab-runtime": "^2.1.0-dev.530+3f7f470a"
61
61
  },
62
62
  "scripts": {
63
63
  "build:self": "tsdown",