@0x/typescript-typings
Advanced tools
Comparing version 4.2.0 to 4.2.1
[ | ||
{ | ||
"timestamp": 1553183790, | ||
"version": "4.2.1", | ||
"changes": [ | ||
{ | ||
"note": "Dependencies updated" | ||
} | ||
] | ||
}, | ||
{ | ||
"version": "4.2.0", | ||
@@ -4,0 +13,0 @@ "changes": [ |
@@ -8,2 +8,6 @@ <!-- | ||
## v4.2.1 - _March 21, 2019_ | ||
* Dependencies updated | ||
## v4.2.0 - _March 20, 2019_ | ||
@@ -10,0 +14,0 @@ |
{ | ||
"name": "@0x/typescript-typings", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"engines": { | ||
@@ -40,3 +40,3 @@ "node": ">=6.12" | ||
}, | ||
"gitHead": "d4c37ecfa3be19f5df560694d14d8c0161f41dc4" | ||
"gitHead": "0f45409b4d481b72280db4eb872c0c72beeea504" | ||
} |
declare module 'ganache-core' { | ||
const GanacheProvider = require('ethereum-types').GanacheProvider; | ||
import EthereumTypes = require('ethereum-types'); | ||
export interface GanacheOpts { | ||
@@ -16,3 +16,3 @@ verbose?: boolean; | ||
} | ||
export function provider(opts: GanacheOpts): GanacheProvider; | ||
export function provider(opts: GanacheOpts): EthereumTypes.Provider; | ||
} |
89381
2179