cqrs-eventdenormalizer
Advanced tools
Comparing version 1.9.10 to 1.9.11
@@ -198,3 +198,3 @@ 'use strict'; | ||
if (!replies || replies.length === 0 || _.find(replies, function (r) { | ||
return r !== 'OK' | ||
return (r !== 'OK' && r !== 1) | ||
})) { | ||
@@ -201,0 +201,0 @@ var err = new ConcurrencyError(); |
{ | ||
"author": "adrai", | ||
"name": "cqrs-eventdenormalizer", | ||
"version": "1.9.10", | ||
"version": "1.9.11", | ||
"private": false, | ||
@@ -21,5 +21,5 @@ "main": "index.js", | ||
"parent-require": "1.0.0", | ||
"sift": "2.0.8", | ||
"sift": "2.0.9", | ||
"tolerance": "1.0.0", | ||
"viewmodel": "1.5.6" | ||
"viewmodel": "1.5.7" | ||
}, | ||
@@ -26,0 +26,0 @@ "devDependencies": { |
@@ -0,1 +1,4 @@ | ||
## [v1.9.11](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.10...v1.9.11) | ||
- update viewmodel | ||
## [v1.9.10](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.9...v1.9.10) | ||
@@ -2,0 +5,0 @@ - optimize handling of guarding the first events |
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
164523
+ Addedsift@2.0.9(transitive)
+ Addedviewmodel@1.5.7(transitive)
- Removedsift@2.0.8(transitive)
- Removedviewmodel@1.5.6(transitive)
Updatedsift@2.0.9
Updatedviewmodel@1.5.7