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.esm.js
CHANGED
|
@@ -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:', {
|
package/build/index.esm.js.gz
CHANGED
|
Binary file
|