Comparing version 0.8.1 to 0.8.2
@@ -273,3 +273,3 @@ import { IncomingMessage, ServerResponse, OutgoingMessage } from 'http'; | ||
declare function sendStream(event: H3Event, data: any): Promise<void>; | ||
declare function writeEarlyHints(event: H3Event, links: string | string[], callback?: () => void): void; | ||
declare function writeEarlyHints(event: H3Event, hints: string | string[] | Record<string, string | string[]>, cb?: () => void): void; | ||
@@ -276,0 +276,0 @@ declare type RouterMethod = Lowercase<HTTPMethod>; |
{ | ||
"name": "h3", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Tiny JavaScript Server", | ||
@@ -26,3 +26,3 @@ "repository": "unjs/h3", | ||
"radix3": "^0.2.1", | ||
"ufo": "^0.8.5" | ||
"ufo": "^0.8.6" | ||
}, | ||
@@ -37,3 +37,3 @@ "devDependencies": { | ||
"autocannon": "^7.10.0", | ||
"changelogen": "^0.3.2", | ||
"changelogen": "^0.3.5", | ||
"connect": "^3.7.0", | ||
@@ -47,3 +47,3 @@ "eslint": "^8.25.0", | ||
"typescript": "^4.8.4", | ||
"unbuild": "^0.9.2", | ||
"unbuild": "^0.9.4", | ||
"vitest": "^0.24.3" | ||
@@ -50,0 +50,0 @@ }, |
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
67073
1765
Updatedufo@^0.8.6