@xapp/dynamo-service
Advanced tools
Comparing version 0.0.70 to 0.0.71
@@ -122,3 +122,9 @@ "use strict"; | ||
ensureEnums(this.enumKeys, set); | ||
return this.db.update(this.tableName, key, { set, remove, append }, conditionExpression, returnType); | ||
return this.db | ||
.update(this.tableName, key, { set, remove, append }, conditionExpression, returnType) | ||
.then((results) => { | ||
if (results) { | ||
return this.cleanseObjectOfIgnoredGetItems(results); | ||
} | ||
}); | ||
} | ||
@@ -125,0 +131,0 @@ get(key, projection) { |
{ | ||
"name": "@xapp/dynamo-service", | ||
"version": "0.0.70", | ||
"version": "0.0.71", | ||
"description": "A dynamo help class which will help maintain data integrity.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
143760
3864