@fedify/h3 1.8.1-pr.339.1223 → 1.8.1-pr.339.1267
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 +2 -2
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { EventHandler, EventHandlerRequest, EventHandlerResponse, H3Error, H3Event } from "h3";
|
|
2
2
|
import { Federation } from "@fedify/fedify";
|
|
3
3
|
|
|
4
|
-
//#region index.d.ts
|
|
4
|
+
//#region src/index.d.ts
|
|
5
5
|
|
|
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/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/h3",
|
|
3
|
-
"version": "1.8.1-pr.339.
|
|
3
|
+
"version": "1.8.1-pr.339.1267+c179ce61",
|
|
4
4
|
"description": "Integrate Fedify with h3",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Fedify",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
17
|
"url": "git+https://github.com/fedify-dev/fedify.git",
|
|
18
|
-
"directory": "h3"
|
|
18
|
+
"directory": "packages/h3"
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"bugs": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"h3": "^1.15.0",
|
|
51
|
-
"@fedify/fedify": "1.8.1-pr.339.
|
|
51
|
+
"@fedify/fedify": "1.8.1-pr.339.1267+c179ce61"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"build": "tsdown",
|