@nuxt/vue-renderer
Advanced tools
Comparing version 2.15.2 to 2.15.3
/*! | ||
* @nuxt/vue-renderer v2.15.2 (c) 2016-2021 | ||
* @nuxt/vue-renderer v2.15.3 (c) 2016-2021 | ||
* Released under the MIT License | ||
@@ -436,3 +436,3 @@ * Repository: https://github.com/nuxt/nuxt.js | ||
if (renderContext.staticAssetsBase) { | ||
if (shouldInjectScripts && renderContext.staticAssetsBase) { | ||
const preloadScripts = []; | ||
@@ -571,3 +571,3 @@ renderContext.staticAssets = []; | ||
const { build: { publicPath }, router: { base } } = this.options; | ||
this.publicPath = utils.isUrl(publicPath) ? publicPath : utils.urlJoin(base, publicPath); | ||
this.publicPath = utils.isUrl(publicPath) || ufo.isRelative(publicPath) ? publicPath : utils.urlJoin(base, publicPath); | ||
} | ||
@@ -574,0 +574,0 @@ |
{ | ||
"name": "@nuxt/vue-renderer", | ||
"version": "2.15.2", | ||
"version": "2.15.3", | ||
"repository": "nuxt/nuxt.js", | ||
@@ -12,3 +12,3 @@ "license": "MIT", | ||
"@nuxt/devalue": "^1.2.5", | ||
"@nuxt/utils": "2.15.2", | ||
"@nuxt/utils": "2.15.3", | ||
"consola": "^2.15.3", | ||
@@ -19,3 +19,3 @@ "defu": "^3.2.2", | ||
"lru-cache": "^5.1.1", | ||
"ufo": "^0.6.7", | ||
"ufo": "^0.6.10", | ||
"vue": "^2.6.12", | ||
@@ -22,0 +22,0 @@ "vue-meta": "^2.4.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
34695
+ Added@nuxt/utils@2.15.3(transitive)
- Removed@nuxt/utils@2.15.2(transitive)
Updated@nuxt/utils@2.15.3
Updatedufo@^0.6.10