@fedify/relay 2.2.0-pr.710.26 → 2.2.0-pr.715.27

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-E2EFL6Jn.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-CR5_rs38.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-E2EFL6Jn.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-CR5_rs38.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";
@@ -21938,6 +21938,34 @@ var identity_v1_default = { "@context": {
21938
21938
  "@type": "@id"
21939
21939
  }
21940
21940
  } };
21941
+ var join_lemmy_default = { "@context": ["https://w3id.org/security/v1", {
21942
+ "as": "https://www.w3.org/ns/activitystreams#",
21943
+ "lemmy": "https://join-lemmy.org/ns#",
21944
+ "litepub": "http://litepub.social/ns#",
21945
+ "pt": "https://joinpeertube.org/ns#",
21946
+ "sc": "http://schema.org/",
21947
+ "mastodon": "http://joinmastodon.org/ns#",
21948
+ "ChatMessage": "litepub:ChatMessage",
21949
+ "commentsEnabled": "pt:commentsEnabled",
21950
+ "sensitive": "as:sensitive",
21951
+ "matrixUserId": "lemmy:matrixUserId",
21952
+ "postingRestrictedToMods": "lemmy:postingRestrictedToMods",
21953
+ "removeData": "lemmy:removeData",
21954
+ "stickied": "lemmy:stickied",
21955
+ "moderators": {
21956
+ "@type": "@id",
21957
+ "@id": "lemmy:moderators"
21958
+ },
21959
+ "expires": "as:endTime",
21960
+ "distinguished": "lemmy:distinguished",
21961
+ "language": "sc:inLanguage",
21962
+ "identifier": "sc:identifier",
21963
+ "Hashtag": "as:Hashtag",
21964
+ "featured": {
21965
+ "@type": "@id",
21966
+ "@id": "mastodon:featured"
21967
+ }
21968
+ }] };
21941
21969
  var joinmastodon_default = { "@context": {
21942
21970
  "toot": "http://joinmastodon.org/ns#",
21943
21971
  "Emoji": "toot:Emoji",
@@ -25547,10 +25575,11 @@ const preloadedContexts = {
25547
25575
  "http://schema.org/": schemaorg_default,
25548
25576
  "https://gotosocial.org/ns": gotosocial_default,
25549
25577
  "https://w3id.org/fep/5711": fep_5711_default,
25578
+ "https://join-lemmy.org/context.json": join_lemmy_default,
25550
25579
  "http://joinmastodon.org/ns": joinmastodon_default
25551
25580
  };
25552
25581
  var name = "@fedify/vocab-runtime";
25553
- var version = "2.2.0-pr.710.26+a95be522";
25582
+ var version = "2.2.0-pr.715.27+c922f396";
25554
25583
  const parametersNeedLowerCase = ["rel", "type"];
25555
25584
  const regexpLinkWhitespace = /[\n\r\s\t]/;
25556
25585
  function validateURI(uri) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/relay",
3
- "version": "2.2.0-pr.710.26+a95be522",
3
+ "version": "2.2.0-pr.715.27+c922f396",
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.0-pr.710.26+a95be522",
54
- "@fedify/vocab": "2.2.0-pr.710.26+a95be522"
53
+ "@fedify/fedify": "^2.2.0-pr.715.27+c922f396",
54
+ "@fedify/vocab": "2.2.0-pr.715.27+c922f396"
55
55
  },
56
56
  "devDependencies": {
57
57
  "tsdown": "^0.21.6",
58
58
  "typescript": "^5.9.2",
59
59
  "urlpattern-polyfill": "^10.1.0",
60
- "@fedify/vocab-runtime": "^2.2.0-pr.710.26+a95be522"
60
+ "@fedify/vocab-runtime": "^2.2.0-pr.715.27+c922f396"
61
61
  },
62
62
  "scripts": {
63
63
  "build:self": "tsdown",