This repository was archived by the owner on Jun 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 15 files changed +45
-45
lines changed
src/bootstrapping/templates/lisk-template-ts/templates
lisk-framework-chain-connector-plugin
lisk-framework-dashboard-plugin
lisk-framework-faucet-plugin
lisk-framework-forger-plugin
lisk-framework-monitor-plugin
lisk-framework-report-misbehavior-plugin Expand file tree Collapse file tree 15 files changed +45
-45
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lisk-commander" ,
3
- "version" : " 6.0.1 " ,
3
+ "version" : " 6.0.2 " ,
4
4
"description" : " A command line interface for Lisk" ,
5
5
"author" : " Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>" ,
6
6
"license" : " Apache-2.0" ,
101
101
" /docs"
102
102
],
103
103
"dependencies" : {
104
- "@liskhq/lisk-api-client" : " ^6.0.1 " ,
105
- "@liskhq/lisk-chain" : " ^0.5.0 " ,
106
- "@liskhq/lisk-client" : " ^6.0.1 " ,
104
+ "@liskhq/lisk-api-client" : " ^6.0.2 " ,
105
+ "@liskhq/lisk-chain" : " ^0.5.1 " ,
106
+ "@liskhq/lisk-client" : " ^6.0.2 " ,
107
107
"@liskhq/lisk-codec" : " ^0.4.0" ,
108
108
"@liskhq/lisk-cryptography" : " ^4.0.0" ,
109
109
"@liskhq/lisk-db" : " 0.3.10" ,
121
121
"cli-table3" : " 0.6.0" ,
122
122
"fs-extra" : " 11.1.0" ,
123
123
"inquirer" : " 8.2.5" ,
124
- "lisk-framework" : " ^0.11.1 " ,
124
+ "lisk-framework" : " ^0.11.2 " ,
125
125
"listr" : " 0.14.3" ,
126
126
"progress" : " 2.0.3" ,
127
127
"semver" : " 7.5.2" ,
Original file line number Diff line number Diff line change 85
85
}
86
86
},
87
87
"dependencies" : {
88
- "@liskhq/lisk-framework-dashboard-plugin" : " 0.3.1 " ,
89
- "@liskhq/lisk-framework-faucet-plugin" : " 0.3.1 " ,
90
- "@liskhq/lisk-framework-monitor-plugin" : " 0.4.1 " ,
91
- "@liskhq/lisk-framework-forger-plugin" : " 0.4.1 " ,
92
- "@liskhq/lisk-framework-report-misbehavior-plugin" : " 0.4.1 " ,
93
- "@liskhq/lisk-framework-chain-connector-plugin" : " 0.1.1 " ,
88
+ "@liskhq/lisk-framework-dashboard-plugin" : " 0.3.2 " ,
89
+ "@liskhq/lisk-framework-faucet-plugin" : " 0.3.2 " ,
90
+ "@liskhq/lisk-framework-monitor-plugin" : " 0.4.2 " ,
91
+ "@liskhq/lisk-framework-forger-plugin" : " 0.4.2 " ,
92
+ "@liskhq/lisk-framework-report-misbehavior-plugin" : " 0.4.2 " ,
93
+ "@liskhq/lisk-framework-chain-connector-plugin" : " 0.1.2 " ,
94
94
"@oclif/core" : " 1.20.4" ,
95
95
"@oclif/plugin-autocomplete" : " 1.3.6" ,
96
96
"@oclif/plugin-help" : " 5.1.19" ,
97
97
"@oclif/plugin-version" : " 1.1.3" ,
98
98
"axios" : " 0.21.2" ,
99
99
"fs-extra" : " 11.1.0" ,
100
100
"inquirer" : " 8.2.5" ,
101
- "lisk-commander" : " 6.0.1 " ,
102
- "lisk-sdk" : " 6.0.1 " ,
101
+ "lisk-commander" : " 6.0.2 " ,
102
+ "lisk-sdk" : " 6.0.2 " ,
103
103
"tar" : " 6.1.11" ,
104
104
"tslib" : " 2.4.1"
105
105
},
Original file line number Diff line number Diff line change 28
28
"build:check" : " node -e \" require('./dist-node')\" "
29
29
},
30
30
"dependencies" : {
31
- "lisk-sdk" : " ^6.0.1 "
31
+ "lisk-sdk" : " ^6.0.2 "
32
32
},
33
33
"devDependencies" : {
34
34
"@types/jest" : " 26.0.21" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @liskhq/lisk-api-client" ,
3
- "version" : " 6.0.1 " ,
3
+ "version" : " 6.0.2 " ,
4
4
"description" : " An API client for the Lisk network" ,
5
5
"author" : " Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>" ,
6
6
"license" : " Apache-2.0" ,
44
44
"zeromq" : " 6.0.0-beta.6"
45
45
},
46
46
"devDependencies" : {
47
- "@liskhq/lisk-chain" : " ^0.5.0 " ,
47
+ "@liskhq/lisk-chain" : " ^0.5.1 " ,
48
48
"@types/jest" : " 29.2.3" ,
49
49
"@types/jest-when" : " 3.5.2" ,
50
50
"@types/node" : " 18.15.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @liskhq/lisk-chain" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.1 " ,
4
4
"description" : " Blocks and state management implementation that are used for block processing according to the Lisk protocol" ,
5
5
"author" : " Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>" ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @liskhq/lisk-client" ,
3
- "version" : " 6.0.1 " ,
3
+ "version" : " 6.0.2 " ,
4
4
"description" : " A default set of Elements for use by clients of the Lisk network" ,
5
5
"author" : " Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>" ,
6
6
"license" : " Apache-2.0" ,
56
56
"build:check" : " node -e \" require('./dist-node')\" "
57
57
},
58
58
"dependencies" : {
59
- "@liskhq/lisk-api-client" : " ^6.0.1 " ,
59
+ "@liskhq/lisk-api-client" : " ^6.0.2 " ,
60
60
"@liskhq/lisk-codec" : " ^0.4.0" ,
61
61
"@liskhq/lisk-cryptography" : " ^4.0.0" ,
62
62
"@liskhq/lisk-passphrase" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lisk-elements" ,
3
- "version" : " 6.0.1 " ,
3
+ "version" : " 6.0.2 " ,
4
4
"description" : " Elements for building blockchain applications in the Lisk network" ,
5
5
"author" : " Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>" ,
6
6
"license" : " Apache-2.0" ,
35
35
"build:check" : " node -e \" require('./dist-node')\" "
36
36
},
37
37
"dependencies" : {
38
- "@liskhq/lisk-api-client" : " ^6.0.1 " ,
39
- "@liskhq/lisk-chain" : " ^0.5.0 " ,
38
+ "@liskhq/lisk-api-client" : " ^6.0.2 " ,
39
+ "@liskhq/lisk-chain" : " ^0.5.1 " ,
40
40
"@liskhq/lisk-codec" : " ^0.4.0" ,
41
41
"@liskhq/lisk-cryptography" : " ^4.0.0" ,
42
42
"@liskhq/lisk-db" : " 0.3.10" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @liskhq/lisk-framework-chain-connector-plugin" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " A plugin used by a relayer node to automatically create and submit Cross Chain Transaction by aggregating off-chain information of a chain" ,
5
5
"author" : " Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>" ,
6
6
"license" : " Apache-2.0" ,
34
34
"dependencies" : {
35
35
"debug" : " 4.3.4" ,
36
36
"fs-extra" : " 11.1.0" ,
37
- "lisk-sdk" : " ^6.0.1 "
37
+ "lisk-sdk" : " ^6.0.2 "
38
38
},
39
39
"devDependencies" : {
40
40
"@types/jest" : " 29.2.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @liskhq/lisk-framework-dashboard-plugin" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"description" : " A plugin for interacting with a newly developed blockchain application." ,
5
5
"author" : " Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>" ,
6
6
"license" : " Apache-2.0" ,
46
46
},
47
47
"dependencies" : {
48
48
"@csstools/normalize.css" : " 12.0.0" ,
49
- "@liskhq/lisk-client" : " ^6.0.1 " ,
49
+ "@liskhq/lisk-client" : " ^6.0.2 " ,
50
50
"express" : " 4.18.2" ,
51
51
"json-format-highlight" : " 1.0.4" ,
52
- "lisk-sdk" : " ^6.0.1 " ,
52
+ "lisk-sdk" : " ^6.0.2 " ,
53
53
"react" : " ^17.0.1" ,
54
54
"react-dom" : " ^17.0.1" ,
55
55
"react-router-dom" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @liskhq/lisk-framework-faucet-plugin" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"description" : " A plugin for distributing testnet tokens from a newly developed blockchain application." ,
5
5
"author" : " Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>" ,
6
6
"license" : " Apache-2.0" ,
47
47
},
48
48
"dependencies" : {
49
49
"@csstools/normalize.css" : " 12.0.0" ,
50
- "@liskhq/lisk-api-client" : " ^6.0.1 " ,
51
- "@liskhq/lisk-client" : " ^6.0.1 " ,
50
+ "@liskhq/lisk-api-client" : " ^6.0.2 " ,
51
+ "@liskhq/lisk-client" : " ^6.0.2 " ,
52
52
"@liskhq/lisk-cryptography" : " ^4.0.0" ,
53
53
"@liskhq/lisk-transactions" : " ^6.0.0" ,
54
54
"@liskhq/lisk-utils" : " ^0.4.0" ,
55
55
"@liskhq/lisk-validator" : " ^0.8.0" ,
56
56
"axios" : " 1.2.0" ,
57
57
"express" : " 4.18.2" ,
58
- "lisk-sdk" : " ^6.0.1 " ,
58
+ "lisk-sdk" : " ^6.0.2 " ,
59
59
"react" : " ^17.0.1" ,
60
60
"react-dom" : " ^17.0.1" ,
61
61
"react-router-dom" : " ^5.2.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @liskhq/lisk-framework-forger-plugin" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"description" : " A plugin for lisk-framework that monitors configured validators forging activity and stakers information." ,
5
5
"author" : " Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>" ,
6
6
"license" : " Apache-2.0" ,
40
40
"dependencies" : {
41
41
"debug" : " 4.3.4" ,
42
42
"fs-extra" : " 11.1.0" ,
43
- "lisk-sdk" : " ^6.0.1 "
43
+ "lisk-sdk" : " ^6.0.2 "
44
44
},
45
45
"devDependencies" : {
46
- "@liskhq/lisk-api-client" : " ^6.0.1 " ,
46
+ "@liskhq/lisk-api-client" : " ^6.0.2 " ,
47
47
"@types/debug" : " 4.1.5" ,
48
48
"@types/jest" : " 29.2.3" ,
49
49
"@types/jest-when" : " 3.5.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @liskhq/lisk-framework-monitor-plugin" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"description" : " A plugin for lisk-framework that provides network statistics of the running node" ,
5
5
"author" : " Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>" ,
6
6
"license" : " Apache-2.0" ,
40
40
"express" : " 4.18.2" ,
41
41
"express-rate-limit" : " 6.7.0" ,
42
42
"ip" : " 1.1.5" ,
43
- "lisk-sdk" : " ^6.0.1 "
43
+ "lisk-sdk" : " ^6.0.2 "
44
44
},
45
45
"devDependencies" : {
46
46
"@types/cors" : " 2.8.12" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @liskhq/lisk-framework-report-misbehavior-plugin" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"description" : " A plugin for lisk-framework that provides automatic detection of validator misbehavior and sends a reportValidatorMisbehaviorTransaction to the running node" ,
5
5
"author" : " Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>" ,
6
6
"license" : " Apache-2.0" ,
40
40
"dependencies" : {
41
41
"@liskhq/lisk-cryptography" : " ^4.0.0" ,
42
42
"fs-extra" : " 11.1.0" ,
43
- "lisk-sdk" : " ^6.0.1 "
43
+ "lisk-sdk" : " ^6.0.2 "
44
44
},
45
45
"devDependencies" : {
46
46
"@types/jest" : " 29.2.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lisk-framework" ,
3
- "version" : " 0.11.1 " ,
3
+ "version" : " 0.11.2 " ,
4
4
"description" : " Lisk blockchain application platform" ,
5
5
"author" : " Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>" ,
6
6
"license" : " Apache-2.0" ,
42
42
},
43
43
"dependencies" : {
44
44
"@chainsafe/blst" : " 0.2.9" ,
45
- "@liskhq/lisk-api-client" : " ^6.0.1 " ,
46
- "@liskhq/lisk-chain" : " ^0.5.0 " ,
45
+ "@liskhq/lisk-api-client" : " ^6.0.2 " ,
46
+ "@liskhq/lisk-chain" : " ^0.5.1 " ,
47
47
"@liskhq/lisk-codec" : " ^0.4.0" ,
48
48
"@liskhq/lisk-cryptography" : " ^4.0.0" ,
49
49
"@liskhq/lisk-db" : " 0.3.10" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lisk-sdk" ,
3
- "version" : " 6.0.1 " ,
3
+ "version" : " 6.0.2 " ,
4
4
"description" : " Official SDK for the Lisk blockchain application platform" ,
5
5
"author" : " Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>" ,
6
6
"license" : " Apache-2.0" ,
29
29
"build" : " tsc"
30
30
},
31
31
"dependencies" : {
32
- "@liskhq/lisk-api-client" : " ^6.0.1 " ,
33
- "@liskhq/lisk-chain" : " ^0.5.0 " ,
32
+ "@liskhq/lisk-api-client" : " ^6.0.2 " ,
33
+ "@liskhq/lisk-chain" : " ^0.5.1 " ,
34
34
"@liskhq/lisk-codec" : " ^0.4.0" ,
35
35
"@liskhq/lisk-cryptography" : " ^4.0.0" ,
36
36
"@liskhq/lisk-db" : " 0.3.10" ,
41
41
"@liskhq/lisk-tree" : " ^0.4.0" ,
42
42
"@liskhq/lisk-utils" : " ^0.4.0" ,
43
43
"@liskhq/lisk-validator" : " ^0.8.0" ,
44
- "lisk-framework" : " ^0.11.1 "
44
+ "lisk-framework" : " ^0.11.2 "
45
45
},
46
46
"devDependencies" : {
47
47
"eslint" : " 8.28.0" ,
You can’t perform that action at this time.
0 commit comments