@fedify/relay 2.0.25-dev.1810 → 2.0.25-dev.1852

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-CYaR_Src.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-BE-acwbM.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-CYaR_Src.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-BE-acwbM.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";
@@ -21270,18 +21270,12 @@ var miscellany_default = { "@context": {
21270
21270
  "as": "https://www.w3.org/ns/activitystreams#",
21271
21271
  "xsd": "http://www.w3.org/2001/XMLSchema#",
21272
21272
  "Hashtag": "as:Hashtag",
21273
- "manuallyApprovesFollowers": {
21274
- "@id": "as:manuallyApprovesFollowers",
21275
- "@type": "xsd:boolean"
21276
- },
21273
+ "manuallyApprovesFollowers": { "@id": "as:manuallyApprovesFollowers" },
21277
21274
  "movedTo": {
21278
21275
  "@id": "as:movedTo",
21279
21276
  "@type": "@id"
21280
21277
  },
21281
- "sensitive": {
21282
- "@id": "as:sensitive",
21283
- "@type": "xsd:boolean"
21284
- }
21278
+ "sensitive": { "@id": "as:sensitive" }
21285
21279
  } };
21286
21280
  const preloadedContexts = {
21287
21281
  "https://www.w3.org/ns/activitystreams": { "@context": {
@@ -25532,7 +25526,7 @@ const preloadedContexts = {
25532
25526
  "https://purl.archive.org/miscellany": miscellany_default
25533
25527
  };
25534
25528
  var name = "@fedify/vocab-runtime";
25535
- var version = "2.0.25-dev.1810+cbf0fce1";
25529
+ var version = "2.0.25-dev.1852+67dc0ece";
25536
25530
  const parametersNeedLowerCase = ["rel", "type"];
25537
25531
  const regexpLinkWhitespace = /[\n\r\s\t]/;
25538
25532
  function validateURI(uri) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/relay",
3
- "version": "2.0.25-dev.1810+cbf0fce1",
3
+ "version": "2.0.25-dev.1852+67dc0ece",
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/vocab": "2.0.25-dev.1810+cbf0fce1",
54
- "@fedify/fedify": "^2.0.25-dev.1810+cbf0fce1"
53
+ "@fedify/fedify": "^2.0.25-dev.1852+67dc0ece",
54
+ "@fedify/vocab": "2.0.25-dev.1852+67dc0ece"
55
55
  },
56
56
  "devDependencies": {
57
57
  "tsdown": "^0.21.6",
58
58
  "typescript": "^6.0.0",
59
59
  "urlpattern-polyfill": "^10.1.0",
60
- "@fedify/vocab-runtime": "^2.0.25-dev.1810+cbf0fce1"
60
+ "@fedify/vocab-runtime": "^2.0.25-dev.1852+67dc0ece"
61
61
  },
62
62
  "scripts": {
63
63
  "build:self": "tsdown",