spacemesh-local-testnet
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "spacemesh-local-testnet", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "CLI tool to start a spacemesh network locally", | ||
@@ -33,5 +33,4 @@ "main": "index.js", | ||
"start:help": "ts-node bin/network.bin.ts -h", | ||
"start:create": "ts-node bin/network.bin.ts create", | ||
"start:delete": "ts-node bin/network.bin.ts delete", | ||
"test": "jest", | ||
"start:create": "ts-node ./src/bin/network.bin.ts create", | ||
"start:delete": "ts-node ./src/bin/network.bin.ts delete", | ||
"bump-version": "rjp package.json version $VERSION", | ||
@@ -38,0 +37,0 @@ "test:coverage": "jest --coverage", |
@@ -39,3 +39,3 @@ #!/usr/bin/env node | ||
.option('--coinbase <string>', `Coinbase for the miners`, `7566a5e003748be1c1a999c62fbe2610f69237f57ac3043f3213983819fe3ea5`) | ||
.option('--go-sm-image <string>', 'Docker image of go spacemesh build', 'go-spacemesh:v0.1.22') | ||
.option('--go-sm-image <string>', 'Docker image of go spacemesh build', 'spacemeshos/go-spacemesh:v0.1.23') | ||
.option('--poet-image <string>', 'Docker image of PoET build', 'spacemeshos/poet:73488d6') | ||
@@ -42,0 +42,0 @@ .action((operation, options, command) => __awaiter(void 0, void 0, void 0, function* () { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1