diff --git a/commander/package.json b/commander/package.json index 5439b198356..153e6bddb05 100644 --- a/commander/package.json +++ b/commander/package.json @@ -1,6 +1,6 @@ { "name": "lisk-commander", - "version": "5.0.2-alpha.0", + "version": "5.0.2", "description": "A command line interface for Lisk", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -71,9 +71,9 @@ "/docs" ], "dependencies": { - "@liskhq/lisk-cryptography": "^3.0.2-alpha.0", + "@liskhq/lisk-cryptography": "^3.0.2", "@liskhq/lisk-passphrase": "^3.0.1", - "@liskhq/lisk-validator": "^0.5.2-alpha.0", + "@liskhq/lisk-validator": "^0.5.2", "@oclif/command": "1.5.19", "@oclif/config": "1.14.0", "@oclif/errors": "1.2.2", diff --git a/elements/lisk-api-client/package.json b/elements/lisk-api-client/package.json index a6068903ec2..cfe6a519b20 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.0.4-alpha.0", + "version": "5.0.4", "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.1.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.0.2-alpha.0", - "@liskhq/lisk-transactions": "^5.0.3-alpha.0", + "@liskhq/lisk-codec": "^0.1.2", + "@liskhq/lisk-cryptography": "^3.0.2", + "@liskhq/lisk-transactions": "^5.0.3", "isomorphic-ws": "4.0.1", "pm2-axon": "4.0.0", "pm2-axon-rpc": "0.6.0", "ws": "7.4.0" }, "devDependencies": { - "@liskhq/lisk-chain": "^0.2.2-alpha.0", + "@liskhq/lisk-chain": "^0.2.2", "@types/jest": "26.0.13", "@types/jest-when": "2.7.1", "@types/node": "12.12.11", diff --git a/elements/lisk-bft/package.json b/elements/lisk-bft/package.json index 73d551c92b1..d7bf4ad80c8 100644 --- a/elements/lisk-bft/package.json +++ b/elements/lisk-bft/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-bft", - "version": "0.2.3-alpha.0", + "version": "0.2.3", "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.2.2-alpha.0", - "@liskhq/lisk-codec": "^0.1.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.0.2-alpha.0", + "@liskhq/lisk-chain": "^0.2.2", + "@liskhq/lisk-codec": "^0.1.2", + "@liskhq/lisk-cryptography": "^3.0.2", "@liskhq/lisk-utils": "^0.1.0", - "@liskhq/lisk-validator": "^0.5.2-alpha.0", + "@liskhq/lisk-validator": "^0.5.2", "@types/node": "12.12.11", "debug": "4.1.1" }, diff --git a/elements/lisk-chain/package.json b/elements/lisk-chain/package.json index 8894b224b7e..fe323869e7a 100644 --- a/elements/lisk-chain/package.json +++ b/elements/lisk-chain/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-chain", - "version": "0.2.2-alpha.0", + "version": "0.2.2", "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,12 +36,12 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-codec": "^0.1.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.0.2-alpha.0", + "@liskhq/lisk-codec": "^0.1.2", + "@liskhq/lisk-cryptography": "^3.0.2", "@liskhq/lisk-db": "^0.1.0", - "@liskhq/lisk-tree": "^0.1.2-alpha.0", + "@liskhq/lisk-tree": "^0.1.2", "@liskhq/lisk-utils": "^0.1.0", - "@liskhq/lisk-validator": "^0.5.2-alpha.0", + "@liskhq/lisk-validator": "^0.5.2", "debug": "4.1.1" }, "devDependencies": { diff --git a/elements/lisk-client/package.json b/elements/lisk-client/package.json index dcef36dd33a..76d5a83991e 100644 --- a/elements/lisk-client/package.json +++ b/elements/lisk-client/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-client", - "version": "5.0.5-alpha.0", + "version": "5.0.5", "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.0.4-alpha.0", - "@liskhq/lisk-codec": "^0.1.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.0.2-alpha.0", + "@liskhq/lisk-api-client": "^5.0.4", + "@liskhq/lisk-codec": "^0.1.2", + "@liskhq/lisk-cryptography": "^3.0.2", "@liskhq/lisk-passphrase": "^3.0.1", - "@liskhq/lisk-transactions": "^5.0.3-alpha.0", - "@liskhq/lisk-tree": "^0.1.2-alpha.0", + "@liskhq/lisk-transactions": "^5.0.3", + "@liskhq/lisk-tree": "^0.1.2", "@liskhq/lisk-utils": "^0.1.0", - "@liskhq/lisk-validator": "^0.5.2-alpha.0", + "@liskhq/lisk-validator": "^0.5.2", "buffer": "6.0.3" }, "devDependencies": { diff --git a/elements/lisk-codec/package.json b/elements/lisk-codec/package.json index 9cff50af397..b6222950651 100644 --- a/elements/lisk-codec/package.json +++ b/elements/lisk-codec/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-codec", - "version": "0.1.2-alpha.0", + "version": "0.1.2", "description": "Implementation of decoder and encoder using Lisk JSON schema according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -37,7 +37,7 @@ }, "dependencies": { "@liskhq/lisk-utils": "^0.1.0", - "@liskhq/lisk-validator": "^0.5.2-alpha.0" + "@liskhq/lisk-validator": "^0.5.2" }, "devDependencies": { "@types/jest": "26.0.13", diff --git a/elements/lisk-cryptography/package.json b/elements/lisk-cryptography/package.json index 11cfb7581ed..027ae281e88 100644 --- a/elements/lisk-cryptography/package.json +++ b/elements/lisk-cryptography/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-cryptography", - "version": "3.0.2-alpha.0", + "version": "3.0.2", "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 a56c0ddbdf2..4ccd2f5c0ae 100644 --- a/elements/lisk-elements/package.json +++ b/elements/lisk-elements/package.json @@ -1,6 +1,6 @@ { "name": "lisk-elements", - "version": "5.0.5-alpha.0", + "version": "5.0.5", "description": "Elements for building blockchain applications in the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -36,20 +36,20 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-api-client": "^5.0.4-alpha.0", - "@liskhq/lisk-bft": "^0.2.3-alpha.0", - "@liskhq/lisk-chain": "^0.2.2-alpha.0", - "@liskhq/lisk-codec": "^0.1.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.0.2-alpha.0", + "@liskhq/lisk-api-client": "^5.0.4", + "@liskhq/lisk-bft": "^0.2.3", + "@liskhq/lisk-chain": "^0.2.2", + "@liskhq/lisk-codec": "^0.1.2", + "@liskhq/lisk-cryptography": "^3.0.2", "@liskhq/lisk-db": "^0.1.0", - "@liskhq/lisk-genesis": "^0.1.2-alpha.0", - "@liskhq/lisk-p2p": "^0.6.2-alpha.0", + "@liskhq/lisk-genesis": "^0.1.2", + "@liskhq/lisk-p2p": "^0.6.2", "@liskhq/lisk-passphrase": "^3.0.1", - "@liskhq/lisk-transaction-pool": "^0.4.2-alpha.0", - "@liskhq/lisk-transactions": "^5.0.3-alpha.0", - "@liskhq/lisk-tree": "^0.1.2-alpha.0", + "@liskhq/lisk-transaction-pool": "^0.4.2", + "@liskhq/lisk-transactions": "^5.0.3", + "@liskhq/lisk-tree": "^0.1.2", "@liskhq/lisk-utils": "^0.1.0", - "@liskhq/lisk-validator": "^0.5.2-alpha.0" + "@liskhq/lisk-validator": "^0.5.2" }, "devDependencies": { "@types/jest": "26.0.13", diff --git a/elements/lisk-genesis/package.json b/elements/lisk-genesis/package.json index 3207a28be6e..b4463134b30 100644 --- a/elements/lisk-genesis/package.json +++ b/elements/lisk-genesis/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-genesis", - "version": "0.1.2-alpha.0", + "version": "0.1.2", "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.2.2-alpha.0", - "@liskhq/lisk-codec": "^0.1.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.0.2-alpha.0", + "@liskhq/lisk-chain": "^0.2.2", + "@liskhq/lisk-codec": "^0.1.2", + "@liskhq/lisk-cryptography": "^3.0.2", "@liskhq/lisk-utils": "^0.1.0", - "@liskhq/lisk-validator": "^0.5.2-alpha.0", + "@liskhq/lisk-validator": "^0.5.2", "lodash.clonedeep": "4.5.0" }, "devDependencies": { diff --git a/elements/lisk-p2p/package.json b/elements/lisk-p2p/package.json index 6870489cba7..9a1f5ed7f5f 100644 --- a/elements/lisk-p2p/package.json +++ b/elements/lisk-p2p/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-p2p", - "version": "0.6.2-alpha.0", + "version": "0.6.2", "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.1.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.0.2-alpha.0", - "@liskhq/lisk-validator": "^0.5.2-alpha.0", + "@liskhq/lisk-codec": "^0.1.2", + "@liskhq/lisk-cryptography": "^3.0.2", + "@liskhq/lisk-validator": "^0.5.2", "lodash.shuffle": "4.2.0", "semver": "7.1.3", "socketcluster-client": "14.3.1", diff --git a/elements/lisk-transaction-pool/package.json b/elements/lisk-transaction-pool/package.json index 03aa0f1de6c..742ee34318d 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.4.2-alpha.0", + "version": "0.4.2", "description": "Transaction pool library for use with Lisk-related software", "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.0.2-alpha.0", + "@liskhq/lisk-cryptography": "^3.0.2", "@liskhq/lisk-utils": "^0.1.0", "debug": "4.1.1" }, diff --git a/elements/lisk-transactions/package.json b/elements/lisk-transactions/package.json index 818b9c754b7..b239095b44f 100644 --- a/elements/lisk-transactions/package.json +++ b/elements/lisk-transactions/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-transactions", - "version": "5.0.3-alpha.0", + "version": "5.0.3", "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.1.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.0.2-alpha.0", - "@liskhq/lisk-validator": "^0.5.2-alpha.0" + "@liskhq/lisk-codec": "^0.1.2", + "@liskhq/lisk-cryptography": "^3.0.2", + "@liskhq/lisk-validator": "^0.5.2" }, "devDependencies": { "@types/jest": "26.0.13", diff --git a/elements/lisk-tree/package.json b/elements/lisk-tree/package.json index 39bd185f3c0..098ba7f8ead 100644 --- a/elements/lisk-tree/package.json +++ b/elements/lisk-tree/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-tree", - "version": "0.1.2-alpha.0", + "version": "0.1.2", "description": "Library containing Merkle tree implementations for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -36,7 +36,7 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-cryptography": "^3.0.2-alpha.0", + "@liskhq/lisk-cryptography": "^3.0.2", "@liskhq/lisk-utils": "^0.1.0" }, "devDependencies": { diff --git a/elements/lisk-validator/package.json b/elements/lisk-validator/package.json index ba9bcb2b178..4e967716bcb 100644 --- a/elements/lisk-validator/package.json +++ b/elements/lisk-validator/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-validator", - "version": "0.5.2-alpha.0", + "version": "0.5.2", "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.0.2-alpha.0", + "@liskhq/lisk-cryptography": "^3.0.2", "@types/node": "12.12.11", "@types/semver": "7.1.0", "@types/validator": "12.0.1", diff --git a/framework-plugins/lisk-framework-forger-plugin/package.json b/framework-plugins/lisk-framework-forger-plugin/package.json index 05c99825e31..054193ce407 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.1.5-alpha.0", + "version": "0.1.5", "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.2.2-alpha.0", - "@liskhq/lisk-codec": "^0.1.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.0.2-alpha.0", + "@liskhq/lisk-chain": "^0.2.2", + "@liskhq/lisk-codec": "^0.1.2", + "@liskhq/lisk-cryptography": "^3.0.2", "@liskhq/lisk-db": "^0.1.0", - "@liskhq/lisk-transactions": "^5.0.3-alpha.0", + "@liskhq/lisk-transactions": "^5.0.3", "@liskhq/lisk-utils": "^0.1.0", - "@liskhq/lisk-validator": "^0.5.2-alpha.0", + "@liskhq/lisk-validator": "^0.5.2", "axios": "0.21.1", "cors": "2.8.5", "debug": "4.1.1", @@ -52,11 +52,11 @@ "express-rate-limit": "5.1.3", "fs-extra": "9.0.0", "ip": "1.1.5", - "lisk-framework": "^0.7.5-alpha.0" + "lisk-framework": "^0.7.5" }, "devDependencies": { - "@liskhq/lisk-api-client": "^5.0.4-alpha.0", - "@liskhq/lisk-genesis": "^0.1.2-alpha.0", + "@liskhq/lisk-api-client": "^5.0.4", + "@liskhq/lisk-genesis": "^0.1.2", "@types/cors": "2.8.6", "@types/debug": "4.1.5", "@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 0edc5381c7c..f26dd968570 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.1.5-alpha.0", + "version": "0.1.5", "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.2.2-alpha.0", + "@liskhq/lisk-chain": "^0.2.2", "@liskhq/lisk-utils": "^0.1.0", - "@liskhq/lisk-validator": "^0.5.2-alpha.0", + "@liskhq/lisk-validator": "^0.5.2", "cors": "2.8.5", "express": "4.17.1", "express-rate-limit": "5.1.3", "ip": "1.1.5", - "lisk-framework": "^0.7.5-alpha.0" + "lisk-framework": "^0.7.5" }, "devDependencies": { - "@liskhq/lisk-cryptography": "^3.0.2-alpha.0", - "@liskhq/lisk-transactions": "^5.0.3-alpha.0", + "@liskhq/lisk-cryptography": "^3.0.2", + "@liskhq/lisk-transactions": "^5.0.3", "@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 89fe42a8260..8ae15d3e6a3 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.1.5-alpha.0", + "version": "0.1.5", "description": "A plugin for lisk-framework that provides network statistics of the running node", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -38,16 +38,16 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-chain": "^0.2.2-alpha.0", - "@liskhq/lisk-codec": "^0.1.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.0.2-alpha.0", + "@liskhq/lisk-chain": "^0.2.2", + "@liskhq/lisk-codec": "^0.1.2", + "@liskhq/lisk-cryptography": "^3.0.2", "@liskhq/lisk-utils": "^0.1.0", - "@liskhq/lisk-validator": "^0.5.2-alpha.0", + "@liskhq/lisk-validator": "^0.5.2", "cors": "2.8.5", "express": "4.17.1", "express-rate-limit": "5.1.3", "ip": "1.1.5", - "lisk-framework": "^0.7.5-alpha.0" + "lisk-framework": "^0.7.5" }, "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 bf6e2c8a74f..8b805033bc6 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.1.5-alpha.0", + "version": "0.1.5", "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.2.3-alpha.0", - "@liskhq/lisk-chain": "^0.2.2-alpha.0", - "@liskhq/lisk-codec": "^0.1.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.0.2-alpha.0", + "@liskhq/lisk-bft": "^0.2.3", + "@liskhq/lisk-chain": "^0.2.2", + "@liskhq/lisk-codec": "^0.1.2", + "@liskhq/lisk-cryptography": "^3.0.2", "@liskhq/lisk-db": "^0.1.0", - "@liskhq/lisk-transactions": "^5.0.3-alpha.0", + "@liskhq/lisk-transactions": "^5.0.3", "@liskhq/lisk-utils": "^0.1.0", - "@liskhq/lisk-validator": "^0.5.2-alpha.0", + "@liskhq/lisk-validator": "^0.5.2", "debug": "4.1.1", "fs-extra": "9.0.0", - "lisk-framework": "^0.7.5-alpha.0" + "lisk-framework": "^0.7.5" }, "devDependencies": { "@types/cors": "2.8.6", diff --git a/framework/package.json b/framework/package.json index 30c9db7e7d5..1a28c0129e3 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.7.5-alpha.1", + "version": "0.7.5", "description": "Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -40,17 +40,17 @@ "test:functional": "jest --config=./test/functional/jest.config.js --runInBand" }, "dependencies": { - "@liskhq/lisk-bft": "^0.2.3-alpha.0", - "@liskhq/lisk-chain": "^0.2.2-alpha.0", - "@liskhq/lisk-codec": "^0.1.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.0.2-alpha.0", + "@liskhq/lisk-bft": "^0.2.3", + "@liskhq/lisk-chain": "^0.2.2", + "@liskhq/lisk-codec": "^0.1.2", + "@liskhq/lisk-cryptography": "^3.0.2", "@liskhq/lisk-db": "^0.1.0", - "@liskhq/lisk-genesis": "^0.1.2-alpha.0", - "@liskhq/lisk-p2p": "^0.6.2-alpha.0", - "@liskhq/lisk-transaction-pool": "^0.4.2-alpha.0", - "@liskhq/lisk-tree": "^0.1.2-alpha.0", + "@liskhq/lisk-genesis": "^0.1.2", + "@liskhq/lisk-p2p": "^0.6.2", + "@liskhq/lisk-transaction-pool": "^0.4.2", + "@liskhq/lisk-tree": "^0.1.2", "@liskhq/lisk-utils": "^0.1.0", - "@liskhq/lisk-validator": "^0.5.2-alpha.0", + "@liskhq/lisk-validator": "^0.5.2", "bunyan": "1.8.14", "debug": "4.1.1", "eventemitter2": "6.0.0", @@ -62,9 +62,9 @@ "ws": "7.3.1" }, "devDependencies": { - "@liskhq/lisk-api-client": "^5.0.4-alpha.0", + "@liskhq/lisk-api-client": "^5.0.4", "@liskhq/lisk-passphrase": "^3.0.1", - "@liskhq/lisk-transactions": "^5.0.3-alpha.0", + "@liskhq/lisk-transactions": "^5.0.3", "@types/bunyan": "1.8.6", "@types/jest": "26.0.13", "@types/jest-when": "2.7.1", diff --git a/sdk/package.json b/sdk/package.json index f38ba391db5..b6832709b0f 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "5.0.5-alpha.1", + "version": "5.0.5", "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.0.4-alpha.0", - "@liskhq/lisk-bft": "^0.2.3-alpha.0", - "@liskhq/lisk-chain": "^0.2.2-alpha.0", - "@liskhq/lisk-codec": "^0.1.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.0.2-alpha.0", + "@liskhq/lisk-api-client": "^5.0.4", + "@liskhq/lisk-bft": "^0.2.3", + "@liskhq/lisk-chain": "^0.2.2", + "@liskhq/lisk-codec": "^0.1.2", + "@liskhq/lisk-cryptography": "^3.0.2", "@liskhq/lisk-db": "^0.1.0", - "@liskhq/lisk-framework-forger-plugin": "^0.1.5-alpha.0", - "@liskhq/lisk-framework-http-api-plugin": "^0.1.5-alpha.0", - "@liskhq/lisk-framework-monitor-plugin": "^0.1.5-alpha.0", - "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.1.5-alpha.0", - "@liskhq/lisk-genesis": "^0.1.2-alpha.0", - "@liskhq/lisk-p2p": "^0.6.2-alpha.0", + "@liskhq/lisk-framework-forger-plugin": "^0.1.5", + "@liskhq/lisk-framework-http-api-plugin": "^0.1.5", + "@liskhq/lisk-framework-monitor-plugin": "^0.1.5", + "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.1.5", + "@liskhq/lisk-genesis": "^0.1.2", + "@liskhq/lisk-p2p": "^0.6.2", "@liskhq/lisk-passphrase": "^3.0.1", - "@liskhq/lisk-transaction-pool": "^0.4.2-alpha.0", - "@liskhq/lisk-transactions": "^5.0.3-alpha.0", - "@liskhq/lisk-tree": "^0.1.2-alpha.0", + "@liskhq/lisk-transaction-pool": "^0.4.2", + "@liskhq/lisk-transactions": "^5.0.3", + "@liskhq/lisk-tree": "^0.1.2", "@liskhq/lisk-utils": "^0.1.0", - "@liskhq/lisk-validator": "^0.5.2-alpha.0", - "lisk-framework": "^0.7.5-alpha.1" + "@liskhq/lisk-validator": "^0.5.2", + "lisk-framework": "^0.7.5" }, "devDependencies": { "eslint": "7.8.1", diff --git a/yarn.lock b/yarn.lock index 4b3bbda174b..a7fa70d0197 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1416,18 +1416,6 @@ optionalDependencies: sodium-native "2.4.6" -"@liskhq/lisk-cryptography@^3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@liskhq/lisk-cryptography/-/lisk-cryptography-3.0.1.tgz#a4e379c58ad1682273bea9d5e6a4b8928b05d57e" - integrity sha512-jtYbRUMMjALICQI6MW7yvD7q1guVSADmD+JlhoNh64Ja6ff8ILm+zgQ7MCCp7j2r6pfsfIQzdsRxZhtHWBhfvA== - dependencies: - buffer-reverse "1.0.1" - ed2curve "0.3.0" - tweetnacl "1.0.3" - varuint-bitcoin "1.1.2" - optionalDependencies: - sodium-native "3.2.0" - "@liskhq/lisk-passphrase@3.0.0": version "3.0.0" resolved "https://registry.yarnpkg.com/@liskhq/lisk-passphrase/-/lisk-passphrase-3.0.0.tgz#14e5034446d28008a966b90e906bd5ca8ebee28e" @@ -1451,20 +1439,6 @@ semver "5.6.0" validator "10.11.0" -"@liskhq/lisk-validator@^0.5.0": - version "0.5.1" - resolved "https://registry.yarnpkg.com/@liskhq/lisk-validator/-/lisk-validator-0.5.1.tgz#3cb2a83684dfd3c0d729400579e7f015f8e8527d" - integrity sha512-mIFRetkasdU7QoaoOmRWxHZaUXvKXWjAgA3wwn8wnSANArSVtWyM23xvfDVBLzPFRnMH9LfvSt66U8uYkGdIPg== - dependencies: - "@liskhq/lisk-cryptography" "^3.0.1" - "@types/node" "12.12.11" - "@types/semver" "7.1.0" - "@types/validator" "12.0.1" - ajv "6.12.0" - debug "4.1.1" - semver "7.1.3" - validator "12.2.0" - "@mrmlnc/readdir-enhanced@^2.2.1": version "2.2.1" resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"