@fedify/h3 2.3.0-dev.1213 → 2.3.0-dev.1219

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 +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
- [![Follow @fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
9
+ [![@fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
10
10
 
11
11
  This package provides a simple way to integrate [Fedify] with [h3],
12
12
  an HTTP server framework behind [Nitro], [Analog], [Vinxi],
@@ -42,7 +42,7 @@ app.use(router);
42
42
  [npm]: https://www.npmjs.com/package/@fedify/h3
43
43
  [Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org
44
44
  [Matrix]: https://matrix.to/#/#fedify:matrix.org
45
- [@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
45
+ [@fedify@hollo.social badge]: https://fedi-badge.minhee.org/@fedify@hollo.social/followers.svg
46
46
  [@fedify@hollo.social]: https://hollo.social/@fedify
47
47
  [Fedify]: https://fedify.dev/
48
48
  [h3]: https://h3.unjs.io/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/h3",
3
- "version": "2.3.0-dev.1213+8ffffeb8",
3
+ "version": "2.3.0-dev.1219+e9ad1fa3",
4
4
  "description": "Integrate Fedify with h3",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "peerDependencies": {
54
54
  "h3": "^1.15.0",
55
- "@fedify/fedify": "^2.3.0-dev.1213+8ffffeb8"
55
+ "@fedify/fedify": "^2.3.0-dev.1219+e9ad1fa3"
56
56
  },
57
57
  "scripts": {
58
58
  "build:self": "tsdown",