diff options
author | Fabio Berger <me@fabioberger.com> | 2018-05-25 07:31:21 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-05-25 07:31:21 +0800 |
commit | 4e5bfae332279acbb58d76a32102b5a27dde069d (patch) | |
tree | e613c1a5ebba642a171f0817ef8c336088091543 /packages/0x.js/package.json | |
parent | 662dc1287737aa02c0c822d7c53be114230422c0 (diff) | |
parent | 895a9093aa5f204f9f7ad0fedb2934a8b6c40b17 (diff) | |
download | dexon-sol-tools-4e5bfae332279acbb58d76a32102b5a27dde069d.tar dexon-sol-tools-4e5bfae332279acbb58d76a32102b5a27dde069d.tar.gz dexon-sol-tools-4e5bfae332279acbb58d76a32102b5a27dde069d.tar.bz2 dexon-sol-tools-4e5bfae332279acbb58d76a32102b5a27dde069d.tar.lz dexon-sol-tools-4e5bfae332279acbb58d76a32102b5a27dde069d.tar.xz dexon-sol-tools-4e5bfae332279acbb58d76a32102b5a27dde069d.tar.zst dexon-sol-tools-4e5bfae332279acbb58d76a32102b5a27dde069d.zip |
Merge branch 'v2-prototype' into refactor/order-utils/for-v2
* v2-prototype:
Temporarily disable installation tests
Use domain separator for exchange address
publicGetOrderSchemaHash -> getOrderSchemaHash
Update order hash to match latest eip712
Pin connect in sra-report
Fix a typo
Pin types in sra-report
Fix linter issues
Unpin types version in @0xproject/connect
Pin types version in website
Do a fake version bump on types so that yarn doesn't try to install updated version for not yet migrated packages
Migrate migrations to v2
Diffstat (limited to 'packages/0x.js/package.json')
-rw-r--r-- | packages/0x.js/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index a498124b6..e4f7a1d03 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -104,7 +104,7 @@ "@0xproject/order-utils": "^0.0.5", "@0xproject/order-watcher": "^0.0.2", "@0xproject/sol-compiler": "^0.5.0", - "@0xproject/types": "^0.7.0", + "@0xproject/types": "0.7.0", "@0xproject/typescript-typings": "^0.3.2", "@0xproject/utils": "^0.6.2", "@0xproject/web3-wrapper": "^0.6.4", |