bulltrackers-module 1.0.541 → 1.0.542

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.
@@ -274,7 +274,8 @@ class StandardExecutor {
274
274
  const targetUserType = metadata.userType;
275
275
  // [NEW] Always load Global Helpers
276
276
  const mappings = await loader.loadMappings();
277
- const piMasterList = await loader.loadPopularInvestorMasterList(config, deps); // [NEW] Loaded globally
277
+ // [FIX] Correct method name: loadPIMasterList (not loadPopularInvestorMasterList)
278
+ const piMasterList = await loader.loadPIMasterList();
278
279
  const SCHEMAS = mathLayer.SCHEMAS;
279
280
 
280
281
  // 1. Load Root Data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.541",
3
+ "version": "1.0.542",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [