@fedify/relay 2.4.0-dev.1531 → 2.4.0-dev.1564

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-BSpAepbI.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-ZE06J1U1.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-BSpAepbI.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-ZE06J1U1.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";
@@ -26048,6 +26048,28 @@ const preloadedContexts = {
26048
26048
  "@type": "@id"
26049
26049
  }
26050
26050
  } },
26051
+ "https://w3id.org/fep/7aa9": { "@context": {
26052
+ "FeaturedCollection": "https://w3id.org/fep/7aa9#FeaturedCollection",
26053
+ "FeaturedItem": "https://w3id.org/fep/7aa9#FeaturedItem",
26054
+ "FeatureRequest": "https://w3id.org/fep/7aa9#FeatureRequest",
26055
+ "FeatureAuthorization": "https://w3id.org/fep/7aa9#FeatureAuthorization",
26056
+ "topic": {
26057
+ "@id": "https://w3id.org/fep/7aa9#topic",
26058
+ "@type": "@id"
26059
+ },
26060
+ "featuredObject": {
26061
+ "@id": "https://w3id.org/fep/7aa9#featuredObject",
26062
+ "@type": "@id"
26063
+ },
26064
+ "canFeature": {
26065
+ "@id": "https://w3id.org/fep/7aa9#canFeature",
26066
+ "@type": "@id"
26067
+ },
26068
+ "featureAuthorization": {
26069
+ "@id": "https://w3id.org/fep/7aa9#featureAuthorization",
26070
+ "@type": "@id"
26071
+ }
26072
+ } },
26051
26073
  "https://join-lemmy.org/context.json": { "@context": ["https://w3id.org/security/v1", {
26052
26074
  "as": "https://www.w3.org/ns/activitystreams#",
26053
26075
  "lemmy": "https://join-lemmy.org/ns#",
@@ -26104,7 +26126,7 @@ const preloadedContexts = {
26104
26126
  } }
26105
26127
  };
26106
26128
  var name = "@fedify/vocab-runtime";
26107
- var version = "2.4.0-dev.1531+0896bc51";
26129
+ var version = "2.4.0-dev.1564+5a2c6c2c";
26108
26130
  const parametersNeedLowerCase = ["rel", "type"];
26109
26131
  const regexpLinkWhitespace = /[\n\r\s\t]/;
26110
26132
  function validateURI(uri) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/relay",
3
- "version": "2.4.0-dev.1531+0896bc51",
3
+ "version": "2.4.0-dev.1564+5a2c6c2c",
4
4
  "description": "ActivityPub relay support for Fedify",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -47,14 +47,14 @@
47
47
  "dependencies": {
48
48
  "@js-temporal/polyfill": "^0.5.1",
49
49
  "@logtape/logtape": "^2.2.0",
50
- "@fedify/fedify": "^2.4.0-dev.1531+0896bc51",
51
- "@fedify/vocab": "2.4.0-dev.1531+0896bc51"
50
+ "@fedify/vocab": "2.4.0-dev.1564+5a2c6c2c",
51
+ "@fedify/fedify": "^2.4.0-dev.1564+5a2c6c2c"
52
52
  },
53
53
  "devDependencies": {
54
54
  "tsdown": "^0.22.0",
55
55
  "typescript": "^6.0.0",
56
56
  "urlpattern-polyfill": "^10.1.0",
57
- "@fedify/vocab-runtime": "^2.4.0-dev.1531+0896bc51"
57
+ "@fedify/vocab-runtime": "^2.4.0-dev.1564+5a2c6c2c"
58
58
  },
59
59
  "scripts": {
60
60
  "build:self": "tsdown",