@fedify/fedify 1.2.0-dev.466 → 1.2.0-dev.467

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 (2) hide show
  1. package/CHANGES.md +4 -2
  2. package/package.json +1 -1
package/CHANGES.md CHANGED
@@ -39,11 +39,13 @@ To be released.
39
39
  - `new Service()` constructor now accepts `followedMessage` option.
40
40
  - `Service.clone()` method now accepts `followedMessage` option.
41
41
 
42
- - Add options for an AMQP driver to `fedify init` command.
42
+ - Added options for an AMQP driver to `fedify init` command.
43
43
 
44
44
  - Added `amqp` value to the `-q`/`--message-queue` option of
45
45
  the `fedify init` command.
46
46
 
47
+ - Added `fedify node` subcommand.
48
+
47
49
  - Added more log messages using the [LogTape] library. Currently the below
48
50
  logger categories are used:
49
51
 
@@ -386,7 +388,7 @@ Released on September 26, 2024.
386
388
  it's terminated so that the peers can clean up data related to the temporary
387
389
  actor. [[#135]]
388
390
 
389
- - Add options for PostgreSQL drivers to `fedify init` command.
391
+ - Added options for PostgreSQL drivers to `fedify init` command.
390
392
 
391
393
  - Added `postgres` value to the `-k`/`--kv-store` option of the `fedify
392
394
  init` command.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.2.0-dev.466+c9309d76",
3
+ "version": "1.2.0-dev.467+9a64794f",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",