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 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/6.1.0' of https://github.com/LiskHQ/lisk-sdk
- Loading branch information
Showing
386 changed files
with
30,404 additions
and
3,624 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "lisk-commander", | ||
"version": "6.0.1", | ||
"version": "6.1.0-rc.0", | ||
"description": "A command line interface for Lisk", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -101,16 +101,16 @@ | |
"/docs" | ||
], | ||
"dependencies": { | ||
"@liskhq/lisk-api-client": "^6.0.1", | ||
"@liskhq/lisk-chain": "^0.5.0", | ||
"@liskhq/lisk-client": "^6.0.1", | ||
"@liskhq/lisk-codec": "^0.4.0", | ||
"@liskhq/lisk-cryptography": "^4.0.0", | ||
"@liskhq/lisk-db": "0.3.10", | ||
"@liskhq/lisk-passphrase": "^4.0.0", | ||
"@liskhq/lisk-transactions": "^6.0.0", | ||
"@liskhq/lisk-utils": "^0.4.0", | ||
"@liskhq/lisk-validator": "^0.8.0", | ||
"@liskhq/lisk-api-client": "^6.1.0-rc.0", | ||
"@liskhq/lisk-chain": "^0.6.0-rc.0", | ||
"@liskhq/lisk-client": "^6.1.0-rc.0", | ||
"@liskhq/lisk-codec": "^0.5.0-rc.0", | ||
"@liskhq/lisk-cryptography": "^4.1.0-rc.0", | ||
"@liskhq/lisk-db": "0.3.7", | ||
"@liskhq/lisk-passphrase": "^4.1.0-rc.0", | ||
"@liskhq/lisk-transactions": "^6.1.0-rc.0", | ||
"@liskhq/lisk-utils": "^0.4.0-rc.0", | ||
"@liskhq/lisk-validator": "^0.9.0-rc.0", | ||
"@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.11.1", | ||
"lisk-framework": "^0.12.0-rc.0", | ||
"listr": "0.14.3", | ||
"progress": "2.0.3", | ||
"semver": "7.5.2", | ||
|
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
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
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
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
3 changes: 1 addition & 2 deletions
3
commander/src/bootstrapping/templates/lisk-template-ts/templates/init/src/app/modules.ts
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,5 +1,4 @@ | ||
/* eslint-disable @typescript-eslint/no-empty-function */ | ||
import { Application } from 'lisk-sdk'; | ||
|
||
// @ts-expect-error app will have typescript error for unsued variable | ||
export const registerModules = (app: Application): void => {}; | ||
export const registerModules = (_app: Application): void => {}; |
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
Oops, something went wrong.