Skip to content

Commit 2712aa0

Browse files
committed
v5.0.0
- Build lib on top of Node.js `fetch`, drop `node-fetch` (#26) - Bump version of rimraf The switch to `fetch` is breaking in that Node.js v18 or greater is now required. Also, depending code may need to be adjusted if it relied on the `Response` being the one from `node-fetch`, and not the one defined in Fetch.
1 parent 90964b9 commit 2712aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetch-filecache-for-crawling",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "Implementation of a `fetch` that extends the implementation from `node-fetch` to add an HTTP cache using a local cache folder for crawling purpose.",
55
"main": "fetch-filecache.js",
66
"repository": {

0 commit comments

Comments
 (0)