File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed
Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 6767 "tslib" : " ^2.0.0" ,
6868 "untildify" : " ^3.0.2" ,
6969 "uuid" : " ^3.0.1" ,
70- "windows-argv-parser" : " file:../vendor/windows-argv-parser" ,
7170 "winston" : " ^3.6.0"
7271 },
7372 "devDependencies" : {
Original file line number Diff line number Diff line change 11import { ChildProcess , SpawnOptions , spawn } from 'child_process'
2- import { parseCommandLineArgv } from 'windows-argv-parser'
32import stringArgv from 'string-argv'
43import { promisify } from 'util'
54import { exec } from 'child_process'
@@ -29,7 +28,7 @@ export interface ICustomIntegration {
2928export function parseCustomIntegrationArguments (
3029 args : string
3130) : ReadonlyArray < string > {
32- return __WIN32__ ? parseCommandLineArgv ( args ) : stringArgv ( args )
31+ return stringArgv ( args )
3332}
3433
3534// Function to retrieve, on macOS, the bundleId of an app given its path
Original file line number Diff line number Diff line change @@ -826,11 +826,6 @@ node-addon-api@^5.0.0:
826826 resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-5.0.0.tgz#7d7e6f9ef89043befdb20c1989c905ebde18c501"
827827 integrity sha512-CvkDw2OEnme7ybCykJpVcKH+uAOLV2qLqiyla128dN9TkEWfrYmxG6C2boDe5KcNQqZF3orkqzGgOMvZ/JNekA==
828828
829- node-addon-api@^7.0.0 :
830- version "7.1.1"
831- resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-7.1.1.tgz#1aba6693b0f255258a049d621329329322aad558"
832- integrity sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==
833-
834829noop-logger@^0.1.1 :
835830 version "0.1.1"
836831 resolved "https://registry.yarnpkg.com/noop-logger/-/noop-logger-0.1.1.tgz#94a2b1633c4f1317553007d8966fd0e841b6a4c2"
@@ -1546,11 +1541,6 @@ wide-align@^1.1.0:
15461541 dependencies :
15471542 string-width "^1.0.2 || 2"
15481543
1549- " windows-argv-parser@file:../vendor/windows-argv-parser " :
1550- version "0.0.1"
1551- dependencies :
1552- node-addon-api "^7.0.0"
1553-
15541544winston-transport@^4.5.0 :
15551545 version "4.5.0"
15561546 resolved "https://registry.yarnpkg.com/winston-transport/-/winston-transport-4.5.0.tgz#6e7b0dd04d393171ed5e4e4905db265f7ab384fa"
You can’t perform that action at this time.
0 commit comments