@sap-ux/axios-extension
Advanced tools
Comparing version 1.14.3 to 1.14.4
@@ -135,3 +135,3 @@ "use strict"; | ||
}); | ||
return JSON.parse(response.data); | ||
return this.parseResponse(response.data); | ||
}); | ||
@@ -138,0 +138,0 @@ } |
{ | ||
"name": "@sap-ux/axios-extension", | ||
"version": "1.14.3", | ||
"version": "1.14.4", | ||
"description": "Extension of the Axios module adding convenience methods to interact with SAP systems especially with OData services.", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
273825