Comparing version 2.4.0 to 2.5.0
2.5.0 / 2015-08-22 | ||
================== | ||
* chore: travis use sudo: false | ||
* feat: request error add params info | ||
2.4.0 / 2015-08-15 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -239,3 +239,5 @@ /**! | ||
if (params.successStatuses && params.successStatuses.indexOf(result.status) === -1) { | ||
throw yield* this.requestError(result); | ||
var err = yield* this.requestError(result); | ||
err.params = params; | ||
throw err; | ||
} | ||
@@ -242,0 +244,0 @@ if (params.xmlResponse) { |
{ | ||
"name": "ali-oss", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "aliyun oss(open storage service) node client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
87523
1087