b2m-utils 0.0.245 → 0.0.246

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.
@@ -951,7 +951,7 @@ var getFilteredFeesToAudit = function (_a) {
951
951
  }
952
952
  }
953
953
  }
954
- else if (i.minWeight) {
954
+ else if (i.minWeight || i.maxWeight) {
955
955
  if (cte === null || cte === void 0 ? void 0 : cte.taxedWeight) {
956
956
  var ceiledWeight = Math.ceil(+cte.taxedWeight);
957
957
  console.log('[getFilteredFeesToAudit] Verificando fee por peso:', {
Binary file