bulltrackers-module 1.0.171 → 1.0.173

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.
@@ -15,7 +15,7 @@ async function lookupUsernames(cids, { logger, headerManager, proxyManager }, co
15
15
  if (!cids?.length) return [];
16
16
  logger.log('INFO', `[lookupUsernames] Looking up usernames for ${cids.length} CIDs.`);
17
17
 
18
- // --- Set concurrency to 1 because appscript gets really fuckmed up with undocumented rate limits if we try spam it concurrently, a shame but that's life. DO NOT CHANGE THIS
18
+ // --- Set concurrency to 1 because appscript gets really fucked up with undocumented rate limits if we try spam it concurrently, a shame but that's life. DO NOT CHANGE THIS
19
19
  const limit = pLimit(1);
20
20
  const { USERNAME_LOOKUP_BATCH_SIZE, ETORO_API_RANKINGS_URL } = config;
21
21
  const batches = [];
package/index.js CHANGED
@@ -36,7 +36,7 @@ const { build: buildManifestFunc } = require('./functions/computation-system/hel
36
36
  const computationSystem = { runComputationPass : require('./functions/computation-system/helpers/computation_pass_runner') .runComputationPass,
37
37
  dataLoader : require('./functions/computation-system/utils/data_loader'),
38
38
  computationUtils : require('./functions/computation-system/utils/utils'),
39
- buildManifest : buildManifestFunc // <--- NEW PIPE EXPORT
39
+ buildManifest : buildManifestFunc
40
40
  };
41
41
 
42
42
  // API
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.171",
3
+ "version": "1.0.173",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [