@gilt-tech/swig-bundle
Advanced tools
Comparing version 2.0.0 to 2.5.3
@@ -66,2 +66,3 @@ | ||
const fs = require('fs'); | ||
const execa = require('execa'); | ||
const merge = require('merge-stream'); | ||
@@ -149,3 +150,3 @@ const concat = require('./lib/concat-experience'); | ||
]; | ||
const raw = yield swig.exec(commands.join('; ')); | ||
const raw = yield execa.shell(commands.join('; ')); | ||
const result = JSON.parse(raw.stdout); | ||
@@ -152,0 +153,0 @@ |
{ | ||
"name": "@gilt-tech/swig-bundle", | ||
"description": "Bundles JavaScript assets.", | ||
"version": "2.0.0", | ||
"version": "2.5.3", | ||
"repository": "https://github.com/gilt/swig/tree/master/packages/swig-bundle", | ||
@@ -20,2 +20,3 @@ "keywords": [ | ||
"concat-with-sourcemaps": "^1.0.0", | ||
"execa": "^0.6.0", | ||
"globby": "^6.1.0", | ||
@@ -30,4 +31,3 @@ "gulp-sourcemaps": "^2.0.0", | ||
"vinyl-sourcemaps-apply": "^0.2.1" | ||
}, | ||
"devDependencies": {} | ||
} | ||
} |
20819
541
12
+ Addedexeca@^0.6.0
+ Addedcross-spawn@5.1.0(transitive)
+ Addedexeca@0.6.3(transitive)
+ Addedget-stream@3.0.0(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedlru-cache@4.1.5(transitive)
+ Addednpm-run-path@2.0.2(transitive)
+ Addedp-finally@1.0.0(transitive)
+ Addedpath-key@2.0.1(transitive)
+ Addedpseudomap@1.0.2(transitive)
+ Addedshebang-command@1.2.0(transitive)
+ Addedshebang-regex@1.0.0(transitive)
+ Addedsignal-exit@3.0.7(transitive)
+ Addedstrip-eof@1.0.0(transitive)
+ Addedwhich@1.3.1(transitive)
+ Addedyallist@2.1.2(transitive)