@nuxt/utils
Advanced tools
Comparing version 2.14.10 to 2.14.11
/*! | ||
* @nuxt/utils v2.14.10 (c) 2016-2020 | ||
* @nuxt/utils v2.14.11 (c) 2016-2020 | ||
@@ -1728,3 +1728,3 @@ * - All the amazing contributors | ||
} else { | ||
route.path += ufo.normalizeURL(getRoutePathExtension(key)); | ||
route.path += '/' + ufo.normalizeURL(getRoutePathExtension(key)); | ||
if (key.startsWith('_') && key.length > 1) { | ||
@@ -1731,0 +1731,0 @@ route.path += '?'; |
{ | ||
"name": "@nuxt/utils", | ||
"version": "2.14.10", | ||
"version": "2.14.11", | ||
"repository": "nuxt/nuxt.js", | ||
@@ -11,3 +11,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@nuxt/ufo": "^0.0.3", | ||
"@nuxt/ufo": "^0.1.0", | ||
"consola": "^2.15.0", | ||
@@ -14,0 +14,0 @@ "fs-extra": "^8.1.0", |
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
56154
+ Added@nuxt/ufo@0.1.6(transitive)
- Removed@nuxt/ufo@0.0.3(transitive)
Updated@nuxt/ufo@^0.1.0