diff --git a/javascript/packages/cli/package.json b/javascript/packages/cli/package.json index beec8f95a..e27110ce4 100644 --- a/javascript/packages/cli/package.json +++ b/javascript/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@zombienet/cli", - "version": "1.3.16", + "version": "1.3.17", "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": { @@ -50,7 +50,7 @@ }, "dependencies": { "@zombienet/dsl-parser-wrapper": "^0.1.6", - "@zombienet/orchestrator": "^0.0.10", + "@zombienet/orchestrator": "^0.0.11", "@zombienet/utils": "^0.0.5", "axios": "^0.27.2", "debug": "^4.3.2", diff --git a/javascript/packages/orchestrator/package.json b/javascript/packages/orchestrator/package.json index 2d1d80479..063af5516 100644 --- a/javascript/packages/orchestrator/package.json +++ b/javascript/packages/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@zombienet/orchestrator", - "version": "0.0.10", + "version": "0.0.11", "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",