@vtex/api
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -40,5 +40,7 @@ 'use strict'; | ||
this.http.interceptors.response.use(data, err => { | ||
delete err.response.request; | ||
delete err.response.config; | ||
delete err.config; | ||
try { | ||
delete err.response.request; | ||
delete err.response.config; | ||
delete err.config; | ||
} catch (e) {} | ||
return Promise.reject(err); | ||
@@ -45,0 +47,0 @@ }); |
{ | ||
"name": "@vtex/api", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "VTEX I/O API client", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
33966
400