Skip to content

Commit

Permalink
downgrade ALL versions to previously-working versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburnell committed May 15, 2024
1 parent 7117451 commit cb42379
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion eleventy-cache-webmentions.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ const fetchWebmentions = async (options) => {
.then(async (response) => {
if (response.ok) {
const feed = await response.json()

if (feed[options.key].length) {
// Combine newly-fetched Webmentions with cached Webmentions
webmentions = feed[options.key].concat(webmentions)
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chrisburnell/eleventy-cache-webmentions",
"version": "2.0.4",
"version": "2.0.5",
"description": "Cache webmentions using eleventy-fetch and make them available to use in collections, layouts, pages, etc. in Eleventy.",
"author": "Chris Burnell <me@chrisburnell.com>",
"license": "MIT",
Expand All @@ -20,13 +20,13 @@
"webmention"
],
"devDependencies": {
"eslint": "^9.2.0"
"eslint": "^8.56.0"
},
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.1",
"@11ty/eleventy-fetch": "^4.0.0",
"lodash": "^4.17.21",
"node-fetch": "2.6.7",
"sanitize-html": "^2.13.0"
"node-fetch": "^2.6.7",
"sanitize-html": "^2.11.0"
},
"main": "eleventy-cache-webmentions.js",
"scripts": {
Expand Down

0 comments on commit cb42379

Please sign in to comment.