@fedify/koa 2.3.0-dev.1213 → 2.3.0-dev.1214

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  [![npm][npm badge]][npm]
7
7
  [![Matrix][Matrix badge]][Matrix]
8
- [![Follow @fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
8
+ [![@fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
9
9
 
10
10
  This package provides a simple way to integrate [Fedify] with [Koa].
11
11
 
@@ -29,7 +29,7 @@ app.use(createMiddleware(federation, (ctx) => "context data goes here"));
29
29
  [npm]: https://www.npmjs.com/package/@fedify/koa
30
30
  [Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org
31
31
  [Matrix]: https://matrix.to/#/#fedify:matrix.org
32
- [@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
32
+ [@fedify@hollo.social badge]: https://fedi-badge.minhee.org/@fedify@hollo.social/followers.svg
33
33
  [@fedify@hollo.social]: https://hollo.social/@fedify
34
34
  [Fedify]: https://fedify.dev/
35
35
  [Koa]: https://koajs.com/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/koa",
3
- "version": "2.3.0-dev.1213+8ffffeb8",
3
+ "version": "2.3.0-dev.1214+0f808ac3",
4
4
  "description": "Integrate Fedify with Koa",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -50,7 +50,7 @@
50
50
  ],
51
51
  "peerDependencies": {
52
52
  "koa": "^2.0.0 || ^3.0.0",
53
- "@fedify/fedify": "^2.3.0-dev.1213+8ffffeb8"
53
+ "@fedify/fedify": "^2.3.0-dev.1214+0f808ac3"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/koa": "^2.15.0",