@fedify/h3 2.0.0-dev.1641 → 2.0.0-dev.166
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.
- package/LICENSE +1 -1
- package/README.md +3 -3
- package/package.json +3 -3
package/LICENSE
CHANGED
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
|
-
[
|
|
40
|
+
[JSR]: https://jsr.io/@fedify/h3
|
|
42
41
|
[npm badge]: https://img.shields.io/npm/v/@fedify/h3?logo=npm
|
|
43
|
-
[
|
|
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.
|
|
3
|
+
"version": "2.0.0-dev.166+15dea3c0",
|
|
4
4
|
"description": "Integrate Fedify with h3",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Fedify",
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
],
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"tsdown": "^0.12.9",
|
|
51
|
-
"typescript": "^5.9.
|
|
51
|
+
"typescript": "^5.9.3"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"h3": "^1.15.0",
|
|
55
|
-
"@fedify/fedify": "^2.0.0-dev.
|
|
55
|
+
"@fedify/fedify": "^2.0.0-dev.166+15dea3c0"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"build": "tsdown",
|