This repository has been archived by the owner on May 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Travis CI User
committed
Jan 2, 2019
1 parent
182f719
commit 89b5ed7
Showing
6 changed files
with
12 additions
and
12 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 |
---|---|---|
|
@@ -5,5 +5,5 @@ | |
"packages/*" | ||
], | ||
"useWorkspaces": true, | ||
"version": "3.0.20" | ||
"version": "3.0.21" | ||
} |
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,7 +1,7 @@ | ||
{ | ||
"name": "@parity/abi", | ||
"description": "Ethereum ABI encoder and decoder", | ||
"version": "3.0.20", | ||
"version": "3.0.21", | ||
"author": "Parity Team <[email protected]>", | ||
"license": "MIT", | ||
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/abi", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@parity/api", | ||
"description": "The Parity Promise-based API library for interfacing with Ethereum over RPC", | ||
"version": "3.0.20", | ||
"version": "3.0.21", | ||
"author": "Parity Team <[email protected]>", | ||
"license": "MIT", | ||
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/api", | ||
|
@@ -38,7 +38,7 @@ | |
"ts-node": "^7.0.1" | ||
}, | ||
"dependencies": { | ||
"@parity/abi": "^3.0.20", | ||
"@parity/abi": "^3.0.21", | ||
"bignumber.js": "^8.0.1", | ||
"blockies": "0.0.2", | ||
"es6-error": "4.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@parity/contracts", | ||
"description": "Parity's contracts as ES6 classes.", | ||
"version": "3.0.20", | ||
"version": "3.0.21", | ||
"author": "Parity Team <[email protected]>", | ||
"license": "MIT", | ||
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/contracts", | ||
|
@@ -22,8 +22,8 @@ | |
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@parity/abi": "^3.0.20", | ||
"@parity/api": "^3.0.20", | ||
"@parity/abi": "^3.0.21", | ||
"@parity/api": "^3.0.21", | ||
"bignumber.js": "^8.0.1" | ||
} | ||
} |
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,7 +1,7 @@ | ||
{ | ||
"name": "@parity/light.js-react", | ||
"description": "A HOC to easily use @parity/light.js with React.", | ||
"version": "3.0.20", | ||
"version": "3.0.21", | ||
"author": "Parity Team <[email protected]>", | ||
"license": "MIT", | ||
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/light.js-react", | ||
|
@@ -30,7 +30,7 @@ | |
"symbol-observable": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@parity/light.js": "^3.0.20", | ||
"@parity/light.js": "^3.0.21", | ||
"@types/enzyme": "^3.1.13", | ||
"@types/enzyme-adapter-react-16": "^1.0.3", | ||
"@types/recompose": "^0.26.4", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@parity/light.js", | ||
"description": "A high-level reactive JS library optimized for light clients", | ||
"version": "3.0.20", | ||
"version": "3.0.21", | ||
"author": "Parity Team <[email protected]>", | ||
"license": "MIT", | ||
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/light.js", | ||
|
@@ -26,8 +26,8 @@ | |
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@parity/abi": "^3.0.20", | ||
"@parity/api": "^3.0.20", | ||
"@parity/abi": "^3.0.21", | ||
"@parity/api": "^3.0.21", | ||
"async-retry": "^1.2.3", | ||
"bignumber.js": "^8.0.1", | ||
"debug": "^4.1.0", | ||
|