@fedify/fedify 1.2.0-dev.463 → 1.2.0-dev.464

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 +5 -0
  2. package/package.json +1 -1
package/CHANGES.md CHANGED
@@ -39,6 +39,11 @@ 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.
43
+
44
+ - Added `amqp` value to the `-q`/`--message-queue` option of
45
+ the `fedify init` command.
46
+
42
47
  - Added more log messages using the [LogTape] library. Currently the below
43
48
  logger categories are used:
44
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.2.0-dev.463+b7b27a10",
3
+ "version": "1.2.0-dev.464+133bc111",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",