@ex-master/zb
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -20,5 +20,4 @@ import { Dashboard } from '@ex-master/core'; | ||
date: number; | ||
price: number; | ||
amount: number; | ||
time: number; | ||
price: string; | ||
amount: string; | ||
trade_type: ZBTradeType; | ||
@@ -25,0 +24,0 @@ type: ZBOrderType; |
{ | ||
"name": "@ex-master/zb", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"main": "bld/library/index.js", | ||
@@ -29,3 +29,3 @@ "types": "bld/library/index.d.ts", | ||
}, | ||
"gitHead": "d53ae815ea77569511f7caa02e89ea0eafc7fb27" | ||
"gitHead": "79696b57a669ebc8c88ebc0f160cfb1c213894ed" | ||
} |
@@ -66,5 +66,4 @@ import {Agent as HttpAgent} from 'http'; | ||
date: number; | ||
price: number; | ||
amount: number; | ||
time: number; | ||
price: string; | ||
amount: string; | ||
trade_type: ZBTradeType; | ||
@@ -71,0 +70,0 @@ type: ZBOrderType; |
Sorry, the diff of this file is not supported yet
20773
423