This repository has been archived by the owner on Jun 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
23 additions
and
23 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": "@liskhq/lisk-api-client", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "An API client for the Lisk network", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "GPL-3.0", | ||
|
@@ -58,8 +58,8 @@ | |
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" | ||
}, | ||
"dependencies": { | ||
"axios": "0.18.0", | ||
"@liskhq/lisk-constants": "1.0.0" | ||
"@liskhq/lisk-constants": "1.1.0", | ||
"axios": "0.18.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "6.26.0", | ||
|
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": "@liskhq/lisk-client", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "A default set of Elements for use by clients of the Lisk network", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "GPL-3.0", | ||
|
@@ -63,11 +63,11 @@ | |
"postpublish": "npm run publish:browser" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-api-client": "1.0.0", | ||
"@liskhq/lisk-constants": "1.0.0", | ||
"@liskhq/lisk-cryptography": "1.0.0", | ||
"@liskhq/lisk-passphrase": "1.0.0", | ||
"@liskhq/lisk-transactions": "1.0.0" | ||
"@liskhq/lisk-api-client": "1.1.0", | ||
"@liskhq/lisk-constants": "1.1.0", | ||
"@liskhq/lisk-cryptography": "1.1.0", | ||
"@liskhq/lisk-passphrase": "1.1.0", | ||
"@liskhq/lisk-transactions": "1.1.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "6.26.0", | ||
|
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": "@liskhq/lisk-constants", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "General constants for use with Lisk-related software", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "GPL-3.0", | ||
|
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": "@liskhq/lisk-cryptography", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "General cryptographic functions for use with Lisk-related software", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "GPL-3.0", | ||
|
@@ -58,10 +58,10 @@ | |
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-constants": "1.1.0", | ||
"browserify-bignum": "1.3.0-2", | ||
"buffer-reverse": "1.0.1", | ||
"ed2curve": "0.2.1", | ||
"@liskhq/lisk-constants": "1.0.0", | ||
"tweetnacl": "1.0.0", | ||
"varuint-bitcoin": "1.1.0" | ||
}, | ||
|
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-elements", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Elements for building blockchain applications in the Lisk network", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "GPL-3.0", | ||
|
@@ -63,11 +63,11 @@ | |
"postpublish": "npm run publish:browser" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-api-client": "1.0.0", | ||
"@liskhq/lisk-constants": "1.0.0", | ||
"@liskhq/lisk-cryptography": "1.0.0", | ||
"@liskhq/lisk-passphrase": "1.0.0", | ||
"@liskhq/lisk-transactions": "1.0.0" | ||
"@liskhq/lisk-api-client": "1.1.0", | ||
"@liskhq/lisk-constants": "1.1.0", | ||
"@liskhq/lisk-cryptography": "1.1.0", | ||
"@liskhq/lisk-passphrase": "1.1.0", | ||
"@liskhq/lisk-transactions": "1.1.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "6.26.0", | ||
|
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": "@liskhq/lisk-passphrase", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Mnemonic passphrase helpers for use with Lisk-related software", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "GPL-3.0", | ||
|
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": "@liskhq/lisk-transactions", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Everything related to transactions according to the Lisk protocol", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "GPL-3.0", | ||
|
@@ -58,11 +58,11 @@ | |
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-constants": "1.1.0", | ||
"@liskhq/lisk-cryptography": "1.1.0", | ||
"ajv": "6.5.3", | ||
"ajv-merge-patch": "4.1.0", | ||
"browserify-bignum": "1.3.0-2", | ||
"@liskhq/lisk-constants": "1.0.0", | ||
"@liskhq/lisk-cryptography": "1.0.0" | ||
"browserify-bignum": "1.3.0-2" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "6.26.0", | ||
|