producteca-sdk
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -73,3 +73,3 @@ (function() { | ||
return request(options).then(function(res) { | ||
if (res.statusCode > 400) { | ||
if (res.statusCode >= 400) { | ||
throw res.body; | ||
@@ -76,0 +76,0 @@ } |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"main": "build/sdk.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
@@ -0,0 +0,0 @@ # Producteca SDK |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
30520
20