@fedify/relay 2.4.0-dev.1727 → 2.4.0-dev.1740
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 "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-CKf6hRcx.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 "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-CKf6hRcx.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";
|
|
@@ -25948,10 +25948,27 @@ const preloadedContexts = {
|
|
|
25948
25948
|
"@id": "toot:attributionDomains",
|
|
25949
25949
|
"@type": "@id"
|
|
25950
25950
|
}
|
|
25951
|
+
} },
|
|
25952
|
+
"https://purl.archive.org/miscellany": { "@context": {
|
|
25953
|
+
"as": "https://www.w3.org/ns/activitystreams#",
|
|
25954
|
+
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
25955
|
+
"Hashtag": "as:Hashtag",
|
|
25956
|
+
"manuallyApprovesFollowers": {
|
|
25957
|
+
"@id": "as:manuallyApprovesFollowers",
|
|
25958
|
+
"@type": "xsd:boolean"
|
|
25959
|
+
},
|
|
25960
|
+
"movedTo": {
|
|
25961
|
+
"@id": "as:movedTo",
|
|
25962
|
+
"@type": "@id"
|
|
25963
|
+
},
|
|
25964
|
+
"sensitive": {
|
|
25965
|
+
"@id": "as:sensitive",
|
|
25966
|
+
"@type": "xsd:boolean"
|
|
25967
|
+
}
|
|
25951
25968
|
} }
|
|
25952
25969
|
};
|
|
25953
25970
|
var name = "@fedify/vocab-runtime";
|
|
25954
|
-
var version = "2.4.0-dev.
|
|
25971
|
+
var version = "2.4.0-dev.1740+32e9952c";
|
|
25955
25972
|
const parametersNeedLowerCase = ["rel", "type"];
|
|
25956
25973
|
const regexpLinkWhitespace = /[\n\r\s\t]/;
|
|
25957
25974
|
function validateURI(uri) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/relay",
|
|
3
|
-
"version": "2.4.0-dev.
|
|
3
|
+
"version": "2.4.0-dev.1740+32e9952c",
|
|
4
4
|
"description": "ActivityPub relay support for Fedify",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Fedify",
|
|
@@ -47,14 +47,14 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@logtape/logtape": "^2.2.0",
|
|
49
49
|
"temporal-polyfill": "^1.0.1",
|
|
50
|
-
"@fedify/fedify": "^2.4.0-dev.
|
|
51
|
-
"@fedify/vocab": "2.4.0-dev.
|
|
50
|
+
"@fedify/fedify": "^2.4.0-dev.1740+32e9952c",
|
|
51
|
+
"@fedify/vocab": "2.4.0-dev.1740+32e9952c"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"tsdown": "^0.22.0",
|
|
55
55
|
"typescript": "^6.0.0",
|
|
56
56
|
"urlpattern-polyfill": "^10.1.0",
|
|
57
|
-
"@fedify/vocab-runtime": "^2.4.0-dev.
|
|
57
|
+
"@fedify/vocab-runtime": "^2.4.0-dev.1740+32e9952c"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"build:self": "tsdown",
|