requestretry
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,14 @@ | ||
<a name="2.0.1"></a> | ||
## 2.0.1 (2018-08-01) | ||
* add a readme section ([3397bd6](https://github.com/FGRibreau/node-request-retry/commit/3397bd6)) | ||
* add ability to override request object ([93851fb](https://github.com/FGRibreau/node-request-retry/commit/93851fb)) | ||
* Release v2.0.1. ([4b0a236](https://github.com/FGRibreau/node-request-retry/commit/4b0a236)) | ||
* Update README.md ([9e54d89](https://github.com/FGRibreau/node-request-retry/commit/9e54d89)) | ||
* Update README.md ([c26a18c](https://github.com/FGRibreau/node-request-retry/commit/c26a18c)) | ||
* chore: add npm-release ([355ee09](https://github.com/FGRibreau/node-request-retry/commit/355ee09)) | ||
* docs(changelog): updated ([74925d6](https://github.com/FGRibreau/node-request-retry/commit/74925d6)) | ||
<a name="2.0.0"></a> | ||
@@ -2,0 +15,0 @@ # 2.0.0 (2018-07-17) |
{ | ||
"name": "requestretry", | ||
"description": "request-retry wrap nodejs request to retry http(s) requests in case of error", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": { | ||
@@ -46,4 +46,4 @@ "name": "Francois-Guillaume Ribreau", | ||
"dependencies": { | ||
"extend": "^3.0.0", | ||
"lodash": "^4.15.0", | ||
"extend": "^3.0.2", | ||
"lodash": "^4.17.10", | ||
"when": "^3.7.7" | ||
@@ -55,17 +55,17 @@ }, | ||
"devDependencies": { | ||
"bluebird": "^3.4.6", | ||
"chai": "^3.2.0", | ||
"conventional-changelog": "^1.1.0", | ||
"conventional-changelog-cli": "^1.2.0", | ||
"coveralls": "^2.11.12", | ||
"bluebird": "^3.5.1", | ||
"chai": "^4.1.2", | ||
"conventional-changelog": "^2.0.1", | ||
"conventional-changelog-cli": "^1.3.2", | ||
"coveralls": "^2.13.1", | ||
"kew": "~0.7.0", | ||
"mocha": "^3.0.2", | ||
"mocha": "^3.5.0", | ||
"npm-release": "^1.0.0", | ||
"nyc": "^10.0.0", | ||
"q": "~1.4.1", | ||
"nyc": "^12.0.2", | ||
"q": "^1.5.1", | ||
"request": "^2.87.0", | ||
"rsvp": "^3.2.1", | ||
"sinon": "1.17.6", | ||
"updtr": "^0.2.1" | ||
"rsvp": "^3.6.2", | ||
"sinon": "^6.1.4", | ||
"updtr": "^2.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
221140
43
1264
Updatedextend@^3.0.2
Updatedlodash@^4.17.10