@evilmartians/lefthook 1.10.9 → 1.10.11

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
@@ -15,12 +15,10 @@ A Git hooks manager for Node.js, Ruby, Python and many other types of projects.
15
15
  * **Powerful.** It allows to control execution and files you pass to your commands.
16
16
  * **Simple.** It is single dependency-free binary which can work in any environment.
17
17
 
18
- 📖 [Read the introduction post](https://evilmartians.com/chronicles/lefthook-knock-your-teams-code-back-into-shape?utm_source=lefthook)
19
-
20
- 📖 [Read the documentation][documentation]
18
+ 📖 [Introduction post](https://evilmartians.com/chronicles/lefthook-knock-your-teams-code-back-into-shape?utm_source=lefthook)
21
19
 
22
20
  <a href="https://evilmartians.com/?utm_source=lefthook">
23
- <img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg" alt="Sponsored by Evil Martians" width="236" height="54"></a>
21
+ <img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg" alt="Sponsored by Evil Martians" width="100%" height="54"></a>
24
22
 
25
23
  ## Install
26
24
 
@@ -253,26 +251,26 @@ Check [examples][examples]
253
251
  * [Lefthook for React/React Native apps](https://blog.logrocket.com/deep-dive-into-lefthook-react-native?utm_source=lefthook)
254
252
 
255
253
 
256
- [documentation]: https://evilmartians.github.io/lefthook/
257
- [configuration]: https://evilmartians.github.io/lefthook/configuration/index.html
258
- [examples]: https://evilmartians.github.io/lefthook/examples/index.html
259
- [installation]: https://evilmartians.github.io/lefthook/installation/
260
- [usage]: https://evilmartians.github.io/lefthook/usage/index.html
254
+ [documentation]: https://lefthook.dev/
255
+ [configuration]: https://lefthook.dev/configuration/index.html
256
+ [examples]: https://lefthook.dev/examples/index.html
257
+ [installation]: https://lefthook.dev/installation/
258
+ [usage]: https://lefthook.dev/usage/index.html
261
259
  [discussion]: https://github.com/evilmartians/lefthook/discussions
262
- [install-apt]: https://evilmartians.github.io/lefthook/installation/deb.html
263
- [install-ruby]: https://evilmartians.github.io/lefthook/installation/ruby.html
264
- [install-node]: https://evilmartians.github.io/lefthook/installation/node.html
265
- [install-brew]: https://evilmartians.github.io/lefthook/installation/homebrew.html
266
- [install-winget]: https://evilmartians.github.io/lefthook/installation/winget.html
267
- [install-rpm]: https://evilmartians.github.io/lefthook/installation/rpm.html
268
- [install-arch]: https://evilmartians.github.io/lefthook/installation/arch.html
269
- [install-alpine]: https://evilmartians.github.io/lefthook/installation/alpine.html
270
- [config-parallel]: https://evilmartians.github.io/lefthook/configuration/parallel.html
271
- [config-files]: https://evilmartians.github.io/lefthook/configuration/files.html
272
- [config-glob]: https://evilmartians.github.io/lefthook/configuration/glob.html
273
- [config-run]: https://evilmartians.github.io/lefthook/configuration/run.html
274
- [config-scripts]: https://evilmartians.github.io/lefthook/configuration/Scripts.html
275
- [config-tags]: https://evilmartians.github.io/lefthook/configuration/tags.html
276
- [config-skip_output]: https://evilmartians.github.io/lefthook/configuration/skip_output.html
277
- [config-output]: https://evilmartians.github.io/lefthook/configuration/output.html
278
- [usage-local-config]: https://evilmartians.github.io/lefthook/usage/tips.html#local-config
260
+ [install-apt]: https://lefthook.dev/installation/deb.html
261
+ [install-ruby]: https://lefthook.dev/installation/ruby.html
262
+ [install-node]: https://lefthook.dev/installation/node.html
263
+ [install-brew]: https://lefthook.dev/installation/homebrew.html
264
+ [install-winget]: https://lefthook.dev/installation/winget.html
265
+ [install-rpm]: https://lefthook.dev/installation/rpm.html
266
+ [install-arch]: https://lefthook.dev/installation/arch.html
267
+ [install-alpine]: https://lefthook.dev/installation/alpine.html
268
+ [config-parallel]: https://lefthook.dev/configuration/parallel.html
269
+ [config-files]: https://lefthook.dev/configuration/files.html
270
+ [config-glob]: https://lefthook.dev/configuration/glob.html
271
+ [config-run]: https://lefthook.dev/configuration/run.html
272
+ [config-scripts]: https://lefthook.dev/configuration/Scripts.html
273
+ [config-tags]: https://lefthook.dev/configuration/tags.html
274
+ [config-skip_output]: https://lefthook.dev/configuration/skip_output.html
275
+ [config-output]: https://lefthook.dev/configuration/output.html
276
+ [usage-local-config]: https://lefthook.dev/usage/tips.html#local-config
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.10.9",
3
+ "version": "1.10.11",
4
4
  "description": "Simple git hooks manager",
5
5
  "main": "bin/index.js",
6
6
  "files": [
package/schema.json CHANGED
@@ -56,7 +56,17 @@
56
56
  "type": "array"
57
57
  },
58
58
  "glob": {
59
- "type": "string"
59
+ "oneOf": [
60
+ {
61
+ "type": "string"
62
+ },
63
+ {
64
+ "type": "array"
65
+ }
66
+ ],
67
+ "items": {
68
+ "type": "string"
69
+ }
60
70
  },
61
71
  "root": {
62
72
  "type": "string"
@@ -214,7 +224,17 @@
214
224
  "type": "string"
215
225
  },
216
226
  "glob": {
217
- "type": "string"
227
+ "oneOf": [
228
+ {
229
+ "type": "string"
230
+ },
231
+ {
232
+ "type": "array"
233
+ }
234
+ ],
235
+ "items": {
236
+ "type": "string"
237
+ }
218
238
  },
219
239
  "root": {
220
240
  "type": "string"
@@ -392,7 +412,7 @@
392
412
  "type": "object"
393
413
  }
394
414
  },
395
- "$comment": "Last updated on 2025.01.16.",
415
+ "$comment": "Last updated on 2025.01.31.",
396
416
  "properties": {
397
417
  "min_version": {
398
418
  "type": "string",
@@ -484,6 +504,9 @@
484
504
  "$ref": "#/$defs/Remote",
485
505
  "description": "Deprecated: use remotes"
486
506
  },
507
+ "$schema": {
508
+ "type": "string"
509
+ },
487
510
  "pre-commit": {
488
511
  "$ref": "#/$defs/Hook"
489
512
  },