Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shuse2 committed Nov 2, 2018
1 parent c2d6659 commit f1c8865
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions packages/lisk-api-client/package.json
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",
Expand Down Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions packages/lisk-client/package.json
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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/lisk-constants/package.json
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",
Expand Down
4 changes: 2 additions & 2 deletions packages/lisk-cryptography/package.json
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",
Expand Down Expand Up @@ -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"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/lisk-elements/package.json
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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/lisk-passphrase/package.json
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",
Expand Down
8 changes: 4 additions & 4 deletions packages/lisk-transactions/package.json
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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f1c8865

Please sign in to comment.