@moltium/world-cli 0.1.17 → 0.1.19
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
|
@@ -564,7 +564,7 @@ var initCommand = new Command("init").description("Initialize a new world projec
|
|
|
564
564
|
"deploy:contracts": "moltium-world deploy"
|
|
565
565
|
},
|
|
566
566
|
dependencies: {
|
|
567
|
-
"@moltium/world-core": "^0.1.
|
|
567
|
+
"@moltium/world-core": "^0.1.19",
|
|
568
568
|
dotenv: "^16.4.0",
|
|
569
569
|
...persistenceAnswers.persistenceType === "sqlite" ? { "better-sqlite3": "^11.0.0" } : {},
|
|
570
570
|
...persistenceAnswers.persistenceType === "redis" ? { "ioredis": "^5.3.0" } : {},
|
|
@@ -983,7 +983,7 @@ var deployCommand = new Command4("deploy").description("Deploy smart contracts t
|
|
|
983
983
|
|
|
984
984
|
// src/index.ts
|
|
985
985
|
var program = new Command5();
|
|
986
|
-
program.name("moltium-world").description("CLI tool for creating and managing Moltium World SDK projects").version("0.1.
|
|
986
|
+
program.name("moltium-world").description("CLI tool for creating and managing Moltium World SDK projects").version("0.1.19");
|
|
987
987
|
program.addCommand(initCommand);
|
|
988
988
|
program.addCommand(tokenCommand);
|
|
989
989
|
program.addCommand(startCommand);
|