@0x/web3-wrapper
Advanced tools
Comparing version 4.0.2 to 5.0.0
[ | ||
{ | ||
"version": "5.0.0", | ||
"changes": [ | ||
{ | ||
"note": "Export `DecodedCalldata` from @0x/utils", | ||
"pr": 1569 | ||
} | ||
], | ||
"timestamp": 1549733923 | ||
}, | ||
{ | ||
"version": "4.0.2", | ||
@@ -4,0 +14,0 @@ "changes": [ |
@@ -8,2 +8,6 @@ <!-- | ||
## v5.0.0 - _February 9, 2019_ | ||
* Export `DecodedCalldata` from @0x/utils (#1569) | ||
## v4.0.2 - _February 7, 2019_ | ||
@@ -10,0 +14,0 @@ |
export { Web3Wrapper } from './web3_wrapper'; | ||
export { marshaller } from './marshaller'; | ||
export { AbiDecoder } from '@0x/utils'; | ||
export { AbiDecoder, DecodedCalldata } from '@0x/utils'; | ||
export { BlockParam, TxData, Provider, TransactionReceipt, Transaction, TraceParams, TransactionTrace, BlockWithoutTransactionData, LogEntry, FilterObject, CallData, TransactionReceiptWithDecodedLogs, BlockWithTransactionData, LogTopic, JSONRPCRequestPayload, TransactionReceiptStatus, DecodedLogArgs, StructLog, JSONRPCErrorCallback, BlockParamLiteral, ContractEventArg, DecodedLogEntry, LogEntryEvent, OpCode, TxDataPayable, JSONRPCResponsePayload, JSONRPCResponseError, RawLogEntry, DecodedLogEntryEvent, LogWithDecodedArgs, AbiDefinition, RawLog, FunctionAbi, EventAbi, EventParameter, MethodAbi, ConstructorAbi, FallbackAbi, DataItem, ConstructorStateMutability, StateMutability, } 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": "4.0.2", | ||
"version": "5.0.0", | ||
"engines": { | ||
@@ -57,6 +57,6 @@ "node": ">=6.12" | ||
"dependencies": { | ||
"@0x/assert": "^2.0.2", | ||
"@0x/json-schemas": "^3.0.2", | ||
"@0x/assert": "^2.0.3", | ||
"@0x/json-schemas": "^3.0.3", | ||
"@0x/typescript-typings": "^4.0.0", | ||
"@0x/utils": "^4.0.3", | ||
"@0x/utils": "^4.1.0", | ||
"ethereum-types": "^2.0.0", | ||
@@ -70,3 +70,3 @@ "ethereumjs-util": "^5.1.1", | ||
}, | ||
"gitHead": "f003298ce4c7a2201d2d59685b0d5d0411aeb55d" | ||
"gitHead": "e909faa3ef9cea5d9b4044b993251e98afdb0d19" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
174627
37
2711
Updated@0x/assert@^2.0.3
Updated@0x/json-schemas@^3.0.3
Updated@0x/utils@^4.1.0