@fedify/relay 2.3.0-dev.994 → 2.3.0-pr.809.36

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.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  [![JSR][JSR badge]][JSR]
7
7
  [![npm][npm badge]][npm]
8
- [![Follow @fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
8
+ [![@fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
9
9
 
10
10
  *This package is available since Fedify 2.0.0.*
11
11
 
@@ -20,7 +20,7 @@ see the [*Relay server* section in the Fedify manual][manual].
20
20
  [JSR]: https://jsr.io/@fedify/relay
21
21
  [npm badge]: https://img.shields.io/npm/v/@fedify/relay?logo=npm
22
22
  [npm]: https://www.npmjs.com/package/@fedify/relay
23
- [@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
23
+ [@fedify@hollo.social badge]: https://fedi-badge.minhee.org/@fedify@hollo.social/followers.svg
24
24
  [@fedify@hollo.social]: https://hollo.social/@fedify
25
25
  [Fedify]: https://fedify.dev/
26
26
  [manual]: https://fedify.dev/manual/relay
@@ -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-DOcPdABb.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-SNeGjSHZ.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-DOcPdABb.js";
4
+ import { n as exportSpki, r as getDocumentLoader, t as isRelayFollowerData } from "./types-SNeGjSHZ.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";
package/dist/mod.d.cts CHANGED
@@ -1,3 +1,4 @@
1
+ /// <reference lib="esnext.temporal" />
1
2
  import { Context, KvStore, MessageQueue } from "@fedify/fedify";
2
3
  import { Actor } from "@fedify/vocab";
3
4
  //#region ../vocab-runtime/dist/mod.d.ts
package/dist/mod.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Temporal } from "@js-temporal/polyfill";
1
+ /// <reference lib="esnext.temporal" />
2
2
  import { Context, KvStore, MessageQueue } from "@fedify/fedify";
3
3
  import { Actor } from "@fedify/vocab";
4
4
  //#region ../vocab-runtime/dist/mod.d.ts