Comparing version 5.0.2-497 to 5.0.2-500
@@ -70,5 +70,5 @@ /// <reference types="bunyan" /> | ||
* @param subscribedType The type the Updater of Effect is subscribed to | ||
* @param _payload The payload of the incoming action. | ||
* @param _payload The payload of the incoming Action. | ||
*/ | ||
protected matchActionType(candidateType: string, subscribedType: string, _payload: any): boolean; | ||
protected matchActionType(candidateType: string, subscribedType: string, _payload?: any): boolean; | ||
/** | ||
@@ -75,0 +75,0 @@ * Process actions against deterministically accumulating `Updater` functions. Returns a promise of versioned actions |
@@ -108,3 +108,3 @@ "use strict"; | ||
* @param subscribedType The type the Updater of Effect is subscribed to | ||
* @param _payload The payload of the incoming action. | ||
* @param _payload The payload of the incoming Action. | ||
*/ | ||
@@ -111,0 +111,0 @@ matchActionType(candidateType, subscribedType, _payload) { |
{ | ||
"name": "demux", | ||
"version": "5.0.2-497", | ||
"version": "5.0.2-500", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "block.one", |
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
103912