@squared-functions/task
Advanced tools
Comparing version 4.8.30 to 4.8.31
@@ -210,3 +210,3 @@ "use strict"; | ||
}; | ||
const { stdout, stderr } = child_process.spawn(BIN_GULP || BIN_NPX, { cwd: process.cwd(), shell: true, stdio: index_1.default.hasLogType(32768 /* LOG_VALUE.STDOUT */) && !broadcastId ? 'inherit' : undefined, signal: this.signal }) | ||
const { stdout, stderr } = child_process.spawn(BIN_GULP || BIN_NPX, args, { cwd: process.cwd(), shell: true, stdio: index_1.default.hasLogType(32768 /* LOG_VALUE.STDOUT */) && !broadcastId ? 'inherit' : undefined, signal: this.signal }) | ||
.on('exit', code => { | ||
@@ -213,0 +213,0 @@ if (!code) { |
{ | ||
"name": "@squared-functions/task", | ||
"version": "4.8.30", | ||
"version": "4.8.31", | ||
"description": "Task constructor for squared-functions", | ||
@@ -18,5 +18,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"@squared-functions/core": "4.8.30", | ||
"@squared-functions/core": "4.8.31", | ||
"strip-ansi": "6.0.1", | ||
"which": "^2.0.2" | ||
} | ||
} |
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
15648
3
+ Addedstrip-ansi@6.0.1
+ Added@squared-functions/core@4.8.31(transitive)
+ Added@squared-functions/module@4.8.31(transitive)
+ Added@squared-functions/types@4.8.31(transitive)
- Removed@squared-functions/core@4.8.30(transitive)
- Removed@squared-functions/module@4.8.30(transitive)
- Removed@squared-functions/types@4.8.30(transitive)