tardis-machine
Advanced tools
Comparing version 3.2.2 to 3.2.4
@@ -17,2 +17,5 @@ "use strict"; | ||
} | ||
if (dataTypes.includes('liquidation')) { | ||
yield tardis_dev_1.normalizeLiquidations; | ||
} | ||
} | ||
@@ -19,0 +22,0 @@ exports.getNormalizers = getNormalizers; |
{ | ||
"name": "tardis-machine", | ||
"version": "3.2.2", | ||
"version": "3.2.4", | ||
"engines": { | ||
@@ -61,3 +61,3 @@ "node": ">=12" | ||
"is-docker": "^2.1.0", | ||
"tardis-dev": "^12.0.8", | ||
"tardis-dev": "^12.1.1", | ||
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v18.3.0", | ||
@@ -64,0 +64,0 @@ "yargs": "^15.4.1" |
@@ -10,2 +10,3 @@ import { | ||
normalizeDerivativeTickers, | ||
normalizeLiquidations, | ||
normalizeTrades, | ||
@@ -43,2 +44,6 @@ ReplayNormalizedOptions, | ||
} | ||
if (dataTypes.includes('liquidation')) { | ||
yield normalizeLiquidations | ||
} | ||
} | ||
@@ -45,0 +50,0 @@ |
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
161343
2695
Updatedtardis-dev@^12.1.1