@moltium/world-cli 0.1.21 → 0.1.23
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 +2 -2
package/dist/index.js
CHANGED
|
@@ -600,7 +600,7 @@ var initCommand = new Command("init").description("Initialize a new world projec
|
|
|
600
600
|
"deploy:contracts": "moltium-world deploy"
|
|
601
601
|
},
|
|
602
602
|
dependencies: {
|
|
603
|
-
"@moltium/world-core": "^0.1.
|
|
603
|
+
"@moltium/world-core": "^0.1.23",
|
|
604
604
|
dotenv: "^16.4.0",
|
|
605
605
|
...persistenceAnswers.persistenceType === "sqlite" ? { "better-sqlite3": "^11.0.0" } : {},
|
|
606
606
|
...persistenceAnswers.persistenceType === "redis" ? { "ioredis": "^5.3.0" } : {},
|
|
@@ -1019,7 +1019,7 @@ var deployCommand = new Command4("deploy").description("Deploy smart contracts t
|
|
|
1019
1019
|
|
|
1020
1020
|
// src/index.ts
|
|
1021
1021
|
var program = new Command5();
|
|
1022
|
-
program.name("moltium-world").description("CLI tool for creating and managing Moltium World SDK projects").version("0.1.
|
|
1022
|
+
program.name("moltium-world").description("CLI tool for creating and managing Moltium World SDK projects").version("0.1.23");
|
|
1023
1023
|
program.addCommand(initCommand);
|
|
1024
1024
|
program.addCommand(tokenCommand);
|
|
1025
1025
|
program.addCommand(startCommand);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moltium/world-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.23",
|
|
4
4
|
"description": "CLI tool for creating and managing Moltium World SDK projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@moltium/world-core": "^0.1.
|
|
35
|
+
"@moltium/world-core": "^0.1.23",
|
|
36
36
|
"chalk": "^5.3.0",
|
|
37
37
|
"commander": "^12.1.0",
|
|
38
38
|
"dotenv": "^16.4.0",
|