tardis-client
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -18,3 +18,3 @@ export declare const EXCHANGES: readonly ["bitmex", "binance", "binance-futures", "deribit", "bitstamp", "coinbase", "cryptofacilities", "kraken", "bitfinex", "bitfinex-derivatives", "okex", "binance-jersey", "binance-dex", "ftx", "gemini", "bitflyer"]; | ||
bitflyer: readonly ["lightning_board_snapshot", "lightning_board", "lightning_ticker", "lightning_executions"]; | ||
'binance-futures': string[]; | ||
'binance-futures': readonly ["aggTrade", "ticker", "depth", "markPrice", "depthSnapshot"]; | ||
'bitfinex-derivatives': readonly ["trades", "book", "status"]; | ||
@@ -21,0 +21,0 @@ }; |
{ | ||
"name": "tardis-client", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=12" |
@@ -108,3 +108,3 @@ export const EXCHANGES = [ | ||
const BINANCE_FUTURES_CHANNELS = ['aggTrade', 'ticker', 'depth', 'markPrice', 'depthSnapshot'] | ||
const BINANCE_FUTURES_CHANNELS = ['aggTrade', 'ticker', 'depth', 'markPrice', 'depthSnapshot'] as const | ||
@@ -111,0 +111,0 @@ const BITFINEX_DERIV_CHANNELS = ['trades', 'book', 'status'] as const |
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
96418