@fedify/nuxt 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
@@ -6,7 +6,7 @@
6
6
  [![JSR][JSR badge]][JSR]
7
7
  [![npm][npm badge]][npm]
8
8
  [![Matrix][Matrix badge]][Matrix]
9
- [![@fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
9
+ [![@fedify@hackers.pub][@fedify@hackers.pub badge]][@fedify@hackers.pub]
10
10
 
11
11
  This package provides a simple way to integrate [Fedify] with [Nuxt].
12
12
 
@@ -21,8 +21,8 @@ Supported framework versions:
21
21
  [npm]: https://www.npmjs.com/package/@fedify/nuxt
22
22
  [Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org
23
23
  [Matrix]: https://matrix.to/#/#fedify:matrix.org
24
- [@fedify@hollo.social badge]: https://fedi-badge.minhee.org/@fedify@hollo.social/followers.svg
25
- [@fedify@hollo.social]: https://hollo.social/@fedify
24
+ [@fedify@hackers.pub badge]: https://fedi-badge.minhee.org/@fedify@hackers.pub/followers.svg
25
+ [@fedify@hackers.pub]: https://hackers.pub/@fedify
26
26
  [Fedify]: https://fedify.dev/
27
27
  [Nuxt]: https://nuxt.com/
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/nuxt",
3
- "version": "2.3.0",
3
+ "version": "2.3.2-dev.1556+3e14f2d7",
4
4
  "description": "Integrate Fedify with Nuxt",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -53,7 +53,7 @@
53
53
  "@nuxt/schema": "^4.4.2",
54
54
  "h3": "^1.15.0",
55
55
  "nuxt": "^4.4.2",
56
- "@fedify/fedify": "^2.3.0"
56
+ "@fedify/fedify": "^2.3.2-dev.1556+3e14f2d7"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/node": "^22.17.0",