@chrisburnell/eleventy-cache-webmentions 2.2.1 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"cachedAt":
|
|
1
|
+
{"cachedAt":1761203061369,"type":"json","metadata":{}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chrisburnell/eleventy-cache-webmentions",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "Cache webmentions using eleventy-fetch and make them available to use in collections, layouts, pages, etc. in Eleventy.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"access": "public",
|
|
38
38
|
"provenance": true
|
|
39
39
|
},
|
|
40
|
-
"main": "eleventy-cache-webmentions.
|
|
40
|
+
"main": "eleventy-cache-webmentions.cjs",
|
|
41
41
|
"exports": {
|
|
42
42
|
".": {
|
|
43
43
|
"require": "./eleventy-cache-webmentions.cjs",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
|
-
"
|
|
48
|
+
"build": "esbuild eleventy-cache-webmentions.js --minify-whitespace --minify-syntax --outfile=eleventy-cache-webmentions.min.js && esbuild eleventy-cache-webmentions.cjs --minify-whitespace --minify-syntax --outfile=eleventy-cache-webmentions.min.cjs",
|
|
49
49
|
"lint": "eslint eleventy-cache-webmentions.js",
|
|
50
50
|
"test": "node --test"
|
|
51
51
|
},
|