tardis-dev
Advanced tools
Comparing version 10.1.10 to 10.1.11
@@ -61,3 +61,3 @@ "use strict"; | ||
asks: message.sell.map(mapBookLevel), | ||
timestamp: fromMicroSecondsToDate(message.timestamp), | ||
timestamp: message.timestamp !== undefined ? fromMicroSecondsToDate(message.timestamp) : localTimestamp, | ||
localTimestamp | ||
@@ -64,0 +64,0 @@ }; |
{ | ||
"name": "tardis-dev", | ||
"version": "10.1.10", | ||
"version": "10.1.11", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=12" |
@@ -69,3 +69,3 @@ import { Mapper, PendingTickerInfoHelper } from './mapper' | ||
asks: message.sell.map(mapBookLevel), | ||
timestamp: fromMicroSecondsToDate(message.timestamp), | ||
timestamp: message.timestamp !== undefined ? fromMicroSecondsToDate(message.timestamp) : localTimestamp, | ||
localTimestamp | ||
@@ -139,3 +139,3 @@ } | ||
symbol: string | ||
timestamp: number | ||
timestamp?: number | ||
type: 'l2_orderbook' | ||
@@ -142,0 +142,0 @@ } |
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
759709