reshow-flux-base
Advanced tools
Comparing version 0.17.25 to 0.17.26
@@ -125,5 +125,5 @@ "use strict"; | ||
if (_reshowConstant.STRING === typeof action) { | ||
action = /** @type ActionObject*/{ | ||
action = null != action ? /** @type ActionObject*/{ | ||
type: action | ||
}; | ||
} : {}; | ||
params && (action.params = params); | ||
@@ -130,0 +130,0 @@ } |
{ | ||
"version": "0.17.25", | ||
"version": "0.17.26", | ||
"name": "reshow-flux-base", | ||
@@ -4,0 +4,0 @@ "repository": { |
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
28170