Do not export AssetData in 0x.js

This commit is contained in:
Amir Bandeali
2019-01-03 11:19:10 -08:00
parent 5720589515
commit d7f9e3f0a0
2 changed files with 2 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
[
{
"version": "2.1.0",
"version": "3.0.0",
"changes": [
{
"note":
"Export `MultiAssetData`, `MultiAssetDataWithRecursiveDecoding`, `ObjectMap`, and `SingleAssetData` from types",
"Export `MultiAssetData`, `MultiAssetDataWithRecursiveDecoding`, `ObjectMap`, and `SingleAssetData` from types. No longer export AssetData.",
"pr": 1363
}
]

View File

@@ -71,7 +71,6 @@ export { AbiDecoder } from '@0x/utils';
export { BigNumber } from '@0x/utils';
export {
AssetData,
ExchangeContractErrs,
Order,
SignedOrder,