@fedify/relay 2.0.5 → 2.0.6-dev.548

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-CfirCVIE.js";
6
+ import { exportSpki, getDocumentLoader, isRelayFollowerData } from "./types-0GWEGb6X.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-CfirCVIE.js";
6
+ import { exportSpki, getDocumentLoader, isRelayFollowerData } from "./types-0GWEGb6X.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";
@@ -27590,11 +27590,37 @@ const preloadedContexts = {
27590
27590
  "@id": "https://w3id.org/fep/5711#likedOf",
27591
27591
  "@type": "@id"
27592
27592
  }
27593
+ } },
27594
+ "http://joinmastodon.org/ns": { "@context": {
27595
+ "toot": "http://joinmastodon.org/ns#",
27596
+ "Emoji": "toot:Emoji",
27597
+ "featured": {
27598
+ "@id": "toot:featured",
27599
+ "@type": "@id"
27600
+ },
27601
+ "featuredTags": {
27602
+ "@id": "toot:featuredTags",
27603
+ "@type": "@id"
27604
+ },
27605
+ "focalPoint": {
27606
+ "@container": "@list",
27607
+ "@id": "toot:focalPoint"
27608
+ },
27609
+ "blurhash": "toot:blurhash",
27610
+ "discoverable": "toot:discoverable",
27611
+ "indexable": "toot:indexable",
27612
+ "memorial": "toot:memorial",
27613
+ "votersCount": "toot:votersCount",
27614
+ "suspended": "toot:suspended",
27615
+ "attributionDomains": {
27616
+ "@id": "toot:attributionDomains",
27617
+ "@type": "@id"
27618
+ }
27593
27619
  } }
27594
27620
  };
27595
27621
  var contexts_default = preloadedContexts;
27596
27622
  var name = "@fedify/vocab-runtime";
27597
- var version = "2.0.5";
27623
+ var version = "2.0.6-dev.548+136de698";
27598
27624
  var license = "MIT";
27599
27625
  var exports$1 = { ".": "./src/mod.ts" };
27600
27626
  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.0.5",
3
+ "version": "2.0.6-dev.548+136de698",
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.5",
54
- "@fedify/vocab": "2.0.5"
53
+ "@fedify/vocab": "2.0.6-dev.548+136de698",
54
+ "@fedify/fedify": "^2.0.6-dev.548+136de698"
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.0.5"
60
+ "@fedify/vocab-runtime": "^2.0.6-dev.548+136de698"
61
61
  },
62
62
  "scripts": {
63
63
  "build:self": "tsdown",