-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "lisk-commander", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "A command line interface for Lisk", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -99,11 +99,11 @@ | |
"/docs" | ||
], | ||
"dependencies": { | ||
"@liskhq/lisk-api-client": "2.0.1", | ||
"@liskhq/lisk-constants": "1.2.1", | ||
"@liskhq/lisk-cryptography": "2.1.0", | ||
"@liskhq/lisk-passphrase": "2.0.1", | ||
"@liskhq/lisk-transactions": "2.1.1", | ||
"@liskhq/lisk-api-client": "2.0.2", | ||
"@liskhq/lisk-constants": "1.2.2", | ||
"@liskhq/lisk-cryptography": "2.1.1", | ||
"@liskhq/lisk-passphrase": "2.0.2", | ||
"@liskhq/lisk-transactions": "2.1.2", | ||
"@oclif/command": "1.5.6", | ||
"@oclif/config": "1.9.0", | ||
"@oclif/errors": "1.2.2", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-api-client", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "An API client for the Lisk network", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-client", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A default set of Elements for use by clients of the Lisk network", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -59,11 +59,11 @@ | |
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-api-client": "2.0.1", | ||
"@liskhq/lisk-constants": "1.2.1", | ||
"@liskhq/lisk-cryptography": "2.1.0", | ||
"@liskhq/lisk-passphrase": "2.0.1", | ||
"@liskhq/lisk-transactions": "2.1.1", | ||
"@liskhq/lisk-api-client": "2.0.2", | ||
"@liskhq/lisk-constants": "1.2.2", | ||
"@liskhq/lisk-cryptography": "2.1.1", | ||
"@liskhq/lisk-passphrase": "2.0.2", | ||
"@liskhq/lisk-transactions": "2.1.2", | ||
"@types/node": "10.12.21" | ||
}, | ||
"devDependencies": { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-constants", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "General constants for use with Lisk-related software", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-cryptography", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "General cryptographic functions for use with Lisk-related software", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "lisk-elements", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Elements for building blockchain applications in the Lisk network", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -59,11 +59,11 @@ | |
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-api-client": "2.0.1", | ||
"@liskhq/lisk-constants": "1.2.1", | ||
"@liskhq/lisk-cryptography": "2.1.0", | ||
"@liskhq/lisk-passphrase": "2.0.1", | ||
"@liskhq/lisk-transactions": "2.1.1", | ||
"@liskhq/lisk-api-client": "2.0.2", | ||
"@liskhq/lisk-constants": "1.2.2", | ||
"@liskhq/lisk-cryptography": "2.1.1", | ||
"@liskhq/lisk-passphrase": "2.0.2", | ||
"@liskhq/lisk-transactions": "2.1.2", | ||
"@types/node": "10.12.21" | ||
}, | ||
"devDependencies": { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-p2p", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Unstructured P2P library for use with Lisk-related software", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-passphrase", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Mnemonic passphrase helpers for use with Lisk-related software", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-transaction-pool", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Transaction pool library for use with Lisk-related software", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-transactions", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Everything related to transactions according to the Lisk protocol", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -58,7 +58,7 @@ | |
}, | ||
"dependencies": { | ||
"@liskhq/bignum": "1.3.1", | ||
"@liskhq/lisk-cryptography": "2.1.0", | ||
"@liskhq/lisk-cryptography": "2.1.1", | ||
"@types/node": "10.12.21", | ||
"ajv": "6.8.1", | ||
"ajv-merge-patch": "4.1.0" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-validator", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Validation library according to the Lisk protocol", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -61,7 +61,7 @@ | |
}, | ||
"dependencies": { | ||
"@liskhq/bignum": "1.3.1", | ||
"@liskhq/lisk-cryptography": "2.1.0", | ||
"@liskhq/lisk-cryptography": "2.1.1", | ||
"@types/node": "10.12.21", | ||
"@types/semver": "5.5.0", | ||
"@types/validator": "10.9.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "lisk-framework", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Lisk blockchain application platform", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -48,10 +48,10 @@ | |
"docs:serve": "http-server docs/jsdoc/" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-cryptography": "2.1.0", | ||
"@liskhq/lisk-p2p": "0.1.1", | ||
"@liskhq/lisk-transaction-pool": "0.1.1", | ||
"@liskhq/lisk-transactions": "2.1.1", | ||
"@liskhq/lisk-cryptography": "2.1.1", | ||
"@liskhq/lisk-p2p": "0.1.2", | ||
"@liskhq/lisk-transaction-pool": "0.1.2", | ||
"@liskhq/lisk-transactions": "2.1.2", | ||
"ajv": "6.7.0", | ||
"async": "2.6.1", | ||
"bignumber.js": "8.0.2", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "lisk-sdk", | ||
"version": "2.0.0-alpha.14", | ||
"version": "2.0.0", | ||
"description": "Official SDK for the Lisk blockchain application platform", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -23,8 +23,8 @@ | |
"main": "src/index.js", | ||
"dependencies": { | ||
"@liskhq/bignum": "1.3.1", | ||
"@liskhq/lisk-cryptography": "2.1.0", | ||
"@liskhq/lisk-transactions": "2.1.1", | ||
"lisk-framework": "0.1.1" | ||
"@liskhq/lisk-cryptography": "2.1.1", | ||
"@liskhq/lisk-transactions": "2.1.2", | ||
"lisk-framework": "0.1.2" | ||
} | ||
} |