@fedify/astro 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.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
[![JSR][JSR badge]][JSR]
|
|
7
7
|
[![npm][npm badge]][npm]
|
|
8
|
-
[![
|
|
8
|
+
[![@fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
|
|
9
9
|
|
|
10
10
|
*This package is available since Fedify 2.1.0.*
|
|
11
11
|
|
|
@@ -43,7 +43,7 @@ export const onRequest = fedifyMiddleware(
|
|
|
43
43
|
[JSR]: https://jsr.io/@fedify/astro
|
|
44
44
|
[npm badge]: https://img.shields.io/npm/v/@fedify/astro?logo=npm
|
|
45
45
|
[npm]: https://www.npmjs.com/package/@fedify/astro
|
|
46
|
-
[@fedify@hollo.social badge]: https://fedi-badge.
|
|
46
|
+
[@fedify@hollo.social badge]: https://fedi-badge.minhee.org/@fedify@hollo.social/followers.svg
|
|
47
47
|
[@fedify@hollo.social]: https://hollo.social/@fedify
|
|
48
48
|
[Fedify]: https://fedify.dev/
|
|
49
49
|
[Astro]: https://astro.build/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/astro",
|
|
3
|
-
"version": "2.3.0-
|
|
3
|
+
"version": "2.3.0-pr.809.37+0574ba5c",
|
|
4
4
|
"description": "Integrate Fedify with Astro",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Fedify",
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
],
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"astro": "^5.0.0",
|
|
53
|
-
"@fedify/fedify": "^2.3.0-
|
|
53
|
+
"@fedify/fedify": "^2.3.0-pr.809.37+0574ba5c"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"tsdown": "^0.
|
|
57
|
-
"typescript": "^
|
|
56
|
+
"tsdown": "^0.22.0",
|
|
57
|
+
"typescript": "^6.0.0"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"build:self": "tsdown",
|