@11ty/eleventy-img
Advanced tools
Comparing version 5.0.0-beta.4 to 5.0.0-beta.5
14
img.js
@@ -790,8 +790,10 @@ const path = require("path"); | ||
eleventyConfig?.logger?.logWithOptions({ | ||
message: msg.join(""), | ||
prefix: "[11ty/eleventy-img]", | ||
force: true, | ||
color: "green", | ||
}); | ||
if(optimizedCount > 0 || cachedCount > 0 || deferCount > 0) { | ||
eleventyConfig?.logger?.logWithOptions({ | ||
message: msg.join(""), | ||
prefix: "[11ty/eleventy-img]", | ||
force: true, | ||
color: "green", | ||
}); | ||
} | ||
}); | ||
@@ -798,0 +800,0 @@ } |
{ | ||
"name": "@11ty/eleventy-img", | ||
"version": "5.0.0-beta.4", | ||
"version": "5.0.0-beta.5", | ||
"description": "Low level utility to perform build-time image transformations.", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62766
1390
16