@fedify/fedify 0.13.0-dev.319 → 0.13.0-dev.321

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 CHANGED
@@ -52,8 +52,16 @@ To be released.
52
52
  - Added `Federation` interface.
53
53
  - Removed `FederationParameters` interface.
54
54
 
55
- - The `fedify init` command now generates a scaffold project with logging
56
- configuration using the [LogTape] library.
55
+ - Added `fedify tunnel` command to expose a local HTTP server to the public
56
+ internet.
57
+
58
+ - A scaffold project generated by the `fedify init` command has several
59
+ changes:
60
+
61
+ - Now a scaffold project uses a [x-forwarded-fetch] middleware to
62
+ support `X-Forwarded-Proto` and `X-Forwarded-Host` headers.
63
+ - Now a scaffold project has logging configuration using the [LogTape]
64
+ library.
57
65
 
58
66
  - Added more log messages using the [LogTape] library. Currently the below
59
67
  logger categories are used:
package/FEDERATION.md CHANGED
@@ -42,7 +42,7 @@ ActivityPub
42
42
 
43
43
  Since Fedify is a framework, what activity types it uses is up to
44
44
  the application developers. However, Fedify provides a set of
45
- activity types that are commonly used in the Fediverse. The following
45
+ activity types that are commonly used in the fediverse. The following
46
46
  lists the activity types that Fedify provides:
47
47
 
48
48
  - [`Accept`](https://jsr.io/@fedify/fedify/doc/vocab/~/Accept)
@@ -50,6 +50,7 @@ lists the activity types that Fedify provides:
50
50
  - [`Announce`](https://jsr.io/@fedify/fedify/doc/vocab/~/Announce)
51
51
  - [`Arrive`](https://jsr.io/@fedify/fedify/doc/vocab/~/Arrive)
52
52
  - [`Block`](https://jsr.io/@fedify/fedify/doc/vocab/~/Block)
53
+ - [`ChatMessage`](https://jsr.io/@fedify/fedify/doc/vocab/~/ChatMessage)
53
54
  - [`Create`](https://jsr.io/@fedify/fedify/doc/vocab/~/Create)
54
55
  - [`Delete`](https://jsr.io/@fedify/fedify/doc/vocab/~/Delete)
55
56
  - [`Dislike`](https://jsr.io/@fedify/fedify/doc/vocab/~/Dislike)
package/README.md CHANGED
@@ -67,7 +67,7 @@ join our [Matrix chat space][Matrix] or [GitHub Discussions]. Or tag
67
67
  [FEP-8b32]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md
68
68
  [NodeInfo]: https://nodeinfo.diaspora.software/
69
69
  [GitHub Discussions]: https://github.com/dahlia/fedify/discussions
70
- [#Fedify]: https://elk.zone/mastodon.social/tags/fedify
70
+ [#Fedify]: https://mastodon.social/tags/fedify
71
71
  [Mastodon]: https://joinmastodon.org/
72
72
  [Lemmy]: https://join-lemmy.org/
73
73
  [Pixelfed]: https://pixelfed.org/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "0.13.0-dev.319+94aaf835",
3
+ "version": "0.13.0-dev.321+26fdd1c8",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",