@fedify/relay 2.0.25-dev.1852 → 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#",
|
|
@@ -25496,6 +25504,7 @@ const preloadedContexts = {
|
|
|
25496
25504
|
"@type": "@id"
|
|
25497
25505
|
}
|
|
25498
25506
|
} },
|
|
25507
|
+
"https://w3id.org/fep/ef61": fep_ef61_default,
|
|
25499
25508
|
"https://join-lemmy.org/context.json": join_lemmy_default,
|
|
25500
25509
|
"http://joinmastodon.org/ns": { "@context": {
|
|
25501
25510
|
"toot": "http://joinmastodon.org/ns#",
|
|
@@ -25526,7 +25535,7 @@ const preloadedContexts = {
|
|
|
25526
25535
|
"https://purl.archive.org/miscellany": miscellany_default
|
|
25527
25536
|
};
|
|
25528
25537
|
var name = "@fedify/vocab-runtime";
|
|
25529
|
-
var version = "2.0.25-dev.
|
|
25538
|
+
var version = "2.0.25-dev.1855+e105cb5b";
|
|
25530
25539
|
const parametersNeedLowerCase = ["rel", "type"];
|
|
25531
25540
|
const regexpLinkWhitespace = /[\n\r\s\t]/;
|
|
25532
25541
|
function validateURI(uri) {
|
|
@@ -26080,6 +26089,7 @@ async function getRemoteDocument(url, response, fetch) {
|
|
|
26080
26089
|
* - <https://w3id.org/security/data-integrity/v1>
|
|
26081
26090
|
* - <https://www.w3.org/ns/did/v1>
|
|
26082
26091
|
* - <https://w3id.org/security/multikey/v1>
|
|
26092
|
+
* - <https://w3id.org/fep/ef61>
|
|
26083
26093
|
* - <https://purl.archive.org/socialweb/webfinger>
|
|
26084
26094
|
* - <http://schema.org/>
|
|
26085
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",
|