@0xcert/ethereum-generic-provider
Advanced tools
Comparing version 2.0.0-alpha0 to 2.0.0-alpha1
@@ -5,4 +5,4 @@ { | ||
{ | ||
"version": "2.0.0-alpha0", | ||
"tag": "@0xcert/ethereum-generic-provider_v2.0.0-alpha0", | ||
"version": "2.0.0-alpha1", | ||
"tag": "@0xcert/ethereum-generic-provider_v2.0.0-alpha1", | ||
"date": "Wed, 19 Jun 2019 10:31:05 GMT", | ||
@@ -9,0 +9,0 @@ "comments": {} |
@@ -5,3 +5,3 @@ # Change Log - @0xcert/ethereum-generic-provider | ||
## 2.0.0-alpha0 | ||
## 2.0.0-alpha1 | ||
Wed, 19 Jun 2019 10:31:05 GMT | ||
@@ -8,0 +8,0 @@ |
@@ -52,3 +52,3 @@ "use strict"; | ||
get gatewayConfig() { | ||
return this._gatewayConfig || null; | ||
return this._gatewayConfig; | ||
} | ||
@@ -55,0 +55,0 @@ set gatewayConfig(config) { |
{ | ||
"files": {}, | ||
"arguments": "npm run clean && npx tsc " | ||
"arguments": "npm run lint && npx nyc npx specron test " | ||
} |
{ | ||
"name": "@0xcert/ethereum-generic-provider", | ||
"version": "2.0.0-alpha0", | ||
"version": "2.0.0-alpha1", | ||
"description": "Basic implementation of communication provider for the Ethereum blockchain.", | ||
@@ -70,3 +70,3 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@0xcert/ethereum-sandbox": "2.0.0-alpha0", | ||
"@0xcert/ethereum-sandbox": "2.0.0-alpha1", | ||
"@types/node": "^10.12.24", | ||
@@ -84,6 +84,6 @@ "@specron/cli": "^0.5.6", | ||
"dependencies": { | ||
"@0xcert/ethereum-utils": "2.0.0-alpha0", | ||
"@0xcert/scaffold": "2.0.0-alpha0", | ||
"@0xcert/ethereum-utils": "2.0.0-alpha1", | ||
"@0xcert/scaffold": "2.0.0-alpha1", | ||
"events": "^3.0.0" | ||
} | ||
} |
@@ -205,3 +205,3 @@ import { Encode, Encoder } from '@0xcert/ethereum-utils'; | ||
public get gatewayConfig(): GatewayConfig { | ||
return this._gatewayConfig || null; | ||
return this._gatewayConfig; | ||
} | ||
@@ -208,0 +208,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
159314
78
+ Added@0xcert/ethereum-utils@2.0.0-alpha1(transitive)
+ Added@0xcert/scaffold@2.0.0-alpha1(transitive)
- Removed@0xcert/ethereum-utils@2.0.0-alpha0(transitive)
- Removed@0xcert/scaffold@2.0.0-alpha0(transitive)