@hono/node-server 2.0.0-rc.1 → 2.0.0-rc.2

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/vercel.d.mts DELETED
@@ -1,8 +0,0 @@
1
- import { Hono } from "hono";
2
- import * as http from "http";
3
- import * as http2 from "http2";
4
-
5
- //#region src/vercel.d.ts
6
- declare const handle: (app: Hono<any, any, any>) => (incoming: http.IncomingMessage | http2.Http2ServerRequest, outgoing: http.ServerResponse | http2.Http2ServerResponse) => Promise<void>;
7
- //#endregion
8
- export { handle };
package/dist/vercel.d.ts DELETED
@@ -1,8 +0,0 @@
1
- import { Hono } from "hono";
2
- import * as http from "http";
3
- import * as http2 from "http2";
4
-
5
- //#region src/vercel.d.ts
6
- declare const handle: (app: Hono<any, any, any>) => (incoming: http.IncomingMessage | http2.Http2ServerRequest, outgoing: http.ServerResponse | http2.Http2ServerResponse) => Promise<void>;
7
- //#endregion
8
- export { handle };
package/dist/vercel.js DELETED
@@ -1,10 +0,0 @@
1
- Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_listener = require('./listener-Brd4yZ5d.js');
3
-
4
- //#region src/vercel.ts
5
- const handle = (app) => {
6
- return require_listener.getRequestListener(app.fetch);
7
- };
8
-
9
- //#endregion
10
- exports.handle = handle;
package/dist/vercel.mjs DELETED
@@ -1,9 +0,0 @@
1
- import { t as getRequestListener } from "./listener-RIBxK9_x.mjs";
2
-
3
- //#region src/vercel.ts
4
- const handle = (app) => {
5
- return getRequestListener(app.fetch);
6
- };
7
-
8
- //#endregion
9
- export { handle };
File without changes
File without changes
File without changes
File without changes