diff --git a/commander/package.json b/commander/package.json index aac27902907..61eb2fecd6c 100644 --- a/commander/package.json +++ b/commander/package.json @@ -1,6 +1,6 @@ { "name": "lisk-commander", - "version": "5.1.10-alpha.1", + "version": "5.1.10", "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.6-alpha.1", - "@liskhq/lisk-chain": "^0.3.4-alpha.1", - "@liskhq/lisk-client": "^5.2.2-alpha.1", - "@liskhq/lisk-codec": "^0.2.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.2.1-alpha.0", - "@liskhq/lisk-db": "^0.2.1-alpha.0", - "@liskhq/lisk-genesis": "^0.2.4-alpha.1", - "@liskhq/lisk-passphrase": "^3.1.1-alpha.0", - "@liskhq/lisk-transactions": "^5.2.2-alpha.0", - "@liskhq/lisk-utils": "^0.2.1-alpha.0", - "@liskhq/lisk-validator": "^0.6.2-alpha.0", + "@liskhq/lisk-api-client": "^5.1.6", + "@liskhq/lisk-chain": "^0.3.4", + "@liskhq/lisk-client": "^5.2.2", + "@liskhq/lisk-codec": "^0.2.2", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-db": "^0.2.1", + "@liskhq/lisk-genesis": "^0.2.4", + "@liskhq/lisk-passphrase": "^3.1.1", + "@liskhq/lisk-transactions": "^5.2.2", + "@liskhq/lisk-utils": "^0.2.1", + "@liskhq/lisk-validator": "^0.6.2", "@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.2-alpha.1", + "lisk-framework": "^0.9.2", "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 47695b3baed..6f35596bd8d 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-alpha.1", - "@liskhq/lisk-framework-faucet-plugin": "^0.1.7-alpha.1", + "@liskhq/lisk-framework-dashboard-plugin": "^0.1.7", + "@liskhq/lisk-framework-faucet-plugin": "^0.1.7", "@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-alpha.1", - "lisk-sdk": "^5.2.2-alpha.1", + "lisk-commander": "^5.1.10", + "lisk-sdk": "^5.2.2", "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 8563522cb12..8edca7f9f97 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-alpha.1" + "lisk-sdk": "^5.2.2" }, "devDependencies": { "@types/jest": "26.0.21", diff --git a/elements/lisk-api-client/package.json b/elements/lisk-api-client/package.json index 43005f0869f..a1b1616343a 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.6-alpha.1", + "version": "5.1.6", "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.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.2.1-alpha.0", - "@liskhq/lisk-transactions": "^5.2.2-alpha.0", + "@liskhq/lisk-codec": "^0.2.2", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-transactions": "^5.2.2", "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.4-alpha.1", + "@liskhq/lisk-chain": "^0.3.4", "@types/jest": "26.0.21", "@types/jest-when": "2.7.2", "@types/node": "16.11.26", diff --git a/elements/lisk-bft/package.json b/elements/lisk-bft/package.json index dc908de4f9f..22fbd27ea70 100644 --- a/elements/lisk-bft/package.json +++ b/elements/lisk-bft/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-bft", - "version": "0.3.4-alpha.1", + "version": "0.3.4", "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.4-alpha.1", - "@liskhq/lisk-codec": "^0.2.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.2.1-alpha.0", - "@liskhq/lisk-utils": "^0.2.1-alpha.0", - "@liskhq/lisk-validator": "^0.6.2-alpha.0", + "@liskhq/lisk-chain": "^0.3.4", + "@liskhq/lisk-codec": "^0.2.2", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-utils": "^0.2.1", + "@liskhq/lisk-validator": "^0.6.2", "@types/node": "16.11.26", "debug": "4.3.4" }, diff --git a/elements/lisk-chain/package.json b/elements/lisk-chain/package.json index f3ab8281156..6e12e6b313f 100644 --- a/elements/lisk-chain/package.json +++ b/elements/lisk-chain/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-chain", - "version": "0.3.4-alpha.1", + "version": "0.3.4", "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.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.2.1-alpha.0", - "@liskhq/lisk-db": "^0.2.1-alpha.0", - "@liskhq/lisk-tree": "^0.2.2-alpha.0", - "@liskhq/lisk-utils": "^0.2.1-alpha.0", - "@liskhq/lisk-validator": "^0.6.2-alpha.0", + "@liskhq/lisk-codec": "^0.2.2", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-db": "^0.2.1", + "@liskhq/lisk-tree": "^0.2.2", + "@liskhq/lisk-utils": "^0.2.1", + "@liskhq/lisk-validator": "^0.6.2", "debug": "4.3.4" }, "devDependencies": { - "@liskhq/lisk-passphrase": "^3.1.1-alpha.0", + "@liskhq/lisk-passphrase": "^3.1.1", "@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 c23173308cf..3483ef88168 100644 --- a/elements/lisk-client/package.json +++ b/elements/lisk-client/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-client", - "version": "5.2.2-alpha.1", + "version": "5.2.2", "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.6-alpha.1", - "@liskhq/lisk-codec": "^0.2.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.2.1-alpha.0", - "@liskhq/lisk-passphrase": "^3.1.1-alpha.0", - "@liskhq/lisk-transactions": "^5.2.2-alpha.0", - "@liskhq/lisk-tree": "^0.2.2-alpha.0", - "@liskhq/lisk-utils": "^0.2.1-alpha.0", - "@liskhq/lisk-validator": "^0.6.2-alpha.0", + "@liskhq/lisk-api-client": "^5.1.6", + "@liskhq/lisk-codec": "^0.2.2", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-passphrase": "^3.1.1", + "@liskhq/lisk-transactions": "^5.2.2", + "@liskhq/lisk-tree": "^0.2.2", + "@liskhq/lisk-utils": "^0.2.1", + "@liskhq/lisk-validator": "^0.6.2", "buffer": "6.0.3" }, "devDependencies": { diff --git a/elements/lisk-codec/package.json b/elements/lisk-codec/package.json index a2a211e1af4..75786cbc55e 100644 --- a/elements/lisk-codec/package.json +++ b/elements/lisk-codec/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-codec", - "version": "0.2.2-alpha.0", + "version": "0.2.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", @@ -36,8 +36,8 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-utils": "^0.2.1-alpha.0", - "@liskhq/lisk-validator": "^0.6.2-alpha.0" + "@liskhq/lisk-utils": "^0.2.1", + "@liskhq/lisk-validator": "^0.6.2" }, "devDependencies": { "@types/jest": "26.0.21", diff --git a/elements/lisk-cryptography/package.json b/elements/lisk-cryptography/package.json index 364ec331669..96e1c1a6fd1 100644 --- a/elements/lisk-cryptography/package.json +++ b/elements/lisk-cryptography/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-cryptography", - "version": "3.2.1-alpha.0", + "version": "3.2.1", "description": "General cryptographic functions for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/elements/lisk-db/package.json b/elements/lisk-db/package.json index 9b7f7a80ed1..3a0db898ccd 100644 --- a/elements/lisk-db/package.json +++ b/elements/lisk-db/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-db", - "version": "0.2.1-alpha.0", + "version": "0.2.1", "description": "A database access implementation 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 ff175584140..456a0da71a8 100644 --- a/elements/lisk-elements/package.json +++ b/elements/lisk-elements/package.json @@ -1,6 +1,6 @@ { "name": "lisk-elements", - "version": "5.2.2-alpha.1", + "version": "5.2.2", "description": "Libraries to support building blockchain applications according to the Lisk protocol", "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.1.6-alpha.1", - "@liskhq/lisk-bft": "^0.3.4-alpha.1", - "@liskhq/lisk-chain": "^0.3.4-alpha.1", - "@liskhq/lisk-codec": "^0.2.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.2.1-alpha.0", - "@liskhq/lisk-db": "^0.2.1-alpha.0", - "@liskhq/lisk-genesis": "^0.2.4-alpha.1", - "@liskhq/lisk-p2p": "^0.7.3-alpha.0", - "@liskhq/lisk-passphrase": "^3.1.1-alpha.0", - "@liskhq/lisk-transaction-pool": "^0.5.3-alpha.0", - "@liskhq/lisk-transactions": "^5.2.2-alpha.0", - "@liskhq/lisk-tree": "^0.2.2-alpha.0", - "@liskhq/lisk-utils": "^0.2.1-alpha.0", - "@liskhq/lisk-validator": "^0.6.2-alpha.0" + "@liskhq/lisk-api-client": "^5.1.6", + "@liskhq/lisk-bft": "^0.3.4", + "@liskhq/lisk-chain": "^0.3.4", + "@liskhq/lisk-codec": "^0.2.2", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-db": "^0.2.1", + "@liskhq/lisk-genesis": "^0.2.4", + "@liskhq/lisk-p2p": "^0.7.3", + "@liskhq/lisk-passphrase": "^3.1.1", + "@liskhq/lisk-transaction-pool": "^0.5.3", + "@liskhq/lisk-transactions": "^5.2.2", + "@liskhq/lisk-tree": "^0.2.2", + "@liskhq/lisk-utils": "^0.2.1", + "@liskhq/lisk-validator": "^0.6.2" }, "devDependencies": { "@types/jest": "26.0.21", diff --git a/elements/lisk-genesis/package.json b/elements/lisk-genesis/package.json index 83c9995078e..6ce6e5be5b3 100644 --- a/elements/lisk-genesis/package.json +++ b/elements/lisk-genesis/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-genesis", - "version": "0.2.4-alpha.1", + "version": "0.2.4", "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.4-alpha.1", - "@liskhq/lisk-codec": "^0.2.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.2.1-alpha.0", - "@liskhq/lisk-utils": "^0.2.1-alpha.0", - "@liskhq/lisk-validator": "^0.6.2-alpha.0", + "@liskhq/lisk-chain": "^0.3.4", + "@liskhq/lisk-codec": "^0.2.2", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-utils": "^0.2.1", + "@liskhq/lisk-validator": "^0.6.2", "lodash.clonedeep": "4.5.0" }, "devDependencies": { diff --git a/elements/lisk-p2p/package.json b/elements/lisk-p2p/package.json index 42a6e309c48..75d39342a21 100644 --- a/elements/lisk-p2p/package.json +++ b/elements/lisk-p2p/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-p2p", - "version": "0.7.3-alpha.0", + "version": "0.7.3", "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.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.2.1-alpha.0", - "@liskhq/lisk-validator": "^0.6.2-alpha.0", + "@liskhq/lisk-codec": "^0.2.2", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-validator": "^0.6.2", "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 14db756b7a1..37ce36609c5 100644 --- a/elements/lisk-passphrase/package.json +++ b/elements/lisk-passphrase/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-passphrase", - "version": "3.1.1-alpha.0", + "version": "3.1.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 1f93b1eb351..c73bfbef64f 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.3-alpha.0", + "version": "0.5.3", "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.1-alpha.0", - "@liskhq/lisk-utils": "^0.2.1-alpha.0", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-utils": "^0.2.1", "debug": "4.3.4" }, "devDependencies": { diff --git a/elements/lisk-transactions/package.json b/elements/lisk-transactions/package.json index 7d955b17df7..736611d38ba 100644 --- a/elements/lisk-transactions/package.json +++ b/elements/lisk-transactions/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-transactions", - "version": "5.2.2-alpha.0", + "version": "5.2.2", "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.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.2.1-alpha.0", - "@liskhq/lisk-validator": "^0.6.2-alpha.0" + "@liskhq/lisk-codec": "^0.2.2", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-validator": "^0.6.2" }, "devDependencies": { "@types/jest": "26.0.21", diff --git a/elements/lisk-tree/package.json b/elements/lisk-tree/package.json index 3c99c60f924..53ab8c4c6bb 100644 --- a/elements/lisk-tree/package.json +++ b/elements/lisk-tree/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-tree", - "version": "0.2.2-alpha.0", + "version": "0.2.2", "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.1-alpha.0", - "@liskhq/lisk-utils": "^0.2.1-alpha.0" + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-utils": "^0.2.1" }, "devDependencies": { "@types/jest": "26.0.21", diff --git a/elements/lisk-utils/package.json b/elements/lisk-utils/package.json index 793788be7ab..a1069f2915f 100644 --- a/elements/lisk-utils/package.json +++ b/elements/lisk-utils/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-utils", - "version": "0.2.1-alpha.0", + "version": "0.2.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 571682eea2b..99bbb0467b8 100644 --- a/elements/lisk-validator/package.json +++ b/elements/lisk-validator/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-validator", - "version": "0.6.2-alpha.0", + "version": "0.6.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.2.1-alpha.0", + "@liskhq/lisk-cryptography": "^3.2.1", "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 d16e414b7c5..f4ca5ce4397 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.7-alpha.1", + "version": "0.1.7", "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.2-alpha.1", - "@liskhq/lisk-cryptography": "^3.2.1-alpha.0", - "@liskhq/lisk-utils": "^0.2.1-alpha.0", + "@liskhq/lisk-client": "^5.2.2", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-utils": "^0.2.1", "express": "4.17.3", "json-format-highlight": "1.0.4", - "lisk-framework": "^0.9.2-alpha.1", + "lisk-framework": "^0.9.2", "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 9e77af5c25c..46e0b8c7daf 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.7-alpha.1", + "version": "0.1.7", "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.6-alpha.1", - "@liskhq/lisk-client": "^5.2.2-alpha.1", - "@liskhq/lisk-cryptography": "^3.2.1-alpha.0", - "@liskhq/lisk-transactions": "^5.2.2-alpha.0", - "@liskhq/lisk-utils": "^0.2.1-alpha.0", - "@liskhq/lisk-validator": "^0.6.2-alpha.0", + "@liskhq/lisk-api-client": "^5.1.6", + "@liskhq/lisk-client": "^5.2.2", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-transactions": "^5.2.2", + "@liskhq/lisk-utils": "^0.2.1", + "@liskhq/lisk-validator": "^0.6.2", "axios": "0.21.1", "express": "4.17.3", - "lisk-framework": "^0.9.2-alpha.1", + "lisk-framework": "^0.9.2", "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 bb34435442f..473139f9793 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.7-alpha.1", + "version": "0.2.7", "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.4-alpha.1", - "@liskhq/lisk-codec": "^0.2.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.2.1-alpha.0", - "@liskhq/lisk-db": "^0.2.1-alpha.0", - "@liskhq/lisk-transactions": "^5.2.2-alpha.0", - "@liskhq/lisk-utils": "^0.2.1-alpha.0", - "@liskhq/lisk-validator": "^0.6.2-alpha.0", + "@liskhq/lisk-chain": "^0.3.4", + "@liskhq/lisk-codec": "^0.2.2", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-db": "^0.2.1", + "@liskhq/lisk-transactions": "^5.2.2", + "@liskhq/lisk-utils": "^0.2.1", + "@liskhq/lisk-validator": "^0.6.2", "axios": "0.21.1", "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.2-alpha.1" + "lisk-framework": "^0.9.2" }, "devDependencies": { - "@liskhq/lisk-api-client": "^5.1.6-alpha.1", - "@liskhq/lisk-genesis": "^0.2.4-alpha.1", + "@liskhq/lisk-api-client": "^5.1.6", + "@liskhq/lisk-genesis": "^0.2.4", "@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 48f988af986..dde20b32358 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.7-alpha.1", + "version": "0.2.7", "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.4-alpha.1", - "@liskhq/lisk-utils": "^0.2.1-alpha.0", - "@liskhq/lisk-validator": "^0.6.2-alpha.0", + "@liskhq/lisk-chain": "^0.3.4", + "@liskhq/lisk-utils": "^0.2.1", + "@liskhq/lisk-validator": "^0.6.2", "cors": "2.8.5", "express": "4.17.3", "express-rate-limit": "5.1.3", "ip": "1.1.5", - "lisk-framework": "^0.9.2-alpha.1" + "lisk-framework": "^0.9.2" }, "devDependencies": { - "@liskhq/lisk-cryptography": "^3.2.1-alpha.0", - "@liskhq/lisk-transactions": "^5.2.2-alpha.0", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-transactions": "^5.2.2", "@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 4cf0b3d889c..5b8575bf37c 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.7-alpha.1", + "version": "0.2.7", "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.4-alpha.1", - "@liskhq/lisk-codec": "^0.2.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.2.1-alpha.0", - "@liskhq/lisk-utils": "^0.2.1-alpha.0", - "@liskhq/lisk-validator": "^0.6.2-alpha.0", + "@liskhq/lisk-chain": "^0.3.4", + "@liskhq/lisk-codec": "^0.2.2", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-utils": "^0.2.1", + "@liskhq/lisk-validator": "^0.6.2", "cors": "2.8.5", "express": "4.17.3", "express-rate-limit": "5.1.3", "ip": "1.1.5", - "lisk-framework": "^0.9.2-alpha.1" + "lisk-framework": "^0.9.2" }, "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 771a0f547eb..f401dcba9c6 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.7-alpha.1", + "version": "0.2.7", "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.4-alpha.1", - "@liskhq/lisk-chain": "^0.3.4-alpha.1", - "@liskhq/lisk-codec": "^0.2.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.2.1-alpha.0", - "@liskhq/lisk-db": "^0.2.1-alpha.0", - "@liskhq/lisk-transactions": "^5.2.2-alpha.0", - "@liskhq/lisk-utils": "^0.2.1-alpha.0", - "@liskhq/lisk-validator": "^0.6.2-alpha.0", + "@liskhq/lisk-bft": "^0.3.4", + "@liskhq/lisk-chain": "^0.3.4", + "@liskhq/lisk-codec": "^0.2.2", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-db": "^0.2.1", + "@liskhq/lisk-transactions": "^5.2.2", + "@liskhq/lisk-utils": "^0.2.1", + "@liskhq/lisk-validator": "^0.6.2", "debug": "4.3.4", "fs-extra": "9.1.0", - "lisk-framework": "^0.9.2-alpha.1" + "lisk-framework": "^0.9.2" }, "devDependencies": { "@types/cors": "2.8.6", diff --git a/framework/package.json b/framework/package.json index 896da7f7a15..df200a9f236 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.9.2-alpha.1", + "version": "0.9.2", "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.6-alpha.1", - "@liskhq/lisk-bft": "^0.3.4-alpha.1", - "@liskhq/lisk-chain": "^0.3.4-alpha.1", - "@liskhq/lisk-codec": "^0.2.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.2.1-alpha.0", - "@liskhq/lisk-db": "^0.2.1-alpha.0", - "@liskhq/lisk-genesis": "^0.2.4-alpha.1", - "@liskhq/lisk-p2p": "^0.7.3-alpha.0", - "@liskhq/lisk-transaction-pool": "^0.5.3-alpha.0", - "@liskhq/lisk-transactions": "^5.2.2-alpha.0", - "@liskhq/lisk-tree": "^0.2.2-alpha.0", - "@liskhq/lisk-utils": "^0.2.1-alpha.0", - "@liskhq/lisk-validator": "^0.6.2-alpha.0", + "@liskhq/lisk-api-client": "^5.1.6", + "@liskhq/lisk-bft": "^0.3.4", + "@liskhq/lisk-chain": "^0.3.4", + "@liskhq/lisk-codec": "^0.2.2", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-db": "^0.2.1", + "@liskhq/lisk-genesis": "^0.2.4", + "@liskhq/lisk-p2p": "^0.7.3", + "@liskhq/lisk-transaction-pool": "^0.5.3", + "@liskhq/lisk-transactions": "^5.2.2", + "@liskhq/lisk-tree": "^0.2.2", + "@liskhq/lisk-utils": "^0.2.1", + "@liskhq/lisk-validator": "^0.6.2", "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.1-alpha.0", + "@liskhq/lisk-passphrase": "^3.1.1", "@types/bunyan": "1.8.6", "@types/jest": "26.0.21", "@types/jest-when": "2.7.2", diff --git a/sdk/package.json b/sdk/package.json index ca68eb67446..5e4aa532cc7 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "5.2.2-alpha.1", + "version": "5.2.2", "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.6-alpha.1", - "@liskhq/lisk-bft": "^0.3.4-alpha.1", - "@liskhq/lisk-chain": "^0.3.4-alpha.1", - "@liskhq/lisk-codec": "^0.2.2-alpha.0", - "@liskhq/lisk-cryptography": "^3.2.1-alpha.0", - "@liskhq/lisk-db": "^0.2.1-alpha.0", - "@liskhq/lisk-framework-forger-plugin": "^0.2.7-alpha.1", - "@liskhq/lisk-framework-http-api-plugin": "^0.2.7-alpha.1", - "@liskhq/lisk-framework-monitor-plugin": "^0.2.7-alpha.1", - "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.2.7-alpha.1", - "@liskhq/lisk-genesis": "^0.2.4-alpha.1", - "@liskhq/lisk-p2p": "^0.7.3-alpha.0", - "@liskhq/lisk-passphrase": "^3.1.1-alpha.0", - "@liskhq/lisk-transaction-pool": "^0.5.3-alpha.0", - "@liskhq/lisk-transactions": "^5.2.2-alpha.0", - "@liskhq/lisk-tree": "^0.2.2-alpha.0", - "@liskhq/lisk-utils": "^0.2.1-alpha.0", - "@liskhq/lisk-validator": "^0.6.2-alpha.0", - "lisk-framework": "^0.9.2-alpha.1" + "@liskhq/lisk-api-client": "^5.1.6", + "@liskhq/lisk-bft": "^0.3.4", + "@liskhq/lisk-chain": "^0.3.4", + "@liskhq/lisk-codec": "^0.2.2", + "@liskhq/lisk-cryptography": "^3.2.1", + "@liskhq/lisk-db": "^0.2.1", + "@liskhq/lisk-framework-forger-plugin": "^0.2.7", + "@liskhq/lisk-framework-http-api-plugin": "^0.2.7", + "@liskhq/lisk-framework-monitor-plugin": "^0.2.7", + "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.2.7", + "@liskhq/lisk-genesis": "^0.2.4", + "@liskhq/lisk-p2p": "^0.7.3", + "@liskhq/lisk-passphrase": "^3.1.1", + "@liskhq/lisk-transaction-pool": "^0.5.3", + "@liskhq/lisk-transactions": "^5.2.2", + "@liskhq/lisk-tree": "^0.2.2", + "@liskhq/lisk-utils": "^0.2.1", + "@liskhq/lisk-validator": "^0.6.2", + "lisk-framework": "^0.9.2" }, "devDependencies": { "eslint": "7.22.0", diff --git a/yarn.lock b/yarn.lock index f297348a9ef..4a2de23e446 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2515,6 +2515,45 @@ dependencies: "@types/node" "11.11.2" +"@liskhq/lisk-codec@0.2.2-alpha.0": + version "0.2.2-alpha.0" + resolved "https://npm.lisk.com/@liskhq%2flisk-codec/-/lisk-codec-0.2.2-alpha.0.tgz#6e414b8540f348f12a43edf972e50c19b312c400" + integrity sha512-5b/BPEhrXXgbNb7JrXdiDlmV55kt4dtArUtuzYo789MWPGTKTdsBRsF5Mja/66Zpxoeu9N8lREOevwwbNWdu9Q== + dependencies: + "@liskhq/lisk-utils" "^0.2.1-alpha.0" + "@liskhq/lisk-validator" "^0.6.2-alpha.0" + +"@liskhq/lisk-cryptography@3.2.1-alpha.0": + version "3.2.1-alpha.0" + resolved "https://npm.lisk.com/@liskhq%2flisk-cryptography/-/lisk-cryptography-3.2.1-alpha.0.tgz#645a8f901912d973847c4f1205d849f771a638ae" + integrity sha512-IoX3/k6sz//eT6eEC47fZ0TVFsoJoSwNMfAgM94XAlrCIWUOrM2s9L2rGY+iNrqvLzz5y0BCwULQcRDPqhNBGA== + dependencies: + buffer-reverse "1.0.1" + ed2curve "0.3.0" + tweetnacl "1.0.3" + varuint-bitcoin "1.1.2" + optionalDependencies: + sodium-native "3.2.1" + +"@liskhq/lisk-passphrase@3.1.1-alpha.0": + version "3.1.1-alpha.0" + resolved "https://npm.lisk.com/@liskhq%2flisk-passphrase/-/lisk-passphrase-3.1.1-alpha.0.tgz#7ca4a28b2ccfc912c223b2ddad4afd87e0669b0d" + integrity sha512-KpyViYG/Gp0IQ2eknF0xnQ2Pgt15b3+CrMsiwN+Jzy+rsQPhoFC0yDZXT/1SXH/mQnf2PANwOgsTLz63pPbMNw== + dependencies: + bip39 "3.0.4" + +"@liskhq/lisk-validator@0.6.2-alpha.0": + version "0.6.2-alpha.0" + resolved "https://npm.lisk.com/@liskhq%2flisk-validator/-/lisk-validator-0.6.2-alpha.0.tgz#57c8e9f1275f58e7d3348a728b230d1dfadf6684" + integrity sha512-7JWqbQcxgd64bSKT6sP9qEnbYiHGgU5noE8rQ1NCDzMOf5pIfVQVsrkC947sD3Eib+3psFLMtajQ79zRiqJHmQ== + dependencies: + "@liskhq/lisk-cryptography" "^3.2.1-alpha.0" + ajv "8.1.0" + ajv-formats "2.0.2" + debug "4.3.4" + semver "7.3.5" + validator "13.7.0" + "@nodelib/fs.scandir@2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"