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.
- package/build/index.esm.js +1 -1
- package/build/index.esm.js.gz +0 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +1 -1
- package/build/index.js.gz +0 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -955,7 +955,7 @@ var getFilteredFeesToAudit = function (_a) {
|
|
|
955
955
|
}
|
|
956
956
|
}
|
|
957
957
|
}
|
|
958
|
-
else if (i.minWeight) {
|
|
958
|
+
else if (i.minWeight || i.maxWeight) {
|
|
959
959
|
if (cte === null || cte === void 0 ? void 0 : cte.taxedWeight) {
|
|
960
960
|
var ceiledWeight = Math.ceil(+cte.taxedWeight);
|
|
961
961
|
console.log('[getFilteredFeesToAudit] Verificando fee por peso:', {
|
package/build/index.js.gz
CHANGED
|
Binary file
|