lefthook 1.10.7 → 1.10.9
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.
- package/package.json +11 -11
- package/schema.json +8 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lefthook",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.9",
|
|
4
4
|
"description": "Simple git hooks manager",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
},
|
|
29
29
|
"homepage": "https://github.com/evilmartians/lefthook#readme",
|
|
30
30
|
"optionalDependencies": {
|
|
31
|
-
"lefthook-darwin-arm64": "1.10.
|
|
32
|
-
"lefthook-darwin-x64": "1.10.
|
|
33
|
-
"lefthook-linux-arm64": "1.10.
|
|
34
|
-
"lefthook-linux-x64": "1.10.
|
|
35
|
-
"lefthook-freebsd-arm64": "1.10.
|
|
36
|
-
"lefthook-freebsd-x64": "1.10.
|
|
37
|
-
"lefthook-openbsd-arm64": "1.10.
|
|
38
|
-
"lefthook-openbsd-x64": "1.10.
|
|
39
|
-
"lefthook-windows-arm64": "1.10.
|
|
40
|
-
"lefthook-windows-x64": "1.10.
|
|
31
|
+
"lefthook-darwin-arm64": "1.10.9",
|
|
32
|
+
"lefthook-darwin-x64": "1.10.9",
|
|
33
|
+
"lefthook-linux-arm64": "1.10.9",
|
|
34
|
+
"lefthook-linux-x64": "1.10.9",
|
|
35
|
+
"lefthook-freebsd-arm64": "1.10.9",
|
|
36
|
+
"lefthook-freebsd-x64": "1.10.9",
|
|
37
|
+
"lefthook-openbsd-arm64": "1.10.9",
|
|
38
|
+
"lefthook-openbsd-x64": "1.10.9",
|
|
39
|
+
"lefthook-windows-arm64": "1.10.9",
|
|
40
|
+
"lefthook-windows-x64": "1.10.9"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"postinstall": "node postinstall.js"
|
package/schema.json
CHANGED
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
"type": "object"
|
|
393
393
|
}
|
|
394
394
|
},
|
|
395
|
-
"$comment": "Last updated on 2025.01.
|
|
395
|
+
"$comment": "Last updated on 2025.01.16.",
|
|
396
396
|
"properties": {
|
|
397
397
|
"min_version": {
|
|
398
398
|
"type": "string",
|
|
@@ -473,6 +473,13 @@
|
|
|
473
473
|
"type": "array",
|
|
474
474
|
"description": "Provide multiple remote configs to use lefthook configurations shared across projects. Lefthook will automatically download and merge configurations into main config."
|
|
475
475
|
},
|
|
476
|
+
"templates": {
|
|
477
|
+
"additionalProperties": {
|
|
478
|
+
"type": "string"
|
|
479
|
+
},
|
|
480
|
+
"type": "object",
|
|
481
|
+
"description": "Custom templates for replacements in run commands."
|
|
482
|
+
},
|
|
476
483
|
"remote": {
|
|
477
484
|
"$ref": "#/$defs/Remote",
|
|
478
485
|
"description": "Deprecated: use remotes"
|