lefthook 1.12.4 → 1.13.0

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.
Files changed (2) hide show
  1. package/package.json +11 -11
  2. package/schema.json +13 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lefthook",
3
- "version": "1.12.4",
3
+ "version": "1.13.0",
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.12.4",
32
- "lefthook-darwin-x64": "1.12.4",
33
- "lefthook-linux-arm64": "1.12.4",
34
- "lefthook-linux-x64": "1.12.4",
35
- "lefthook-freebsd-arm64": "1.12.4",
36
- "lefthook-freebsd-x64": "1.12.4",
37
- "lefthook-openbsd-arm64": "1.12.4",
38
- "lefthook-openbsd-x64": "1.12.4",
39
- "lefthook-windows-arm64": "1.12.4",
40
- "lefthook-windows-x64": "1.12.4"
31
+ "lefthook-darwin-arm64": "1.13.0",
32
+ "lefthook-darwin-x64": "1.13.0",
33
+ "lefthook-linux-arm64": "1.13.0",
34
+ "lefthook-linux-x64": "1.13.0",
35
+ "lefthook-freebsd-arm64": "1.13.0",
36
+ "lefthook-freebsd-x64": "1.13.0",
37
+ "lefthook-openbsd-arm64": "1.13.0",
38
+ "lefthook-openbsd-x64": "1.13.0",
39
+ "lefthook-windows-arm64": "1.13.0",
40
+ "lefthook-windows-x64": "1.13.0"
41
41
  },
42
42
  "scripts": {
43
43
  "postinstall": "node postinstall.js"
package/schema.json CHANGED
@@ -138,6 +138,18 @@
138
138
  "follow": {
139
139
  "type": "boolean"
140
140
  },
141
+ "fail_on_changes": {
142
+ "type": "string",
143
+ "enum": [
144
+ "true",
145
+ "1",
146
+ "0",
147
+ "false",
148
+ "never",
149
+ "always",
150
+ "ci"
151
+ ]
152
+ },
141
153
  "files": {
142
154
  "type": "string"
143
155
  },
@@ -408,7 +420,7 @@
408
420
  "type": "object"
409
421
  }
410
422
  },
411
- "$comment": "Last updated on 2025.07.04.",
423
+ "$comment": "Last updated on 2025.09.11.",
412
424
  "properties": {
413
425
  "min_version": {
414
426
  "type": "string",