@vtex/delivery-packages
Advanced tools
Comparing version
@@ -729,14 +729,12 @@ if (!Array.prototype.findIndex) { | ||
return logisticsInfo1.reduce(function (newLogisticsInfo, li, index) { | ||
var itemIndex = getItemIndex(li); | ||
if (itemIndex === -1) { | ||
itemIndex = index; | ||
} | ||
var maxLen = Math.max(logisticsInfo1.length, logisticsInfo2.length); | ||
if (itemIndex >= 0 && logisticsInfo2[itemIndex]) { | ||
return [].concat(toConsumableArray(newLogisticsInfo), [logisticsInfo2[itemIndex]]); | ||
} | ||
var newLogisticsInfo = []; | ||
return [].concat(toConsumableArray(newLogisticsInfo), [li]); | ||
}, []); | ||
for (var itemIndex = 0; itemIndex < maxLen; itemIndex++) { | ||
var newItem = logisticsInfo2[itemIndex] || logisticsInfo1[itemIndex]; | ||
newLogisticsInfo.push(newItem); | ||
} | ||
return newLogisticsInfo; | ||
} | ||
@@ -743,0 +741,0 @@ |
@@ -733,14 +733,12 @@ 'use strict'; | ||
return logisticsInfo1.reduce(function (newLogisticsInfo, li, index) { | ||
var itemIndex = getItemIndex(li); | ||
if (itemIndex === -1) { | ||
itemIndex = index; | ||
} | ||
var maxLen = Math.max(logisticsInfo1.length, logisticsInfo2.length); | ||
if (itemIndex >= 0 && logisticsInfo2[itemIndex]) { | ||
return [].concat(toConsumableArray(newLogisticsInfo), [logisticsInfo2[itemIndex]]); | ||
} | ||
var newLogisticsInfo = []; | ||
return [].concat(toConsumableArray(newLogisticsInfo), [li]); | ||
}, []); | ||
for (var itemIndex = 0; itemIndex < maxLen; itemIndex++) { | ||
var newItem = logisticsInfo2[itemIndex] || logisticsInfo1[itemIndex]; | ||
newLogisticsInfo.push(newItem); | ||
} | ||
return newLogisticsInfo; | ||
} | ||
@@ -747,0 +745,0 @@ |
{ | ||
"name": "@vtex/delivery-packages", | ||
"version": "2.13.1", | ||
"version": "2.13.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1810276
-0.03%17093
-0.04%