@ex-master/core
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -137,3 +137,3 @@ "use strict"; | ||
price: this.ensurePricePrecision(market, price), | ||
size: this.ensureSizePrecision(market, size, 'up'), | ||
size: this.ensureSizePrecision(market, size, 'down'), | ||
priceDebounceUpper: priceDebounceUpper | ||
@@ -140,0 +140,0 @@ ? this.ensurePricePrecision(market, priceDebounceUpper, 'up') |
{ | ||
"name": "@ex-master/core", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"main": "bld/index.js", | ||
@@ -5,0 +5,0 @@ "types": "bld/index.d.ts", |
33197