Skip to content

Commit

Permalink
Bump versions for release v1.3.115 (#1905)
Browse files Browse the repository at this point in the history
* bump versions

* Fix nix hash

---------

Co-authored-by: pepoviola <pepoviola@users.noreply.github.com>
  • Loading branch information
pepoviola and pepoviola authored Oct 14, 2024
1 parent 7702ea2 commit 129a4c7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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-UnHUaTZYwJ1DA9dltMz5bS8spSFUBfqS+IvjzGyHz/k=";
npmDepsHash = "sha256-t0DfM7tuSUJX34yDeTe43tjgA/+Pe9qIOynRItFX+F8=";
####

# there is officia polkadot on nixpkgs, but it has no local rococo wasm to run
Expand Down
6 changes: 3 additions & 3 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions javascript/packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zombienet/cli",
"version": "1.3.114",
"version": "1.3.115",
"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": {
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@zombienet/dsl-parser-wrapper": "^0.1.11",
"@zombienet/orchestrator": "^0.0.95",
"@zombienet/orchestrator": "^0.0.96",
"@zombienet/utils": "^0.0.25",
"cli-progress": "^3.12.0",
"commander": "^11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/orchestrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zombienet/orchestrator",
"version": "0.0.95",
"version": "0.0.96",
"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",
Expand Down

0 comments on commit 129a4c7

Please sign in to comment.