aiden-shared-calculations-unified 1.0.50 → 1.0.51

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.
@@ -105,7 +105,7 @@ class UserProfitabilityTracker {
105
105
 
106
106
  const shardKey = `user_profitability_shard_${shardIndex}`;
107
107
  if (!results[shardKey]) results[shardKey] = {};
108
- results[shardKey][userId] = userHistory.slice(-7);
108
+ results[shardKey][userId] = { history: userHistory.slice(-7) };
109
109
  }
110
110
 
111
111
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aiden-shared-calculations-unified",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
4
4
  "description": "Shared calculation modules for the BullTrackers Computation System.",
5
5
  "main": "index.js",
6
6
  "files": [