@twreporter/redux
Advanced tools
Comparing version 5.0.0 to 5.0.1
## Unrelease | ||
## Release | ||
### 5.0.1 | ||
- Update state caching debounce option | ||
### 5.0.0 | ||
@@ -17,4 +23,2 @@ | ||
## Release | ||
### 4.0.3 | ||
@@ -21,0 +25,0 @@ |
@@ -95,3 +95,7 @@ "use strict"; | ||
}); | ||
}, 3000)); | ||
}, 3000, { | ||
maxWait: 10000, | ||
leading: true, | ||
trailing: true | ||
})); | ||
@@ -98,0 +102,0 @@ return _context.abrupt("return", _store); |
{ | ||
"name": "@twreporter/redux", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "redux actions and reducers for twreporter website", | ||
@@ -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
139640
3059