bulltrackers-module 1.0.527 → 1.0.529

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.
@@ -127,7 +127,7 @@ async function getPortfolioPartRefs(config, deps, dateString, requiredUserTypes
127
127
  }
128
128
  }
129
129
 
130
- logger.log('INFO', `Found ${allPartRefs.length} total portfolio refs for ${dateString}`);
130
+ logger.log('INFO', `Found ${allPartRefs.length} total portfolio refs for ${dateString} for types: ${fetchAll ? 'ALL' : Array.from(types).join(',')}`);
131
131
  return allPartRefs;
132
132
  }
133
133
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.527",
3
+ "version": "1.0.529",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [