bulltrackers-module 1.0.356 → 1.0.358

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,4 +3,4 @@
3
3
  * PURPOSE: Master override for BuildReporter.
4
4
  * Increment this string to force a full re-analysis regardless of code or data stability.
5
5
  */
6
- module.exports = "reporter-epoch-7";
6
+ module.exports = "reporter-epoch-8";
@@ -15,7 +15,7 @@ const { IntelligentHeaderManager } = require('../../core/utils/intelligent_heade
15
15
  * @param {object} config.proxyConfig - Configuration for the IntelligentProxyManager.
16
16
  * @param {object} config.headerConfig - Configuration for the IntelligentHeaderManager.
17
17
  */
18
- async function fetchAndStorePopularInvestors(dependencies, config) {
18
+ async function fetchAndStorePopularInvestors(config, dependencies) {
19
19
  const { db, logger } = dependencies;
20
20
  const { rankingsApiUrl, rankingsCollectionName, proxyConfig, headerConfig } = config;
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.356",
3
+ "version": "1.0.358",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [