@fedify/relay 2.0.25-dev.1847 → 2.0.25-dev.1855
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
|
@@ -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-
|
|
4
|
+
import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-B8R5vOwR.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";
|
package/dist/mastodon.test.js
CHANGED
|
@@ -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-
|
|
4
|
+
import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-B8R5vOwR.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,14 @@ 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 fep_ef61_default = { "@context": {
|
|
21242
|
+
"gateways": {
|
|
21243
|
+
"@id": "https://w3id.org/fep/ef61/gateways",
|
|
21244
|
+
"@type": "@id",
|
|
21245
|
+
"@container": "@list"
|
|
21246
|
+
},
|
|
21247
|
+
"digestMultibase": "https://www.w3.org/ns/credentials/v2#digestMultibase"
|
|
21248
|
+
} };
|
|
21241
21249
|
var join_lemmy_default = { "@context": ["https://w3id.org/security/v1", {
|
|
21242
21250
|
"as": "https://www.w3.org/ns/activitystreams#",
|
|
21243
21251
|
"lemmy": "https://join-lemmy.org/ns#",
|
|
@@ -21270,18 +21278,12 @@ var miscellany_default = { "@context": {
|
|
|
21270
21278
|
"as": "https://www.w3.org/ns/activitystreams#",
|
|
21271
21279
|
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
21272
21280
|
"Hashtag": "as:Hashtag",
|
|
21273
|
-
"manuallyApprovesFollowers": {
|
|
21274
|
-
"@id": "as:manuallyApprovesFollowers",
|
|
21275
|
-
"@type": "xsd:boolean"
|
|
21276
|
-
},
|
|
21281
|
+
"manuallyApprovesFollowers": { "@id": "as:manuallyApprovesFollowers" },
|
|
21277
21282
|
"movedTo": {
|
|
21278
21283
|
"@id": "as:movedTo",
|
|
21279
21284
|
"@type": "@id"
|
|
21280
21285
|
},
|
|
21281
|
-
"sensitive": {
|
|
21282
|
-
"@id": "as:sensitive",
|
|
21283
|
-
"@type": "xsd:boolean"
|
|
21284
|
-
}
|
|
21286
|
+
"sensitive": { "@id": "as:sensitive" }
|
|
21285
21287
|
} };
|
|
21286
21288
|
const preloadedContexts = {
|
|
21287
21289
|
"https://www.w3.org/ns/activitystreams": { "@context": {
|
|
@@ -25502,6 +25504,7 @@ const preloadedContexts = {
|
|
|
25502
25504
|
"@type": "@id"
|
|
25503
25505
|
}
|
|
25504
25506
|
} },
|
|
25507
|
+
"https://w3id.org/fep/ef61": fep_ef61_default,
|
|
25505
25508
|
"https://join-lemmy.org/context.json": join_lemmy_default,
|
|
25506
25509
|
"http://joinmastodon.org/ns": { "@context": {
|
|
25507
25510
|
"toot": "http://joinmastodon.org/ns#",
|
|
@@ -25532,7 +25535,7 @@ const preloadedContexts = {
|
|
|
25532
25535
|
"https://purl.archive.org/miscellany": miscellany_default
|
|
25533
25536
|
};
|
|
25534
25537
|
var name = "@fedify/vocab-runtime";
|
|
25535
|
-
var version = "2.0.25-dev.
|
|
25538
|
+
var version = "2.0.25-dev.1855+e105cb5b";
|
|
25536
25539
|
const parametersNeedLowerCase = ["rel", "type"];
|
|
25537
25540
|
const regexpLinkWhitespace = /[\n\r\s\t]/;
|
|
25538
25541
|
function validateURI(uri) {
|
|
@@ -26086,6 +26089,7 @@ async function getRemoteDocument(url, response, fetch) {
|
|
|
26086
26089
|
* - <https://w3id.org/security/data-integrity/v1>
|
|
26087
26090
|
* - <https://www.w3.org/ns/did/v1>
|
|
26088
26091
|
* - <https://w3id.org/security/multikey/v1>
|
|
26092
|
+
* - <https://w3id.org/fep/ef61>
|
|
26089
26093
|
* - <https://purl.archive.org/socialweb/webfinger>
|
|
26090
26094
|
* - <http://schema.org/>
|
|
26091
26095
|
* @param options Options for the document loader.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/relay",
|
|
3
|
-
"version": "2.0.25-dev.
|
|
3
|
+
"version": "2.0.25-dev.1855+e105cb5b",
|
|
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.25-dev.1855+e105cb5b",
|
|
54
|
+
"@fedify/fedify": "^2.0.25-dev.1855+e105cb5b"
|
|
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.25-dev.
|
|
60
|
+
"@fedify/vocab-runtime": "^2.0.25-dev.1855+e105cb5b"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"build:self": "tsdown",
|