@fedify/relay 2.0.4 → 2.0.6-dev.548
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/litepub.test.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { exportSpki, getDocumentLoader, isRelayFollowerData } from "./types-
|
|
6
|
+
import { exportSpki, getDocumentLoader, isRelayFollowerData } from "./types-0GWEGb6X.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";
|
package/dist/mastodon.test.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
globalThis.addEventListener = () => {};
|
|
5
5
|
|
|
6
|
-
import { exportSpki, getDocumentLoader, isRelayFollowerData } from "./types-
|
|
6
|
+
import { exportSpki, getDocumentLoader, isRelayFollowerData } from "./types-0GWEGb6X.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",
|
|
@@ -27511,11 +27590,37 @@ const preloadedContexts = {
|
|
|
27511
27590
|
"@id": "https://w3id.org/fep/5711#likedOf",
|
|
27512
27591
|
"@type": "@id"
|
|
27513
27592
|
}
|
|
27593
|
+
} },
|
|
27594
|
+
"http://joinmastodon.org/ns": { "@context": {
|
|
27595
|
+
"toot": "http://joinmastodon.org/ns#",
|
|
27596
|
+
"Emoji": "toot:Emoji",
|
|
27597
|
+
"featured": {
|
|
27598
|
+
"@id": "toot:featured",
|
|
27599
|
+
"@type": "@id"
|
|
27600
|
+
},
|
|
27601
|
+
"featuredTags": {
|
|
27602
|
+
"@id": "toot:featuredTags",
|
|
27603
|
+
"@type": "@id"
|
|
27604
|
+
},
|
|
27605
|
+
"focalPoint": {
|
|
27606
|
+
"@container": "@list",
|
|
27607
|
+
"@id": "toot:focalPoint"
|
|
27608
|
+
},
|
|
27609
|
+
"blurhash": "toot:blurhash",
|
|
27610
|
+
"discoverable": "toot:discoverable",
|
|
27611
|
+
"indexable": "toot:indexable",
|
|
27612
|
+
"memorial": "toot:memorial",
|
|
27613
|
+
"votersCount": "toot:votersCount",
|
|
27614
|
+
"suspended": "toot:suspended",
|
|
27615
|
+
"attributionDomains": {
|
|
27616
|
+
"@id": "toot:attributionDomains",
|
|
27617
|
+
"@type": "@id"
|
|
27618
|
+
}
|
|
27514
27619
|
} }
|
|
27515
27620
|
};
|
|
27516
27621
|
var contexts_default = preloadedContexts;
|
|
27517
27622
|
var name = "@fedify/vocab-runtime";
|
|
27518
|
-
var version = "2.0.
|
|
27623
|
+
var version = "2.0.6-dev.548+136de698";
|
|
27519
27624
|
var license = "MIT";
|
|
27520
27625
|
var exports$1 = { ".": "./src/mod.ts" };
|
|
27521
27626
|
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.0.
|
|
3
|
+
"version": "2.0.6-dev.548+136de698",
|
|
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/
|
|
54
|
-
"@fedify/
|
|
53
|
+
"@fedify/vocab": "2.0.6-dev.548+136de698",
|
|
54
|
+
"@fedify/fedify": "^2.0.6-dev.548+136de698"
|
|
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.0.
|
|
60
|
+
"@fedify/vocab-runtime": "^2.0.6-dev.548+136de698"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"build:self": "tsdown",
|