tardis-dev
Advanced tools
Comparing version 12.4.16 to 12.4.17
@@ -165,2 +165,3 @@ "use strict"; | ||
interval: this._interval, | ||
grouping: this._grouping, | ||
bids: [...this._bids], | ||
@@ -167,0 +168,0 @@ asks: [...this._asks], |
@@ -127,2 +127,3 @@ import { EXCHANGES, EXCHANGE_CHANNELS_INFO } from './consts'; | ||
readonly interval: number; | ||
readonly grouping?: number; | ||
readonly bids: Optional<BookPriceLevel>[]; | ||
@@ -129,0 +130,0 @@ readonly asks: Optional<BookPriceLevel>[]; |
{ | ||
"name": "tardis-dev", | ||
"version": "12.4.16", | ||
"version": "12.4.17", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=12" |
@@ -226,2 +226,3 @@ import { decimalPlaces } from '../handy' | ||
interval: this._interval, | ||
grouping: this._grouping, | ||
bids: [...this._bids], | ||
@@ -228,0 +229,0 @@ asks: [...this._asks], |
@@ -148,2 +148,3 @@ import { EXCHANGES, EXCHANGE_CHANNELS_INFO } from './consts' | ||
readonly interval: number | ||
readonly grouping?: number | ||
readonly bids: Optional<BookPriceLevel>[] | ||
@@ -150,0 +151,0 @@ readonly asks: Optional<BookPriceLevel>[] |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1064484
19107