Comparing version 4.0.2 to 4.0.3
@@ -43,3 +43,5 @@ "use strict"; | ||
this.logger = new logger_1.Logger(); | ||
this.dynamo = DDB.DynamoDBDocument.from(new client_dynamodb_1.DynamoDB(), { marshallOptions: { convertClassInstanceToMap: true } }); | ||
this.dynamo = DDB.DynamoDBDocument.from(new client_dynamodb_1.DynamoDB(), { | ||
marshallOptions: { convertEmptyValues: true, removeUndefinedValues: true, convertClassInstanceToMap: true } | ||
}); | ||
this.logger.level = options.debug ? 'DEBUG' : 'INFO'; | ||
@@ -46,0 +48,0 @@ } |
{ | ||
"name": "idea-aws", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "AWS wrappers to use in IDEA's back-ends", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
134101
3411