@evilmartians/lefthook 1.10.9 → 1.10.10

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
@@ -253,26 +253,26 @@ Check [examples][examples]
253
253
  * [Lefthook for React/React Native apps](https://blog.logrocket.com/deep-dive-into-lefthook-react-native?utm_source=lefthook)
254
254
 
255
255
 
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
256
+ [documentation]: https://lefthook.dev/
257
+ [configuration]: https://lefthook.dev/configuration/index.html
258
+ [examples]: https://lefthook.dev/examples/index.html
259
+ [installation]: https://lefthook.dev/installation/
260
+ [usage]: https://lefthook.dev/usage/index.html
261
261
  [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
262
+ [install-apt]: https://lefthook.dev/installation/deb.html
263
+ [install-ruby]: https://lefthook.dev/installation/ruby.html
264
+ [install-node]: https://lefthook.dev/installation/node.html
265
+ [install-brew]: https://lefthook.dev/installation/homebrew.html
266
+ [install-winget]: https://lefthook.dev/installation/winget.html
267
+ [install-rpm]: https://lefthook.dev/installation/rpm.html
268
+ [install-arch]: https://lefthook.dev/installation/arch.html
269
+ [install-alpine]: https://lefthook.dev/installation/alpine.html
270
+ [config-parallel]: https://lefthook.dev/configuration/parallel.html
271
+ [config-files]: https://lefthook.dev/configuration/files.html
272
+ [config-glob]: https://lefthook.dev/configuration/glob.html
273
+ [config-run]: https://lefthook.dev/configuration/run.html
274
+ [config-scripts]: https://lefthook.dev/configuration/Scripts.html
275
+ [config-tags]: https://lefthook.dev/configuration/tags.html
276
+ [config-skip_output]: https://lefthook.dev/configuration/skip_output.html
277
+ [config-output]: https://lefthook.dev/configuration/output.html
278
+ [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.10",
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.21.",
396
416
  "properties": {
397
417
  "min_version": {
398
418
  "type": "string",