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

Sign up to get free protection for your applications and to get access to all the features.
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
  -------------
@@ -2552,4 +2556,4 @@ Version 0.1.0
2552
2556
 
2553
2557
  Initial release. Released on March 8, 2024.
2554
2558
 
2555
- <!-- cSpell: ignore Dogeon Fabien Wressell Emelia -->
2559
+ <!-- cSpell: ignore Dogeon Fabien Wressell Emelia Hana Heesun Kyunghee -->
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.553+ad290770",
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.553+ad290770",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",