@fedify/hono 2.3.0 → 2.3.2-dev.1556

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/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  [![JSR][JSR badge]][JSR]
7
7
  [![npm][npm badge]][npm]
8
- [![@fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
8
+ [![@fedify@hackers.pub][@fedify@hackers.pub badge]][@fedify@hackers.pub]
9
9
 
10
10
  *This package is available since Fedify 1.9.0.*
11
11
 
@@ -30,8 +30,8 @@ app.use(federation(fedi, (ctx) => "context data"));
30
30
  [JSR]: https://jsr.io/@fedify/hono
31
31
  [npm badge]: https://img.shields.io/npm/v/@fedify/hono?logo=npm
32
32
  [npm]: https://www.npmjs.com/package/@fedify/hono
33
- [@fedify@hollo.social badge]: https://fedi-badge.minhee.org/@fedify@hollo.social/followers.svg
34
- [@fedify@hollo.social]: https://hollo.social/@fedify
33
+ [@fedify@hackers.pub badge]: https://fedi-badge.minhee.org/@fedify@hackers.pub/followers.svg
34
+ [@fedify@hackers.pub]: https://hackers.pub/@fedify
35
35
  [Fedify]: https://fedify.dev/
36
36
  [Hono]: https://hono.dev/
37
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/hono",
3
- "version": "2.3.0",
3
+ "version": "2.3.2-dev.1556+3e14f2d7",
4
4
  "description": "Integrate Fedify with Hono",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -50,7 +50,7 @@
50
50
  ],
51
51
  "peerDependencies": {
52
52
  "hono": "^4.0.0",
53
- "@fedify/fedify": "^2.3.0"
53
+ "@fedify/fedify": "^2.3.2-dev.1556+3e14f2d7"
54
54
  },
55
55
  "devDependencies": {
56
56
  "tsdown": "^0.22.0",