Skip to content

Commit

Permalink
πŸ“¦ v1.5.1
Browse files Browse the repository at this point in the history
- πŸ‘· This is maintenance release;
- 🀝 Compatibility with `[email protected]`;
- πŸ“¦ Update `request-libcurl` NPM dependency to `v2.2.0`, *was
`v2.0.6`*;
- πŸ“¦ Update dev-dependencies.
  • Loading branch information
dr-dimitru committed May 4, 2020
1 parent 0af6cf2 commit dd21609
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 225 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var _debug = function debug (...args) {
};

request.defaultOptions.debug = false;
request.defaultOptions.headers = { 'User-Agent': 'spiderable-middleware/1.5.0', Accept: '*/*' };
request.defaultOptions.headers = { 'User-Agent': 'spiderable-middleware/1.5.1', Accept: '*/*' };
request.defaultOptions.noStorage = true;
request.defaultOptions.rawBody = true;
request.defaultOptions.retry = true;
Expand Down
Loading

0 comments on commit dd21609

Please sign in to comment.