redux-loop
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -111,4 +111,4 @@ import { Action, ActionCreator, AnyAction, StoreEnhancer, Store } from 'redux'; | ||
export interface LoopConfig { | ||
readonly DONT_LOG_ERRORS_ON_HANDLED_FAILURES: boolean; | ||
readonly ENABLE_THUNK_MIGRATION: boolean; | ||
readonly DONT_LOG_ERRORS_ON_HANDLED_FAILURES?: boolean; | ||
readonly ENABLE_THUNK_MIGRATION?: boolean; | ||
} | ||
@@ -115,0 +115,0 @@ |
{ | ||
"name": "redux-loop", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Sequence your effects naturally and purely by returning them from your reducers.", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
148240