Comparing version 1.4.1 to 1.4.2
@@ -118,3 +118,4 @@ "use strict"; | ||
} | ||
return docClient.update(command).promise().then(data => true); | ||
return docClient.update(command).promise().then(data => command.ReturnValues && command.ReturnValues != "NONE" ? data : true); | ||
}, | ||
@@ -121,0 +122,0 @@ updateMulti: function(items, opts = {}) { |
{ | ||
"name": "leo-aws", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Helper wrappers around AWS services, specifically to ease backoff retry and streaming of data into and out of AWS services", | ||
@@ -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
264196