diff --git a/commander/package.json b/commander/package.json index d477e46e05a..a853df3ee68 100755 --- a/commander/package.json +++ b/commander/package.json @@ -1,6 +1,6 @@ { "name": "lisk-commander", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "description": "A command line interface for Lisk", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -101,16 +101,16 @@ "/docs" ], "dependencies": { - "@liskhq/lisk-api-client": "^6.0.0-beta.0", - "@liskhq/lisk-chain": "^0.4.0-beta.0", - "@liskhq/lisk-client": "^6.0.0-beta.0", - "@liskhq/lisk-codec": "^0.3.0-beta.0", - "@liskhq/lisk-cryptography": "^4.0.0-beta.0", + "@liskhq/lisk-api-client": "^6.0.0-beta.1", + "@liskhq/lisk-chain": "^0.4.0-beta.1", + "@liskhq/lisk-client": "^6.0.0-beta.1", + "@liskhq/lisk-codec": "^0.3.0-beta.1", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", "@liskhq/lisk-db": "0.3.5", - "@liskhq/lisk-passphrase": "^4.0.0-beta.0", - "@liskhq/lisk-transactions": "^6.0.0-beta.0", - "@liskhq/lisk-utils": "^0.3.0-beta.0", - "@liskhq/lisk-validator": "^0.7.0-beta.0", + "@liskhq/lisk-passphrase": "^4.0.0-beta.1", + "@liskhq/lisk-transactions": "^6.0.0-beta.1", + "@liskhq/lisk-utils": "^0.3.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1", "@oclif/core": "1.20.4", "@oclif/plugin-autocomplete": "1.3.6", "@oclif/plugin-help": "5.1.19", @@ -121,7 +121,7 @@ "cli-table3": "0.6.0", "fs-extra": "11.1.0", "inquirer": "8.2.5", - "lisk-framework": "^0.10.0-beta.0", + "lisk-framework": "^0.10.0-beta.1", "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 986f27537ba..a29848972d6 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.0", - "@liskhq/lisk-framework-faucet-plugin": "0.2.0-beta.0", - "@liskhq/lisk-framework-monitor-plugin": "0.3.0-beta.0", - "@liskhq/lisk-framework-forger-plugin": "0.3.0-beta.0", - "@liskhq/lisk-framework-report-misbehavior-plugin": "0.3.0-beta.0", - "@liskhq/lisk-framework-chain-connector-plugin": "0.1.0-beta.0", + "@liskhq/lisk-framework-dashboard-plugin": "0.2.0-beta.1", + "@liskhq/lisk-framework-faucet-plugin": "0.2.0-beta.1", + "@liskhq/lisk-framework-monitor-plugin": "0.3.0-beta.1", + "@liskhq/lisk-framework-forger-plugin": "0.3.0-beta.1", + "@liskhq/lisk-framework-report-misbehavior-plugin": "0.3.0-beta.1", + "@liskhq/lisk-framework-chain-connector-plugin": "0.1.0-beta.1", "@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.0", - "lisk-sdk": "6.0.0-beta.0", + "lisk-commander": "6.0.0-beta.1", + "lisk-sdk": "6.0.0-beta.1", "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 b23af8b0f58..b0637619e77 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.0" + "lisk-sdk": "^6.0.0-beta.1" }, "devDependencies": { "@types/jest": "26.0.21", diff --git a/elements/lisk-api-client/package.json b/elements/lisk-api-client/package.json index 8f94fe85a30..fad95a3cea9 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.0", + "version": "6.0.0-beta.1", "description": "An API client for the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -35,16 +35,16 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-codec": "^0.3.0-beta.0", - "@liskhq/lisk-cryptography": "^4.0.0-beta.0", - "@liskhq/lisk-transactions": "^6.0.0-beta.0", - "@liskhq/lisk-validator": "^0.7.0-beta.0", + "@liskhq/lisk-codec": "^0.3.0-beta.1", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-transactions": "^6.0.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1", "isomorphic-ws": "4.0.1", "ws": "8.11.0", "zeromq": "6.0.0-beta.6" }, "devDependencies": { - "@liskhq/lisk-chain": "^0.4.0-beta.0", + "@liskhq/lisk-chain": "^0.4.0-beta.1", "@types/jest": "29.2.3", "@types/jest-when": "3.5.2", "@types/node": "16.18.3", diff --git a/elements/lisk-chain/package.json b/elements/lisk-chain/package.json index e33594a74a2..4bc2714941c 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.0", + "version": "0.4.0-beta.1", "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", @@ -35,16 +35,16 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-codec": "^0.3.0-beta.0", - "@liskhq/lisk-cryptography": "^4.0.0-beta.0", + "@liskhq/lisk-codec": "^0.3.0-beta.1", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", "@liskhq/lisk-db": "0.3.5", - "@liskhq/lisk-tree": "^0.3.0-beta.0", - "@liskhq/lisk-utils": "^0.3.0-beta.0", - "@liskhq/lisk-validator": "^0.7.0-beta.0", + "@liskhq/lisk-tree": "^0.3.0-beta.1", + "@liskhq/lisk-utils": "^0.3.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1", "debug": "4.3.4" }, "devDependencies": { - "@liskhq/lisk-passphrase": "^4.0.0-beta.0", + "@liskhq/lisk-passphrase": "^4.0.0-beta.1", "@types/debug": "4.1.5", "@types/faker": "4.1.10", "@types/jest": "29.2.3", diff --git a/elements/lisk-client/package.json b/elements/lisk-client/package.json index c8e6af38af3..398a229d37a 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.0", + "version": "6.0.0-beta.1", "description": "A default set of Elements for use by clients of the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -56,14 +56,14 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-api-client": "^6.0.0-beta.0", - "@liskhq/lisk-codec": "^0.3.0-beta.0", - "@liskhq/lisk-cryptography": "^4.0.0-beta.0", - "@liskhq/lisk-passphrase": "^4.0.0-beta.0", - "@liskhq/lisk-transactions": "^6.0.0-beta.0", - "@liskhq/lisk-tree": "^0.3.0-beta.0", - "@liskhq/lisk-utils": "^0.3.0-beta.0", - "@liskhq/lisk-validator": "^0.7.0-beta.0", + "@liskhq/lisk-api-client": "^6.0.0-beta.1", + "@liskhq/lisk-codec": "^0.3.0-beta.1", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-passphrase": "^4.0.0-beta.1", + "@liskhq/lisk-transactions": "^6.0.0-beta.1", + "@liskhq/lisk-tree": "^0.3.0-beta.1", + "@liskhq/lisk-utils": "^0.3.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1", "buffer": "6.0.3" }, "devDependencies": { diff --git a/elements/lisk-codec/package.json b/elements/lisk-codec/package.json index 037b7042c0e..2e8e814beec 100644 --- a/elements/lisk-codec/package.json +++ b/elements/lisk-codec/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-codec", - "version": "0.3.0-beta.0", + "version": "0.3.0-beta.1", "description": "Implementation of decoder and encoder using Lisk JSON schema according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -35,9 +35,9 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-cryptography": "^4.0.0-beta.0", - "@liskhq/lisk-utils": "^0.3.0-beta.0", - "@liskhq/lisk-validator": "^0.7.0-beta.0" + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-utils": "^0.3.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1" }, "devDependencies": { "@types/jest": "29.2.3", diff --git a/elements/lisk-cryptography/package.json b/elements/lisk-cryptography/package.json index 50a7739f00b..f95ff9a75f1 100644 --- a/elements/lisk-cryptography/package.json +++ b/elements/lisk-cryptography/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-cryptography", - "version": "4.0.0-beta.0", + "version": "4.0.0-beta.1", "description": "General cryptographic functions for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -35,7 +35,7 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-passphrase": "^4.0.0-beta.0", + "@liskhq/lisk-passphrase": "^4.0.0-beta.1", "buffer-reverse": "1.0.1", "ed2curve": "0.3.0", "hash-wasm": "4.9.0", diff --git a/elements/lisk-elements/package.json b/elements/lisk-elements/package.json index fb03697f5cd..4af32abe92a 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.0", + "version": "6.0.0-beta.1", "description": "Elements for building blockchain applications in the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -35,18 +35,18 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-api-client": "^6.0.0-beta.0", - "@liskhq/lisk-chain": "^0.4.0-beta.0", - "@liskhq/lisk-codec": "^0.3.0-beta.0", - "@liskhq/lisk-cryptography": "^4.0.0-beta.0", + "@liskhq/lisk-api-client": "^6.0.0-beta.1", + "@liskhq/lisk-chain": "^0.4.0-beta.1", + "@liskhq/lisk-codec": "^0.3.0-beta.1", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", "@liskhq/lisk-db": "0.3.5", - "@liskhq/lisk-p2p": "^0.8.0-beta.0", - "@liskhq/lisk-passphrase": "^4.0.0-beta.0", - "@liskhq/lisk-transaction-pool": "^0.6.0-beta.0", - "@liskhq/lisk-transactions": "^6.0.0-beta.0", - "@liskhq/lisk-tree": "^0.3.0-beta.0", - "@liskhq/lisk-utils": "^0.3.0-beta.0", - "@liskhq/lisk-validator": "^0.7.0-beta.0" + "@liskhq/lisk-p2p": "^0.8.0-beta.1", + "@liskhq/lisk-passphrase": "^4.0.0-beta.1", + "@liskhq/lisk-transaction-pool": "^0.6.0-beta.1", + "@liskhq/lisk-transactions": "^6.0.0-beta.1", + "@liskhq/lisk-tree": "^0.3.0-beta.1", + "@liskhq/lisk-utils": "^0.3.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1" }, "devDependencies": { "@types/jest": "29.2.3", diff --git a/elements/lisk-p2p/package.json b/elements/lisk-p2p/package.json index c7ba60e3af0..1178cb69595 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.0", + "version": "0.8.0-beta.1", "description": "Unstructured P2P library for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -41,9 +41,9 @@ "disableLocalIPs": "./scripts/disableTestLocalIPs.sh 2 19" }, "dependencies": { - "@liskhq/lisk-codec": "^0.3.0-beta.0", - "@liskhq/lisk-cryptography": "^4.0.0-beta.0", - "@liskhq/lisk-validator": "^0.7.0-beta.0", + "@liskhq/lisk-codec": "^0.3.0-beta.1", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1", "lodash.shuffle": "4.2.0", "semver": "7.3.8", "socketcluster-client": "14.3.1", diff --git a/elements/lisk-passphrase/package.json b/elements/lisk-passphrase/package.json index 8c51680c086..fa17d4ea612 100644 --- a/elements/lisk-passphrase/package.json +++ b/elements/lisk-passphrase/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-passphrase", - "version": "4.0.0-beta.0", + "version": "4.0.0-beta.1", "description": "Mnemonic passphrase helpers 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 8bfc6b75580..db0090785f0 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.0", + "version": "0.6.0-beta.1", "description": "Transaction pool library for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -36,8 +36,8 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-cryptography": "^4.0.0-beta.0", - "@liskhq/lisk-utils": "^0.3.0-beta.0", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-utils": "^0.3.0-beta.1", "debug": "4.3.4" }, "devDependencies": { diff --git a/elements/lisk-transactions/package.json b/elements/lisk-transactions/package.json index 5923dc6d96f..3dbade54916 100644 --- a/elements/lisk-transactions/package.json +++ b/elements/lisk-transactions/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-transactions", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "description": "Utility functions related to transactions according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -35,9 +35,9 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-codec": "^0.3.0-beta.0", - "@liskhq/lisk-cryptography": "^4.0.0-beta.0", - "@liskhq/lisk-validator": "^0.7.0-beta.0" + "@liskhq/lisk-codec": "^0.3.0-beta.1", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1" }, "devDependencies": { "@types/jest": "29.2.3", diff --git a/elements/lisk-tree/package.json b/elements/lisk-tree/package.json index 3cf6e9561df..e698051a677 100644 --- a/elements/lisk-tree/package.json +++ b/elements/lisk-tree/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-tree", - "version": "0.3.0-beta.0", + "version": "0.3.0-beta.1", "description": "Library containing Merkle tree implementations for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -35,8 +35,8 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-cryptography": "^4.0.0-beta.0", - "@liskhq/lisk-utils": "^0.3.0-beta.0" + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-utils": "^0.3.0-beta.1" }, "devDependencies": { "@types/jest": "29.2.3", diff --git a/elements/lisk-utils/package.json b/elements/lisk-utils/package.json index 0a610a23013..2a6be6804ae 100644 --- a/elements/lisk-utils/package.json +++ b/elements/lisk-utils/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-utils", - "version": "0.3.0-beta.0", + "version": "0.3.0-beta.1", "description": "Library containing generic utility functions for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/elements/lisk-validator/package.json b/elements/lisk-validator/package.json index d5fec22a501..26b8cf667d7 100644 --- a/elements/lisk-validator/package.json +++ b/elements/lisk-validator/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-validator", - "version": "0.7.0-beta.0", + "version": "0.7.0-beta.1", "description": "Validation library according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -36,7 +36,7 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-cryptography": "^4.0.0-beta.0", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", "ajv": "8.1.0", "ajv-formats": "2.1.1", "debug": "4.3.4", diff --git a/framework-plugins/lisk-framework-chain-connector-plugin/package.json b/framework-plugins/lisk-framework-chain-connector-plugin/package.json index 3f071994759..45fd4bc2087 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.0", + "version": "0.1.0-beta.1", "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.0" + "lisk-sdk": "^6.0.0-beta.1" }, "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 a085fcb1051..2394dd3d4c1 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.0", + "version": "0.2.0-beta.1", "description": "A plugin for interacting with a newly developed blockchain application.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -41,10 +41,10 @@ }, "dependencies": { "@csstools/normalize.css": "12.0.0", - "@liskhq/lisk-client": "^6.0.0-beta.0", + "@liskhq/lisk-client": "^6.0.0-beta.1", "express": "4.18.2", "json-format-highlight": "1.0.4", - "lisk-sdk": "^6.0.0-beta.0", + "lisk-sdk": "^6.0.0-beta.1", "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 608ebc1a0c5..ba69effcd55 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.0", + "version": "0.2.0-beta.1", "description": "A plugin for distributing testnet tokens from a newly developed blockchain application.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -42,15 +42,15 @@ }, "dependencies": { "@csstools/normalize.css": "12.0.0", - "@liskhq/lisk-api-client": "^6.0.0-beta.0", - "@liskhq/lisk-client": "^6.0.0-beta.0", - "@liskhq/lisk-cryptography": "^4.0.0-beta.0", - "@liskhq/lisk-transactions": "^6.0.0-beta.0", - "@liskhq/lisk-utils": "^0.3.0-beta.0", - "@liskhq/lisk-validator": "^0.7.0-beta.0", + "@liskhq/lisk-api-client": "^6.0.0-beta.1", + "@liskhq/lisk-client": "^6.0.0-beta.1", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", + "@liskhq/lisk-transactions": "^6.0.0-beta.1", + "@liskhq/lisk-utils": "^0.3.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1", "axios": "1.2.0", "express": "4.18.2", - "lisk-sdk": "^6.0.0-beta.0", + "lisk-sdk": "^6.0.0-beta.1", "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 e84661c1883..7c2e8d074fe 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.0", + "version": "0.3.0-beta.1", "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.0" + "lisk-sdk": "^6.0.0-beta.1" }, "devDependencies": { - "@liskhq/lisk-api-client": "^6.0.0-beta.0", + "@liskhq/lisk-api-client": "^6.0.0-beta.1", "@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 49282a76282..e999f30bbe0 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.0", + "version": "0.3.0-beta.1", "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.0" + "lisk-sdk": "^6.0.0-beta.1" }, "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 486df4f155c..3ee16f2d48e 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.0", + "version": "0.3.0-beta.1", "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", @@ -38,9 +38,9 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-cryptography": "^4.0.0-beta.0", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", "fs-extra": "11.1.0", - "lisk-sdk": "^6.0.0-beta.0" + "lisk-sdk": "^6.0.0-beta.1" }, "devDependencies": { "@types/jest": "29.2.3", diff --git a/framework/package.json b/framework/package.json index 17abdbc9bbf..5222e1301fb 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.10.0-beta.0", + "version": "0.10.0-beta.1", "description": "Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -42,17 +42,17 @@ }, "dependencies": { "@chainsafe/blst": "0.2.6", - "@liskhq/lisk-api-client": "^6.0.0-beta.0", - "@liskhq/lisk-chain": "^0.4.0-beta.0", - "@liskhq/lisk-codec": "^0.3.0-beta.0", - "@liskhq/lisk-cryptography": "^4.0.0-beta.0", + "@liskhq/lisk-api-client": "^6.0.0-beta.1", + "@liskhq/lisk-chain": "^0.4.0-beta.1", + "@liskhq/lisk-codec": "^0.3.0-beta.1", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", "@liskhq/lisk-db": "0.3.5", - "@liskhq/lisk-p2p": "^0.8.0-beta.0", - "@liskhq/lisk-transaction-pool": "^0.6.0-beta.0", - "@liskhq/lisk-transactions": "^6.0.0-beta.0", - "@liskhq/lisk-tree": "^0.3.0-beta.0", - "@liskhq/lisk-utils": "^0.3.0-beta.0", - "@liskhq/lisk-validator": "^0.7.0-beta.0", + "@liskhq/lisk-p2p": "^0.8.0-beta.1", + "@liskhq/lisk-transaction-pool": "^0.6.0-beta.1", + "@liskhq/lisk-transactions": "^6.0.0-beta.1", + "@liskhq/lisk-tree": "^0.3.0-beta.1", + "@liskhq/lisk-utils": "^0.3.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1", "bunyan": "1.8.15", "debug": "4.3.4", "eventemitter2": "6.4.9", @@ -64,7 +64,7 @@ "zeromq": "6.0.0-beta.6" }, "devDependencies": { - "@liskhq/lisk-passphrase": "^4.0.0-beta.0", + "@liskhq/lisk-passphrase": "^4.0.0-beta.1", "@types/bunyan": "1.8.6", "@types/jest": "29.2.3", "@types/jest-when": "3.5.2", diff --git a/protocol-specs/package.json b/protocol-specs/package.json index 573746a979d..372b46bee64 100644 --- a/protocol-specs/package.json +++ b/protocol-specs/package.json @@ -19,10 +19,10 @@ }, "dependencies": { "@liskhq/bignum": "1.3.1", - "@liskhq/lisk-codec": "0.3.0-beta.0", - "@liskhq/lisk-cryptography": "4.0.0-beta.0", - "@liskhq/lisk-passphrase": "4.0.0-beta.0", - "@liskhq/lisk-validator": "0.7.0-beta.0", + "@liskhq/lisk-codec": "0.3.0-beta.1", + "@liskhq/lisk-cryptography": "4.0.0-beta.1", + "@liskhq/lisk-passphrase": "4.0.0-beta.1", + "@liskhq/lisk-validator": "0.7.0-beta.1", "protobufjs": "6.11.3" }, "devDependencies": { diff --git a/sdk/package.json b/sdk/package.json index e2eb84056c2..20a13ce7a48 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "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.0", - "@liskhq/lisk-chain": "^0.4.0-beta.0", - "@liskhq/lisk-codec": "^0.3.0-beta.0", - "@liskhq/lisk-cryptography": "^4.0.0-beta.0", + "@liskhq/lisk-api-client": "^6.0.0-beta.1", + "@liskhq/lisk-chain": "^0.4.0-beta.1", + "@liskhq/lisk-codec": "^0.3.0-beta.1", + "@liskhq/lisk-cryptography": "^4.0.0-beta.1", "@liskhq/lisk-db": "0.3.5", - "@liskhq/lisk-p2p": "^0.8.0-beta.0", - "@liskhq/lisk-passphrase": "^4.0.0-beta.0", - "@liskhq/lisk-transaction-pool": "^0.6.0-beta.0", - "@liskhq/lisk-transactions": "^6.0.0-beta.0", - "@liskhq/lisk-tree": "^0.3.0-beta.0", - "@liskhq/lisk-utils": "^0.3.0-beta.0", - "@liskhq/lisk-validator": "^0.7.0-beta.0", - "lisk-framework": "^0.10.0-beta.0" + "@liskhq/lisk-p2p": "^0.8.0-beta.1", + "@liskhq/lisk-passphrase": "^4.0.0-beta.1", + "@liskhq/lisk-transaction-pool": "^0.6.0-beta.1", + "@liskhq/lisk-transactions": "^6.0.0-beta.1", + "@liskhq/lisk-tree": "^0.3.0-beta.1", + "@liskhq/lisk-utils": "^0.3.0-beta.1", + "@liskhq/lisk-validator": "^0.7.0-beta.1", + "lisk-framework": "^0.10.0-beta.1" }, "devDependencies": { "eslint": "8.28.0",