@lifeomic/attempt
Advanced tools
Comparing version 2.0.6 to 3.0.0
{ | ||
"name": "@lifeomic/attempt", | ||
"version": "2.0.6", | ||
"version": "3.0.0", | ||
"description": "Library that can be used to retry functions that return promise", | ||
@@ -51,3 +51,3 @@ "main": "./src/", | ||
"devDependencies": { | ||
"@types/node": "^9.4.5", | ||
"@types/node": "^10.0.3", | ||
"ava": "^0.25.0", | ||
@@ -58,3 +58,4 @@ "babel-cli": "^6.26.0", | ||
"coveralls": "^3.0.0", | ||
"nyc": "^11.4.1", | ||
"inquirer": "^6.2.0", | ||
"nyc": "^12.0.1", | ||
"source-map-support": "^0.5.3", | ||
@@ -61,0 +62,0 @@ "tslint": "^5.9.1", |
@@ -94,3 +94,3 @@ # Attempt | ||
The delay between each attempt in milliseocnds. | ||
The delay between each attempt in milliseconds. | ||
You can provide a `factor` to have the `delay` grow exponentially. | ||
@@ -97,0 +97,0 @@ |
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
30837
12
7
453