@0x/typescript-typings
Advanced tools
Comparing version 4.1.0 to 4.2.0
[ | ||
{ | ||
"version": "4.2.0", | ||
"changes": [ | ||
{ | ||
"note": "Add optional types to optimizer settings", | ||
"pr": 1682 | ||
} | ||
], | ||
"timestamp": 1553091633 | ||
}, | ||
{ | ||
"version": "4.1.0", | ||
@@ -4,0 +14,0 @@ "changes": [ |
@@ -8,2 +8,6 @@ <!-- | ||
## v4.2.0 - _March 20, 2019_ | ||
* Add optional types to optimizer settings (#1682) | ||
## v4.1.0 - _February 25, 2019_ | ||
@@ -10,0 +14,0 @@ |
{ | ||
"name": "@0x/typescript-typings", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"engines": { | ||
@@ -30,3 +30,3 @@ "node": ">=6.12" | ||
"bignumber.js": "~8.0.2", | ||
"ethereum-types": "^2.1.0", | ||
"ethereum-types": "^2.1.1", | ||
"popper.js": "1.14.3" | ||
@@ -41,3 +41,3 @@ }, | ||
}, | ||
"gitHead": "5934eb0559c7f25bde025a79554ba3632e63af2e" | ||
"gitHead": "d4c37ecfa3be19f5df560694d14d8c0161f41dc4" | ||
} |
@@ -69,2 +69,11 @@ declare module 'solc' { | ||
runs?: number; | ||
details?: { | ||
peephole?: boolean; | ||
jumpdestRemover?: boolean; | ||
orderLiterals?: boolean; | ||
deduplicate?: boolean; | ||
cse?: boolean; | ||
constantOptimizer?: boolean; | ||
yul?: boolean; | ||
}; | ||
}; | ||
@@ -71,0 +80,0 @@ evmVersion?: 'homestead' | 'tangerineWhistle' | 'spuriousDragon' | 'byzantium' | 'constantinople'; |
89153
2170
Updatedethereum-types@^2.1.1