Do not export AssetData in 0x.js
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
|
@@ -71,7 +71,6 @@ export { AbiDecoder } from '@0x/utils';
|
||||
export { BigNumber } from '@0x/utils';
|
||||
|
||||
export {
|
||||
AssetData,
|
||||
ExchangeContractErrs,
|
||||
Order,
|
||||
SignedOrder,
|
||||
|
Reference in New Issue
Block a user