Stop exporting marshaller from web3-wrapper
This commit is contained in:
		@@ -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';
 | 
			
		||||
 
 | 
			
		||||
@@ -2,10 +2,6 @@
 | 
			
		||||
    {
 | 
			
		||||
        "version": "1.0.0",
 | 
			
		||||
        "changes": [
 | 
			
		||||
            {
 | 
			
		||||
                "note": "Export `marshaller` utility file.",
 | 
			
		||||
                "pr": 829
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
                "note": "Add `getNodeTypeAsync` method",
 | 
			
		||||
                "pr": 812
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,2 @@
 | 
			
		||||
export { Web3Wrapper } from './web3_wrapper';
 | 
			
		||||
export { Web3WrapperErrors, NodeType } from './types';
 | 
			
		||||
export { marshaller } from './marshaller';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user