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

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-CKP_enPQ.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-CKP_enPQ.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"
@@ -27590,11 +27643,37 @@ const preloadedContexts = {
27590
27643
  "@id": "https://w3id.org/fep/5711#likedOf",
27591
27644
  "@type": "@id"
27592
27645
  }
27646
+ } },
27647
+ "http://joinmastodon.org/ns": { "@context": {
27648
+ "toot": "http://joinmastodon.org/ns#",
27649
+ "Emoji": "toot:Emoji",
27650
+ "featured": {
27651
+ "@id": "toot:featured",
27652
+ "@type": "@id"
27653
+ },
27654
+ "featuredTags": {
27655
+ "@id": "toot:featuredTags",
27656
+ "@type": "@id"
27657
+ },
27658
+ "focalPoint": {
27659
+ "@container": "@list",
27660
+ "@id": "toot:focalPoint"
27661
+ },
27662
+ "blurhash": "toot:blurhash",
27663
+ "discoverable": "toot:discoverable",
27664
+ "indexable": "toot:indexable",
27665
+ "memorial": "toot:memorial",
27666
+ "votersCount": "toot:votersCount",
27667
+ "suspended": "toot:suspended",
27668
+ "attributionDomains": {
27669
+ "@id": "toot:attributionDomains",
27670
+ "@type": "@id"
27671
+ }
27593
27672
  } }
27594
27673
  };
27595
27674
  var contexts_default = preloadedContexts;
27596
27675
  var name = "@fedify/vocab-runtime";
27597
- var version = "2.1.0-dev.536+e79f8887";
27676
+ var version = "2.1.0-dev.565+b4d238a9";
27598
27677
  var license = "MIT";
27599
27678
  var exports$1 = { ".": "./src/mod.ts" };
27600
27679
  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.565+b4d238a9",
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.565+b4d238a9",
54
+ "@fedify/vocab": "2.1.0-dev.565+b4d238a9"
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.565+b4d238a9"
61
61
  },
62
62
  "scripts": {
63
63
  "build:self": "tsdown",