@evilmartians/lefthook-installer 2.0.4 → 2.0.6

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/README.md CHANGED
@@ -22,7 +22,7 @@ A Git hooks manager for Node.js, Ruby, Python and many other types of projects.
22
22
  With **Go** (>= 1.25):
23
23
 
24
24
  ```bash
25
- go install github.com/evilmartians/lefthook/v2@v2.0.4
25
+ go install github.com/evilmartians/lefthook/v2@v2.0.6
26
26
  ```
27
27
 
28
28
  * or as a go tool
@@ -46,7 +46,7 @@ gem install lefthook
46
46
  For **Python**:
47
47
 
48
48
  ```bash
49
- pip install lefthook
49
+ pipx install lefthook
50
50
  ```
51
51
 
52
52
  **[Installation guide][installation]** with more ways to install lefthook: [apt][install-apt], [brew][install-brew], [winget][install-winget], and others.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evilmartians/lefthook-installer",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "description": "Simple git hooks manager",
5
5
  "main": "bin/index.js",
6
6
  "files": [
package/schema.json CHANGED
@@ -245,6 +245,9 @@
245
245
  "runner": {
246
246
  "type": "string"
247
247
  },
248
+ "args": {
249
+ "type": "string"
250
+ },
248
251
  "root": {
249
252
  "type": "string"
250
253
  },
@@ -374,6 +377,9 @@
374
377
  "runner": {
375
378
  "type": "string"
376
379
  },
380
+ "args": {
381
+ "type": "string"
382
+ },
377
383
  "skip": {
378
384
  "oneOf": [
379
385
  {
@@ -433,7 +439,7 @@
433
439
  "type": "object"
434
440
  }
435
441
  },
436
- "$comment": "Last updated on 2025.11.13.",
442
+ "$comment": "Last updated on 2025.12.01.",
437
443
  "properties": {
438
444
  "min_version": {
439
445
  "type": "string",