Comparing version 16.0.6 to 16.0.7
@@ -324,3 +324,3 @@ "use strict"; | ||
route (req, res) { | ||
const e = err => res.error(0, err), | ||
const e = err => res.error(res.statusCode, err), | ||
evc = "connect", | ||
@@ -327,0 +327,0 @@ evf = "finish"; |
{ | ||
"name": "woodland", | ||
"version": "16.0.6", | ||
"version": "16.0.7", | ||
"description": "Lightweight HTTP router with automatic headers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
140566