lefthook 1.13.2 → 1.13.3

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 (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -11
  3. package/schema.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ A Git hooks manager for Node.js, Ruby, Python and many other types of projects.
19
19
 
20
20
  ## Install
21
21
 
22
- With **Go** (>= 1.24):
22
+ With **Go** (>= 1.25):
23
23
 
24
24
  ```bash
25
25
  go install github.com/evilmartians/lefthook@latest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lefthook",
3
- "version": "1.13.2",
3
+ "version": "1.13.3",
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.13.2",
32
- "lefthook-darwin-x64": "1.13.2",
33
- "lefthook-linux-arm64": "1.13.2",
34
- "lefthook-linux-x64": "1.13.2",
35
- "lefthook-freebsd-arm64": "1.13.2",
36
- "lefthook-freebsd-x64": "1.13.2",
37
- "lefthook-openbsd-arm64": "1.13.2",
38
- "lefthook-openbsd-x64": "1.13.2",
39
- "lefthook-windows-arm64": "1.13.2",
40
- "lefthook-windows-x64": "1.13.2"
31
+ "lefthook-darwin-arm64": "1.13.3",
32
+ "lefthook-darwin-x64": "1.13.3",
33
+ "lefthook-linux-arm64": "1.13.3",
34
+ "lefthook-linux-x64": "1.13.3",
35
+ "lefthook-freebsd-arm64": "1.13.3",
36
+ "lefthook-freebsd-x64": "1.13.3",
37
+ "lefthook-openbsd-arm64": "1.13.3",
38
+ "lefthook-openbsd-x64": "1.13.3",
39
+ "lefthook-windows-arm64": "1.13.3",
40
+ "lefthook-windows-x64": "1.13.3"
41
41
  },
42
42
  "scripts": {
43
43
  "postinstall": "node postinstall.js"
package/schema.json CHANGED
@@ -420,7 +420,7 @@
420
420
  "type": "object"
421
421
  }
422
422
  },
423
- "$comment": "Last updated on 2025.09.22.",
423
+ "$comment": "Last updated on 2025.09.23.",
424
424
  "properties": {
425
425
  "min_version": {
426
426
  "type": "string",