b2m-utils 0.0.276 → 0.0.277

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.
package/build/index.js CHANGED
@@ -592,6 +592,11 @@ var calculateFee = function (ratecardLaneFee, cte, allFees, debug, allFeesForCal
592
592
  }
593
593
  return 0;
594
594
  });
595
+ console.log({
596
+ filteredFees: filteredFees_1,
597
+ filteredFeesResults: filteredFeesResults,
598
+ totalFromAllFees: totalFromAllFees,
599
+ });
595
600
  if (totalFromAllFees && (totalFromAllFees === null || totalFromAllFees === void 0 ? void 0 : totalFromAllFees.length) > 0) {
596
601
  var totalValueFromAllFees = totalFromAllFees.filter(function (i) { return !isNaN(+i) && +i > 0; }).reduce(function (previous, current) {
597
602
  if (!isNaN(+previous) && !isNaN(+current)) {
package/build/index.js.gz CHANGED
Binary file