@fedify/relay 2.1.0-dev.536 → 2.1.0-dev.543

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.
@@ -3,7 +3,7 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { exportSpki, getDocumentLoader, isRelayFollowerData } from "./types-D-UYkktH.js";
6
+ import { exportSpki, getDocumentLoader, isRelayFollowerData } from "./types-QYNr4lCG.js";
7
7
  import { MemoryKvStore, signRequest } from "@fedify/fedify";
8
8
  import { createRelay } from "@fedify/relay";
9
9
  import { Accept, Announce, Create, Delete, Follow, Move, Note, Person, Undo, Update } from "@fedify/vocab";
@@ -3,7 +3,7 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { exportSpki, getDocumentLoader, isRelayFollowerData } from "./types-D-UYkktH.js";
6
+ import { exportSpki, getDocumentLoader, isRelayFollowerData } from "./types-QYNr4lCG.js";
7
7
  import { MemoryKvStore, signRequest } from "@fedify/fedify";
8
8
  import { createRelay } from "@fedify/relay";
9
9
  import { Create, Delete, Follow, Move, Note, Person, Undo, Update } from "@fedify/vocab";
@@ -27527,7 +27527,40 @@ const preloadedContexts = {
27527
27527
  "yield": { "@id": "schema:yield" }
27528
27528
  } },
27529
27529
  "https://gotosocial.org/ns": { "@context": {
27530
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
27530
27531
  "gts": "https://gotosocial.org/ns#",
27532
+ "LikeRequest": "gts:LikeRequest",
27533
+ "ReplyRequest": "gts:ReplyRequest",
27534
+ "AnnounceRequest": "gts:AnnounceRequest",
27535
+ "QuoteRequest": "gts:QuoteRequest",
27536
+ "LikeAuthorization": "gts:LikeApproval",
27537
+ "ReplyAuthorization": "gts:ReplyAuthorization",
27538
+ "AnnounceAuthorization": "gts:AnnounceAuthorization",
27539
+ "QuoteAuthorization": "gts:QuoteAuthorization",
27540
+ "likeAuthorization": {
27541
+ "@id": "gts:likeAuthorization",
27542
+ "@type": "@id"
27543
+ },
27544
+ "replyAuthorization": {
27545
+ "@id": "gts:replyAuthorization",
27546
+ "@type": "@id"
27547
+ },
27548
+ "announceAuthorization": {
27549
+ "@id": "gts:announceAuthorization",
27550
+ "@type": "@id"
27551
+ },
27552
+ "quoteAuthorization": {
27553
+ "@id": "gts:quoteAuthorization",
27554
+ "@type": "@id"
27555
+ },
27556
+ "interactingObject": {
27557
+ "@id": "gts:interactingObject",
27558
+ "@type": "@id"
27559
+ },
27560
+ "interactionTarget": {
27561
+ "@id": "gts:interactionTarget",
27562
+ "@type": "@id"
27563
+ },
27531
27564
  "interactionPolicy": {
27532
27565
  "@id": "gts:interactionPolicy",
27533
27566
  "@type": "@id"
@@ -27544,6 +27577,26 @@ const preloadedContexts = {
27544
27577
  "@id": "gts:canAnnounce",
27545
27578
  "@type": "@id"
27546
27579
  },
27580
+ "canQuote": {
27581
+ "@id": "gts:canQuote",
27582
+ "@type": "@id"
27583
+ },
27584
+ "automaticApproval": {
27585
+ "@id": "gts:automaticApproval",
27586
+ "@type": "@id"
27587
+ },
27588
+ "manualApproval": {
27589
+ "@id": "gts:manualApproval",
27590
+ "@type": "@id"
27591
+ },
27592
+ "hidesToPublicFromUnauthedWeb": {
27593
+ "@id": "gts:hidesToPublicFromUnauthedWeb",
27594
+ "@type": "xsd:boolean"
27595
+ },
27596
+ "hidesCcPublicFromUnauthedWeb": {
27597
+ "@id": "gts:hidesCcPublicFromUnauthedWeb",
27598
+ "@type": "xsd:boolean"
27599
+ },
27547
27600
  "always": {
27548
27601
  "@id": "gts:always",
27549
27602
  "@type": "@id"
@@ -27594,7 +27647,7 @@ const preloadedContexts = {
27594
27647
  };
27595
27648
  var contexts_default = preloadedContexts;
27596
27649
  var name = "@fedify/vocab-runtime";
27597
- var version = "2.1.0-dev.536+e79f8887";
27650
+ var version = "2.1.0-dev.543+e09fd1b4";
27598
27651
  var license = "MIT";
27599
27652
  var exports$1 = { ".": "./src/mod.ts" };
27600
27653
  var description = "Runtime library for @fedify/vocab";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/relay",
3
- "version": "2.1.0-dev.536+e79f8887",
3
+ "version": "2.1.0-dev.543+e09fd1b4",
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.1.0-dev.536+e79f8887",
54
- "@fedify/vocab": "2.1.0-dev.536+e79f8887"
53
+ "@fedify/fedify": "^2.1.0-dev.543+e09fd1b4",
54
+ "@fedify/vocab": "2.1.0-dev.543+e09fd1b4"
55
55
  },
56
56
  "devDependencies": {
57
57
  "tsdown": "^0.12.9",
58
58
  "typescript": "^5.9.3",
59
59
  "urlpattern-polyfill": "^10.1.0",
60
- "@fedify/vocab-runtime": "^2.1.0-dev.536+e79f8887"
60
+ "@fedify/vocab-runtime": "^2.1.0-dev.543+e09fd1b4"
61
61
  },
62
62
  "scripts": {
63
63
  "build:self": "tsdown",