diff --git a/javascript/packages/cli/package.json b/javascript/packages/cli/package.json index a7eaeba23..32a572669 100644 --- a/javascript/packages/cli/package.json +++ b/javascript/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@zombienet/cli", - "version": "1.3.47", + "version": "1.3.48", "description": "ZombieNet aim to be a testing framework for substrate based blockchains, providing a simple cli tool that allow users to spawn and test ephemeral Substrate based networks", "main": "dist/index.js", "scripts": { @@ -53,7 +53,7 @@ }, "dependencies": { "@zombienet/dsl-parser-wrapper": "^0.1.7", - "@zombienet/orchestrator": "^0.0.36", + "@zombienet/orchestrator": "^0.0.37", "@zombienet/utils": "^0.0.19", "cli-progress": "^3.12.0", "commander": "^10.0.1", diff --git a/javascript/packages/orchestrator/package.json b/javascript/packages/orchestrator/package.json index 14a08e2cf..d9e59133c 100644 --- a/javascript/packages/orchestrator/package.json +++ b/javascript/packages/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@zombienet/orchestrator", - "version": "0.0.36", + "version": "0.0.37", "description": "ZombieNet aim to be a testing framework for substrate based blockchains, providing a simple cli tool that allow users to spawn and test ephemeral Substrate based networks", "main": "dist/index.js", "types": "dist/index.d.ts",