@reekon-tools/boldr-utils 1.4.12 → 1.4.13

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.
@@ -62,7 +62,6 @@ export const calculateFormula = (formula, formulas, columns, tableConfig, measur
62
62
  valueMap[columnId] = parseFloat(measurementId);
63
63
  }
64
64
  }
65
- console.log('valueMap', valueMap);
66
65
  // Convert formulas to the expected FormulaDefinition format
67
66
  const formulaDefinitions = formulas
68
67
  .filter((f) => f.variableToColumnMap) // Only include formulas with new schema
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reekon-tools/boldr-utils",
3
- "version": "1.4.12",
3
+ "version": "1.4.13",
4
4
  "description": "Shared utilities for formulas and measurement conversion used in Reekon apps",
5
5
  "author": "REEKON Tools",
6
6
  "license": "MIT",