producteca-sdk
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -55,3 +55,3 @@ (function() { | ||
if (res.statusCode > 400) { | ||
throw new Error(res.body); | ||
throw res.body; | ||
} | ||
@@ -58,0 +58,0 @@ return res.body; |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"main": "build/sdk.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
56799