start-server-and-test
Advanced tools
Comparing version 1.10.0 to 1.10.1
{ | ||
"name": "start-server-and-test", | ||
"description": "Starts server, waits for URL, then runs test command; when the tests end, shuts down server", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", | ||
@@ -96,3 +96,3 @@ "bugs": "https://github.com/bahmutov/start-server-and-test/issues", | ||
"ban-sensitive-files": "1.9.2", | ||
"cross-env": "5.2.0", | ||
"cross-env": "5.2.1", | ||
"dependency-check": "3.4.1", | ||
@@ -108,4 +108,4 @@ "deps-ok": "1.4.1", | ||
"prettier-standard": "8.0.1", | ||
"semantic-release": "15.13.19", | ||
"simple-commit-message": "4.0.5", | ||
"semantic-release": "15.13.24", | ||
"simple-commit-message": "4.0.13", | ||
"snap-shot-it": "6.3.5", | ||
@@ -119,3 +119,3 @@ "standard": "13.1.0", | ||
"debug": "4.1.1", | ||
"execa": "0.11.0", | ||
"execa": "2.0.4", | ||
"lazy-ass": "1.6.0", | ||
@@ -122,0 +122,0 @@ "ps-tree": "1.2.0", |
@@ -35,3 +35,3 @@ 'use strict' | ||
const server = execa.shell(start, { stdio: 'inherit' }) | ||
const server = execa(start, { shell: true, stdio: 'inherit' }) | ||
let serverStopped | ||
@@ -100,3 +100,3 @@ | ||
debug('running test script command: %s', test) | ||
return execa.shell(test, { stdio: 'inherit' }) | ||
return execa(test, { shell: true, stdio: 'inherit' }) | ||
} | ||
@@ -103,0 +103,0 @@ |
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
19241
+ Addedexeca@2.0.4(transitive)
+ Addedget-stream@5.2.0(transitive)
+ Addedis-stream@2.0.1(transitive)
+ Addedmerge-stream@2.0.0(transitive)
+ Addedmimic-fn@2.1.0(transitive)
+ Addednpm-run-path@3.1.0(transitive)
+ Addedonetime@5.1.2(transitive)
+ Addedp-finally@2.0.1(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedstrip-final-newline@2.0.0(transitive)
- Removedexeca@0.11.0(transitive)
- Removedget-stream@4.1.0(transitive)
- Removedis-stream@1.1.0(transitive)
- Removednpm-run-path@2.0.2(transitive)
- Removedp-finally@1.0.0(transitive)
- Removedstrip-eof@1.0.0(transitive)
Updatedexeca@2.0.4