@moltium/world-cli 0.1.8 → 0.1.9
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
|
@@ -396,7 +396,7 @@ var initCommand = new Command("init").description("Initialize a new world projec
|
|
|
396
396
|
"deploy:contracts": "moltium-world deploy"
|
|
397
397
|
},
|
|
398
398
|
dependencies: {
|
|
399
|
-
"@moltium/world-core": "^0.1.
|
|
399
|
+
"@moltium/world-core": "^0.1.9",
|
|
400
400
|
dotenv: "^16.4.0",
|
|
401
401
|
...persistenceAnswers.persistenceType === "sqlite" ? { "better-sqlite3": "^11.0.0" } : {},
|
|
402
402
|
...persistenceAnswers.persistenceType === "redis" ? { "ioredis": "^5.3.0" } : {},
|
|
@@ -815,7 +815,7 @@ var deployCommand = new Command4("deploy").description("Deploy smart contracts t
|
|
|
815
815
|
|
|
816
816
|
// src/index.ts
|
|
817
817
|
var program = new Command5();
|
|
818
|
-
program.name("moltium-world").description("CLI tool for creating and managing Moltium World SDK projects").version("0.1.
|
|
818
|
+
program.name("moltium-world").description("CLI tool for creating and managing Moltium World SDK projects").version("0.1.9");
|
|
819
819
|
program.addCommand(initCommand);
|
|
820
820
|
program.addCommand(tokenCommand);
|
|
821
821
|
program.addCommand(startCommand);
|