jest-changed-files
Advanced tools
Comparing version 28.0.0-alpha.3 to 28.0.0
@@ -94,3 +94,3 @@ 'use strict'; | ||
if (options.withAncestor) { | ||
args.push('--rev', 'min((!public() & ::.)+.)^'); | ||
args.push('--rev', 'first(min(!public() & ::.)^+.^)'); | ||
} else if (options.changedSince) { | ||
@@ -97,0 +97,0 @@ args.push('--rev', `ancestor(., ${options.changedSince})`); |
{ | ||
"name": "jest-changed-files", | ||
"version": "28.0.0-alpha.3", | ||
"version": "28.0.0", | ||
"repository": { | ||
@@ -29,3 +29,3 @@ "type": "git", | ||
}, | ||
"gitHead": "fc30b27bd94bb7ebeaadc72626ebbdba535150d2" | ||
"gitHead": "8f9b812faf8e4d241d560a8574f0c6ed20a89365" | ||
} |
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
1
13779