balena-request
Advanced tools
Comparing version 11.3.0-use-versioned-refresh-token-endpoint-48cdcb17c20484d8892c7281451832990465d15c to 11.3.0
@@ -66,3 +66,3 @@ "use strict"; | ||
(yield utils.shouldRefreshKey(auth))) { | ||
if (!isAbsoluteUrl) { | ||
if (baseUrl && !isAbsoluteUrl) { | ||
yield exports.refreshToken({ baseUrl }); | ||
@@ -69,0 +69,0 @@ } |
@@ -12,2 +12,7 @@ # Change Log | ||
# v11.2.1 | ||
## (2021-03-12) | ||
* Prevent token refresh when no base url is provided [Thodoris Greasidis] | ||
# v11.2.0 | ||
@@ -14,0 +19,0 @@ ## (2020-11-12) |
@@ -88,3 +88,3 @@ /* | ||
) { | ||
if (!isAbsoluteUrl) { | ||
if (baseUrl && !isAbsoluteUrl) { | ||
await exports.refreshToken({ baseUrl }); | ||
@@ -91,0 +91,0 @@ } |
{ | ||
"name": "balena-request", | ||
"version": "11.3.0-use-versioned-refresh-token-endpoint-48cdcb17c20484d8892c7281451832990465d15c", | ||
"version": "11.3.0", | ||
"description": "Balena HTTP client", | ||
@@ -5,0 +5,0 @@ "main": "build/request.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
171592
0