@fedify/fedify 1.5.0-dev.695 → 1.5.0-dev.697

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
@@ -100,7 +100,7 @@ financial contributors:[^2]
100
100
 
101
101
  ### Backers
102
102
 
103
- yamanoku, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart, malte, Julian Fietkau, taye
103
+ yamanoku, taye, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart, malte, Encyclia
104
104
 
105
105
  ### One-time donations
106
106
 
package/SPONSORS.md CHANGED
@@ -20,7 +20,7 @@ Supporters
20
20
  Backers
21
21
  -------
22
22
 
23
- yamanoku, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart, malte, Julian Fietkau, taye
23
+ yamanoku, taye, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart, malte, Encyclia
24
24
 
25
25
  One-time donations
26
26
  ------------------
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.5.0-dev.695+8e979041",
3
+ "version": "1.5.0-dev.697+35a9a1f3",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",
@@ -1,7 +1,7 @@
1
1
  import * as dntShim from "../_dnt.shims.js";
2
2
  import { getLogger } from "@logtape/logtape";
3
3
  import { SpanStatusCode, trace } from "@opentelemetry/api";
4
- import { delay } from "../deps/jsr.io/@std/async/1.0.10/delay.js";
4
+ import { delay } from "../deps/jsr.io/@std/async/1.0.11/delay.js";
5
5
  import metadata from "../deno.js";
6
6
  import { getDocumentLoader, } from "../runtime/docloader.js";
7
7
  import { lookupWebFinger } from "../webfinger/lookup.js";