@vercel/routing-utils
Advanced tools
Comparing version 1.11.2-canary.0 to 1.11.2-canary.1
@@ -26,3 +26,3 @@ "use strict"; | ||
} | ||
else if (route.check) { | ||
else if (route.check && !route.override) { | ||
checks.push(route); | ||
@@ -29,0 +29,0 @@ } |
{ | ||
"name": "@vercel/routing-utils", | ||
"version": "1.11.2-canary.0", | ||
"version": "1.11.2-canary.1", | ||
"description": "Vercel routing utilities", | ||
@@ -33,3 +33,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "ee0bc9b0c86b2d840d8afb7a318bf4e2aa17b61e" | ||
"gitHead": "6dc54d0d64d07508fc0f34e3572f6e82f88b7cd3" | ||
} |
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
75638