@0x/web3-wrapper
Advanced tools
Comparing version 6.0.2 to 6.0.3
[ | ||
{ | ||
"version": "6.0.3", | ||
"changes": [ | ||
{ | ||
"note": "Update ganache-core to 2.5.3", | ||
"pr": 1707 | ||
} | ||
], | ||
"timestamp": 1553091633 | ||
}, | ||
{ | ||
"timestamp": 1551479279, | ||
@@ -4,0 +14,0 @@ "version": "6.0.2", |
@@ -8,2 +8,6 @@ <!-- | ||
## v6.0.3 - _March 20, 2019_ | ||
* Update ganache-core to 2.5.3 (#1707) | ||
## v6.0.2 - _March 1, 2019_ | ||
@@ -10,0 +14,0 @@ |
@@ -83,3 +83,3 @@ "use strict"; | ||
nodeVersion = _a.sent(); | ||
NODE_VERSION = 'EthereumJS TestRPC/v2.3.3/ethereum-js'; | ||
NODE_VERSION = 'EthereumJS TestRPC/v2.5.3/ethereum-js'; | ||
expect(nodeVersion).to.be.equal(NODE_VERSION); | ||
@@ -86,0 +86,0 @@ return [2 /*return*/]; |
{ | ||
"name": "@0x/web3-wrapper", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"engines": { | ||
@@ -45,3 +45,3 @@ "node": ">=6.12" | ||
"dirty-chai": "^2.0.1", | ||
"ganache-core": "^2.3.3", | ||
"ganache-core": "^2.5.3", | ||
"make-promises-safe": "^1.1.0", | ||
@@ -57,7 +57,7 @@ "mocha": "^4.1.0", | ||
"dependencies": { | ||
"@0x/assert": "^2.0.6", | ||
"@0x/json-schemas": "^3.0.6", | ||
"@0x/typescript-typings": "^4.1.0", | ||
"@0x/utils": "^4.2.2", | ||
"ethereum-types": "^2.1.0", | ||
"@0x/assert": "^2.0.7", | ||
"@0x/json-schemas": "^3.0.7", | ||
"@0x/typescript-typings": "^4.2.0", | ||
"@0x/utils": "^4.2.3", | ||
"ethereum-types": "^2.1.1", | ||
"ethereumjs-util": "^5.1.1", | ||
@@ -70,3 +70,3 @@ "ethers": "~4.0.4", | ||
}, | ||
"gitHead": "397496aff007500f1b4fbf68fe53f2e565f3e115" | ||
"gitHead": "d4c37ecfa3be19f5df560694d14d8c0161f41dc4" | ||
} |
@@ -38,3 +38,3 @@ import { BigNumber } from '@0x/utils'; | ||
const nodeVersion = await web3Wrapper.getNodeVersionAsync(); | ||
const NODE_VERSION = 'EthereumJS TestRPC/v2.3.3/ethereum-js'; | ||
const NODE_VERSION = 'EthereumJS TestRPC/v2.5.3/ethereum-js'; | ||
expect(nodeVersion).to.be.equal(NODE_VERSION); | ||
@@ -41,0 +41,0 @@ }); |
170995
2750
Updated@0x/assert@^2.0.7
Updated@0x/json-schemas@^3.0.7
Updated@0x/utils@^4.2.3
Updatedethereum-types@^2.1.1