Merge pull request #2015 from 0xProject/feature/asset-swapper/bump-to-1.0.0

Version bump for asset-buyer and docs prep 1.0.0
This commit is contained in:
David Sun
2019-07-30 17:31:31 -07:00
committed by GitHub
16 changed files with 167 additions and 5 deletions

View File

@@ -25,6 +25,9 @@ export const docGenConfigs: DocGenConfigs = {
'https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/ganache-core/index.d.ts#L8',
'lightwallet.keystore':
'https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/eth-lightwallet/index.d.ts#L36',
// HACK: Asset-swapper specifies marketSell and marketBuy quotes with a descriminant MarketOperation Type to ignore the error, linking Buy and Sell to MarketOperation
Buy: 'https://github.com/0xProject/0x-monorepo/blob/development/packages/types/src/index.ts',
Sell: 'https://github.com/0xProject/0x-monorepo/blob/development/packages/types/src/index.ts',
},
// If a 0x package re-exports an external package, we should add a link to it's exported items here
EXTERNAL_EXPORT_TO_LINK: {