git-authors-cli
Advanced tools
Comparing version 1.0.31 to 1.0.32
@@ -5,2 +5,4 @@ # Changelog | ||
### [1.0.32](https://github.com/Kikobeats/git-authors-cli/compare/v1.0.31...v1.0.32) (2020-12-03) | ||
### [1.0.31](https://github.com/Kikobeats/git-authors-cli/compare/v1.0.30...v1.0.31) (2020-10-30) | ||
@@ -7,0 +9,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://nicedoc.io/Kikobeats/git-authors-cli", | ||
"version": "1.0.31", | ||
"version": "1.0.32", | ||
"bin": { | ||
@@ -17,4 +17,14 @@ "git-authors": "bin/index.js", | ||
"contributors": [ | ||
"Manuel Rueda <manuel.rueda.un@gmail.com>", | ||
"achingbrain <alex@achingbrain.net>" | ||
{ | ||
"name": "Manuel Rueda", | ||
"email": "manuel.rueda.un@gmail.com" | ||
}, | ||
{ | ||
"name": "achingbrain", | ||
"email": "alex@achingbrain.net" | ||
}, | ||
{ | ||
"name": "Jorge Marin", | ||
"email": "jorge@bitnami.com" | ||
} | ||
], | ||
@@ -39,3 +49,3 @@ "repository": { | ||
"email-regex": "~4.0.0", | ||
"execa": "~4.1.0", | ||
"execa": "~5.0.0", | ||
"exists-file": "~3.0.2", | ||
@@ -42,0 +52,0 @@ "json-future": "~2.2.4", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17821
+ Addedexeca@5.0.1(transitive)
+ Addedget-stream@6.0.1(transitive)
+ Addedhuman-signals@2.1.0(transitive)
- Removedexeca@4.1.0(transitive)
- Removedhuman-signals@1.1.1(transitive)
Updatedexeca@~5.0.0