@evilmartians/lefthook
Advanced tools
Comparing version 1.10.7 to 1.10.8
{ | ||
"name": "@evilmartians/lefthook", | ||
"version": "1.10.7", | ||
"version": "1.10.8", | ||
"description": "Simple git hooks manager", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -395,3 +395,3 @@ { | ||
}, | ||
"$comment": "Last updated on 2025.01.14.", | ||
"$comment": "Last updated on 2025.01.16.", | ||
"properties": { | ||
@@ -477,2 +477,9 @@ "min_version": { | ||
}, | ||
"templates": { | ||
"additionalProperties": { | ||
"type": "string" | ||
}, | ||
"type": "object", | ||
"description": "Custom templates for replacements in run commands." | ||
}, | ||
"remote": { | ||
@@ -479,0 +486,0 @@ "$ref": "#/$defs/Remote", |
23456
626