@fedify/h3 1.8.1-dev.1251 → 1.8.1-dev.1260

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  import { EventHandler, EventHandlerRequest, EventHandlerResponse, H3Error, H3Event } from "h3";
2
2
  import { Federation } from "@fedify/fedify";
3
3
 
4
- //#region src/index.d.ts
4
+ //#region index.d.ts
5
5
 
6
6
  /**
7
7
  * A factory function that creates the context data that will be passed to the
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { defineEventHandler, toWebRequest } from "h3";
2
2
 
3
- //#region src/index.ts
3
+ //#region index.ts
4
4
  /**
5
5
  * Integrates a `Federation` instance with an H3 handler.
6
6
  * @param federation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/h3",
3
- "version": "1.8.1-dev.1251+8ad2dda9",
3
+ "version": "1.8.1-dev.1260+ac1d5b5c",
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": "packages/h3"
18
+ "directory": "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-dev.1251+8ad2dda9"
51
+ "@fedify/fedify": "1.8.1-dev.1260+ac1d5b5c"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "tsdown",