diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/order-utils/package.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index c49abfdae..d4b04df1c 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -31,7 +31,14 @@ "contracts_v2": "DummyERC20Token", "postpublish": { "assets": [], - "shouldPublishDocs": true + "shouldPublishDocs": true, + "omitExports": [ + "AbstractBalanceAndProxyAllowanceFetcher", + "AbstractOrderFilledCancelledFetcher", + "BalanceAndProxyAllowanceLazyStore", + "OrderFilledCancelledLazyStore", + "ExchangeTransferSimulator" + ] } }, "license": "Apache-2.0", |