@auto-it/core
Advanced tools
Comparing version 7.0.5-canary.5920.0 to 7.0.5
@@ -972,4 +972,4 @@ "use strict"; | ||
this.logger.verbose.warn("Got author: " + JSON.stringify(packageAuthor, undefined, 2)); | ||
email = packageAuthor ? packageAuthor.email : email; | ||
name = packageAuthor ? packageAuthor.name : name; | ||
email = !email && packageAuthor ? packageAuthor.email : email; | ||
name = !name && packageAuthor ? packageAuthor.name : name; | ||
if (!email) return [3 /*break*/, 6]; | ||
@@ -976,0 +976,0 @@ return [4 /*yield*/, exec_promise_1.default('git', ['config', 'user.email', "\"" + email + "\""])]; |
{ | ||
"name": "@auto-it/core", | ||
"version": "7.0.5-canary.5920.0", | ||
"version": "7.0.5", | ||
"description": "Node API for using auto.", | ||
@@ -79,3 +79,3 @@ "main": "dist/auto.js", | ||
}, | ||
"gitHead": "f3f2585a6482c67474d75f2376c0a29181921e63" | ||
"gitHead": "72303e19e9baedc1f84749c72adfcd8427528317" | ||
} |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
665387
1