Rebuild plugins

This commit is contained in:
Gregory Schier
2024-10-15 07:48:26 -07:00
parent a381e44d8c
commit e77a9e5d44
7 changed files with 103 additions and 9 deletions

View File

@@ -28,6 +28,7 @@ var algorithms = ["md5", "sha1", "sha256", "sha512"];
var plugin = {
templateFunctions: algorithms.map((algorithm) => ({
name: `hash.${algorithm}`,
description: "Hash a value to its hexidecimal representation",
args: [
{
name: "input",