tardis-dev
Advanced tools
Comparing version 10.0.22 to 10.0.24
@@ -31,3 +31,3 @@ "use strict"; | ||
// each filter will have separate sub dir based on it's sha hash | ||
const cacheDir = `${payload.cacheDir}/feeds/${payload.exchange}/${handy_1.sha256(filters)}/`; | ||
const cacheDir = `${payload.cacheDir}/feeds/${payload.exchange}/${handy_1.sha256(filters)}`; | ||
// start with fetching last slice - it will tell quickly if user has access to the end of requested date range | ||
@@ -34,0 +34,0 @@ await getDataFeedSlice(payload, minutesCountToFetch - 1, filters, cacheDir); |
{ | ||
"name": "tardis-dev", | ||
"version": "10.0.22", | ||
"version": "10.0.24", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=12" |
@@ -32,3 +32,3 @@ import dbg from 'debug' | ||
// each filter will have separate sub dir based on it's sha hash | ||
const cacheDir = `${payload.cacheDir}/feeds/${payload.exchange}/${sha256(filters)}/` | ||
const cacheDir = `${payload.cacheDir}/feeds/${payload.exchange}/${sha256(filters)}` | ||
@@ -35,0 +35,0 @@ // start with fetching last slice - it will tell quickly if user has access to the end of requested date range |
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
692191