@fedify/relay 2.3.3 → 2.3.4
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-CotT7pb3.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-CotT7pb3.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";
|
|
@@ -25650,10 +25650,27 @@ const preloadedContexts = {
|
|
|
25650
25650
|
"@id": "toot:attributionDomains",
|
|
25651
25651
|
"@type": "@id"
|
|
25652
25652
|
}
|
|
25653
|
+
} },
|
|
25654
|
+
"https://purl.archive.org/miscellany": { "@context": {
|
|
25655
|
+
"as": "https://www.w3.org/ns/activitystreams#",
|
|
25656
|
+
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
25657
|
+
"Hashtag": "as:Hashtag",
|
|
25658
|
+
"manuallyApprovesFollowers": {
|
|
25659
|
+
"@id": "as:manuallyApprovesFollowers",
|
|
25660
|
+
"@type": "xsd:boolean"
|
|
25661
|
+
},
|
|
25662
|
+
"movedTo": {
|
|
25663
|
+
"@id": "as:movedTo",
|
|
25664
|
+
"@type": "@id"
|
|
25665
|
+
},
|
|
25666
|
+
"sensitive": {
|
|
25667
|
+
"@id": "as:sensitive",
|
|
25668
|
+
"@type": "xsd:boolean"
|
|
25669
|
+
}
|
|
25653
25670
|
} }
|
|
25654
25671
|
};
|
|
25655
25672
|
var name = "@fedify/vocab-runtime";
|
|
25656
|
-
var version = "2.3.
|
|
25673
|
+
var version = "2.3.4";
|
|
25657
25674
|
const parametersNeedLowerCase = ["rel", "type"];
|
|
25658
25675
|
const regexpLinkWhitespace = /[\n\r\s\t]/;
|
|
25659
25676
|
function validateURI(uri) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/relay",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.4",
|
|
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.2.0",
|
|
53
|
-
"@fedify/
|
|
54
|
-
"@fedify/
|
|
53
|
+
"@fedify/fedify": "^2.3.4",
|
|
54
|
+
"@fedify/vocab": "2.3.4"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"tsdown": "^0.22.0",
|
|
58
58
|
"typescript": "^6.0.0",
|
|
59
59
|
"urlpattern-polyfill": "^10.1.0",
|
|
60
|
-
"@fedify/vocab-runtime": "^2.3.
|
|
60
|
+
"@fedify/vocab-runtime": "^2.3.4"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"build:self": "tsdown",
|