sfdx-git-delta
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -11,2 +11,3 @@ 'use strict' | ||
const revlistParams = ['rev-list', '--max-parents=0', 'HEAD'] | ||
const gitConfig = ['config', 'core.quotepath', 'off'] | ||
@@ -16,2 +17,5 @@ module.exports = class DiffHandler { | ||
this.config = config | ||
childProcess.spawnSync('git', gitConfig, { | ||
cwd: this.config.repo, | ||
}).stdout | ||
if (!this.config.from) { | ||
@@ -18,0 +22,0 @@ const firstCommitSHARaw = childProcess.spawnSync('git', revlistParams, { |
{ | ||
"name": "sfdx-git-delta", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Generate the sfdx content in source format and destructive change from two git commits", | ||
@@ -5,0 +5,0 @@ "keyword": [ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12830470
1950
6