bulltrackers-module 1.0.62 → 1.0.63

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.
@@ -98,6 +98,7 @@ async function fetchSampleBatch(blockId, config, dependencies, processedInThisRu
98
98
 
99
99
  if (!response || typeof response.json !== 'function') {
100
100
  logger.log('WARN', `[SamplerTask] Invalid response structure from proxy for block ${blockId}.`);
101
+ logger.log('DEBUG', `[SamplerTask] Response details: ${JSON.stringify(response)}`);
101
102
  return { success: false, cidsSent: cidsToSample.length, publicUsers: [] };
102
103
  }
103
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [