Comparing version 1.6.2 to 1.6.3
{ | ||
"name": "h3", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "Tiny JavaScript Server", | ||
@@ -27,3 +27,3 @@ "repository": "unjs/h3", | ||
"iron-webcrypto": "^0.6.0", | ||
"radix3": "^1.0.0", | ||
"radix3": "^1.0.1", | ||
"ufo": "^1.1.1", | ||
@@ -35,5 +35,5 @@ "uncrypto": "^0.1.2" | ||
"@types/express": "^4.17.17", | ||
"@types/node": "^18.15.3", | ||
"@types/node": "^18.15.10", | ||
"@types/supertest": "^2.0.12", | ||
"@vitest/coverage-c8": "^0.29.2", | ||
"@vitest/coverage-c8": "^0.29.7", | ||
"autocannon": "^7.10.0", | ||
@@ -49,9 +49,9 @@ "changelogen": "^0.5.1", | ||
"node-fetch-native": "^1.0.2", | ||
"prettier": "^2.8.4", | ||
"prettier": "^2.8.7", | ||
"supertest": "^6.3.3", | ||
"typescript": "^4.9.5", | ||
"typescript": "^5.0.2", | ||
"unbuild": "^1.1.2", | ||
"vitest": "^0.29.2" | ||
"vitest": "^0.29.7" | ||
}, | ||
"packageManager": "pnpm@7.29.3", | ||
"packageManager": "pnpm@8.0.0", | ||
"scripts": { | ||
@@ -58,0 +58,0 @@ "build": "unbuild", |
@@ -101,3 +101,3 @@ # H3 | ||
// Handle can directly return object or Promise<object> for JSON response | ||
app.use('/api', eventHandler((event) => ({ url: event.node.req.url })) | ||
app.use('/api', eventHandler((event) => ({ url: event.node.req.url }))) | ||
@@ -125,3 +125,3 @@ // We can have better matching other than quick prefix match | ||
}, | ||
})) | ||
}))) | ||
@@ -128,0 +128,0 @@ // Legacy middleware with 3rd argument are automatically promisified |
Sorry, the diff of this file is not supported yet
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
161060
4804
Updatedradix3@^1.0.1