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

Sign up to get free protection for your applications and to get access to all the features.
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 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.320+acfb05d2",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",