@fedify/fedify 1.5.0-dev.654 → 1.5.0-dev.655

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
@@ -16,6 +16,16 @@ To be released.
16
16
  - Added `importPkcs1()` function.
17
17
  - Added `importPem()` function.
18
18
 
19
+ - Fixed a bug of the `fedify inbox` command where it had failed to render
20
+ the web interface when the `fedify` command was installed using
21
+ `deno install` command from JSR.
22
+
23
+ - The web interface of the `fedify inbox` command was slightly redesigned:
24
+
25
+ - The Fedify logo with the cute dinosaur is now displayed at the top of
26
+ the page.
27
+ - You can easily copy the fediverse handle of the ephemeral actor.
28
+
19
29
  [#209]: https://github.com/fedify-dev/fedify/issues/209
20
30
 
21
31
 
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.5.0-dev.654+b5166915",
3
+ "version": "1.5.0-dev.655+2073b445",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",