flex-plugins-utils-spawn
Advanced tools
Comparing version 4.6.1-nightly.20210419 to 4.7.0-beta.0
@@ -37,3 +37,4 @@ "use strict"; | ||
if (os_1.default.platform() === 'win32') { | ||
defaultOptions.shell = 'true'; | ||
// @ts-ignore | ||
defaultOptions.shell = true; | ||
} | ||
@@ -40,0 +41,0 @@ var spawnOptions = __assign(__assign({}, defaultOptions), options); |
{ | ||
"name": "flex-plugins-utils-spawn", | ||
"version": "4.6.1-nightly.20210419", | ||
"version": "4.7.0-beta.0", | ||
"description": "Flex Plugins Spawns", | ||
@@ -41,5 +41,5 @@ "keywords": [ | ||
"execa": "^4.0.3", | ||
"flex-plugins-utils-logger": "^4.6.1-nightly.20210419" | ||
"flex-plugins-utils-logger": "^4.7.0-beta.0" | ||
}, | ||
"gitHead": "de73d14b325eab6c0333ac724c91ddb9db6412ee" | ||
"gitHead": "2efb7563df8fd763aeea92e04d665c1bd4e8e1f9" | ||
} |
Sorry, the diff of this file is not supported yet
12376
157
+ Addedflex-plugins-utils-env@4.7.0-beta.0(transitive)
+ Addedflex-plugins-utils-logger@4.7.0-beta.0(transitive)
- Removedflex-plugins-utils-env@4.6.1-nightly.20210419(transitive)
- Removedflex-plugins-utils-logger@4.6.1-nightly.20210419(transitive)