@fedify/relay 2.4.0-dev.1655 → 2.4.0-dev.1659

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 "temporal-polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
- import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-C8wwiF3F.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-C2snR0WA.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 "temporal-polyfill";
2
2
  import "urlpattern-polyfill";
3
3
  globalThis.addEventListener = () => {};
4
- import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-C8wwiF3F.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-C2snR0WA.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";
@@ -26130,7 +26130,7 @@ const preloadedContexts = {
26130
26130
  } }
26131
26131
  };
26132
26132
  var name = "@fedify/vocab-runtime";
26133
- var version = "2.4.0-dev.1655+b8f3c3d5";
26133
+ var version = "2.4.0-dev.1659+c20a23e9";
26134
26134
  const parametersNeedLowerCase = ["rel", "type"];
26135
26135
  const regexpLinkWhitespace = /[\n\r\s\t]/;
26136
26136
  function validateURI(uri) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/relay",
3
- "version": "2.4.0-dev.1655+b8f3c3d5",
3
+ "version": "2.4.0-dev.1659+c20a23e9",
4
4
  "description": "ActivityPub relay support for Fedify",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -47,14 +47,14 @@
47
47
  "dependencies": {
48
48
  "@logtape/logtape": "^2.2.0",
49
49
  "temporal-polyfill": "^1.0.1",
50
- "@fedify/fedify": "^2.4.0-dev.1655+b8f3c3d5",
51
- "@fedify/vocab": "2.4.0-dev.1655+b8f3c3d5"
50
+ "@fedify/fedify": "^2.4.0-dev.1659+c20a23e9",
51
+ "@fedify/vocab": "2.4.0-dev.1659+c20a23e9"
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.1655+b8f3c3d5"
57
+ "@fedify/vocab-runtime": "^2.4.0-dev.1659+c20a23e9"
58
58
  },
59
59
  "scripts": {
60
60
  "build:self": "tsdown",