@cspell/cspell-service-bus
Advanced tools
Comparing version 7.0.0-alpha.2 to 7.0.0
@@ -9,3 +9,3 @@ "use strict"; | ||
function createIsRequestHandlerFn(isA, fn) { | ||
return (dispatcher) => (next) => (request) => isA(request) ? fn(request, next, dispatcher) : next(request); | ||
return (dispatcher) => (next) => (request) => (isA(request) ? fn(request, next, dispatcher) : next(request)); | ||
} | ||
@@ -12,0 +12,0 @@ exports.createIsRequestHandlerFn = createIsRequestHandlerFn; |
@@ -5,3 +5,3 @@ export function createRequestHandler(requestDef, fn, name, description) { | ||
export function createIsRequestHandlerFn(isA, fn) { | ||
return (dispatcher) => (next) => (request) => isA(request) ? fn(request, next, dispatcher) : next(request); | ||
return (dispatcher) => (next) => (request) => (isA(request) ? fn(request, next, dispatcher) : next(request)); | ||
} | ||
@@ -8,0 +8,0 @@ export function createIsRequestHandler(isA, fn, name, description) { |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "7.0.0-alpha.2", | ||
"version": "7.0.0", | ||
"description": "A Library for connecting requests to services that can fulfill them.", | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "a1b7c5daeef5afdb14d6444318f450b9fd9c035a" | ||
"gitHead": "52960d5ed75655978f9b633f44fd106937a63cd7" | ||
} |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
65231