@fedify/fedify 0.13.0-dev.319 → 0.13.0-dev.320
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 +3 -0
- package/FEDERATION.md +2 -1
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGES.md
CHANGED
|
@@ -52,6 +52,9 @@ To be released.
|
|
|
52
52
|
- Added `Federation` interface.
|
|
53
53
|
- Removed `FederationParameters` interface.
|
|
54
54
|
|
|
55
|
+
- Added `fedify tunnel` command to expose a local HTTP server to the public
|
|
56
|
+
internet.
|
|
57
|
+
|
|
55
58
|
- The `fedify init` command now generates a scaffold project with logging
|
|
56
59
|
configuration using the [LogTape] library.
|
|
57
60
|
|
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
|
|
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://
|
|
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/
|