readiness-manager
Advanced tools
Comparing version 1.1.0 to 1.1.1
# CHANGELOG | ||
## 1.1.1 (2 March 2020) | ||
### Bug Fixes | ||
- Fix `defaultErrorHandler` to log error. | ||
## 1.1.0 (7 December 2020) | ||
### Improvements | ||
- Adding `attempt` over `ActionExecutionError`. | ||
@@ -6,0 +14,0 @@ |
{ | ||
"name": "readiness-manager", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "👨💼 Define when your app is ready", | ||
@@ -19,2 +19,3 @@ "keywords": [ | ||
"main": "index.js", | ||
"types": "./src/types.d.ts", | ||
"scripts": { | ||
@@ -21,0 +22,0 @@ "test": "jest", |
@@ -31,3 +31,2 @@ /** | ||
* Default error handler to be triggered upon beacon errors. | ||
* @param retry - The retry function for that specific failing beacon. | ||
* @param beaconError - The beacon error that occur. | ||
@@ -37,3 +36,2 @@ * @type {ActionErrorHandler} | ||
const defaultErrorHandler = ( | ||
retry, // eslint-disable-line no-unused-vars | ||
beaconError | ||
@@ -40,0 +38,0 @@ ) => console.log(beaconError); // eslint-disable-line no-console |
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
14937
285