@ex-master/core
Advanced tools
Comparing version 0.3.8 to 0.3.9
@@ -33,2 +33,4 @@ import { Decimal } from 'decimal.js'; | ||
export interface DepthData { | ||
sequence?: number; | ||
ts?: number; | ||
/** In milliseconds. */ | ||
@@ -35,0 +37,0 @@ time: number; |
{ | ||
"name": "@ex-master/core", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"main": "bld/library/index.js", | ||
@@ -25,3 +25,3 @@ "types": "bld/library/index.d.ts", | ||
}, | ||
"gitHead": "1b5584797f82a9f6f063341a3b3371c3ae7c87dd" | ||
"gitHead": "15b749c6347788c8ee5f58ca56aa6033885d4d46" | ||
} |
@@ -49,2 +49,4 @@ import {Decimal} from 'decimal.js'; | ||
export interface DepthData { | ||
sequence?: number; | ||
ts?: number; | ||
/** In milliseconds. */ | ||
@@ -51,0 +53,0 @@ time: number; |
37474
917