@adv-ui/ma-segment-wrapper
Advanced tools
Comparing version 1.57.0 to 1.58.0
# CHANGELOG | ||
# 1.58.0 (2024-10-17) | ||
### Features | ||
* **Root:** fix detail viewed event to business transfers ([f09cc36](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/f09cc363a6a24c19a7f2b1074197d242569fa2f3)) | ||
# 1.57.0 (2024-10-16) | ||
@@ -4,0 +13,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { isBusinessCategory, isCarCategory, isConsumerGoodsCategory, isJobsVertical, isMiscVertical, isMotorVertical, isRealStateVertical, isSportsCategory } from '../utils.js'; | ||
import { isBusinessTransfersCategory, isCarCategory, isConsumerGoodsCategory, isJobsVertical, isMiscVertical, isMotorVertical, isRealStateVertical, isSportsCategory } from '../utils.js'; | ||
var detailViewEvent = 'Detail Viewed'; | ||
@@ -43,3 +43,3 @@ export function getDetailViewEvents(_ref) { | ||
properties: properties | ||
}) || isBusinessCategory({ | ||
}) || isBusinessTransfersCategory({ | ||
properties: properties | ||
@@ -46,0 +46,0 @@ })) { |
{ | ||
"name": "@adv-ui/ma-segment-wrapper", | ||
"version": "1.57.0", | ||
"version": "1.58.0", | ||
"description": "Milanuncios Segment Wrapper", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
227689