@fedify/fedify 1.1.0 → 1.1.2

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 (27) hide show
  1. package/CHANGES.md +63 -1
  2. package/FEDERATION.md +1 -0
  3. package/esm/federation/handler.js +1 -1
  4. package/esm/runtime/contexts.js +3377 -0
  5. package/esm/runtime/docloader.js +4 -3
  6. package/esm/vocab/lookup.js +1 -1
  7. package/package.json +1 -1
  8. package/types/deps/jsr.io/@std/async/{1.0.6 → 1.0.7}/delay.d.ts.map +1 -1
  9. package/types/deps/jsr.io/@std/http/{1.0.8 → 1.0.9}/_negotiation/common.d.ts.map +1 -1
  10. package/types/deps/jsr.io/@std/http/{1.0.8 → 1.0.9}/_negotiation/encoding.d.ts.map +1 -1
  11. package/types/deps/jsr.io/@std/http/{1.0.8 → 1.0.9}/_negotiation/language.d.ts.map +1 -1
  12. package/types/deps/jsr.io/@std/http/{1.0.8 → 1.0.9}/_negotiation/media_type.d.ts.map +1 -1
  13. package/types/deps/jsr.io/@std/http/{1.0.8 → 1.0.9}/negotiation.d.ts.map +1 -1
  14. package/types/runtime/contexts.d.ts.map +1 -1
  15. package/types/runtime/docloader.d.ts.map +1 -1
  16. /package/esm/deps/jsr.io/@std/async/{1.0.6 → 1.0.7}/delay.js +0 -0
  17. /package/esm/deps/jsr.io/@std/http/{1.0.8 → 1.0.9}/_negotiation/common.js +0 -0
  18. /package/esm/deps/jsr.io/@std/http/{1.0.8 → 1.0.9}/_negotiation/encoding.js +0 -0
  19. /package/esm/deps/jsr.io/@std/http/{1.0.8 → 1.0.9}/_negotiation/language.js +0 -0
  20. /package/esm/deps/jsr.io/@std/http/{1.0.8 → 1.0.9}/_negotiation/media_type.js +0 -0
  21. /package/esm/deps/jsr.io/@std/http/{1.0.8 → 1.0.9}/negotiation.js +0 -0
  22. /package/types/deps/jsr.io/@std/async/{1.0.6 → 1.0.7}/delay.d.ts +0 -0
  23. /package/types/deps/jsr.io/@std/http/{1.0.8 → 1.0.9}/_negotiation/common.d.ts +0 -0
  24. /package/types/deps/jsr.io/@std/http/{1.0.8 → 1.0.9}/_negotiation/encoding.d.ts +0 -0
  25. /package/types/deps/jsr.io/@std/http/{1.0.8 → 1.0.9}/_negotiation/language.d.ts +0 -0
  26. /package/types/deps/jsr.io/@std/http/{1.0.8 → 1.0.9}/_negotiation/media_type.d.ts +0 -0
  27. /package/types/deps/jsr.io/@std/http/{1.0.8 → 1.0.9}/negotiation.d.ts +0 -0
package/CHANGES.md CHANGED
@@ -3,6 +3,26 @@
3
3
  Fedify changelog
4
4
  ================
5
5
 
6
+ Version 1.1.2
7
+ -------------
8
+
9
+ Released on October 27, 2024.
10
+
11
+ - Fixed default document loaders' incorrect handling of relative URIs in
12
+ `Link` headers with `rel=alternate`. [[#155] by Emelia Smith]
13
+ - The `fetchDocumentLoader()` function now preloads the following JSON-LD
14
+ context: <http://schema.org/>.
15
+
16
+
17
+ Version 1.1.1
18
+ -------------
19
+
20
+ Released on October 23, 2024.
21
+
22
+ - The `fetchDocumentLoader()` function now preloads the following JSON-LD
23
+ context: <https://purl.archive.org/socialweb/webfinger>.
24
+
25
+
6
26
  Version 1.1.0
7
27
  -------------
8
28
 
@@ -103,6 +123,26 @@ Released on October 20, 2024.
103
123
  [#150]: https://github.com/dahlia/fedify/issues/150
104
124
 
105
125
 
126
+ Version 1.0.6
127
+ -------------
128
+
129
+ Released on October 27, 2024.
130
+
131
+ - Fixed default document loaders' incorrect handling of relative URIs in
132
+ `Link` headers with `rel=alternate`. [[#155] by Emelia Smith]
133
+ - The `fetchDocumentLoader()` function now preloads the following JSON-LD
134
+ context: <http://schema.org/>.
135
+
136
+
137
+ Version 1.0.5
138
+ -------------
139
+
140
+ Released on October 23, 2024.
141
+
142
+ - The `fetchDocumentLoader()` function now preloads the following JSON-LD
143
+ context: <https://purl.archive.org/socialweb/webfinger>.
144
+
145
+
106
146
  Version 1.0.4
107
147
  -------------
108
148
 
@@ -322,6 +362,28 @@ Released on September 26, 2024.
322
362
  [#137]: https://github.com/dahlia/fedify/issues/137
323
363
 
324
364
 
365
+ Version 0.15.4
366
+ --------------
367
+
368
+ Released on October 27, 2024.
369
+
370
+ - Fixed default document loaders' incorrect handling of relative URIs in
371
+ `Link` headers with `rel=alternate`. [[#155] by Emelia Smith]
372
+ - The `fetchDocumentLoader()` function now preloads the following JSON-LD
373
+ context: <http://schema.org/>.
374
+
375
+ [#155]: https://github.com/dahlia/fedify/pull/155
376
+
377
+
378
+ Version 0.15.3
379
+ --------------
380
+
381
+ Released on October 23, 2024.
382
+
383
+ - The `fetchDocumentLoader()` function now preloads the following JSON-LD
384
+ context: <https://purl.archive.org/socialweb/webfinger>.
385
+
386
+
325
387
  Version 0.15.2
326
388
  --------------
327
389
 
@@ -1871,4 +1933,4 @@ Version 0.1.0
1871
1933
 
1872
1934
  Initial release. Released on March 8, 2024.
1873
1935
 
1874
- <!-- cSpell: ignore Dogeon Fabien Wressell -->
1936
+ <!-- cSpell: ignore Dogeon Fabien Wressell Emelia -->
package/FEDERATION.md CHANGED
@@ -58,6 +58,7 @@ lists the activity types that Fedify provides:
58
58
  - [`Create`](https://jsr.io/@fedify/fedify/doc/vocab/~/Create)
59
59
  - [`Delete`](https://jsr.io/@fedify/fedify/doc/vocab/~/Delete)
60
60
  - [`Dislike`](https://jsr.io/@fedify/fedify/doc/vocab/~/Dislike)
61
+ - [`EmojiReact`](https://jsr.io/@fedify/fedify/doc/vocab/~/EmojiReact)
61
62
  - [`Flag`](https://jsr.io/@fedify/fedify/doc/vocab/~/Flag)
62
63
  - [`Follow`](https://jsr.io/@fedify/fedify/doc/vocab/~/Follow)
63
64
  - [`Ignore`](https://jsr.io/@fedify/fedify/doc/vocab/~/Ignore)
@@ -1,6 +1,6 @@
1
1
  import * as dntShim from "../_dnt.shims.js";
2
2
  import { getLogger } from "@logtape/logtape";
3
- import { accepts } from "../deps/jsr.io/@std/http/1.0.8/negotiation.js";
3
+ import { accepts } from "../deps/jsr.io/@std/http/1.0.9/negotiation.js";
4
4
  import { verifyRequest } from "../sig/http.js";
5
5
  import { detachSignature, verifyJsonLd } from "../sig/ld.js";
6
6
  import { doesActorOwnKey } from "../sig/owner.js";