diff --git a/commander/package.json b/commander/package.json index bf0001556d9..0c6401db0af 100755 --- a/commander/package.json +++ b/commander/package.json @@ -1,6 +1,6 @@ { "name": "lisk-commander", - "version": "6.0.0-beta.2", + "version": "6.0.0-beta.3", "description": "A command line interface for Lisk", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -101,9 +101,9 @@ "/docs" ], "dependencies": { - "@liskhq/lisk-api-client": "^6.0.0-beta.2", - "@liskhq/lisk-chain": "^0.4.0-beta.2", - "@liskhq/lisk-client": "^6.0.0-beta.2", + "@liskhq/lisk-api-client": "^6.0.0-beta.3", + "@liskhq/lisk-chain": "^0.4.0-beta.3", + "@liskhq/lisk-client": "^6.0.0-beta.3", "@liskhq/lisk-codec": "^0.3.0-beta.2", "@liskhq/lisk-cryptography": "^4.0.0-beta.2", "@liskhq/lisk-db": "0.3.6", @@ -121,7 +121,7 @@ "cli-table3": "0.6.0", "fs-extra": "11.1.0", "inquirer": "8.2.5", - "lisk-framework": "^0.10.0-beta.2", + "lisk-framework": "^0.10.0-beta.3", "listr": "0.14.3", "progress": "2.0.3", "semver": "7.3.8", diff --git a/commander/src/bootstrapping/templates/lisk-template-ts/templates/init/package-template.json b/commander/src/bootstrapping/templates/lisk-template-ts/templates/init/package-template.json index d74341af3ea..082ae1eedc7 100644 --- a/commander/src/bootstrapping/templates/lisk-template-ts/templates/init/package-template.json +++ b/commander/src/bootstrapping/templates/lisk-template-ts/templates/init/package-template.json @@ -85,12 +85,12 @@ } }, "dependencies": { - "@liskhq/lisk-framework-dashboard-plugin": "0.2.0-beta.2", - "@liskhq/lisk-framework-faucet-plugin": "0.2.0-beta.2", - "@liskhq/lisk-framework-monitor-plugin": "0.3.0-beta.2", - "@liskhq/lisk-framework-forger-plugin": "0.3.0-beta.2", - "@liskhq/lisk-framework-report-misbehavior-plugin": "0.3.0-beta.2", - "@liskhq/lisk-framework-chain-connector-plugin": "0.1.0-beta.2", + "@liskhq/lisk-framework-dashboard-plugin": "0.2.0-beta.3", + "@liskhq/lisk-framework-faucet-plugin": "0.2.0-beta.3", + "@liskhq/lisk-framework-monitor-plugin": "0.3.0-beta.3", + "@liskhq/lisk-framework-forger-plugin": "0.3.0-beta.3", + "@liskhq/lisk-framework-report-misbehavior-plugin": "0.3.0-beta.3", + "@liskhq/lisk-framework-chain-connector-plugin": "0.1.0-beta.3", "@oclif/core": "1.20.4", "@oclif/plugin-autocomplete": "1.3.6", "@oclif/plugin-help": "5.1.19", @@ -98,8 +98,8 @@ "axios": "0.21.2", "fs-extra": "11.1.0", "inquirer": "8.2.5", - "lisk-commander": "6.0.0-beta.2", - "lisk-sdk": "6.0.0-beta.2", + "lisk-commander": "6.0.0-beta.3", + "lisk-sdk": "6.0.0-beta.3", "tar": "6.1.11", "tslib": "2.4.1" }, diff --git a/commander/src/bootstrapping/templates/lisk-template-ts/templates/init_plugin/package.json b/commander/src/bootstrapping/templates/lisk-template-ts/templates/init_plugin/package.json index fe3d286f107..c1adccd2f6a 100644 --- a/commander/src/bootstrapping/templates/lisk-template-ts/templates/init_plugin/package.json +++ b/commander/src/bootstrapping/templates/lisk-template-ts/templates/init_plugin/package.json @@ -28,7 +28,7 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "lisk-sdk": "^6.0.0-beta.2" + "lisk-sdk": "^6.0.0-beta.3" }, "devDependencies": { "@types/jest": "26.0.21", diff --git a/elements/lisk-api-client/package.json b/elements/lisk-api-client/package.json index 8c85947cae5..b3abacfcbed 100644 --- a/elements/lisk-api-client/package.json +++ b/elements/lisk-api-client/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-api-client", - "version": "6.0.0-beta.2", + "version": "6.0.0-beta.3", "description": "An API client for the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -44,7 +44,7 @@ "zeromq": "6.0.0-beta.6" }, "devDependencies": { - "@liskhq/lisk-chain": "^0.4.0-beta.2", + "@liskhq/lisk-chain": "^0.4.0-beta.3", "@types/jest": "29.2.3", "@types/jest-when": "3.5.2", "@types/node": "18.15.3", diff --git a/elements/lisk-chain/package.json b/elements/lisk-chain/package.json index 1db6ff38e75..b850d7c9848 100644 --- a/elements/lisk-chain/package.json +++ b/elements/lisk-chain/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-chain", - "version": "0.4.0-beta.2", + "version": "0.4.0-beta.3", "description": "Blocks and state management implementation that are used for block processing according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/elements/lisk-client/package.json b/elements/lisk-client/package.json index 176d5019179..19f3cc46dde 100644 --- a/elements/lisk-client/package.json +++ b/elements/lisk-client/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-client", - "version": "6.0.0-beta.2", + "version": "6.0.0-beta.3", "description": "A default set of Elements for use by clients of the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -56,7 +56,7 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-api-client": "^6.0.0-beta.2", + "@liskhq/lisk-api-client": "^6.0.0-beta.3", "@liskhq/lisk-codec": "^0.3.0-beta.2", "@liskhq/lisk-cryptography": "^4.0.0-beta.2", "@liskhq/lisk-passphrase": "^4.0.0-beta.2", diff --git a/elements/lisk-elements/package.json b/elements/lisk-elements/package.json index 4c4c4a2b7fa..6b8c95a637e 100644 --- a/elements/lisk-elements/package.json +++ b/elements/lisk-elements/package.json @@ -1,6 +1,6 @@ { "name": "lisk-elements", - "version": "6.0.0-beta.2", + "version": "6.0.0-beta.3", "description": "Elements for building blockchain applications in the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -35,14 +35,14 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-api-client": "^6.0.0-beta.2", - "@liskhq/lisk-chain": "^0.4.0-beta.2", + "@liskhq/lisk-api-client": "^6.0.0-beta.3", + "@liskhq/lisk-chain": "^0.4.0-beta.3", "@liskhq/lisk-codec": "^0.3.0-beta.2", "@liskhq/lisk-cryptography": "^4.0.0-beta.2", "@liskhq/lisk-db": "0.3.6", - "@liskhq/lisk-p2p": "^0.8.0-beta.2", + "@liskhq/lisk-p2p": "^0.8.0-beta.3", "@liskhq/lisk-passphrase": "^4.0.0-beta.2", - "@liskhq/lisk-transaction-pool": "^0.6.0-beta.2", + "@liskhq/lisk-transaction-pool": "^0.6.0-beta.3", "@liskhq/lisk-transactions": "^6.0.0-beta.2", "@liskhq/lisk-tree": "^0.3.0-beta.2", "@liskhq/lisk-utils": "^0.3.0-beta.2", diff --git a/elements/lisk-p2p/package.json b/elements/lisk-p2p/package.json index e0d92185bde..999529f5cf7 100644 --- a/elements/lisk-p2p/package.json +++ b/elements/lisk-p2p/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-p2p", - "version": "0.8.0-beta.2", + "version": "0.8.0-beta.3", "description": "Unstructured P2P library for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/elements/lisk-transaction-pool/package.json b/elements/lisk-transaction-pool/package.json index 0e234fdaed1..4e63a1bc58a 100644 --- a/elements/lisk-transaction-pool/package.json +++ b/elements/lisk-transaction-pool/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-transaction-pool", - "version": "0.6.0-beta.2", + "version": "0.6.0-beta.3", "description": "Transaction pool library for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/framework-plugins/lisk-framework-chain-connector-plugin/package.json b/framework-plugins/lisk-framework-chain-connector-plugin/package.json index a867d6ba3c6..50511ad1d86 100644 --- a/framework-plugins/lisk-framework-chain-connector-plugin/package.json +++ b/framework-plugins/lisk-framework-chain-connector-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-chain-connector-plugin", - "version": "0.1.0-beta.2", + "version": "0.1.0-beta.3", "description": "A plugin used by a relayer node to automatically create and submit Cross Chain Transaction by aggregating off-chain information of a chain", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -34,7 +34,7 @@ "dependencies": { "debug": "4.3.4", "fs-extra": "11.1.0", - "lisk-sdk": "^6.0.0-beta.2" + "lisk-sdk": "^6.0.0-beta.3" }, "devDependencies": { "@types/jest": "29.2.3", diff --git a/framework-plugins/lisk-framework-dashboard-plugin/package.json b/framework-plugins/lisk-framework-dashboard-plugin/package.json index 3d13ee9efc4..2eb908aa91d 100644 --- a/framework-plugins/lisk-framework-dashboard-plugin/package.json +++ b/framework-plugins/lisk-framework-dashboard-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-dashboard-plugin", - "version": "0.2.0-beta.2", + "version": "0.2.0-beta.3", "description": "A plugin for interacting with a newly developed blockchain application.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -46,10 +46,10 @@ }, "dependencies": { "@csstools/normalize.css": "12.0.0", - "@liskhq/lisk-client": "^6.0.0-beta.2", + "@liskhq/lisk-client": "^6.0.0-beta.3", "express": "4.18.2", "json-format-highlight": "1.0.4", - "lisk-sdk": "^6.0.0-beta.2", + "lisk-sdk": "^6.0.0-beta.3", "react": "^17.0.1", "react-dom": "^17.0.1", "react-router-dom": "^5.2.0", diff --git a/framework-plugins/lisk-framework-faucet-plugin/package.json b/framework-plugins/lisk-framework-faucet-plugin/package.json index 2e679477aec..18895152707 100644 --- a/framework-plugins/lisk-framework-faucet-plugin/package.json +++ b/framework-plugins/lisk-framework-faucet-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-faucet-plugin", - "version": "0.2.0-beta.2", + "version": "0.2.0-beta.3", "description": "A plugin for distributing testnet tokens from a newly developed blockchain application.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -47,15 +47,15 @@ }, "dependencies": { "@csstools/normalize.css": "12.0.0", - "@liskhq/lisk-api-client": "^6.0.0-beta.2", - "@liskhq/lisk-client": "^6.0.0-beta.2", + "@liskhq/lisk-api-client": "^6.0.0-beta.3", + "@liskhq/lisk-client": "^6.0.0-beta.3", "@liskhq/lisk-cryptography": "^4.0.0-beta.2", "@liskhq/lisk-transactions": "^6.0.0-beta.2", "@liskhq/lisk-utils": "^0.3.0-beta.2", "@liskhq/lisk-validator": "^0.7.0-beta.2", "axios": "1.2.0", "express": "4.18.2", - "lisk-sdk": "^6.0.0-beta.2", + "lisk-sdk": "^6.0.0-beta.3", "react": "^17.0.1", "react-dom": "^17.0.1", "react-router-dom": "^5.2.0" diff --git a/framework-plugins/lisk-framework-forger-plugin/package.json b/framework-plugins/lisk-framework-forger-plugin/package.json index c92eaabf38d..1744ee28e90 100644 --- a/framework-plugins/lisk-framework-forger-plugin/package.json +++ b/framework-plugins/lisk-framework-forger-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-forger-plugin", - "version": "0.3.0-beta.2", + "version": "0.3.0-beta.3", "description": "A plugin for lisk-framework that monitors configured validators forging activity and stakers information.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -40,10 +40,10 @@ "dependencies": { "debug": "4.3.4", "fs-extra": "11.1.0", - "lisk-sdk": "^6.0.0-beta.2" + "lisk-sdk": "^6.0.0-beta.3" }, "devDependencies": { - "@liskhq/lisk-api-client": "^6.0.0-beta.2", + "@liskhq/lisk-api-client": "^6.0.0-beta.3", "@types/debug": "4.1.5", "@types/jest": "29.2.3", "@types/jest-when": "3.5.2", diff --git a/framework-plugins/lisk-framework-monitor-plugin/package.json b/framework-plugins/lisk-framework-monitor-plugin/package.json index 9363bcf6fea..29b4fdf7c29 100644 --- a/framework-plugins/lisk-framework-monitor-plugin/package.json +++ b/framework-plugins/lisk-framework-monitor-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-monitor-plugin", - "version": "0.3.0-beta.2", + "version": "0.3.0-beta.3", "description": "A plugin for lisk-framework that provides network statistics of the running node", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -40,7 +40,7 @@ "express": "4.18.2", "express-rate-limit": "6.7.0", "ip": "1.1.5", - "lisk-sdk": "^6.0.0-beta.2" + "lisk-sdk": "^6.0.0-beta.3" }, "devDependencies": { "@types/cors": "2.8.12", diff --git a/framework-plugins/lisk-framework-report-misbehavior-plugin/package.json b/framework-plugins/lisk-framework-report-misbehavior-plugin/package.json index 870a8f69ed5..8ef907267c5 100644 --- a/framework-plugins/lisk-framework-report-misbehavior-plugin/package.json +++ b/framework-plugins/lisk-framework-report-misbehavior-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-report-misbehavior-plugin", - "version": "0.3.0-beta.2", + "version": "0.3.0-beta.3", "description": "A plugin for lisk-framework that provides automatic detection of validator misbehavior and sends a reportValidatorMisbehaviorTransaction to the running node", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -40,7 +40,7 @@ "dependencies": { "@liskhq/lisk-cryptography": "^4.0.0-beta.2", "fs-extra": "11.1.0", - "lisk-sdk": "^6.0.0-beta.2" + "lisk-sdk": "^6.0.0-beta.3" }, "devDependencies": { "@types/jest": "29.2.3", diff --git a/framework/package.json b/framework/package.json index 887288e66f7..f1df5783866 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.10.0-beta.2", + "version": "0.10.0-beta.3", "description": "Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -42,13 +42,13 @@ }, "dependencies": { "@chainsafe/blst": "0.2.6", - "@liskhq/lisk-api-client": "^6.0.0-beta.2", - "@liskhq/lisk-chain": "^0.4.0-beta.2", + "@liskhq/lisk-api-client": "^6.0.0-beta.3", + "@liskhq/lisk-chain": "^0.4.0-beta.3", "@liskhq/lisk-codec": "^0.3.0-beta.2", "@liskhq/lisk-cryptography": "^4.0.0-beta.2", "@liskhq/lisk-db": "0.3.6", - "@liskhq/lisk-p2p": "^0.8.0-beta.2", - "@liskhq/lisk-transaction-pool": "^0.6.0-beta.2", + "@liskhq/lisk-p2p": "^0.8.0-beta.3", + "@liskhq/lisk-transaction-pool": "^0.6.0-beta.3", "@liskhq/lisk-transactions": "^6.0.0-beta.2", "@liskhq/lisk-tree": "^0.3.0-beta.2", "@liskhq/lisk-utils": "^0.3.0-beta.2", diff --git a/sdk/package.json b/sdk/package.json index 26289c5cf18..bfb90631d04 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "6.0.0-beta.2", + "version": "6.0.0-beta.3", "description": "Official SDK for the Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -29,19 +29,19 @@ "build": "tsc" }, "dependencies": { - "@liskhq/lisk-api-client": "^6.0.0-beta.2", - "@liskhq/lisk-chain": "^0.4.0-beta.2", + "@liskhq/lisk-api-client": "^6.0.0-beta.3", + "@liskhq/lisk-chain": "^0.4.0-beta.3", "@liskhq/lisk-codec": "^0.3.0-beta.2", "@liskhq/lisk-cryptography": "^4.0.0-beta.2", "@liskhq/lisk-db": "0.3.6", - "@liskhq/lisk-p2p": "^0.8.0-beta.2", + "@liskhq/lisk-p2p": "^0.8.0-beta.3", "@liskhq/lisk-passphrase": "^4.0.0-beta.2", - "@liskhq/lisk-transaction-pool": "^0.6.0-beta.2", + "@liskhq/lisk-transaction-pool": "^0.6.0-beta.3", "@liskhq/lisk-transactions": "^6.0.0-beta.2", "@liskhq/lisk-tree": "^0.3.0-beta.2", "@liskhq/lisk-utils": "^0.3.0-beta.2", "@liskhq/lisk-validator": "^0.7.0-beta.2", - "lisk-framework": "^0.10.0-beta.2" + "lisk-framework": "^0.10.0-beta.3" }, "devDependencies": { "eslint": "8.28.0",