@0x/web3-wrapper
Advanced tools
Comparing version 6.0.7 to 6.0.8
[ | ||
{ | ||
"version": "6.0.8", | ||
"changes": [ | ||
{ | ||
"note": "re-export new ethereum-types types, TupleDataItem", | ||
"pr": 1919 | ||
} | ||
], | ||
"timestamp": 1563957393 | ||
}, | ||
{ | ||
"timestamp": 1563006338, | ||
@@ -4,0 +14,0 @@ "version": "6.0.7", |
@@ -8,2 +8,6 @@ <!-- | ||
## v6.0.8 - _July 24, 2019_ | ||
* re-export new ethereum-types types, TupleDataItem (#1919) | ||
## v6.0.7 - _July 13, 2019_ | ||
@@ -10,0 +14,0 @@ |
export { Web3Wrapper } from './web3_wrapper'; | ||
export { marshaller } from './marshaller'; | ||
export { AbiDecoder, DecodedCalldata } from '@0x/utils'; | ||
export { BlockParam, TxData, SupportedProvider, TransactionReceipt, Transaction, TraceParams, TransactionTrace, BlockWithoutTransactionData, LogEntry, FilterObject, CallData, TransactionReceiptWithDecodedLogs, BlockWithTransactionData, LogTopic, JSONRPCRequestPayload, TransactionReceiptStatus, DecodedLogArgs, StructLog, BlockParamLiteral, ContractEventArg, DecodedLogEntry, LogEntryEvent, OpCode, TxDataPayable, JSONRPCErrorCallback, JSONRPCResponsePayload, JSONRPCResponseError, RawLogEntry, DecodedLogEntryEvent, LogWithDecodedArgs, AbiDefinition, RawLog, FunctionAbi, EventAbi, EventParameter, MethodAbi, ConstructorAbi, FallbackAbi, DataItem, ConstructorStateMutability, StateMutability, Web3JsProvider, GanacheProvider, EIP1193Provider, ZeroExProvider, EIP1193Event, Web3JsV1Provider, Web3JsV2Provider, Web3JsV3Provider, } from 'ethereum-types'; | ||
export { BlockParam, TxData, SupportedProvider, TransactionReceipt, Transaction, TraceParams, TransactionTrace, BlockWithoutTransactionData, LogEntry, FilterObject, CallData, TransactionReceiptWithDecodedLogs, BlockWithTransactionData, LogTopic, JSONRPCRequestPayload, TransactionReceiptStatus, DecodedLogArgs, StructLog, BlockParamLiteral, ContractEventArg, DecodedLogEntry, LogEntryEvent, OpCode, TxDataPayable, JSONRPCErrorCallback, JSONRPCResponsePayload, JSONRPCResponseError, RawLogEntry, DecodedLogEntryEvent, LogWithDecodedArgs, AbiDefinition, RawLog, FunctionAbi, EventAbi, EventParameter, MethodAbi, ConstructorAbi, FallbackAbi, DataItem, TupleDataItem, ConstructorStateMutability, StateMutability, Web3JsProvider, GanacheProvider, EIP1193Provider, ZeroExProvider, EIP1193Event, Web3JsV1Provider, Web3JsV2Provider, Web3JsV3Provider, } from 'ethereum-types'; | ||
export { Web3WrapperErrors, NodeType, CallDataRPC, BlockWithoutTransactionDataRPC, BlockWithTransactionDataRPC, TransactionReceiptStatusRPC, TransactionReceiptRPC, LogEntryRPC, TransactionRPC, TxDataRPC, } from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@0x/web3-wrapper", | ||
"version": "6.0.7", | ||
"version": "6.0.8", | ||
"engines": { | ||
@@ -57,7 +57,7 @@ "node": ">=6.12" | ||
"dependencies": { | ||
"@0x/assert": "^2.1.0", | ||
"@0x/json-schemas": "^3.0.11", | ||
"@0x/typescript-typings": "^4.2.3", | ||
"@0x/utils": "^4.4.0", | ||
"ethereum-types": "^2.1.3", | ||
"@0x/assert": "^2.1.1", | ||
"@0x/json-schemas": "^3.1.11", | ||
"@0x/typescript-typings": "^4.2.4", | ||
"@0x/utils": "^4.4.1", | ||
"ethereum-types": "^2.1.4", | ||
"ethereumjs-util": "^5.1.1", | ||
@@ -70,3 +70,3 @@ "ethers": "~4.0.4", | ||
}, | ||
"gitHead": "e8535551650633b26eac8330b91b6a1b92ec43f3" | ||
"gitHead": "6f3cee1a1e64bac518dfbe780920efe46bf76d40" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
136925
25
2241
Updated@0x/assert@^2.1.1
Updated@0x/json-schemas@^3.1.11
Updated@0x/utils@^4.4.1
Updatedethereum-types@^2.1.4