@fedify/next 2.3.0-dev.994 → 2.3.0-pr.809.37

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 +4 -4
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  @fedify/next: Integrate Fedify with Next.js
4
4
  ===========================================
5
5
 
6
- [![Follow @fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
6
+ [![@fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
7
7
 
8
8
  This package provides a simple way to integrate [Fedify] with [Next.js].
9
9
 
@@ -19,7 +19,7 @@ This package provides a simple way to integrate [Fedify] with [Next.js].
19
19
  > the exported `config`, because Proxy always runs on the Node.js runtime.
20
20
  > For more details, refer to the [official documentation of `proxy`].
21
21
 
22
- [@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
22
+ [@fedify@hollo.social badge]: https://fedi-badge.minhee.org/@fedify@hollo.social/followers.svg
23
23
  [@fedify@hollo.social]: https://hollo.social/@fedify
24
24
  [Fedify]: https://fedify.dev/
25
25
  [Next.js]: https://nextjs.org/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/next",
3
- "version": "2.3.0-dev.994+9071ca0a",
3
+ "version": "2.3.0-pr.809.37+0574ba5c",
4
4
  "description": "Integrate Fedify with Next.js",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -51,11 +51,11 @@
51
51
  ],
52
52
  "peerDependencies": {
53
53
  "next": ">=15.4.6 <17",
54
- "@fedify/fedify": "^2.3.0-dev.994+9071ca0a"
54
+ "@fedify/fedify": "^2.3.0-pr.809.37+0574ba5c"
55
55
  },
56
56
  "devDependencies": {
57
- "tsdown": "^0.21.6",
58
- "typescript": "^5.9.2"
57
+ "tsdown": "^0.22.0",
58
+ "typescript": "^6.0.0"
59
59
  },
60
60
  "scripts": {
61
61
  "build:self": "tsdown",