@fedify/solidstart 2.4.0-dev.1490 → 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.
Files changed (2) hide show
  1. package/README.md +3 -3
  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
- [![@fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
8
+ [![@fedify@hackers.pub][@fedify@hackers.pub badge]][@fedify@hackers.pub]
9
9
 
10
10
  This package provides a simple way to integrate [Fedify] with [SolidStart].
11
11
 
@@ -26,7 +26,7 @@ Put the above code in your *src/middleware/index.ts* file, and set
26
26
  [npm]: https://www.npmjs.com/package/@fedify/solidstart
27
27
  [Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org
28
28
  [Matrix]: https://matrix.to/#/#fedify:matrix.org
29
- [@fedify@hollo.social badge]: https://fedi-badge.minhee.org/@fedify@hollo.social/followers.svg
30
- [@fedify@hollo.social]: https://hollo.social/@fedify
29
+ [@fedify@hackers.pub badge]: https://fedi-badge.minhee.org/@fedify@hackers.pub/followers.svg
30
+ [@fedify@hackers.pub]: https://hackers.pub/@fedify
31
31
  [Fedify]: https://fedify.dev/
32
32
  [SolidStart]: https://start.solidjs.com/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/solidstart",
3
- "version": "2.4.0-dev.1490+e2224ef1",
3
+ "version": "2.4.0-dev.1508+68519bf4",
4
4
  "description": "Integrate Fedify with SolidStart",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -47,7 +47,7 @@
47
47
  ],
48
48
  "peerDependencies": {
49
49
  "@solidjs/start": "^1.3.0",
50
- "@fedify/fedify": "^2.4.0-dev.1490+e2224ef1"
50
+ "@fedify/fedify": "^2.4.0-dev.1508+68519bf4"
51
51
  },
52
52
  "devDependencies": {
53
53
  "tsdown": "^0.22.0",