@after-work.js/transform
Advanced tools
Comparing version 5.0.1 to 5.0.2
{ | ||
"name": "@after-work.js/transform", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"publishConfig": { | ||
@@ -23,3 +23,3 @@ "access": "public" | ||
"dependencies": { | ||
"@after-work.js/utils": "5.0.0", | ||
"@after-work.js/utils": "5.0.2", | ||
"find-cache-dir": "2.0.0", | ||
@@ -31,3 +31,3 @@ "import-cwd": "2.1.0" | ||
], | ||
"gitHead": "c1b3746e41a00cc045cf9e0cdf31e38bd5fba147" | ||
"gitHead": "ad8688887cb81405caafd3dead2af8307bfc78d4" | ||
} |
@@ -10,3 +10,5 @@ /* eslint global-require: 0, import/no-dynamic-require: 0, object-curly-newline: 0, class-methods-use-this: 0, max-len: 0 */ | ||
const { options: { sourceRoot, only, ignore } = {}, babelPluginIstanbul } = argv.babel; | ||
const addCoverage = argv.instrument.testExclude.shouldInstrument(filename); | ||
const virtualMock = !!argv.virtualMock; | ||
const addCoverage = argv.instrument.testExclude.shouldInstrument(filename) && virtualMock === false; | ||
const plugins = addCoverage | ||
@@ -13,0 +15,0 @@ ? [[babelPluginIstanbul, {}]] |
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
7691
173
+ Added@after-work.js/utils@5.0.2(transitive)
- Removed@after-work.js/utils@5.0.0(transitive)
Updated@after-work.js/utils@5.0.2