Comparing version 0.0.14 to 0.0.15
@@ -49,3 +49,4 @@ "use strict"; | ||
// '*' => match any path | ||
if (curNode.children['*']) { | ||
// /api/* => default wildcard match | ||
if (curNode.children['*'] && !curNode.children[p]) { | ||
const astNode = curNode.children['*']; | ||
@@ -52,0 +53,0 @@ if (Object.keys(astNode.children).length === 0) { |
{ | ||
"name": "hono", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "[炎] Ultrafast web framework for Cloudflare Workers.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
35412
738