Comparing version 0.5.28 to 0.5.29
@@ -155,3 +155,5 @@ /** | ||
}); | ||
promise = promise.then(captureMeta, captureMeta); | ||
promise = promise.then(captureMeta, function (err) { | ||
throw captureMeta(err); | ||
}); | ||
return promise; | ||
@@ -158,0 +160,0 @@ } |
{ | ||
"name": "fetchr", | ||
"version": "0.5.28", | ||
"version": "0.5.29", | ||
"description": "Fetchr augments Flux applications by allowing Flux stores to be used on server and client to fetch data", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
66689
11
1285