Comparing version 1.6.15 to 1.6.16
@@ -350,3 +350,3 @@ 'use strict'; | ||
if (!doHandle) { | ||
return callb(null, null); | ||
return callb(null, sagaModel); | ||
} | ||
@@ -353,0 +353,0 @@ |
{ | ||
"author": "adrai", | ||
"name": "cqrs-saga", | ||
"version": "1.6.15", | ||
"version": "1.6.16", | ||
"private": false, | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"async": "1.4.2", | ||
"async": "1.5.2", | ||
"debug": "2.2.0", | ||
@@ -17,0 +17,0 @@ "dotty": "0.0.2", |
@@ -0,1 +1,4 @@ | ||
## [v1.6.16](https://github.com/adrai/node-cqrs-saga/compare/v1.6.15...v1.6.16) | ||
- fix defineShouldHandle | ||
## [v1.6.15](https://github.com/adrai/node-cqrs-saga/compare/v1.6.14...v1.6.15) | ||
@@ -2,0 +5,0 @@ - revisionGuard fix |
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
162794
+ Addedasync@1.5.2(transitive)
- Removedasync@1.4.2(transitive)
Updatedasync@1.5.2