@fedify/fedify 1.3.5 → 1.3.7
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/CHANGES.md +91 -71
- package/README.md +4 -4
- package/esm/deno.js +3 -3
- package/esm/deps/jsr.io/@david/which-runtime/0.2.1/mod.js +10 -0
- package/esm/deps/jsr.io/@std/async/{1.0.9 → 1.0.10}/delay.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/1.0.5/_types.js +2 -0
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/concat.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/copy.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/ends_with.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/equals.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/includes_needle.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/index_of_needle.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/last_index_of_needle.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/mod.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/repeat.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/starts_with.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/1.0.7/_types.js +2 -0
- package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/_validate_binary_like.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/base64.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/base64url.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/hex.js +1 -1
- package/esm/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/common.js +1 -1
- package/esm/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/encoding.js +1 -1
- package/esm/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/language.js +1 -1
- package/esm/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/media_type.js +1 -1
- package/esm/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/negotiation.js +1 -1
- package/esm/federation/collection.js +1 -1
- package/esm/federation/handler.js +1 -1
- package/esm/mod.js +2 -2
- package/esm/runtime/contexts.js +1 -1
- package/esm/runtime/docloader.js +7 -8
- package/esm/runtime/key.js +4 -4
- package/esm/sig/http.js +3 -3
- package/esm/sig/ld.js +2 -2
- package/esm/sig/proof.js +1 -1
- package/esm/vocab/lookup.js +1 -1
- package/esm/vocab/vocab.js +173 -173
- package/package.json +4 -4
- package/types/deps/jsr.io/@david/which-runtime/0.2.1/mod.d.ts +3 -0
- package/types/deps/jsr.io/@david/which-runtime/0.2.1/mod.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/async/1.0.10/delay.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts +9 -0
- package/types/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/concat.d.ts +3 -1
- package/types/deps/jsr.io/@std/bytes/1.0.5/concat.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/copy.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/ends_with.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/equals.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/includes_needle.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/index_of_needle.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/last_index_of_needle.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/repeat.d.ts +3 -1
- package/types/deps/jsr.io/@std/bytes/1.0.5/repeat.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/starts_with.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/_types.d.ts +9 -0
- package/types/deps/jsr.io/@std/encoding/1.0.7/_types.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/_validate_binary_like.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/base64.d.ts +3 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base64.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/base64url.d.ts +3 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base64url.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/hex.d.ts +3 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/hex.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/common.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/encoding.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/language.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/media_type.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/negotiation.d.ts.map +1 -1
- package/types/mod.d.ts +2 -2
- package/types/runtime/docloader.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/async/1.0.9/delay.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/bytes/1.0.4/concat.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/bytes/1.0.4/repeat.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.6/base64.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.6/base64url.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.6/hex.d.ts.map +0 -1
- /package/types/deps/jsr.io/@std/async/{1.0.9 → 1.0.10}/delay.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/copy.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/ends_with.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/equals.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/includes_needle.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/index_of_needle.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/last_index_of_needle.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/starts_with.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/_validate_binary_like.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/common.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/encoding.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/language.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/media_type.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/negotiation.d.ts +0 -0
package/CHANGES.md
CHANGED
@@ -3,6 +3,26 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 1.3.7
|
7
|
+
-------------
|
8
|
+
|
9
|
+
Released on February 1, 2025.
|
10
|
+
|
11
|
+
- Updated [LogTape] to version 0.8.1, which fixes a bug where `lowestLevel`
|
12
|
+
option had incorrectly behaved.
|
13
|
+
|
14
|
+
|
15
|
+
Version 1.3.6
|
16
|
+
-------------
|
17
|
+
|
18
|
+
Released on January 31, 2025.
|
19
|
+
|
20
|
+
- Fixed a bug where `getUserAgent()` function had returned a `User-Agent`
|
21
|
+
string with a wrong JavaScript runtime name on Node.js. [[#203]]
|
22
|
+
|
23
|
+
[#203]: https://github.com/fedify-dev/fedify/issues/203
|
24
|
+
|
25
|
+
|
6
26
|
Version 1.3.5
|
7
27
|
-------------
|
8
28
|
|
@@ -174,14 +194,14 @@ Released on November 30, 2024.
|
|
174
194
|
|
175
195
|
|
176
196
|
[SvelteKit]: https://kit.svelte.dev/
|
177
|
-
[#162]: https://github.com/
|
178
|
-
[#170]: https://github.com/
|
179
|
-
[#171]: https://github.com/
|
180
|
-
[#173]: https://github.com/
|
181
|
-
[#183]: https://github.com/
|
182
|
-
[#186]: https://github.com/
|
183
|
-
[#192]: https://github.com/
|
184
|
-
[#193]: https://github.com/
|
197
|
+
[#162]: https://github.com/fedify-dev/fedify/issues/162
|
198
|
+
[#170]: https://github.com/fedify-dev/fedify/issues/170
|
199
|
+
[#171]: https://github.com/fedify-dev/fedify/issues/171
|
200
|
+
[#173]: https://github.com/fedify-dev/fedify/issues/173
|
201
|
+
[#183]: https://github.com/fedify-dev/fedify/pull/183
|
202
|
+
[#186]: https://github.com/fedify-dev/fedify/pull/186
|
203
|
+
[#192]: https://github.com/fedify-dev/fedify/issues/192
|
204
|
+
[#193]: https://github.com/fedify-dev/fedify/issues/193
|
185
205
|
|
186
206
|
|
187
207
|
Version 1.2.11
|
@@ -237,8 +257,8 @@ Released on November 23, 2024.
|
|
237
257
|
- Fixed text overflow of the `fedify inbox` command's web log view.
|
238
258
|
[[#180], [#188] by Lim Kyunghee]
|
239
259
|
|
240
|
-
[#177]: https://github.com/
|
241
|
-
[#181]: https://github.com/
|
260
|
+
[#177]: https://github.com/fedify-dev/fedify/issues/177
|
261
|
+
[#181]: https://github.com/fedify-dev/fedify/pull/181
|
242
262
|
|
243
263
|
|
244
264
|
Version 1.2.7
|
@@ -362,7 +382,7 @@ Released on November 1, 2024.
|
|
362
382
|
- Support the `fedify` command on Windows on ARM64 via x64 emulation.
|
363
383
|
[[#160]]
|
364
384
|
|
365
|
-
[#160]: https://github.com/
|
385
|
+
[#160]: https://github.com/fedify-dev/fedify/issues/160
|
366
386
|
|
367
387
|
|
368
388
|
Version 1.2.1
|
@@ -428,7 +448,7 @@ Released on October 31, 2024.
|
|
428
448
|
- `["fedify", "nodeinfo", "client"]`
|
429
449
|
|
430
450
|
[implicit contexts]: https://logtape.org/manual/contexts#implicit-contexts
|
431
|
-
[#118]: https://github.com/
|
451
|
+
[#118]: https://github.com/fedify-dev/fedify/issues/118
|
432
452
|
|
433
453
|
|
434
454
|
Version 1.1.11
|
@@ -482,10 +502,10 @@ Released on November 23, 2024.
|
|
482
502
|
- Fixed text overflow of the `fedify inbox` command's web log view.
|
483
503
|
[[#180], [#188] by Lim Kyunghee]
|
484
504
|
|
485
|
-
[#178]: https://github.com/
|
486
|
-
[#180]: https://github.com/
|
487
|
-
[#185]: https://github.com/
|
488
|
-
[#188]: https://github.com/
|
505
|
+
[#178]: https://github.com/fedify-dev/fedify/issues/178
|
506
|
+
[#180]: https://github.com/fedify-dev/fedify/issues/180
|
507
|
+
[#185]: https://github.com/fedify-dev/fedify/pull/185
|
508
|
+
[#188]: https://github.com/fedify-dev/fedify/pull/188
|
489
509
|
|
490
510
|
|
491
511
|
Version 1.1.7
|
@@ -715,8 +735,8 @@ Released on October 20, 2024.
|
|
715
735
|
[FEP-c0e0]: https://w3id.org/fep/c0e0
|
716
736
|
[FEP-9091]: https://w3id.org/fep/9091
|
717
737
|
[ActivityPub and HTTP Signatures]: https://swicg.github.io/activitypub-http-signature/
|
718
|
-
[#146]: https://github.com/
|
719
|
-
[#150]: https://github.com/
|
738
|
+
[#146]: https://github.com/fedify-dev/fedify/issues/146
|
739
|
+
[#150]: https://github.com/fedify-dev/fedify/issues/150
|
720
740
|
|
721
741
|
|
722
742
|
Version 1.0.14
|
@@ -741,7 +761,7 @@ Released on January 21, 2025.
|
|
741
761
|
could lead to a SSRF attack. Now it follows only the public network
|
742
762
|
addresses.
|
743
763
|
|
744
|
-
[CVE-2025-23221]: https://github.com/
|
764
|
+
[CVE-2025-23221]: https://github.com/fedify-dev/fedify/security/advisories/GHSA-c59p-wq67-24wx
|
745
765
|
|
746
766
|
|
747
767
|
Version 1.0.13
|
@@ -752,7 +772,7 @@ Released on December 18, 2024.
|
|
752
772
|
- Fixed the default document loader to handle the `Link` header with
|
753
773
|
incorrect syntax. [[#196]]
|
754
774
|
|
755
|
-
[#196]: https://github.com/
|
775
|
+
[#196]: https://github.com/fedify-dev/fedify/issues/196
|
756
776
|
|
757
777
|
|
758
778
|
Version 1.0.12
|
@@ -1109,9 +1129,9 @@ Released on September 26, 2024.
|
|
1109
1129
|
- `["fedify", "sig", "ld"]`
|
1110
1130
|
|
1111
1131
|
[Linked Data Signatures]: https://web.archive.org/web/20170923124140/https://w3c-dvcg.github.io/ld-signatures/
|
1112
|
-
[#106]: https://github.com/
|
1113
|
-
[#135]: https://github.com/
|
1114
|
-
[#137]: https://github.com/
|
1132
|
+
[#106]: https://github.com/fedify-dev/fedify/issues/106
|
1133
|
+
[#135]: https://github.com/fedify-dev/fedify/issues/135
|
1134
|
+
[#137]: https://github.com/fedify-dev/fedify/issues/137
|
1115
1135
|
|
1116
1136
|
|
1117
1137
|
Version 0.15.9
|
@@ -1122,7 +1142,7 @@ Released on November 22, 2024.
|
|
1122
1142
|
- Fixed a bug where `lookupWebFinger()` function had thrown a `TypeError`
|
1123
1143
|
when the *.well-known/webfinger* redirects to a relative URI. [[#166]]
|
1124
1144
|
|
1125
|
-
[#166]: https://github.com/
|
1145
|
+
[#166]: https://github.com/fedify-dev/fedify/issues/166
|
1126
1146
|
|
1127
1147
|
|
1128
1148
|
Version 0.15.8
|
@@ -1181,7 +1201,7 @@ Released on November 19, 2024.
|
|
1181
1201
|
methods is now `OrderedCollection | OrderedCollectionPage | null` (was
|
1182
1202
|
`OrderedCollection | null`).
|
1183
1203
|
|
1184
|
-
[#165]: https://github.com/
|
1204
|
+
[#165]: https://github.com/fedify-dev/fedify/issues/165
|
1185
1205
|
|
1186
1206
|
|
1187
1207
|
Version 0.15.7
|
@@ -1202,7 +1222,7 @@ Released on November 14, 2024.
|
|
1202
1222
|
"inbox"]` logger category and responds with a `500 Internal Server
|
1203
1223
|
Error`.
|
1204
1224
|
|
1205
|
-
[#159]: https://github.com/
|
1225
|
+
[#159]: https://github.com/fedify-dev/fedify/issues/159
|
1206
1226
|
|
1207
1227
|
|
1208
1228
|
Version 0.15.6
|
@@ -1236,7 +1256,7 @@ Released on October 27, 2024.
|
|
1236
1256
|
- The `fetchDocumentLoader()` function now preloads the following JSON-LD
|
1237
1257
|
context: <http://schema.org/>.
|
1238
1258
|
|
1239
|
-
[#155]: https://github.com/
|
1259
|
+
[#155]: https://github.com/fedify-dev/fedify/pull/155
|
1240
1260
|
|
1241
1261
|
|
1242
1262
|
Version 0.15.3
|
@@ -1265,7 +1285,7 @@ Released on September 15, 2024.
|
|
1265
1285
|
- Fixed a bug where even if the `ActorCallbackSetters.mapHandle()` method was
|
1266
1286
|
called, a WebFinger username was used as an actor's handle. [[#136]]
|
1267
1287
|
|
1268
|
-
[#136]: https://github.com/
|
1288
|
+
[#136]: https://github.com/fedify-dev/fedify/pull/136
|
1269
1289
|
|
1270
1290
|
|
1271
1291
|
Version 0.15.0
|
@@ -1470,8 +1490,8 @@ Released on August 27, 2024.
|
|
1470
1490
|
Bun, and fills the *deno.json* file with the default `compilerOptions` on
|
1471
1491
|
Deno.
|
1472
1492
|
|
1473
|
-
[#114]: https://github.com/
|
1474
|
-
[#115]: https://github.com/
|
1493
|
+
[#114]: https://github.com/fedify-dev/fedify/issues/114
|
1494
|
+
[#115]: https://github.com/fedify-dev/fedify/issues/115
|
1475
1495
|
|
1476
1496
|
|
1477
1497
|
Version 0.13.5
|
@@ -1492,7 +1512,7 @@ Released on September 1, 2024.
|
|
1492
1512
|
- Fixed `fedify inbox` command where it had ignored `-a`/`--accept-follow`
|
1493
1513
|
options when no `-f`/`--follow` option was provided. [[#132]]
|
1494
1514
|
|
1495
|
-
[#132]: https://github.com/
|
1515
|
+
[#132]: https://github.com/fedify-dev/fedify/issues/132
|
1496
1516
|
|
1497
1517
|
|
1498
1518
|
Version 0.13.3
|
@@ -1504,7 +1524,7 @@ Released on August 30, 2024.
|
|
1504
1524
|
been verified by their inbox. [[#125]]
|
1505
1525
|
|
1506
1526
|
[Threads]: https://www.threads.net/
|
1507
|
-
[#125]: https://github.com/
|
1527
|
+
[#125]: https://github.com/fedify-dev/fedify/issues/125
|
1508
1528
|
|
1509
1529
|
|
1510
1530
|
Version 0.13.2
|
@@ -1515,7 +1535,7 @@ Released on August 29, 2024.
|
|
1515
1535
|
- Fixed `fedify inbox` command that had not been able to parse activities
|
1516
1536
|
even if they are valid JSON-LD. [[#126]]
|
1517
1537
|
|
1518
|
-
[#126]: https://github.com/
|
1538
|
+
[#126]: https://github.com/fedify-dev/fedify/issues/126
|
1519
1539
|
|
1520
1540
|
|
1521
1541
|
Version 0.13.1
|
@@ -1596,8 +1616,8 @@ Released on August 7, 2024.
|
|
1596
1616
|
|
1597
1617
|
- `["fedify", "webfinger", "server"]`
|
1598
1618
|
|
1599
|
-
[#69]: https://github.com/
|
1600
|
-
[#110]: https://github.com/
|
1619
|
+
[#69]: https://github.com/fedify-dev/fedify/issues/69
|
1620
|
+
[#110]: https://github.com/fedify-dev/fedify/issues/110
|
1601
1621
|
[Express]: https://expressjs.com/
|
1602
1622
|
[Nitro]: https://nitro.unjs.io/
|
1603
1623
|
|
@@ -1768,16 +1788,16 @@ Released on July 24, 2024.
|
|
1768
1788
|
- `["fedify", "federation", "queue"]`
|
1769
1789
|
|
1770
1790
|
[@fedify/cli]: https://www.npmjs.com/package/@fedify/cli
|
1771
|
-
[#6]: https://github.com/
|
1772
|
-
[#53]: https://github.com/
|
1773
|
-
[#66]: https://github.com/
|
1774
|
-
[#70]: https://github.com/
|
1775
|
-
[#81]: https://github.com/
|
1776
|
-
[#85]: https://github.com/
|
1777
|
-
[#92]: https://github.com/
|
1778
|
-
[#104]: https://github.com/
|
1779
|
-
[#105]: https://github.com/
|
1780
|
-
[#107]: https://github.com/
|
1791
|
+
[#6]: https://github.com/fedify-dev/fedify/issues/6
|
1792
|
+
[#53]: https://github.com/fedify-dev/fedify/issues/53
|
1793
|
+
[#66]: https://github.com/fedify-dev/fedify/issues/66
|
1794
|
+
[#70]: https://github.com/fedify-dev/fedify/issues/70
|
1795
|
+
[#81]: https://github.com/fedify-dev/fedify/issues/81
|
1796
|
+
[#85]: https://github.com/fedify-dev/fedify/issues/85
|
1797
|
+
[#92]: https://github.com/fedify-dev/fedify/pull/92
|
1798
|
+
[#104]: https://github.com/fedify-dev/fedify/issues/104
|
1799
|
+
[#105]: https://github.com/fedify-dev/fedify/issues/105
|
1800
|
+
[#107]: https://github.com/fedify-dev/fedify/issues/107
|
1781
1801
|
|
1782
1802
|
|
1783
1803
|
Version 0.11.3
|
@@ -1789,7 +1809,7 @@ Released on July 15, 2024.
|
|
1789
1809
|
`Federation.setInboxListeners()` had caused a `RouterError` to be
|
1790
1810
|
thrown even if the paths match. [[#101] by Fabien O'Carroll]
|
1791
1811
|
|
1792
|
-
[#101]: https://github.com/
|
1812
|
+
[#101]: https://github.com/fedify-dev/fedify/pull/101
|
1793
1813
|
|
1794
1814
|
|
1795
1815
|
Version 0.11.2
|
@@ -1997,12 +2017,12 @@ Released on June 29, 2024.
|
|
1997
2017
|
for Object Integrity Proofs. [[FEP-8b32], [#54]]
|
1998
2018
|
|
1999
2019
|
[eddsa-jcs-2022]: https://codeberg.org/fediverse/fep/pulls/338
|
2000
|
-
[#71]: https://github.com/
|
2001
|
-
[#74]: https://github.com/
|
2002
|
-
[#76]: https://github.com/
|
2003
|
-
[#78]: https://github.com/
|
2004
|
-
[#79]: https://github.com/
|
2005
|
-
[#80]: https://github.com/
|
2020
|
+
[#71]: https://github.com/fedify-dev/fedify/issues/71
|
2021
|
+
[#74]: https://github.com/fedify-dev/fedify/issues/74
|
2022
|
+
[#76]: https://github.com/fedify-dev/fedify/pull/76
|
2023
|
+
[#78]: https://github.com/fedify-dev/fedify/issues/78
|
2024
|
+
[#79]: https://github.com/fedify-dev/fedify/issues/79
|
2025
|
+
[#80]: https://github.com/fedify-dev/fedify/pull/80
|
2006
2026
|
|
2007
2027
|
|
2008
2028
|
Version 0.10.2
|
@@ -2183,10 +2203,10 @@ is now distributed under the [MIT License] to encourage wider adoption.
|
|
2183
2203
|
- `["fedify", "vocab", "lookup"]`
|
2184
2204
|
- `["fedify", "webfinger", "lookup"]`
|
2185
2205
|
|
2186
|
-
[#54]: https://github.com/
|
2187
|
-
[#55]: https://github.com/
|
2188
|
-
[#65]: https://github.com/
|
2189
|
-
[#68]: https://github.com/
|
2206
|
+
[#54]: https://github.com/fedify-dev/fedify/issues/54
|
2207
|
+
[#55]: https://github.com/fedify-dev/fedify/issues/55
|
2208
|
+
[#65]: https://github.com/fedify-dev/fedify/issues/65
|
2209
|
+
[#68]: https://github.com/fedify-dev/fedify/pull/68
|
2190
2210
|
[AGPL 3.0]: https://www.gnu.org/licenses/agpl-3.0.en.html
|
2191
2211
|
[MIT License]: https://minhee.mit-license.org/
|
2192
2212
|
[FEP-521a]: https://w3id.org/fep/521a
|
@@ -2223,7 +2243,7 @@ Released on July 5, 2024.
|
|
2223
2243
|
loader that throws an error when the given URL is not an HTTP or HTTPS
|
2224
2244
|
URL or refers to a private network address.
|
2225
2245
|
|
2226
|
-
[CVE-2024-39687]: https://github.com/
|
2246
|
+
[CVE-2024-39687]: https://github.com/fedify-dev/fedify/security/advisories/GHSA-p9cg-vqcc-grcx
|
2227
2247
|
|
2228
2248
|
|
2229
2249
|
Version 0.9.1
|
@@ -2300,8 +2320,8 @@ Released on June 2, 2024.
|
|
2300
2320
|
- `["fedify", "sig", "key"]`
|
2301
2321
|
- `["fedify", "sig", "owner"]`
|
2302
2322
|
|
2303
|
-
[#48]: https://github.com/
|
2304
|
-
[#52]: https://github.com/
|
2323
|
+
[#48]: https://github.com/fedify-dev/fedify/issues/48
|
2324
|
+
[#52]: https://github.com/fedify-dev/fedify/issues/52
|
2305
2325
|
|
2306
2326
|
|
2307
2327
|
Version 0.8.0
|
@@ -2397,9 +2417,9 @@ Released on May 6, 2024.
|
|
2397
2417
|
"application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\""`.
|
2398
2418
|
|
2399
2419
|
[@fedify/cli]: https://jsr.io/@fedify/cli
|
2400
|
-
[releases]: https://github.com/
|
2420
|
+
[releases]: https://github.com/fedify-dev/fedify/releases
|
2401
2421
|
[FEP-8fcf]: https://w3id.org/fep/8fcf
|
2402
|
-
[#47]: https://github.com/
|
2422
|
+
[#47]: https://github.com/fedify-dev/fedify/issues/47
|
2403
2423
|
|
2404
2424
|
|
2405
2425
|
Version 0.7.0
|
@@ -2451,7 +2471,7 @@ Released on April 23, 2024.
|
|
2451
2471
|
[public addressing]: https://www.w3.org/TR/activitypub/#public-addressing
|
2452
2472
|
[authorized fetch]: https://swicg.github.io/activitypub-http-signature/#authorized-fetch
|
2453
2473
|
[LogTape]: https://github.com/dahlia/logtape
|
2454
|
-
[#33]: https://github.com/
|
2474
|
+
[#33]: https://github.com/fedify-dev/fedify/issues/33
|
2455
2475
|
|
2456
2476
|
|
2457
2477
|
Version 0.6.1
|
@@ -2503,8 +2523,8 @@ Released on April 9, 2024.
|
|
2503
2523
|
- Added `OutboxErrorHandler` type.
|
2504
2524
|
|
2505
2525
|
[Hono]: https://hono.dev/
|
2506
|
-
[#25]: https://github.com/
|
2507
|
-
[#27]: https://github.com/
|
2526
|
+
[#25]: https://github.com/fedify-dev/fedify/issues/25
|
2527
|
+
[#27]: https://github.com/fedify-dev/fedify/issues/27
|
2508
2528
|
|
2509
2529
|
|
2510
2530
|
Version 0.5.2
|
@@ -2515,7 +2535,7 @@ Released on April 17, 2024.
|
|
2515
2535
|
- Fixed a bug of `new Federation()` constructor that if it is once called
|
2516
2536
|
the process will never exit. [[#39]]
|
2517
2537
|
|
2518
|
-
[#39]: https://github.com/
|
2538
|
+
[#39]: https://github.com/fedify-dev/fedify/issues/39
|
2519
2539
|
|
2520
2540
|
|
2521
2541
|
Version 0.5.1
|
@@ -2529,7 +2549,7 @@ Released on April 5, 2024.
|
|
2529
2549
|
had responded with `406 Not Acceptable` instead of `404 Not Found` when
|
2530
2550
|
the resource does not exist in the web browser. [[#34]]
|
2531
2551
|
|
2532
|
-
[#34]: https://github.com/
|
2552
|
+
[#34]: https://github.com/fedify-dev/fedify/issues/34
|
2533
2553
|
|
2534
2554
|
|
2535
2555
|
Version 0.5.0
|
@@ -2596,8 +2616,8 @@ Released on April 2, 2024.
|
|
2596
2616
|
properties were not properly displayed in Mastodon.
|
2597
2617
|
|
2598
2618
|
[@fedify/fedify]: https://www.npmjs.com/package/@fedify/fedify
|
2599
|
-
[#24]: https://github.com/
|
2600
|
-
[#29]: https://github.com/
|
2619
|
+
[#24]: https://github.com/fedify-dev/fedify/discussions/24
|
2620
|
+
[#29]: https://github.com/fedify-dev/fedify/issues/29
|
2601
2621
|
|
2602
2622
|
|
2603
2623
|
Version 0.4.0
|
@@ -2714,7 +2734,7 @@ Released on March 26, 2024.
|
|
2714
2734
|
now omit `type` property.
|
2715
2735
|
|
2716
2736
|
[Fresh]: https://fresh.deno.dev/
|
2717
|
-
[#12]: https://github.com/
|
2737
|
+
[#12]: https://github.com/fedify-dev/fedify/issues/12
|
2718
2738
|
|
2719
2739
|
|
2720
2740
|
Version 0.3.0
|
@@ -2750,7 +2770,7 @@ Released on March 15, 2024.
|
|
2750
2770
|
- Now `onNotFound`/`onNotAcceptable` options are optional for
|
2751
2771
|
`Federation.handle()` method. [[#9]]
|
2752
2772
|
|
2753
|
-
[#9]: https://github.com/
|
2773
|
+
[#9]: https://github.com/fedify-dev/fedify/issues/9
|
2754
2774
|
|
2755
2775
|
|
2756
2776
|
Version 0.2.0
|
@@ -2787,7 +2807,7 @@ Released on March 10, 2024.
|
|
2787
2807
|
|
2788
2808
|
[NodeInfo]: https://nodeinfo.diaspora.software/
|
2789
2809
|
[WebFinger]: https://datatracker.ietf.org/doc/html/rfc7033
|
2790
|
-
[#1]: https://github.com/
|
2810
|
+
[#1]: https://github.com/fedify-dev/fedify/issues/1
|
2791
2811
|
|
2792
2812
|
|
2793
2813
|
Version 0.1.0
|
package/README.md
CHANGED
@@ -42,7 +42,7 @@ resources:
|
|
42
42
|
[Learning the basics](https://fedify.dev/tutorial/basics) &
|
43
43
|
[Creating a microblog](https://fedify.dev/tutorial/microblog)
|
44
44
|
- [API reference][JSR]
|
45
|
-
- [Examples](https://github.com/
|
45
|
+
- [Examples](https://github.com/fedify-dev/fedify/tree/main/examples)
|
46
46
|
|
47
47
|
If you have any questions, suggestions, or feedback, please feel free to
|
48
48
|
join our [Matrix chat space][Matrix] or [Discord server][Discord] or
|
@@ -55,8 +55,8 @@ join our [Matrix chat space][Matrix] or [Discord server][Discord] or
|
|
55
55
|
[JSR badge]: https://jsr.io/badges/@fedify/fedify
|
56
56
|
[npm]: https://www.npmjs.com/package/@fedify/fedify
|
57
57
|
[npm badge]: https://img.shields.io/npm/v/@fedify/fedify?logo=npm
|
58
|
-
[GitHub Actions]: https://github.com/
|
59
|
-
[GitHub Actions badge]: https://github.com/
|
58
|
+
[GitHub Actions]: https://github.com/fedify-dev/fedify/actions/workflows/build.yaml
|
59
|
+
[GitHub Actions badge]: https://github.com/fedify-dev/fedify/actions/workflows/build.yaml/badge.svg
|
60
60
|
[Matrix]: https://matrix.to/#/#fedify:matrix.org
|
61
61
|
[Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org?logo=matrix
|
62
62
|
[Discord]: https://discord.gg/bhtwpzURwd
|
@@ -72,7 +72,7 @@ join our [Matrix chat space][Matrix] or [Discord server][Discord] or
|
|
72
72
|
[FEP-8b32]: https://w3id.org/fep/8b32
|
73
73
|
[Linked Data Signatures]: https://web.archive.org/web/20170923124140/https://w3c-dvcg.github.io/ld-signatures/
|
74
74
|
[NodeInfo]: https://nodeinfo.diaspora.software/
|
75
|
-
[GitHub Discussions]: https://github.com/
|
75
|
+
[GitHub Discussions]: https://github.com/fedify-dev/fedify/discussions
|
76
76
|
[#Fedify]: https://mastodon.social/tags/fedify
|
77
77
|
[Mastodon]: https://joinmastodon.org/
|
78
78
|
[Lemmy]: https://join-lemmy.org/
|
package/esm/deno.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
export default {
|
2
2
|
"name": "@fedify/fedify",
|
3
|
-
"version": "1.3.
|
3
|
+
"version": "1.3.7",
|
4
4
|
"license": "MIT",
|
5
5
|
"exports": {
|
6
6
|
".": "./mod.ts",
|
@@ -17,7 +17,7 @@ export default {
|
|
17
17
|
},
|
18
18
|
"imports": {
|
19
19
|
"@cfworker/json-schema": "npm:@cfworker/json-schema@^2.0.1",
|
20
|
-
"@david/which-runtime": "jsr:@david/which-runtime@^0.2.
|
20
|
+
"@david/which-runtime": "jsr:@david/which-runtime@^0.2.1",
|
21
21
|
"@deno/dnt": "jsr:@deno/dnt@0.41.2",
|
22
22
|
"@fedify/fedify": "./mod.ts",
|
23
23
|
"@fedify/fedify/federation": "./federation/mod.ts",
|
@@ -32,7 +32,7 @@ export default {
|
|
32
32
|
"@fedify/fedify/x/sveltekit": "./x/sveltekit.ts",
|
33
33
|
"@hongminhee/aitertools": "jsr:@hongminhee/aitertools@^0.6.0",
|
34
34
|
"@hugoalh/http-header-link": "jsr:@hugoalh/http-header-link@^1.0.2",
|
35
|
-
"@logtape/logtape": "jsr:@logtape/logtape@^0.8.
|
35
|
+
"@logtape/logtape": "jsr:@logtape/logtape@^0.8.1",
|
36
36
|
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
|
37
37
|
"@opentelemetry/semantic-conventions": "npm:@opentelemetry/semantic-conventions@^1.27.0",
|
38
38
|
"@phensley/language-tag": "npm:@phensley/language-tag@^1.9.0",
|
@@ -0,0 +1,10 @@
|
|
1
|
+
const inner = {
|
2
|
+
// dnt-shim-ignore
|
3
|
+
// deno-lint-ignore no-explicit-any
|
4
|
+
isMaybeNode: globalThis.process?.versions?.node != null,
|
5
|
+
// dnt-shim-ignore
|
6
|
+
// deno-lint-ignore no-explicit-any
|
7
|
+
isDeno: globalThis.Deno?.version?.deno != null,
|
8
|
+
};
|
9
|
+
export const isNode = inner.isMaybeNode && !inner.isDeno;
|
10
|
+
export const isDeno = inner.isDeno;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
// Copyright 2009 The Go Authors. All rights reserved.
|
2
2
|
// https://github.com/golang/go/blob/master/LICENSE
|
3
|
-
// Copyright 2018-
|
3
|
+
// Copyright 2018-2025 the Deno authors. MIT license.
|
4
4
|
// This module is browser compatible.
|
5
5
|
/**
|
6
6
|
* Port of the Go
|
@@ -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.
|
3
|
+
import { accepts } from "../deps/jsr.io/@std/http/1.0.13/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";
|