jest-changed-files
Advanced tools
Comparing version 26.2.0 to 26.3.0
@@ -162,3 +162,3 @@ 'use strict'; | ||
return path().resolve(cwd, result.stdout); | ||
} catch (e) { | ||
} catch { | ||
return null; | ||
@@ -165,0 +165,0 @@ } |
@@ -121,3 +121,3 @@ 'use strict'; | ||
return result.stdout; | ||
} catch (e) { | ||
} catch { | ||
return null; | ||
@@ -124,0 +124,0 @@ } |
{ | ||
"name": "jest-changed-files", | ||
"version": "26.2.0", | ||
"version": "26.3.0", | ||
"repository": { | ||
@@ -13,3 +13,3 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/types": "^26.2.0", | ||
"@jest/types": "^26.3.0", | ||
"execa": "^4.0.0", | ||
@@ -24,3 +24,3 @@ "throat": "^5.0.0" | ||
}, | ||
"gitHead": "4a716811a309dae135b780a87dc1647b285800eb" | ||
"gitHead": "3a7e06fe855515a848241bb06a6f6e117847443d" | ||
} |
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
14216
Updated@jest/types@^26.3.0