balena-request
Advanced tools
Comparing version 11.5.4 to 11.5.5-thgreasi-patch-1ssdasd-322148470c6d0ad199a3df362f818a0186c55cf3
@@ -121,3 +121,3 @@ "use strict"; | ||
if (bodyMessageProp != null) { | ||
response.body.message = response.body[bodyMessageProp]; | ||
return response.body[bodyMessageProp]; | ||
} | ||
@@ -124,0 +124,0 @@ } |
@@ -7,2 +7,7 @@ # Change Log | ||
# v11.5.5 | ||
## (2022-04-06) | ||
* Fix extracting the response error from object response bodies [Thodoris Greasidis] | ||
# v11.5.4 | ||
@@ -9,0 +14,0 @@ ## (2022-04-06) |
@@ -126,3 +126,3 @@ /* | ||
if (bodyMessageProp != null) { | ||
response.body.message = response.body[bodyMessageProp]; | ||
return response.body[bodyMessageProp]; | ||
} | ||
@@ -129,0 +129,0 @@ } |
{ | ||
"name": "balena-request", | ||
"version": "11.5.4", | ||
"version": "11.5.5-thgreasi-patch-1ssdasd-322148470c6d0ad199a3df362f818a0186c55cf3", | ||
"description": "Balena HTTP client", | ||
@@ -73,4 +73,4 @@ "main": "build/request.js", | ||
"versionist": { | ||
"publishedAt": "2022-04-06T12:19:53.391Z" | ||
"publishedAt": "2022-04-06T15:17:18.861Z" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
201888
1