@0xproject/types
Advanced tools
Comparing version 1.1.2 to 1.1.4
[ | ||
{ | ||
"timestamp": 1538693146, | ||
"version": "1.1.4", | ||
"changes": [ | ||
{ | ||
"note": "Dependencies updated" | ||
} | ||
] | ||
}, | ||
{ | ||
"timestamp": 1538475601, | ||
"version": "1.1.3", | ||
"changes": [ | ||
{ | ||
"note": "Dependencies updated" | ||
} | ||
] | ||
}, | ||
{ | ||
"timestamp": 1538157789, | ||
@@ -4,0 +22,0 @@ "version": "1.1.2", |
@@ -8,2 +8,10 @@ <!-- | ||
## v1.1.4 - _October 4, 2018_ | ||
* Dependencies updated | ||
## v1.1.3 - _October 2, 2018_ | ||
* Dependencies updated | ||
## v1.1.2 - _September 28, 2018_ | ||
@@ -40,3 +48,3 @@ | ||
## v1.0.1-rc.4 - _August 14, 2018_ | ||
## v1.0.1-rc.4 - _August 13, 2018_ | ||
@@ -61,3 +69,3 @@ * Added SignerType to handle different signing prefix scenarios (#914) | ||
## v1.0.0-rc.1 - _July 20, 2018_ | ||
## v1.0.0-rc.1 - _July 19, 2018_ | ||
@@ -85,3 +93,3 @@ * Updated types for V2 of 0x protocol | ||
## v0.6.3 - _May 5, 2018_ | ||
## v0.6.3 - _May 4, 2018_ | ||
@@ -88,0 +96,0 @@ * Dependencies updated |
@@ -454,2 +454,3 @@ import { BigNumber } from 'bignumber.js'; | ||
isPayable?: boolean; | ||
isFallback?: boolean; | ||
} | ||
@@ -456,0 +457,0 @@ export interface Source { |
{ | ||
"name": "@0xproject/types", | ||
"version": "1.1.2", | ||
"version": "1.1.4", | ||
"engines": { | ||
@@ -12,2 +12,3 @@ "node": ">=6.12" | ||
"build": "tsc -b", | ||
"build:ci": "yarn build", | ||
"clean": "shx rm -rf lib", | ||
@@ -26,3 +27,3 @@ "lint": "tslint --project ." | ||
"devDependencies": { | ||
"@0xproject/tslint-config": "^1.0.7", | ||
"@0xproject/tslint-config": "^1.0.8", | ||
"copyfiles": "^2.0.0", | ||
@@ -37,3 +38,3 @@ "make-promises-safe": "^1.1.0", | ||
"bignumber.js": "~4.1.0", | ||
"ethereum-types": "^1.0.9" | ||
"ethereum-types": "^1.0.11" | ||
}, | ||
@@ -43,3 +44,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "ac14dd2b29b42ef4d2a46db9b70d4d30cf9bd40f" | ||
"gitHead": "b5d88079d9876677ff983f02f55d8f98bc7ab439" | ||
} |
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
53736
1005
Updatedethereum-types@^1.0.11