aiden-shared-calculations-unified 1.0.101 → 1.0.102

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.
@@ -11,6 +11,7 @@ class AssetCostBasisProfile {
11
11
  this.tickerMap = null;
12
12
  // Store function pointer to avoid serialization issues
13
13
  this.computeKDE_func = null;
14
+ this.updateforce = null;
14
15
  }
15
16
 
16
17
  static getMetadata() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aiden-shared-calculations-unified",
3
- "version": "1.0.101",
3
+ "version": "1.0.102",
4
4
  "description": "Shared calculation modules for the BullTrackers Computation System.",
5
5
  "main": "index.js",
6
6
  "files": [
File without changes