@fedify/next 2.4.0-dev.1504 → 2.4.0-dev.1508
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/README.md +3 -3
- package/package.json +3 -6
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
@fedify/next: Integrate Fedify with Next.js
|
|
4
4
|
===========================================
|
|
5
5
|
|
|
6
|
-
[![@fedify@
|
|
6
|
+
[![@fedify@hackers.pub][@fedify@hackers.pub badge]][@fedify@hackers.pub]
|
|
7
7
|
|
|
8
8
|
This package provides a simple way to integrate [Fedify] with [Next.js].
|
|
9
9
|
|
|
@@ -19,8 +19,8 @@ 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@
|
|
23
|
-
[@fedify@
|
|
22
|
+
[@fedify@hackers.pub badge]: https://fedi-badge.minhee.org/@fedify@hackers.pub/followers.svg
|
|
23
|
+
[@fedify@hackers.pub]: https://hackers.pub/@fedify
|
|
24
24
|
[Fedify]: https://fedify.dev/
|
|
25
25
|
[Next.js]: https://nextjs.org/
|
|
26
26
|
[Fedify CLI]: https://www.npmjs.com/package/@fedify/cli
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/next",
|
|
3
|
-
"version": "2.4.0-dev.
|
|
3
|
+
"version": "2.4.0-dev.1508+68519bf4",
|
|
4
4
|
"description": "Integrate Fedify with Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Fedify",
|
|
@@ -24,10 +24,7 @@
|
|
|
24
24
|
"bugs": {
|
|
25
25
|
"url": "https://github.com/fedify-dev/fedify/issues"
|
|
26
26
|
},
|
|
27
|
-
"funding":
|
|
28
|
-
"https://opencollective.com/fedify",
|
|
29
|
-
"https://github.com/sponsors/dahlia"
|
|
30
|
-
],
|
|
27
|
+
"funding": "https://opencollective.com/fedify",
|
|
31
28
|
"type": "module",
|
|
32
29
|
"main": "./dist/index.cjs",
|
|
33
30
|
"module": "./dist/index.js",
|
|
@@ -51,7 +48,7 @@
|
|
|
51
48
|
],
|
|
52
49
|
"peerDependencies": {
|
|
53
50
|
"next": ">=15.4.6 <17",
|
|
54
|
-
"@fedify/fedify": "^2.4.0-dev.
|
|
51
|
+
"@fedify/fedify": "^2.4.0-dev.1508+68519bf4"
|
|
55
52
|
},
|
|
56
53
|
"devDependencies": {
|
|
57
54
|
"tsdown": "^0.22.0",
|