@evilmartians/lefthook 1.11.15 → 1.12.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.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evilmartians/lefthook",
3
- "version": "1.11.15",
3
+ "version": "1.12.0",
4
4
  "description": "Simple git hooks manager",
5
5
  "main": "bin/index.js",
6
6
  "files": [
package/schema.json CHANGED
@@ -339,10 +339,6 @@
339
339
  "examples": [
340
340
  "24h"
341
341
  ]
342
- },
343
- "config": {
344
- "type": "string",
345
- "description": "Deprecated: use configs"
346
342
  }
347
343
  },
348
344
  "additionalProperties": false,
@@ -412,7 +408,7 @@
412
408
  "type": "object"
413
409
  }
414
410
  },
415
- "$comment": "Last updated on 2025.02.26.",
411
+ "$comment": "Last updated on 2025.07.04.",
416
412
  "properties": {
417
413
  "min_version": {
418
414
  "type": "string",
@@ -500,10 +496,6 @@
500
496
  "type": "object",
501
497
  "description": "Custom templates for replacements in run commands."
502
498
  },
503
- "remote": {
504
- "$ref": "#/$defs/Remote",
505
- "description": "Deprecated: use remotes"
506
- },
507
499
  "$schema": {
508
500
  "type": "string"
509
501
  },