cqrs-eventdenormalizer
Advanced tools
Comparing version 1.9.38 to 1.9.39
@@ -147,3 +147,3 @@ 'use strict'; | ||
} | ||
callback(errs, notifications); | ||
callback(errs, _.filter(notifications, function (n) { return !!n; })); | ||
}); | ||
@@ -150,0 +150,0 @@ } |
{ | ||
"author": "adrai", | ||
"name": "cqrs-eventdenormalizer", | ||
"version": "1.9.38", | ||
"version": "1.9.39", | ||
"private": false, | ||
@@ -14,11 +14,11 @@ "main": "index.js", | ||
"dependencies": { | ||
"async": "1.5.2", | ||
"async": "2.0.1", | ||
"debug": "2.2.0", | ||
"dotty": "0.0.2", | ||
"flat": "1.6.0", | ||
"flat": "2.0.1", | ||
"jsondate": "0.0.1", | ||
"lodash": "4.11.1", | ||
"lodash": "4.15.0", | ||
"node-uuid": "1.4.7", | ||
"parent-require": "1.0.0", | ||
"sift": "3.2.1", | ||
"sift": "3.2.6", | ||
"tolerance": "1.0.0", | ||
@@ -25,0 +25,0 @@ "viewmodel": "1.5.19" |
@@ -0,1 +1,4 @@ | ||
## [v1.9.39](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.38...v1.9.39) | ||
- filter falsable notifications | ||
## [v1.9.38](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.37...v1.9.38) | ||
@@ -2,0 +5,0 @@ - update viewmodel |
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
172155
+ Addedasync@2.0.1(transitive)
+ Addedflat@2.0.1(transitive)
+ Addedis-buffer@1.1.6(transitive)
+ Addedlodash@4.15.0(transitive)
+ Addedsift@3.2.6(transitive)
- Removedflat@1.6.0(transitive)
Updatedasync@2.0.1
Updatedflat@2.0.1
Updatedlodash@4.15.0
Updatedsift@3.2.6