diff --git a/javascript/packages/cli/package.json b/javascript/packages/cli/package.json index 641a3c91a..acc132547 100644 --- a/javascript/packages/cli/package.json +++ b/javascript/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@zombienet/cli", - "version": "1.3.90", + "version": "1.3.91", "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": { @@ -54,7 +54,7 @@ }, "dependencies": { "@zombienet/dsl-parser-wrapper": "^0.1.10", - "@zombienet/orchestrator": "^0.0.72", + "@zombienet/orchestrator": "^0.0.73", "@zombienet/utils": "^0.0.24", "cli-progress": "^3.12.0", "commander": "^11.1.0", diff --git a/javascript/packages/orchestrator/package.json b/javascript/packages/orchestrator/package.json index a1485c66d..c84b1bf0a 100644 --- a/javascript/packages/orchestrator/package.json +++ b/javascript/packages/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@zombienet/orchestrator", - "version": "0.0.72", + "version": "0.0.73", "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",