cqrs-eventdenormalizer
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -41,3 +41,3 @@ 'use strict'; | ||
self.client = new aws.DynamoDB(self.options.endpointConf); | ||
self.documentClient = new aws.DynamoDB.DocumentClient(self.client); | ||
self.documentClient = new aws.DynamoDB.DocumentClient({ service: self.client }); | ||
self.isConnected = true; | ||
@@ -326,2 +326,2 @@ self.emit('connect'); | ||
module.exports = DynamoDB; | ||
module.exports = DynamoDB; |
{ | ||
"author": "adrai", | ||
"name": "cqrs-eventdenormalizer", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"private": false, | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
"uuid": "3.1.0", | ||
"viewmodel": "1.7.3" | ||
"viewmodel": "1.7.4" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
@@ -0,1 +1,4 @@ | ||
## [v1.12.1](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.12.0...v1.12.1) | ||
- fixing dynamodb DocumentClient initialization [#60](https://github.com/adrai/node-cqrs-eventdenormalizer/pull/60) thanks to [Glockenbeat](https://github.com/Glockenbeat) | ||
## [v1.12.0](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.11.0...v1.12.0) | ||
@@ -2,0 +5,0 @@ - Support default exports [#58](https://github.com/adrai/node-cqrs-eventdenormalizer/pull/59) thanks to [IRT-fbachmann](https://github.com/IRT-fbachmann) |
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
195692
4536
+ Addedviewmodel@1.7.4(transitive)
- Removedsift@3.3.12(transitive)
- Removedviewmodel@1.7.3(transitive)
Updatedviewmodel@1.7.4