Skip to content

Commit

Permalink
bump for new release (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola authored Jan 30, 2023
1 parent 68e17e0 commit b1f1b69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.29",
"version": "1.3.30",
"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 @@ -53,8 +53,8 @@
},
"dependencies": {
"@zombienet/dsl-parser-wrapper": "^0.1.7",
"@zombienet/orchestrator": "^0.0.21",
"@zombienet/utils": "^0.0.13",
"@zombienet/orchestrator": "^0.0.22",
"@zombienet/utils": "^0.0.14",
"axios": "^0.27.2",
"commander": "^10.0.0",
"debug": "^4.3.2",
Expand Down
4 changes: 2 additions & 2 deletions 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.21",
"version": "0.0.22",
"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 Expand Up @@ -36,7 +36,7 @@
"@polkadot/api": "^9.2.4",
"@polkadot/keyring": "^10.1.6",
"@polkadot/util-crypto": "^10.1.6",
"@zombienet/utils": "^0.0.13",
"@zombienet/utils": "^0.0.14",
"axios": "^0.27.2",
"chai": "^4.3.4",
"debug": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zombienet/utils",
"version": "0.0.13",
"version": "0.0.14",
"description": "Useful utilities for ZombieNet Framework",
"main": "dist/index.js",
"author": "Parity Technologies <admin@parity.io>",
Expand Down

0 comments on commit b1f1b69

Please sign in to comment.