@xapp/dynamo-service
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -5,2 +5,11 @@ # Changelog | ||
### [0.2.1](https://github.com/XappMedia/dynamo-service/compare/v0.2.0...v0.2.1) (2019-06-06) | ||
### Bug Fixes | ||
* Converting objects to dynamo in update ([51e7618](https://github.com/XappMedia/dynamo-service/commit/51e7618)) | ||
## [0.2.0](https://github.com/XappMedia/dynamo-service/compare/v0.1.14...v0.2.0) (2019-06-03) | ||
@@ -7,0 +16,0 @@ |
@@ -51,2 +51,5 @@ "use strict"; | ||
this.tableValidator.validateUpdateObj(convertedUpdateObj); | ||
if (convertedUpdateObj.set) { | ||
convertedUpdateObj.set = this.tableSchemaConverter.convertObjToDynamo(convertedUpdateObj.set); | ||
} | ||
const dynamoKey = this.getKey(key); | ||
@@ -53,0 +56,0 @@ return this.db |
{ | ||
"name": "@xapp/dynamo-service", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A dynamo help class which will help maintain data integrity.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
251149
6178