@fedify/relay 2.0.23 → 2.0.24

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.
@@ -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-B7Fct7HN.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-CXlIO_gw.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";
@@ -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-B7Fct7HN.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-CXlIO_gw.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";
@@ -21266,6 +21266,23 @@ var join_lemmy_default = { "@context": ["https://w3id.org/security/v1", {
21266
21266
  "@id": "mastodon:featured"
21267
21267
  }
21268
21268
  }] };
21269
+ var miscellany_default = { "@context": {
21270
+ "as": "https://www.w3.org/ns/activitystreams#",
21271
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
21272
+ "Hashtag": "as:Hashtag",
21273
+ "manuallyApprovesFollowers": {
21274
+ "@id": "as:manuallyApprovesFollowers",
21275
+ "@type": "xsd:boolean"
21276
+ },
21277
+ "movedTo": {
21278
+ "@id": "as:movedTo",
21279
+ "@type": "@id"
21280
+ },
21281
+ "sensitive": {
21282
+ "@id": "as:sensitive",
21283
+ "@type": "xsd:boolean"
21284
+ }
21285
+ } };
21269
21286
  const preloadedContexts = {
21270
21287
  "https://www.w3.org/ns/activitystreams": { "@context": {
21271
21288
  "@vocab": "_:",
@@ -25511,10 +25528,11 @@ const preloadedContexts = {
25511
25528
  "@id": "toot:attributionDomains",
25512
25529
  "@type": "@id"
25513
25530
  }
25514
- } }
25531
+ } },
25532
+ "https://purl.archive.org/miscellany": miscellany_default
25515
25533
  };
25516
25534
  var name = "@fedify/vocab-runtime";
25517
- var version = "2.0.23";
25535
+ var version = "2.0.24";
25518
25536
  const parametersNeedLowerCase = ["rel", "type"];
25519
25537
  const regexpLinkWhitespace = /[\n\r\s\t]/;
25520
25538
  function validateURI(uri) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/relay",
3
- "version": "2.0.23",
3
+ "version": "2.0.24",
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/fedify": "^2.0.23",
54
- "@fedify/vocab": "2.0.23"
53
+ "@fedify/vocab": "2.0.24",
54
+ "@fedify/fedify": "^2.0.24"
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.23"
60
+ "@fedify/vocab-runtime": "^2.0.24"
61
61
  },
62
62
  "scripts": {
63
63
  "build:self": "tsdown",