@geek/retry
Advanced tools
Comparing version 0.0.5 to 1.0.0
{ | ||
"name": "@geek/retry", | ||
"version": "0.0.5", | ||
"version": "1.0.0", | ||
"description": "Retry JavaScript functions and promises in Node.js and Axway Titanium", | ||
@@ -9,3 +9,3 @@ "main": "retry.js", | ||
"prep": "npm install --ignore-scripts && npm run list", | ||
"prepublishOnly": "git pull && bump release", | ||
"prepublishOnly2": "git pull && bump release", | ||
"lint": "eslint . --fix", | ||
@@ -53,5 +53,5 @@ "test": "npm run prep" | ||
"bluebird": "^3.7.2", | ||
"eslint": "^7.10.0", | ||
"eslint": "^7.11.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsdoc": "^30.6.3", | ||
"eslint-plugin-jsdoc": "^30.6.5", | ||
"eslint-plugin-promise": "^4.2.1", | ||
@@ -61,7 +61,7 @@ "fs-extra": "^9.0.1", | ||
}, | ||
"optionalDependencies": { | ||
"@geek/logger": "^1.0.8", | ||
"lodash": "^4.17.20" | ||
"peerDependencies": { | ||
"@geek/logger": "latest", | ||
"lodash": "latest" | ||
}, | ||
"private": false | ||
} |
@@ -11,3 +11,3 @@ # @geek/retry <sup><sup><sub><a name="brenton-house" href="#brenton-house">🚀</a></sub></sup></sup> | ||
* [� Description](#--description) | ||
* [📓 Description](#--description) | ||
* [🚀 Getting Started](#--getting-started) | ||
@@ -14,0 +14,0 @@ * [✨ Features](#--features) |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
8814