@0xproject/utils
Advanced tools
Comparing version 0.4.2 to 0.4.3
# CHANGELOG | ||
## v0.4.3 - _March 18, 2018_ | ||
* Add `@types/node` to dependencies since `intervalUtils` has the `NodeJS` type as part of its public interface. | ||
## v0.4.2 - _March 18, 2018_ | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@0xproject/utils", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "0x TS utils", | ||
@@ -23,4 +23,4 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@0xproject/monorepo-scripts": "^0.1.13", | ||
"@0xproject/tslint-config": "^0.4.11", | ||
"@0xproject/monorepo-scripts": "^0.1.14", | ||
"@0xproject/tslint-config": "^0.4.12", | ||
"@types/lodash": "^4.14.86", | ||
@@ -34,10 +34,11 @@ "copyfiles": "^1.2.0", | ||
"dependencies": { | ||
"@0xproject/types": "^0.4.0", | ||
"@0xproject/types": "^0.4.1", | ||
"@types/node": "^8.0.53", | ||
"bignumber.js": "~4.1.0", | ||
"ethers-contracts": "^2.2.1", | ||
"ethers-typescript-typings": "^0.0.3", | ||
"ethers-typescript-typings": "^0.0.4", | ||
"js-sha3": "^0.7.0", | ||
"lodash": "^4.17.4", | ||
"web3": "^0.20.0", | ||
"web3-typescript-typings": "^0.10.1" | ||
"web3-typescript-typings": "^0.10.2" | ||
}, | ||
@@ -44,0 +45,0 @@ "publishConfig": { |
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
48722
32
9
+ Added@types/node@^8.0.53
+ Added@types/node@8.10.66(transitive)
+ Addedethers-typescript-typings@0.0.4(transitive)
- Removedethers-typescript-typings@0.0.3(transitive)
Updated@0xproject/types@^0.4.1