@0x/typescript-typings
Advanced tools
Comparing version 5.0.2 to 5.1.0
[ | ||
{ | ||
"version": "5.1.0", | ||
"changes": [ | ||
{ | ||
"note": "Add `version()` to `SolcInstance`", | ||
"pr": 2532 | ||
} | ||
], | ||
"timestamp": 1592969527 | ||
}, | ||
{ | ||
"timestamp": 1581204851, | ||
@@ -4,0 +14,0 @@ "version": "5.0.2", |
@@ -8,2 +8,6 @@ <!-- | ||
## v5.1.0 - _June 24, 2020_ | ||
* Add `version()` to `SolcInstance` (#2532) | ||
## v5.0.2 - _February 8, 2020_ | ||
@@ -10,0 +14,0 @@ |
{ | ||
"name": "@0x/typescript-typings", | ||
"version": "5.0.2", | ||
"version": "5.1.0", | ||
"engines": { | ||
@@ -30,3 +30,3 @@ "node": ">=6.12" | ||
"bignumber.js": "~9.0.0", | ||
"ethereum-types": "^3.1.0", | ||
"ethereum-types": "^3.1.1", | ||
"popper.js": "1.14.3" | ||
@@ -41,3 +41,3 @@ }, | ||
}, | ||
"gitHead": "5754c11e34b6c833898184360398fb6287d54138" | ||
"gitHead": "7bf710f153a51d4904e37f456466fb3c0037071f" | ||
} |
@@ -108,2 +108,3 @@ declare module 'solc' { | ||
compileStandardWrapper(input: string, findImports?: (importPath: string) => ImportContents): string; | ||
version(): string; | ||
} | ||
@@ -110,0 +111,0 @@ export function loadRemoteVersion( |
104275
2596
Updatedethereum-types@^3.1.1