@0x/typescript-typings
Advanced tools
Comparing version 3.0.8 to 4.0.0
[ | ||
{ | ||
"version": "4.0.0", | ||
"changes": [ | ||
{ | ||
"note": "Upgrade the bignumber.js to v8.0.2", | ||
"pr": 1517 | ||
} | ||
], | ||
"timestamp": 1549373905 | ||
}, | ||
{ | ||
"timestamp": 1547561734, | ||
@@ -4,0 +14,0 @@ "version": "3.0.8", |
@@ -8,2 +8,6 @@ <!-- | ||
## v4.0.0 - _February 5, 2019_ | ||
* Upgrade the bignumber.js to v8.0.2 (#1517) | ||
## v3.0.8 - _January 15, 2019_ | ||
@@ -10,0 +14,0 @@ |
{ | ||
"name": "@0x/typescript-typings", | ||
"version": "3.0.8", | ||
"version": "4.0.0", | ||
"engines": { | ||
@@ -29,4 +29,4 @@ "node": ">=6.12" | ||
"@types/react": "*", | ||
"bignumber.js": "~4.1.0", | ||
"ethereum-types": "^1.1.6", | ||
"bignumber.js": "~8.0.2", | ||
"ethereum-types": "^2.0.0", | ||
"popper.js": "1.14.3" | ||
@@ -41,3 +41,3 @@ }, | ||
}, | ||
"gitHead": "f570f80674c22f69712c45e8e3c48e948b51f357" | ||
"gitHead": "7b583cecb29c24f561c8befa835ba9ef5a6918f6" | ||
} |
@@ -98,3 +98,3 @@ declare module 'solc' { | ||
): CompilationResult; | ||
compileStandardWrapper(input: string, findImports: (importPath: string) => ImportContents): string; | ||
compileStandardWrapper(input: string, findImports?: (importPath: string) => ImportContents): string; | ||
} | ||
@@ -101,0 +101,0 @@ export function loadRemoteVersion( |
87685
2124
+ Addedbignumber.js@8.0.2(transitive)
+ Addedethereum-types@2.1.6(transitive)
- Removedbignumber.js@4.1.0(transitive)
- Removedethereum-types@1.1.6(transitive)
Updatedbignumber.js@~8.0.2
Updatedethereum-types@^2.0.0