@fedify/h3 2.0.0-dev.158 → 2.0.0-dev.159

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
@@ -36,12 +36,12 @@ app.use(router);
36
36
  > If you don't do this, Fedify will not be able to respond with a proper error
37
37
  > status code when a content negotiation fails.
38
38
 
39
- [JSR]: https://jsr.io/@fedify/h3
40
39
  [JSR badge]: https://jsr.io/badges/@fedify/h3
41
- [npm]: https://www.npmjs.com/package/@fedify/h3
40
+ [JSR]: https://jsr.io/@fedify/h3
42
41
  [npm badge]: https://img.shields.io/npm/v/@fedify/h3?logo=npm
43
- [Matrix]: https://matrix.to/#/#fedify:matrix.org
42
+ [npm]: https://www.npmjs.com/package/@fedify/h3
44
43
  [Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org
44
+ [Matrix]: https://matrix.to/#/#fedify:matrix.org
45
45
  [@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
46
46
  [@fedify@hollo.social]: https://hollo.social/@fedify
47
47
  [Fedify]: https://fedify.dev/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/h3",
3
- "version": "2.0.0-dev.158+628cd89e",
3
+ "version": "2.0.0-dev.159+6c07cd44",
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.0.0-dev.158+628cd89e"
55
+ "@fedify/fedify": "^2.0.0-dev.159+6c07cd44"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "tsdown",