diff --git a/commander/package.json b/commander/package.json index e6b9e0d872c..b744a736d05 100644 --- a/commander/package.json +++ b/commander/package.json @@ -1,6 +1,6 @@ { "name": "lisk-commander", - "version": "5.1.11-alpha.2", + "version": "5.2.0-rc.0", "description": "A command line interface for Lisk", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -91,17 +91,17 @@ "/docs" ], "dependencies": { - "@liskhq/lisk-api-client": "^5.1.7-alpha.2", - "@liskhq/lisk-chain": "^0.3.5-alpha.2", - "@liskhq/lisk-client": "^5.2.3-alpha.2", - "@liskhq/lisk-codec": "^0.2.3-alpha.1", - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", + "@liskhq/lisk-api-client": "^5.2.0-rc.0", + "@liskhq/lisk-chain": "^0.4.0-rc.0", + "@liskhq/lisk-client": "^5.3.0-rc.0", + "@liskhq/lisk-codec": "^0.3.0-rc.0", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", "@liskhq/lisk-db": "^0.3.6", - "@liskhq/lisk-genesis": "^0.2.5-alpha.2", - "@liskhq/lisk-passphrase": "^3.1.2-alpha.1", - "@liskhq/lisk-transactions": "^5.2.3-alpha.1", - "@liskhq/lisk-utils": "^0.2.2-alpha.1", - "@liskhq/lisk-validator": "^0.6.3-alpha.1", + "@liskhq/lisk-genesis": "^0.3.0-rc.0", + "@liskhq/lisk-passphrase": "^3.2.0-rc.0", + "@liskhq/lisk-transactions": "^5.3.0-rc.0", + "@liskhq/lisk-utils": "^0.3.0-rc.0", + "@liskhq/lisk-validator": "^0.7.0-rc.0", "@oclif/command": "1.8.16", "@oclif/config": "1.18.3", "@oclif/errors": "1.3.5", @@ -114,7 +114,7 @@ "cli-table3": "0.6.0", "fs-extra": "9.1.0", "inquirer": "8.0.0", - "lisk-framework": "^0.9.3-alpha.2", + "lisk-framework": "^0.10.0-rc.0", "listr": "0.14.3", "progress": "2.0.3", "semver": "7.3.5", 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 464968ecdc8..65151d58e15 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 @@ -98,15 +98,15 @@ } }, "dependencies": { - "@liskhq/lisk-framework-dashboard-plugin": "^0.1.7", - "@liskhq/lisk-framework-faucet-plugin": "^0.1.7", + "@liskhq/lisk-framework-dashboard-plugin": "^0.2.0-rc.0", + "@liskhq/lisk-framework-faucet-plugin": "^0.2.0-rc.0", "@oclif/command": "1.8.16", "@oclif/plugin-autocomplete": "1.2.0", "@oclif/plugin-help": "5.1.12", "fs-extra": "9.1.0", "inquirer": "7.3.2", - "lisk-commander": "^5.1.10", - "lisk-sdk": "^5.2.2", + "lisk-commander": "^5.2.0-rc.0", + "lisk-sdk": "^5.3.0-rc.0", "tar": "6.0.2", "tslib": "1.13.0", "axios": "0.21.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 d65b57692b5..b2ace81c253 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 @@ -29,7 +29,7 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "lisk-sdk": "^5.2.2" + "lisk-sdk": "^5.3.0-rc.0" }, "devDependencies": { "@types/jest": "26.0.21", diff --git a/elements/lisk-api-client/package.json b/elements/lisk-api-client/package.json index 45f5a88b196..1a348113f9d 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": "5.1.7-alpha.2", + "version": "5.2.0-rc.0", "description": "An API client for the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -36,16 +36,16 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-codec": "^0.2.3-alpha.1", - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", - "@liskhq/lisk-transactions": "^5.2.3-alpha.1", + "@liskhq/lisk-codec": "^0.3.0-rc.0", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", + "@liskhq/lisk-transactions": "^5.3.0-rc.0", "isomorphic-ws": "4.0.1", "pm2-axon": "4.0.1", "pm2-axon-rpc": "0.7.1", "ws": "7.5.7" }, "devDependencies": { - "@liskhq/lisk-chain": "^0.3.5-alpha.2", + "@liskhq/lisk-chain": "^0.4.0-rc.0", "@types/jest": "26.0.21", "@types/jest-when": "2.7.2", "@types/node": "18.15.3", diff --git a/elements/lisk-bft/package.json b/elements/lisk-bft/package.json index e5bd1c63790..c448bbe9db2 100644 --- a/elements/lisk-bft/package.json +++ b/elements/lisk-bft/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-bft", - "version": "0.3.5-alpha.2", + "version": "0.4.0-rc.0", "description": "Byzantine fault tolerance implementation according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -36,11 +36,11 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-chain": "^0.3.5-alpha.2", - "@liskhq/lisk-codec": "^0.2.3-alpha.1", - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", - "@liskhq/lisk-utils": "^0.2.2-alpha.1", - "@liskhq/lisk-validator": "^0.6.3-alpha.1", + "@liskhq/lisk-chain": "^0.4.0-rc.0", + "@liskhq/lisk-codec": "^0.3.0-rc.0", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", + "@liskhq/lisk-utils": "^0.3.0-rc.0", + "@liskhq/lisk-validator": "^0.7.0-rc.0", "@types/node": "18.15.3", "debug": "4.3.4" }, diff --git a/elements/lisk-chain/package.json b/elements/lisk-chain/package.json index 32d8e4d1efe..6245a257d1c 100644 --- a/elements/lisk-chain/package.json +++ b/elements/lisk-chain/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-chain", - "version": "0.3.5-alpha.2", + "version": "0.4.0-rc.0", "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", @@ -36,16 +36,16 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-codec": "^0.2.3-alpha.1", - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", + "@liskhq/lisk-codec": "^0.3.0-rc.0", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", "@liskhq/lisk-db": "^0.3.6", - "@liskhq/lisk-tree": "^0.2.3-alpha.1", - "@liskhq/lisk-utils": "^0.2.2-alpha.1", - "@liskhq/lisk-validator": "^0.6.3-alpha.1", + "@liskhq/lisk-tree": "^0.3.0-rc.0", + "@liskhq/lisk-utils": "^0.3.0-rc.0", + "@liskhq/lisk-validator": "^0.7.0-rc.0", "debug": "4.3.4" }, "devDependencies": { - "@liskhq/lisk-passphrase": "^3.1.2-alpha.1", + "@liskhq/lisk-passphrase": "^3.2.0-rc.0", "@types/debug": "4.1.7", "@types/faker": "4.1.10", "@types/jest": "26.0.21", diff --git a/elements/lisk-client/package.json b/elements/lisk-client/package.json index 6d48abdea86..3831b539188 100644 --- a/elements/lisk-client/package.json +++ b/elements/lisk-client/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-client", - "version": "5.2.3-alpha.2", + "version": "5.3.0-rc.0", "description": "A default set of Elements for use by clients of the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -55,14 +55,14 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-api-client": "^5.1.7-alpha.2", - "@liskhq/lisk-codec": "^0.2.3-alpha.1", - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", - "@liskhq/lisk-passphrase": "^3.1.2-alpha.1", - "@liskhq/lisk-transactions": "^5.2.3-alpha.1", - "@liskhq/lisk-tree": "^0.2.3-alpha.1", - "@liskhq/lisk-utils": "^0.2.2-alpha.1", - "@liskhq/lisk-validator": "^0.6.3-alpha.1", + "@liskhq/lisk-api-client": "^5.2.0-rc.0", + "@liskhq/lisk-codec": "^0.3.0-rc.0", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", + "@liskhq/lisk-passphrase": "^3.2.0-rc.0", + "@liskhq/lisk-transactions": "^5.3.0-rc.0", + "@liskhq/lisk-tree": "^0.3.0-rc.0", + "@liskhq/lisk-utils": "^0.3.0-rc.0", + "@liskhq/lisk-validator": "^0.7.0-rc.0", "buffer": "6.0.3" }, "devDependencies": { diff --git a/elements/lisk-codec/package.json b/elements/lisk-codec/package.json index 072a74136a4..c1e5b9eb7c2 100644 --- a/elements/lisk-codec/package.json +++ b/elements/lisk-codec/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-codec", - "version": "0.2.3-alpha.1", + "version": "0.3.0-rc.0", "description": "Implementation of decoder and encoder using Lisk JSON schema according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -36,8 +36,8 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-utils": "^0.2.2-alpha.1", - "@liskhq/lisk-validator": "^0.6.3-alpha.1" + "@liskhq/lisk-utils": "^0.3.0-rc.0", + "@liskhq/lisk-validator": "^0.7.0-rc.0" }, "devDependencies": { "@types/jest": "26.0.21", diff --git a/elements/lisk-cryptography/package.json b/elements/lisk-cryptography/package.json index 983fb31f41f..3b9f0572302 100644 --- a/elements/lisk-cryptography/package.json +++ b/elements/lisk-cryptography/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-cryptography", - "version": "3.2.2-alpha.1", + "version": "3.3.0-rc.0", "description": "General cryptographic functions for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/elements/lisk-elements/package.json b/elements/lisk-elements/package.json index 8e2fcdafe1a..0f4f314cb97 100644 --- a/elements/lisk-elements/package.json +++ b/elements/lisk-elements/package.json @@ -1,6 +1,6 @@ { "name": "lisk-elements", - "version": "5.2.3-alpha.2", + "version": "5.3.0-rc.0", "description": "Libraries to support building blockchain applications according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -36,19 +36,19 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-api-client": "^5.1.7-alpha.2", - "@liskhq/lisk-bft": "^0.3.5-alpha.2", - "@liskhq/lisk-chain": "^0.3.5-alpha.2", - "@liskhq/lisk-codec": "^0.2.3-alpha.1", - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", - "@liskhq/lisk-genesis": "^0.2.5-alpha.2", - "@liskhq/lisk-p2p": "^0.7.4-alpha.2", - "@liskhq/lisk-passphrase": "^3.1.2-alpha.1", - "@liskhq/lisk-transaction-pool": "^0.5.4-alpha.1", - "@liskhq/lisk-transactions": "^5.2.3-alpha.1", - "@liskhq/lisk-tree": "^0.2.3-alpha.1", - "@liskhq/lisk-utils": "^0.2.2-alpha.1", - "@liskhq/lisk-validator": "^0.6.3-alpha.1" + "@liskhq/lisk-api-client": "^5.2.0-rc.0", + "@liskhq/lisk-bft": "^0.4.0-rc.0", + "@liskhq/lisk-chain": "^0.4.0-rc.0", + "@liskhq/lisk-codec": "^0.3.0-rc.0", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", + "@liskhq/lisk-genesis": "^0.3.0-rc.0", + "@liskhq/lisk-p2p": "^0.8.0-rc.0", + "@liskhq/lisk-passphrase": "^3.2.0-rc.0", + "@liskhq/lisk-transaction-pool": "^0.6.0-rc.0", + "@liskhq/lisk-transactions": "^5.3.0-rc.0", + "@liskhq/lisk-tree": "^0.3.0-rc.0", + "@liskhq/lisk-utils": "^0.3.0-rc.0", + "@liskhq/lisk-validator": "^0.7.0-rc.0" }, "devDependencies": { "@types/jest": "26.0.21", diff --git a/elements/lisk-genesis/package.json b/elements/lisk-genesis/package.json index 34ef25a3a5a..6519e637ad5 100644 --- a/elements/lisk-genesis/package.json +++ b/elements/lisk-genesis/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-genesis", - "version": "0.2.5-alpha.2", + "version": "0.3.0-rc.0", "description": "Library containing genesis block creation functions according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -36,11 +36,11 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-chain": "^0.3.5-alpha.2", - "@liskhq/lisk-codec": "^0.2.3-alpha.1", - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", - "@liskhq/lisk-utils": "^0.2.2-alpha.1", - "@liskhq/lisk-validator": "^0.6.3-alpha.1", + "@liskhq/lisk-chain": "^0.4.0-rc.0", + "@liskhq/lisk-codec": "^0.3.0-rc.0", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", + "@liskhq/lisk-utils": "^0.3.0-rc.0", + "@liskhq/lisk-validator": "^0.7.0-rc.0", "lodash.clonedeep": "4.5.0" }, "devDependencies": { diff --git a/elements/lisk-p2p/package.json b/elements/lisk-p2p/package.json index 3f318700d78..37a0bf2c69c 100644 --- a/elements/lisk-p2p/package.json +++ b/elements/lisk-p2p/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-p2p", - "version": "0.7.4-alpha.2", + "version": "0.8.0-rc.0", "description": "Unstructured P2P library for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -42,9 +42,9 @@ "disableLocalIPs": "./scripts/disableTestLocalIPs.sh 2 19" }, "dependencies": { - "@liskhq/lisk-codec": "^0.2.3-alpha.1", - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", - "@liskhq/lisk-validator": "^0.6.3-alpha.1", + "@liskhq/lisk-codec": "^0.3.0-rc.0", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", + "@liskhq/lisk-validator": "^0.7.0-rc.0", "lodash.shuffle": "4.2.0", "semver": "7.3.5", "socketcluster-client": "14.3.1", diff --git a/elements/lisk-passphrase/package.json b/elements/lisk-passphrase/package.json index 66c6e59c18f..0fa41a7752d 100644 --- a/elements/lisk-passphrase/package.json +++ b/elements/lisk-passphrase/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-passphrase", - "version": "3.1.2-alpha.1", + "version": "3.2.0-rc.0", "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 af6fcfb4792..2f267434245 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.5.4-alpha.1", + "version": "0.6.0-rc.0", "description": "Transaction pool library for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -37,8 +37,8 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", - "@liskhq/lisk-utils": "^0.2.2-alpha.1", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", + "@liskhq/lisk-utils": "^0.3.0-rc.0", "debug": "4.3.4" }, "devDependencies": { diff --git a/elements/lisk-transactions/package.json b/elements/lisk-transactions/package.json index 24404fe6021..98f55660e09 100644 --- a/elements/lisk-transactions/package.json +++ b/elements/lisk-transactions/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-transactions", - "version": "5.2.3-alpha.1", + "version": "5.3.0-rc.0", "description": "Utility functions related to transactions according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -36,9 +36,9 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-codec": "^0.2.3-alpha.1", - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", - "@liskhq/lisk-validator": "^0.6.3-alpha.1" + "@liskhq/lisk-codec": "^0.3.0-rc.0", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", + "@liskhq/lisk-validator": "^0.7.0-rc.0" }, "devDependencies": { "@types/jest": "26.0.21", diff --git a/elements/lisk-tree/package.json b/elements/lisk-tree/package.json index 3b6bae4ccb8..575885bb549 100644 --- a/elements/lisk-tree/package.json +++ b/elements/lisk-tree/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-tree", - "version": "0.2.3-alpha.1", + "version": "0.3.0-rc.0", "description": "Library containing Merkle tree implementations for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -36,8 +36,8 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", - "@liskhq/lisk-utils": "^0.2.2-alpha.1" + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", + "@liskhq/lisk-utils": "^0.3.0-rc.0" }, "devDependencies": { "@types/jest": "26.0.21", diff --git a/elements/lisk-utils/package.json b/elements/lisk-utils/package.json index 546ce79d423..9027aae3dc3 100644 --- a/elements/lisk-utils/package.json +++ b/elements/lisk-utils/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-utils", - "version": "0.2.2-alpha.1", + "version": "0.3.0-rc.0", "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 7f5a9f30760..8a60275e67f 100644 --- a/elements/lisk-validator/package.json +++ b/elements/lisk-validator/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-validator", - "version": "0.6.3-alpha.1", + "version": "0.7.0-rc.0", "description": "Validation library according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -37,7 +37,7 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", "ajv": "8.1.0", "ajv-formats": "2.0.2", "debug": "4.3.4", diff --git a/framework-plugins/lisk-framework-dashboard-plugin/package.json b/framework-plugins/lisk-framework-dashboard-plugin/package.json index b26b44e5c99..bd9dd54fb88 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.1.8-alpha.2", + "version": "0.2.0-rc.0", "description": "A plugin for interacting with a newly developed blockchain application.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -40,12 +40,12 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-client": "^5.2.3-alpha.2", - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", - "@liskhq/lisk-utils": "^0.2.2-alpha.1", + "@liskhq/lisk-client": "^5.3.0-rc.0", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", + "@liskhq/lisk-utils": "^0.3.0-rc.0", "express": "4.17.3", "json-format-highlight": "1.0.4", - "lisk-framework": "^0.9.3-alpha.2", + "lisk-framework": "^0.10.0-rc.0", "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 b77166680b4..f72c6c33bf8 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.1.8-alpha.2", + "version": "0.2.0-rc.0", "description": "A plugin for distributing testnet tokens from a newly developed blockchain application.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -41,15 +41,15 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-api-client": "^5.1.7-alpha.2", - "@liskhq/lisk-client": "^5.2.3-alpha.2", - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", - "@liskhq/lisk-transactions": "^5.2.3-alpha.1", - "@liskhq/lisk-utils": "^0.2.2-alpha.1", - "@liskhq/lisk-validator": "^0.6.3-alpha.1", + "@liskhq/lisk-api-client": "^5.2.0-rc.0", + "@liskhq/lisk-client": "^5.3.0-rc.0", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", + "@liskhq/lisk-transactions": "^5.3.0-rc.0", + "@liskhq/lisk-utils": "^0.3.0-rc.0", + "@liskhq/lisk-validator": "^0.7.0-rc.0", "axios": "1.3.2", "express": "4.17.3", - "lisk-framework": "^0.9.3-alpha.2", + "lisk-framework": "^0.10.0-rc.0", "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 f4b1d641f20..398305254f6 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.2.8-alpha.2", + "version": "0.3.0-rc.0", "description": "A plugin for lisk-framework that monitors configured delegates forging activity and voters information.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -38,13 +38,13 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-chain": "^0.3.5-alpha.2", - "@liskhq/lisk-codec": "^0.2.3-alpha.1", - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", + "@liskhq/lisk-chain": "^0.4.0-rc.0", + "@liskhq/lisk-codec": "^0.3.0-rc.0", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", "@liskhq/lisk-db": "^0.3.6", - "@liskhq/lisk-transactions": "^5.2.3-alpha.1", - "@liskhq/lisk-utils": "^0.2.2-alpha.1", - "@liskhq/lisk-validator": "^0.6.3-alpha.1", + "@liskhq/lisk-transactions": "^5.3.0-rc.0", + "@liskhq/lisk-utils": "^0.3.0-rc.0", + "@liskhq/lisk-validator": "^0.7.0-rc.0", "axios": "1.3.2", "cors": "2.8.5", "debug": "4.3.4", @@ -52,11 +52,11 @@ "express-rate-limit": "5.1.3", "fs-extra": "9.1.0", "ip": "1.1.5", - "lisk-framework": "^0.9.3-alpha.2" + "lisk-framework": "^0.10.0-rc.0" }, "devDependencies": { - "@liskhq/lisk-api-client": "^5.1.7-alpha.2", - "@liskhq/lisk-genesis": "^0.2.5-alpha.2", + "@liskhq/lisk-api-client": "^5.2.0-rc.0", + "@liskhq/lisk-genesis": "^0.3.0-rc.0", "@types/cors": "2.8.6", "@types/debug": "4.1.7", "@types/express": "4.17.6", diff --git a/framework-plugins/lisk-framework-http-api-plugin/package.json b/framework-plugins/lisk-framework-http-api-plugin/package.json index 941f79df314..122d5f0a703 100644 --- a/framework-plugins/lisk-framework-http-api-plugin/package.json +++ b/framework-plugins/lisk-framework-http-api-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-http-api-plugin", - "version": "0.2.8-alpha.2", + "version": "0.3.0-rc.0", "description": "A plugin for lisk-framework that provides basic HTTP API endpoints to get running node information.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -37,18 +37,18 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-chain": "^0.3.5-alpha.2", - "@liskhq/lisk-utils": "^0.2.2-alpha.1", - "@liskhq/lisk-validator": "^0.6.3-alpha.1", + "@liskhq/lisk-chain": "^0.4.0-rc.0", + "@liskhq/lisk-utils": "^0.3.0-rc.0", + "@liskhq/lisk-validator": "^0.7.0-rc.0", "cors": "2.8.5", "express": "4.17.3", "express-rate-limit": "5.1.3", "ip": "1.1.5", - "lisk-framework": "^0.9.3-alpha.2" + "lisk-framework": "^0.10.0-rc.0" }, "devDependencies": { - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", - "@liskhq/lisk-transactions": "^5.2.3-alpha.1", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", + "@liskhq/lisk-transactions": "^5.3.0-rc.0", "@types/cors": "2.8.6", "@types/express": "4.17.6", "@types/express-rate-limit": "5.0.0", diff --git a/framework-plugins/lisk-framework-monitor-plugin/package.json b/framework-plugins/lisk-framework-monitor-plugin/package.json index 80526ee6478..e315df05678 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.2.8-alpha.2", + "version": "0.3.0-rc.0", "description": "A plugin for lisk-framework that provides network statistics of the running node", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -37,16 +37,16 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-chain": "^0.3.5-alpha.2", - "@liskhq/lisk-codec": "^0.2.3-alpha.1", - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", - "@liskhq/lisk-utils": "^0.2.2-alpha.1", - "@liskhq/lisk-validator": "^0.6.3-alpha.1", + "@liskhq/lisk-chain": "^0.4.0-rc.0", + "@liskhq/lisk-codec": "^0.3.0-rc.0", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", + "@liskhq/lisk-utils": "^0.3.0-rc.0", + "@liskhq/lisk-validator": "^0.7.0-rc.0", "cors": "2.8.5", "express": "4.17.3", "express-rate-limit": "5.1.3", "ip": "1.1.5", - "lisk-framework": "^0.9.3-alpha.2" + "lisk-framework": "^0.10.0-rc.0" }, "devDependencies": { "@types/cors": "2.8.6", diff --git a/framework-plugins/lisk-framework-report-misbehavior-plugin/package.json b/framework-plugins/lisk-framework-report-misbehavior-plugin/package.json index bbb89bbbf3d..0be5a556fa4 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.2.8-alpha.2", + "version": "0.3.0-rc.0", "description": "A plugin for lisk-framework that provides automatic detection of delegate misbehavior and sends a reportDelegateMisbehaviorTransaction to the running node", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -38,17 +38,17 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-bft": "^0.3.5-alpha.2", - "@liskhq/lisk-chain": "^0.3.5-alpha.2", - "@liskhq/lisk-codec": "^0.2.3-alpha.1", - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", + "@liskhq/lisk-bft": "^0.4.0-rc.0", + "@liskhq/lisk-chain": "^0.4.0-rc.0", + "@liskhq/lisk-codec": "^0.3.0-rc.0", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", "@liskhq/lisk-db": "^0.3.6", - "@liskhq/lisk-transactions": "^5.2.3-alpha.1", - "@liskhq/lisk-utils": "^0.2.2-alpha.1", - "@liskhq/lisk-validator": "^0.6.3-alpha.1", + "@liskhq/lisk-transactions": "^5.3.0-rc.0", + "@liskhq/lisk-utils": "^0.3.0-rc.0", + "@liskhq/lisk-validator": "^0.7.0-rc.0", "debug": "4.3.4", "fs-extra": "9.1.0", - "lisk-framework": "^0.9.3-alpha.2" + "lisk-framework": "^0.10.0-rc.0" }, "devDependencies": { "@types/cors": "2.8.6", diff --git a/framework/package.json b/framework/package.json index 82ffa17ef2e..61dfbc81fab 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.9.3-alpha.2", + "version": "0.10.0-rc.0", "description": "Framework to build blockchain applications according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -40,19 +40,19 @@ "test:functional": "jest --config=./test/functional/jest.config.js --runInBand" }, "dependencies": { - "@liskhq/lisk-api-client": "^5.1.7-alpha.2", - "@liskhq/lisk-bft": "^0.3.5-alpha.2", - "@liskhq/lisk-chain": "^0.3.5-alpha.2", - "@liskhq/lisk-codec": "^0.2.3-alpha.1", - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", + "@liskhq/lisk-api-client": "^5.2.0-rc.0", + "@liskhq/lisk-bft": "^0.4.0-rc.0", + "@liskhq/lisk-chain": "^0.4.0-rc.0", + "@liskhq/lisk-codec": "^0.3.0-rc.0", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", "@liskhq/lisk-db": "^0.3.6", - "@liskhq/lisk-genesis": "^0.2.5-alpha.2", - "@liskhq/lisk-p2p": "^0.7.4-alpha.2", - "@liskhq/lisk-transaction-pool": "^0.5.4-alpha.1", - "@liskhq/lisk-transactions": "^5.2.3-alpha.1", - "@liskhq/lisk-tree": "^0.2.3-alpha.1", - "@liskhq/lisk-utils": "^0.2.2-alpha.1", - "@liskhq/lisk-validator": "^0.6.3-alpha.1", + "@liskhq/lisk-genesis": "^0.3.0-rc.0", + "@liskhq/lisk-p2p": "^0.8.0-rc.0", + "@liskhq/lisk-transaction-pool": "^0.6.0-rc.0", + "@liskhq/lisk-transactions": "^5.3.0-rc.0", + "@liskhq/lisk-tree": "^0.3.0-rc.0", + "@liskhq/lisk-utils": "^0.3.0-rc.0", + "@liskhq/lisk-validator": "^0.7.0-rc.0", "bunyan": "1.8.15", "debug": "4.3.4", "eventemitter2": "6.4.5", @@ -64,7 +64,7 @@ "ws": "7.5.7" }, "devDependencies": { - "@liskhq/lisk-passphrase": "^3.1.2-alpha.1", + "@liskhq/lisk-passphrase": "^3.2.0-rc.0", "@types/bunyan": "1.8.6", "@types/jest": "26.0.21", "@types/jest-when": "2.7.2", diff --git a/protocol-specs/package.json b/protocol-specs/package.json index f1aa47055fe..b5017858cf7 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.2.3-alpha.1", - "@liskhq/lisk-cryptography": "3.2.2-alpha.1", - "@liskhq/lisk-passphrase": "3.1.2-alpha.1", - "@liskhq/lisk-validator": "0.6.3-alpha.1", + "@liskhq/lisk-codec": "0.3.0-rc.0", + "@liskhq/lisk-cryptography": "3.3.0-rc.0", + "@liskhq/lisk-passphrase": "3.2.0-rc.0", + "@liskhq/lisk-validator": "0.7.0-rc.0", "protobufjs": "6.9.0" }, "devDependencies": { diff --git a/sdk/package.json b/sdk/package.json index 1d00cfdb4fd..c73c5f81f68 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "5.2.3-alpha.2", + "version": "5.3.0-rc.0", "description": "Official SDK for the Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -29,25 +29,25 @@ "build": "tsc" }, "dependencies": { - "@liskhq/lisk-api-client": "^5.1.7-alpha.2", - "@liskhq/lisk-bft": "^0.3.5-alpha.2", - "@liskhq/lisk-chain": "^0.3.5-alpha.2", - "@liskhq/lisk-codec": "^0.2.3-alpha.1", - "@liskhq/lisk-cryptography": "^3.2.2-alpha.1", + "@liskhq/lisk-api-client": "^5.2.0-rc.0", + "@liskhq/lisk-bft": "^0.4.0-rc.0", + "@liskhq/lisk-chain": "^0.4.0-rc.0", + "@liskhq/lisk-codec": "^0.3.0-rc.0", + "@liskhq/lisk-cryptography": "^3.3.0-rc.0", "@liskhq/lisk-db": "^0.3.6", - "@liskhq/lisk-framework-forger-plugin": "^0.2.8-alpha.2", - "@liskhq/lisk-framework-http-api-plugin": "^0.2.8-alpha.2", - "@liskhq/lisk-framework-monitor-plugin": "^0.2.8-alpha.2", - "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.2.8-alpha.2", - "@liskhq/lisk-genesis": "^0.2.5-alpha.2", - "@liskhq/lisk-p2p": "^0.7.4-alpha.2", - "@liskhq/lisk-passphrase": "^3.1.2-alpha.1", - "@liskhq/lisk-transaction-pool": "^0.5.4-alpha.1", - "@liskhq/lisk-transactions": "^5.2.3-alpha.1", - "@liskhq/lisk-tree": "^0.2.3-alpha.1", - "@liskhq/lisk-utils": "^0.2.2-alpha.1", - "@liskhq/lisk-validator": "^0.6.3-alpha.1", - "lisk-framework": "^0.9.3-alpha.2" + "@liskhq/lisk-framework-forger-plugin": "^0.3.0-rc.0", + "@liskhq/lisk-framework-http-api-plugin": "^0.3.0-rc.0", + "@liskhq/lisk-framework-monitor-plugin": "^0.3.0-rc.0", + "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.3.0-rc.0", + "@liskhq/lisk-genesis": "^0.3.0-rc.0", + "@liskhq/lisk-p2p": "^0.8.0-rc.0", + "@liskhq/lisk-passphrase": "^3.2.0-rc.0", + "@liskhq/lisk-transaction-pool": "^0.6.0-rc.0", + "@liskhq/lisk-transactions": "^5.3.0-rc.0", + "@liskhq/lisk-tree": "^0.3.0-rc.0", + "@liskhq/lisk-utils": "^0.3.0-rc.0", + "@liskhq/lisk-validator": "^0.7.0-rc.0", + "lisk-framework": "^0.10.0-rc.0" }, "devDependencies": { "eslint": "7.22.0",