@fedify/relay 2.4.0-dev.1889 → 2.4.0-dev.1891

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-DSxaQv3g.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-Cgx06wql.js";
5
5
  import { MemoryKvStore, signRequest } from "@fedify/fedify";
6
6
  import { createRelay } from "@fedify/relay";
7
7
  import { deepStrictEqual, ok, strictEqual } from "node:assert";
@@ -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-DSxaQv3g.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-Cgx06wql.js";
5
5
  import { MemoryKvStore, signJsonLd, signRequest } from "@fedify/fedify";
6
6
  import { createRelay } from "@fedify/relay";
7
7
  import { deepStrictEqual, ok, strictEqual } from "node:assert";
@@ -26074,7 +26074,7 @@ const preloadedContexts = {
26074
26074
  } }
26075
26075
  };
26076
26076
  var name = "@fedify/vocab-runtime";
26077
- var version = "2.4.0-dev.1889+70cfc7ff";
26077
+ var version = "2.4.0-dev.1891+e682b83f";
26078
26078
  const parametersNeedLowerCase = ["rel", "type"];
26079
26079
  const regexpLinkWhitespace = /[\n\r\s\t]/;
26080
26080
  function validateURI(uri) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/relay",
3
- "version": "2.4.0-dev.1889+70cfc7ff",
3
+ "version": "2.4.0-dev.1891+e682b83f",
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/vocab": "2.4.0-dev.1889+70cfc7ff",
51
- "@fedify/fedify": "^2.4.0-dev.1889+70cfc7ff"
50
+ "@fedify/fedify": "^2.4.0-dev.1891+e682b83f",
51
+ "@fedify/vocab": "2.4.0-dev.1891+e682b83f"
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.1889+70cfc7ff"
57
+ "@fedify/vocab-runtime": "^2.4.0-dev.1891+e682b83f"
58
58
  },
59
59
  "scripts": {
60
60
  "build:self": "tsdown",