awing-library 2.1.178-dev → 2.1.179-dev

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.
@@ -246,16 +246,6 @@ function convertToExportByAd(subCampaigns, data, timelineType, campaignName) {
246
246
  ], d, true); }),
247
247
  });
248
248
  isShouldHeader = false;
249
- Array.prototype.push.apply(result, (0, lodash_1.chain)(adData)
250
- .groupBy('placeId')
251
- .map(function (value, key) {
252
- var placeData = {
253
- columns: Array(7).fill(''),
254
- data: dataGroupByAd(value, timelineType).map(function (d) { return __spreadArray([ad === null || ad === void 0 ? void 0 : ad.name], d, true); }),
255
- };
256
- return placeData;
257
- })
258
- .value());
259
249
  });
260
250
  });
261
251
  return result;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.178-dev",
3
+ "version": "2.1.179-dev",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",