Eleventy Utils v2.0.5
Adds createHashHex export for hex hashes, similar to the createHash function which returns base64 hashes. Currently hex hashes are used by the Fetch plugin.
import { createHashHex } from "@11ty/eleventy-utils";
const hash = await createHashHex("This", "is", "an", "arbitrary", "string.");Full Changelog: v2.0.4...v2.0.5