Add ethers typescript typings to 0x.js deps. The library works without this atm since another dep of 0x.js has it as a dep. But it's more robust to have it here.

This commit is contained in:
Fabio Berger 2018-03-05 06:12:36 +01:00
parent 011bab3c80
commit 24b9df475c
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG # CHANGELOG
## v0.33.1 - _March 5, 2018_
* Add missing EthersJs typescript typings as dependency
## v0.33.0 - _March 4, 2018_ ## v0.33.0 - _March 4, 2018_
* Validate and lowercase all addresses in public methods (#373) * Validate and lowercase all addresses in public methods (#373)

View File

@ -93,6 +93,7 @@
"ethereumjs-blockstream": "^2.0.6", "ethereumjs-blockstream": "^2.0.6",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"ethers-contracts": "^2.2.1", "ethers-contracts": "^2.2.1",
"ethers-typescript-typings": "^0.0.2",
"js-sha3": "^0.7.0", "js-sha3": "^0.7.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"uuid": "^3.1.0", "uuid": "^3.1.0",