@moltium/world-cli 0.1.10 → 0.1.11

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -417,7 +417,7 @@ var initCommand = new Command("init").description("Initialize a new world projec
417
417
  "deploy:contracts": "moltium-world deploy"
418
418
  },
419
419
  dependencies: {
420
- "@moltium/world-core": "^0.1.10",
420
+ "@moltium/world-core": "^0.1.11",
421
421
  dotenv: "^16.4.0",
422
422
  ...persistenceAnswers.persistenceType === "sqlite" ? { "better-sqlite3": "^11.0.0" } : {},
423
423
  ...persistenceAnswers.persistenceType === "redis" ? { "ioredis": "^5.3.0" } : {},
@@ -836,7 +836,7 @@ var deployCommand = new Command4("deploy").description("Deploy smart contracts t
836
836
 
837
837
  // src/index.ts
838
838
  var program = new Command5();
839
- program.name("moltium-world").description("CLI tool for creating and managing Moltium World SDK projects").version("0.1.10");
839
+ program.name("moltium-world").description("CLI tool for creating and managing Moltium World SDK projects").version("0.1.11");
840
840
  program.addCommand(initCommand);
841
841
  program.addCommand(tokenCommand);
842
842
  program.addCommand(startCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moltium/world-cli",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "CLI tool for creating and managing Moltium World SDK projects",
5
5
  "license": "MIT",
6
6
  "keywords": [