@jest/types
Advanced tools
Comparing version 25.4.0 to 25.5.0
@@ -10,4 +10,4 @@ /** | ||
originalCode: string; | ||
mapCoverage: boolean; | ||
mapCoverage?: boolean; | ||
sourceMapPath: string | null; | ||
}; |
@@ -10,4 +10,4 @@ /** | ||
originalCode: string; | ||
mapCoverage: boolean; | ||
mapCoverage?: boolean; | ||
sourceMapPath: string | null; | ||
}; |
{ | ||
"name": "@jest/types", | ||
"version": "25.4.0", | ||
"version": "25.5.0", | ||
"repository": { | ||
@@ -34,3 +34,3 @@ "type": "git", | ||
}, | ||
"gitHead": "5b129d714cadb818be28afbe313cbeae8fbb1dde" | ||
"gitHead": "ddd73d18adfb982b9b0d94bad7d41c9f78567ca7" | ||
} |
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
47179