ethereum-types
Advanced tools
Comparing version 3.3.3 to 3.4.0
[ | ||
{ | ||
"version": "3.4.0", | ||
"changes": [ | ||
{ | ||
"note": "Add `shouldCompileIndependently` to `CompilerOptions`", | ||
"pr": 12 | ||
} | ||
], | ||
"timestamp": 1606873582 | ||
}, | ||
{ | ||
"version": "3.3.3", | ||
@@ -4,0 +14,0 @@ "changes": [ |
@@ -8,2 +8,6 @@ <!-- | ||
## v3.4.0 - _December 2, 2020_ | ||
* Add `shouldCompileIndependently` to `CompilerOptions` (#12) | ||
## v3.3.3 - _October 21, 2020_ | ||
@@ -10,0 +14,0 @@ |
@@ -609,2 +609,3 @@ import { BigNumber } from 'bignumber.js'; | ||
shouldSaveStandardInput?: boolean; | ||
shouldCompileIndependently?: boolean; | ||
} | ||
@@ -611,0 +612,0 @@ export interface BlockRange { |
{ | ||
"name": "ethereum-types", | ||
"version": "3.3.3", | ||
"version": "3.4.0", | ||
"engines": { | ||
@@ -50,3 +50,3 @@ "node": ">=6.12" | ||
}, | ||
"gitHead": "799e4b091dac1aef9fb364ced5625c1799410057" | ||
"gitHead": "e5b2c8c477f85dac6956ff52085e25eb7f2030cf" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57714
1197