@fedify/fedify 1.6.0-dev.798 → 1.6.0-dev.800

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.
Files changed (36) hide show
  1. package/README.md +1 -1
  2. package/SPONSORS.md +1 -1
  3. package/esm/deno.js +1 -1
  4. package/esm/federation/handler.js +1 -1
  5. package/esm/runtime/key.js +1 -1
  6. package/esm/sig/http.js +1 -1
  7. package/esm/vocab/lookup.js +1 -1
  8. package/esm/vocab/vocab.js +176 -176
  9. package/package.json +1 -1
  10. package/types/deps/jsr.io/@std/async/{1.0.12 → 1.0.13}/delay.d.ts.map +1 -1
  11. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts.map +1 -1
  12. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts +1 -1
  13. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts.map +1 -1
  14. package/types/deps/jsr.io/@std/crypto/{1.0.4 → 1.0.5}/timing_safe_equal.d.ts.map +1 -1
  15. package/types/deps/jsr.io/@std/http/{1.0.15 → 1.0.16}/_negotiation/common.d.ts.map +1 -1
  16. package/types/deps/jsr.io/@std/http/{1.0.15 → 1.0.16}/_negotiation/encoding.d.ts.map +1 -1
  17. package/types/deps/jsr.io/@std/http/{1.0.15 → 1.0.16}/_negotiation/language.d.ts.map +1 -1
  18. package/types/deps/jsr.io/@std/http/{1.0.15 → 1.0.16}/_negotiation/media_type.d.ts.map +1 -1
  19. package/types/deps/jsr.io/@std/http/{1.0.15 → 1.0.16}/negotiation.d.ts.map +1 -1
  20. /package/esm/deps/jsr.io/@std/async/{1.0.12 → 1.0.13}/delay.js +0 -0
  21. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.js +0 -0
  22. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.js +0 -0
  23. /package/esm/deps/jsr.io/@std/crypto/{1.0.4 → 1.0.5}/timing_safe_equal.js +0 -0
  24. /package/esm/deps/jsr.io/@std/http/{1.0.15 → 1.0.16}/_negotiation/common.js +0 -0
  25. /package/esm/deps/jsr.io/@std/http/{1.0.15 → 1.0.16}/_negotiation/encoding.js +0 -0
  26. /package/esm/deps/jsr.io/@std/http/{1.0.15 → 1.0.16}/_negotiation/language.js +0 -0
  27. /package/esm/deps/jsr.io/@std/http/{1.0.15 → 1.0.16}/_negotiation/media_type.js +0 -0
  28. /package/esm/deps/jsr.io/@std/http/{1.0.15 → 1.0.16}/negotiation.js +0 -0
  29. /package/types/deps/jsr.io/@std/async/{1.0.12 → 1.0.13}/delay.d.ts +0 -0
  30. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts +0 -0
  31. /package/types/deps/jsr.io/@std/crypto/{1.0.4 → 1.0.5}/timing_safe_equal.d.ts +0 -0
  32. /package/types/deps/jsr.io/@std/http/{1.0.15 → 1.0.16}/_negotiation/common.d.ts +0 -0
  33. /package/types/deps/jsr.io/@std/http/{1.0.15 → 1.0.16}/_negotiation/encoding.d.ts +0 -0
  34. /package/types/deps/jsr.io/@std/http/{1.0.15 → 1.0.16}/_negotiation/language.d.ts +0 -0
  35. /package/types/deps/jsr.io/@std/http/{1.0.15 → 1.0.16}/_negotiation/media_type.d.ts +0 -0
  36. /package/types/deps/jsr.io/@std/http/{1.0.15 → 1.0.16}/negotiation.d.ts +0 -0
package/README.md CHANGED
@@ -106,7 +106,7 @@ financial contributors:[^2]
106
106
 
107
107
  ### Backers
108
108
 
109
- Robin Riley, yamanoku, taye, Encyclia, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart, malte
109
+ Robin Riley, yamanoku, Encyclia, taye, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart, malte
110
110
 
111
111
  ### One-time donations
112
112
 
package/SPONSORS.md CHANGED
@@ -26,7 +26,7 @@ Supporters
26
26
  Backers
27
27
  -------
28
28
 
29
- Robin Riley, yamanoku, taye, Encyclia, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart, malte
29
+ Robin Riley, yamanoku, Encyclia, taye, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart, malte
30
30
 
31
31
  One-time donations
32
32
  ------------------
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.6.0-dev.798+10c851d3",
3
+ "version": "1.6.0-dev.800+c274759e",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",
@@ -1,6 +1,6 @@
1
1
  import { getLogger } from "@logtape/logtape";
2
2
  import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
3
- import { accepts } from "../deps/jsr.io/@std/http/1.0.15/negotiation.js";
3
+ import { accepts } from "../deps/jsr.io/@std/http/1.0.16/negotiation.js";
4
4
  import metadata from "../deno.js";
5
5
  import { verifyRequest } from "../sig/http.js";
6
6
  import { detachSignature, verifyJsonLd } from "../sig/ld.js";
@@ -1,5 +1,5 @@
1
1
  import * as dntShim from "../_dnt.shims.js";
2
- import { concat } from "../deps/jsr.io/@std/bytes/1.0.5/concat.js";
2
+ import { concat } from "../deps/jsr.io/@std/bytes/1.0.6/concat.js";
3
3
  import { decodeBase64, encodeBase64 } from "../deps/jsr.io/@std/encoding/1.0.7/base64.js";
4
4
  import { decodeBase64Url } from "../deps/jsr.io/@std/encoding/1.0.7/base64url.js";
5
5
  import { decodeHex } from "../deps/jsr.io/@std/encoding/1.0.7/hex.js";
package/esm/sig/http.js CHANGED
@@ -2,7 +2,7 @@ import * as dntShim from "../_dnt.shims.js";
2
2
  import { getLogger } from "@logtape/logtape";
3
3
  import { SpanStatusCode, trace, } from "@opentelemetry/api";
4
4
  import { ATTR_HTTP_REQUEST_HEADER, ATTR_HTTP_REQUEST_METHOD, ATTR_URL_FULL, } from "@opentelemetry/semantic-conventions";
5
- import { timingSafeEqual } from "../deps/jsr.io/@std/crypto/1.0.4/timing_safe_equal.js";
5
+ import { timingSafeEqual } from "../deps/jsr.io/@std/crypto/1.0.5/timing_safe_equal.js";
6
6
  import { decodeBase64, encodeBase64 } from "../deps/jsr.io/@std/encoding/1.0.7/base64.js";
7
7
  import { encodeHex } from "../deps/jsr.io/@std/encoding/1.0.7/hex.js";
8
8
  import { decodeDict, encodeItem, Item, } from "structured-field-values";
@@ -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.12/delay.js";
4
+ import { delay } from "../deps/jsr.io/@std/async/1.0.13/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";