From b220bd224ddb3ad3db8e68cf282f408d2f4cad6d Mon Sep 17 00:00:00 2001 From: Javier Viola Date: Tue, 1 Oct 2024 16:42:33 +0200 Subject: [PATCH 1/2] bump versions --- javascript/package-lock.json | 6 +++--- javascript/packages/cli/package.json | 4 ++-- javascript/packages/orchestrator/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 82e747704..6ac36e3a9 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -6925,11 +6925,11 @@ }, "packages/cli": { "name": "@zombienet/cli", - "version": "1.3.110", + "version": "1.3.111", "license": "GPL-3.0-or-later", "dependencies": { "@zombienet/dsl-parser-wrapper": "^0.1.10", - "@zombienet/orchestrator": "^0.0.91", + "@zombienet/orchestrator": "^0.0.92", "@zombienet/utils": "^0.0.25", "cli-progress": "^3.12.0", "commander": "^11.1.0", @@ -6951,7 +6951,7 @@ }, "packages/orchestrator": { "name": "@zombienet/orchestrator", - "version": "0.0.91", + "version": "0.0.92", "license": "GPL-3.0-or-later", "dependencies": { "@polkadot/api": "^12.3.1", diff --git a/javascript/packages/cli/package.json b/javascript/packages/cli/package.json index e760f98b7..32d65cd0f 100644 --- a/javascript/packages/cli/package.json +++ b/javascript/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@zombienet/cli", - "version": "1.3.110", + "version": "1.3.111", "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": { @@ -56,7 +56,7 @@ }, "dependencies": { "@zombienet/dsl-parser-wrapper": "^0.1.10", - "@zombienet/orchestrator": "^0.0.91", + "@zombienet/orchestrator": "^0.0.92", "@zombienet/utils": "^0.0.25", "cli-progress": "^3.12.0", "commander": "^11.1.0", diff --git a/javascript/packages/orchestrator/package.json b/javascript/packages/orchestrator/package.json index 8e036b1cb..74353da10 100644 --- a/javascript/packages/orchestrator/package.json +++ b/javascript/packages/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@zombienet/orchestrator", - "version": "0.0.91", + "version": "0.0.92", "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", From e764761029d7b3cf7191d9ceff772a486f3665e3 Mon Sep 17 00:00:00 2001 From: pepoviola Date: Tue, 1 Oct 2024 14:44:05 +0000 Subject: [PATCH 2/2] Fix nix hash --- flake-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake-module.nix b/flake-module.nix index 3272b9cdc..641c6b51c 100644 --- a/flake-module.nix +++ b/flake-module.nix @@ -8,7 +8,7 @@ ... }: let # this change on each change of dependencies, unfortunately this hash not yet automatically updated from SRI of package.lock - npmDepsHash = "sha256-dnGRYPkS9I+uRGFfeOrrC6PS1E1eoX5o+wv7rr5l6x0="; + npmDepsHash = "sha256-P/VOAKfGd5wbGvcSaRkL/CEGdWjeQ6LG5+SogFNryMY="; #### # there is officia polkadot on nixpkgs, but it has no local rococo wasm to run