cqrs-eventdenormalizer
Advanced tools
Comparing version 1.16.3 to 1.16.4
@@ -190,3 +190,4 @@ var util = require('util'), | ||
if (collections.indexOf(self.collectionName) >= 0) { | ||
return callback(null); | ||
if (callback) callback(null); | ||
return; | ||
} | ||
@@ -193,0 +194,0 @@ |
{ | ||
"author": "adrai", | ||
"name": "cqrs-eventdenormalizer", | ||
"version": "1.16.3", | ||
"version": "1.16.4", | ||
"private": false, | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
"uuid": "3.1.0", | ||
"viewmodel": "1.10.9" | ||
"viewmodel": "1.10.10" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
## [v1.16.3](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.16.2...v1.16.3) | ||
## [v1.16.4](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.16.2...v1.16.4) | ||
- Increase DynamoDB performance [#80](https://github.com/adrai/node-cqrs-eventdenormalizer/pull/80) thanks to [Peter Schramm](https://github.com/Glockenbeat) | ||
@@ -3,0 +3,0 @@ |
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
205562
31
4675
+ Addedviewmodel@1.10.10(transitive)
- Removedviewmodel@1.10.9(transitive)
Updatedviewmodel@1.10.10