This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from LiskHQ/125-update-lisk-sdk-to-v6-0-0-beta-5
Update Lisk SDK to v6.0.0-beta.5
- Loading branch information
Showing
4 changed files
with
319 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "lisk-migrator", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0-beta.2", | ||
"description": "A command-line tool for migrating the blockchain state to the latest protocol after a hard fork", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -61,19 +61,19 @@ | |
"dependencies": { | ||
"@liskhq/lisk-api-client": "5.1.6", | ||
"@liskhq/lisk-chain": "0.3.4", | ||
"@liskhq/lisk-codec": "0.3.0-beta.2", | ||
"@liskhq/lisk-codec": "0.3.0-beta.3", | ||
"@liskhq/lisk-cryptography": "3.2.1", | ||
"@liskhq/lisk-db": "0.2.1", | ||
"@liskhq/lisk-utils": "0.3.0-beta.2", | ||
"@liskhq/lisk-validator": "0.7.0-beta.2", | ||
"@liskhq/lisk-utils": "0.3.0-beta.3", | ||
"@liskhq/lisk-validator": "0.7.0-beta.3", | ||
"@oclif/command": "1.8.21", | ||
"@oclif/config": "1.14.0", | ||
"@oclif/errors": "1.2.2", | ||
"@oclif/plugin-help": "2.2.3", | ||
"cli-ux": "5.5.1", | ||
"debug": "4.1.1", | ||
"fs-extra": "11.1.0", | ||
"lisk-framework": "0.10.0-beta.4", | ||
"lisk-framework": "0.10.0-beta.5", | ||
"semver": "7.3.2", | ||
"shelljs": "^0.8.5", | ||
"tar": "6.1.13" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.