@fedify/h3 1.8.1-pr.341.1218 → 1.8.1-pr.341.1241
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/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { Federation } from "@fedify/fedify";
|
|
|
6
6
|
/**
|
|
7
7
|
* A factory function that creates the context data that will be passed to the
|
|
8
8
|
* `Federation` instance.
|
|
9
|
-
* @
|
|
9
|
+
* @template TContextData The type of the context data that will be passed to
|
|
10
10
|
* the `Federation` instance.
|
|
11
11
|
* @param event The event that triggered the handler.
|
|
12
12
|
* @param request The request that triggered the handler.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/h3",
|
|
3
|
-
"version": "1.8.1-pr.341.
|
|
3
|
+
"version": "1.8.1-pr.341.1241+488cd8fa",
|
|
4
4
|
"description": "Integrate Fedify with h3",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Fedify",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"h3": "^1.15.0",
|
|
51
|
-
"@fedify/fedify": "1.8.1-pr.341.
|
|
51
|
+
"@fedify/fedify": "1.8.1-pr.341.1241+488cd8fa"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"build": "tsdown",
|