cqrs-eventdenormalizer
Advanced tools
Comparing version 1.16.1 to 1.16.2
@@ -519,3 +519,3 @@ var debug = require('debug')('denormalizer'), | ||
debug(err); | ||
if (callback) callback([errs], evt, []); | ||
if (callback) callback([err], evt, []); | ||
return; | ||
@@ -522,0 +522,0 @@ } |
{ | ||
"author": "adrai", | ||
"name": "cqrs-eventdenormalizer", | ||
"version": "1.16.1", | ||
"version": "1.16.2", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -0,1 +1,4 @@ | ||
## [v1.16.2](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.16.1...v1.16.2) | ||
- Fix preExtendEvent callback errs param in dispatch func [#79](https://github.com/adrai/node-cqrs-eventdenormalizer/pull/79) thanks to [shazichuanshuo](https://github.com/shazichuanshuo) | ||
## [v1.16.1](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.16.0...v1.16.1) | ||
@@ -2,0 +5,0 @@ - Allow to set dynamo DB document client options [#77](https://github.com/adrai/node-cqrs-eventdenormalizer/pull/77) thanks to [wrobel](https://github.com/wrobel) |
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
204977