spacemesh-local-testnet
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "spacemesh-local-testnet", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "CLI tool to start a spacemesh network locally", | ||
@@ -33,3 +33,3 @@ "main": "index.js", | ||
"start:help": "ts-node bin/network.bin.ts -h", | ||
"start:create": "ts-node ./src/bin/network.bin.ts create", | ||
"start:create": "ts-node ./src/bin/network.bin.ts create --elk=true", | ||
"start:delete": "ts-node ./src/bin/network.bin.ts delete", | ||
@@ -36,0 +36,0 @@ "bump-version": "rjp package.json version $VERSION", |
@@ -29,3 +29,3 @@ "use strict"; | ||
const docker = yield utils_1.getDockerClient(); | ||
const containers = yield docker.container.list(); | ||
const containers = yield docker.container.list({ all: true }); | ||
const promises = []; | ||
@@ -32,0 +32,0 @@ containers.forEach(container => { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
58572