dynamodb-local
Advanced tools
Comparing version 0.0.31 to 0.0.32
@@ -69,3 +69,3 @@ 'use strict'; | ||
env: process.env, | ||
stdio: ['pipe', 'pipe', process.stderr] | ||
stdio: ['ignore', 'ignore', 'inherit'] | ||
}); | ||
@@ -113,5 +113,5 @@ | ||
}, | ||
relaunch: function (port, db) { | ||
relaunch: function (port, ...args) { | ||
this.stop(port); | ||
this.launch(port, db); | ||
this.launch(port, ...args); | ||
}, | ||
@@ -118,0 +118,0 @@ configureInstaller: function (conf) { |
{ | ||
"name": "dynamodb-local", | ||
"description": "A wrapper for AWS DynamoDB Local, intended for use in testcases", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "repository": "doapp-ryanp/dynamodb-local", | ||
"q": "~1.4.1", | ||
"tar": "~4.4.8" | ||
"tar": "^4.4.19" | ||
}, | ||
@@ -32,0 +32,0 @@ "licenses": [ |
10626
Updatedtar@^4.4.19