Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Mar 17, 2023
1 parent c6f159f commit aa141ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# eleventy-fetch

_Requires Node 12+_
_Requires Node 14+_

Formerly known as [`@11ty/eleventy-cache-assets`](https://www.npmjs.com/package/@11ty/eleventy-cache-assets).

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@11ty/eleventy-fetch",
"version": "3.0.0",
"version": "4.0.0",
"description": "Fetch and locally cache remote API calls and assets.",
"publishConfig": {
"access": "public"
Expand All @@ -19,7 +19,7 @@
"eleventy-fetch.js"
],
"engines": {
"node": ">=12"
"node": ">=14"
},
"funding": {
"type": "opencollective",
Expand All @@ -40,10 +40,10 @@
},
"homepage": "https://github.com/11ty/eleventy-fetch#readme",
"devDependencies": {
"ava": "^4.0.1"
"ava": "^5.2.0"
},
"dependencies": {
"debug": "^4.3.3",
"debug": "^4.3.4",
"flat-cache": "^3.0.4",
"node-fetch": "^2.6.7",
"p-queue": "^6.6.2"
Expand Down

0 comments on commit aa141ad

Please sign in to comment.