Comparing version 1.8.0-rc.0 to 1.8.0-rc.1
@@ -90,2 +90,3 @@ import * as http from 'http'; | ||
} | ||
declare function isEvent(input: any): input is H3Event; | ||
declare function createEvent(req: IncomingMessage, res: ServerResponse): H3Event; | ||
@@ -97,3 +98,2 @@ | ||
declare function isEventHandler(input: any): input is EventHandler; | ||
declare const isEvent: typeof isEventHandler; | ||
declare function toEventHandler(input: any, _?: any, _route?: string): EventHandler; | ||
@@ -100,0 +100,0 @@ interface DynamicEventHandler extends EventHandler { |
{ | ||
"name": "h3", | ||
"version": "1.8.0-rc.0", | ||
"version": "1.8.0-rc.1", | ||
"description": "Tiny JavaScript Server", | ||
@@ -30,2 +30,3 @@ "repository": "unjs/h3", | ||
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags", | ||
"release-rc": "pnpm test && pnpm build && changelogen --release --prerelease rc --push --publish --publishTag rc", | ||
"test": "pnpm lint && vitest --run typecheck && vitest --run --coverage", | ||
@@ -32,0 +33,0 @@ "test:types": "vitest typecheck" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
139914
4028