@fedify/relay 2.2.8 → 2.2.9

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-DZOno-2C.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-Ca7lcriL.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-DZOno-2C.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-Ca7lcriL.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";
@@ -21992,6 +21992,23 @@ var joinmastodon_default = { "@context": {
21992
21992
  "@type": "@id"
21993
21993
  }
21994
21994
  } };
21995
+ var miscellany_default = { "@context": {
21996
+ "as": "https://www.w3.org/ns/activitystreams#",
21997
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
21998
+ "Hashtag": "as:Hashtag",
21999
+ "manuallyApprovesFollowers": {
22000
+ "@id": "as:manuallyApprovesFollowers",
22001
+ "@type": "xsd:boolean"
22002
+ },
22003
+ "movedTo": {
22004
+ "@id": "as:movedTo",
22005
+ "@type": "@id"
22006
+ },
22007
+ "sensitive": {
22008
+ "@id": "as:sensitive",
22009
+ "@type": "xsd:boolean"
22010
+ }
22011
+ } };
21995
22012
  var schemaorg_default = { "@context": {
21996
22013
  "type": "@type",
21997
22014
  "id": "@id",
@@ -25576,10 +25593,11 @@ const preloadedContexts = {
25576
25593
  "https://gotosocial.org/ns": gotosocial_default,
25577
25594
  "https://w3id.org/fep/5711": fep_5711_default,
25578
25595
  "https://join-lemmy.org/context.json": join_lemmy_default,
25579
- "http://joinmastodon.org/ns": joinmastodon_default
25596
+ "http://joinmastodon.org/ns": joinmastodon_default,
25597
+ "https://purl.archive.org/miscellany": miscellany_default
25580
25598
  };
25581
25599
  var name = "@fedify/vocab-runtime";
25582
- var version = "2.2.8";
25600
+ var version = "2.2.9";
25583
25601
  const parametersNeedLowerCase = ["rel", "type"];
25584
25602
  const regexpLinkWhitespace = /[\n\r\s\t]/;
25585
25603
  function validateURI(uri) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/relay",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
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.5",
53
- "@fedify/fedify": "^2.2.8",
54
- "@fedify/vocab": "2.2.8"
53
+ "@fedify/fedify": "^2.2.9",
54
+ "@fedify/vocab": "2.2.9"
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.2.8"
60
+ "@fedify/vocab-runtime": "^2.2.9"
61
61
  },
62
62
  "scripts": {
63
63
  "build:self": "tsdown",