@fedify/h3 2.0.0-dev.1961 → 2.0.0-dev.211

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -3
  3. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright 2024–2025 Hong Minhee
3
+ Copyright 2024–2026 Hong Minhee
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
  this software and associated documentation files (the "Software"), to deal in
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.1961+c3dff60a",
3
+ "version": "2.0.0-dev.211+ec32aaad",
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.1961+c3dff60a"
55
+ "@fedify/fedify": "^2.0.0-dev.211+ec32aaad"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "tsdown",