@fedify/fedify 1.3.0-dev.547 → 1.3.0-dev.552

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
@@ -64,9 +64,13 @@ To be released.
64
64
  - The scaffold project generated by `fedify init` command now enables
65
65
  tracing data into log messages.
66
66
 
67
+ - Let the `fedify lookup` command take multiple arguments.
68
+ [[#173], [#186] by PGD]
67
69
 
68
- [#162]: https://github.com/dahlia/fedify/issues/162
69
70
 
71
+ [#162]: https://github.com/dahlia/fedify/issues/162
72
+ [#173]: https://github.com/dahlia/fedify/issues/173
73
+ [#186]: https://github.com/dahlia/fedify/pull/186
70
74
 
71
75
  Version 1.2.8
72
76
  -------------
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.3.0-dev.547+c64f0332",
3
+ "version": "1.3.0-dev.552+05e71329",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.3.0-dev.547+c64f0332",
3
+ "version": "1.3.0-dev.552+05e71329",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",