bulltrackers-module 1.0.320 → 1.0.321

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.
@@ -38,7 +38,7 @@ function estimateComplexity(Class, metadata) {
38
38
  // 1. Detect Map-like outputs (per-ticker, per-sector, per-user)
39
39
  // If the schema uses patternProperties, it's likely a dynamic map.
40
40
  if (schema.patternProperties || (schema.type === 'object' && !schema.properties)) {
41
- weight *= 5.0; // Higher weight for dynamic maps (e.g., Per Sector/Ticker)
41
+ weight *= 3.0; // Higher weight for dynamic maps (e.g., Per Sector/Ticker)
42
42
  }
43
43
 
44
44
  // 2. Metadata hints
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.320",
3
+ "version": "1.0.321",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [