@api-components/amf-helper-mixin
Advanced tools
Comparing version 4.3.6 to 4.3.7
{ | ||
"name": "@api-components/amf-helper-mixin", | ||
"description": "A mixin with common functions user by most AMF components to compute AMF values", | ||
"version": "4.3.6", | ||
"version": "4.3.7", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -768,9 +768,9 @@ /** | ||
} | ||
let result = baseValue | ||
let result = baseValue; | ||
if (version && result) { | ||
result = result.replace('{version}', version); | ||
} | ||
if (!ignorePath) { | ||
result = this._appendPath(result, endpoint); | ||
} | ||
if (version && result) { | ||
result = result.replace('{version}', version); | ||
} | ||
return result; | ||
@@ -777,0 +777,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
304699