Stop exporting marshaller from web3-wrapper

This commit is contained in:
fragosti
2018-07-20 07:37:17 -07:00
parent 0a3ba4d27d
commit 067adbfb62
3 changed files with 2 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
import { marshaller, Web3Wrapper } from '@0xproject/web3-wrapper';
import { Web3Wrapper } from '@0xproject/web3-wrapper';
import { marshaller } from '@0xproject/web3-wrapper/src/marshaller';
import { JSONRPCRequestPayload, Provider } from 'ethereum-types';
import { Callback, ErrorCallback } from '../types';

View File

@@ -2,10 +2,6 @@
{
"version": "1.0.0",
"changes": [
{
"note": "Export `marshaller` utility file.",
"pr": 829
},
{
"note": "Add `getNodeTypeAsync` method",
"pr": 812

View File

@@ -1,3 +1,2 @@
export { Web3Wrapper } from './web3_wrapper';
export { Web3WrapperErrors, NodeType } from './types';
export { marshaller } from './marshaller';