@moltium/world-cli 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -395,7 +395,7 @@ var initCommand = new Command("init").description("Initialize a new world projec
|
|
|
395
395
|
"deploy:contracts": "moltium-world deploy"
|
|
396
396
|
},
|
|
397
397
|
dependencies: {
|
|
398
|
-
"@moltium/world-core": "^0.1.
|
|
398
|
+
"@moltium/world-core": "^0.1.5",
|
|
399
399
|
dotenv: "^16.4.0"
|
|
400
400
|
},
|
|
401
401
|
devDependencies: {
|
|
@@ -808,7 +808,7 @@ var deployCommand = new Command4("deploy").description("Deploy smart contracts t
|
|
|
808
808
|
|
|
809
809
|
// src/index.ts
|
|
810
810
|
var program = new Command5();
|
|
811
|
-
program.name("moltium-world").description("CLI tool for creating and managing Moltium World SDK projects").version("0.1.
|
|
811
|
+
program.name("moltium-world").description("CLI tool for creating and managing Moltium World SDK projects").version("0.1.5");
|
|
812
812
|
program.addCommand(initCommand);
|
|
813
813
|
program.addCommand(tokenCommand);
|
|
814
814
|
program.addCommand(startCommand);
|