@mparticle/aquarium 1.44.0-use-temporarily-unified-experience-flag.2 → 1.44.0
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/dist/aquarium.js +2 -2
- package/dist/aquarium.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/aquarium.js
CHANGED
|
@@ -25635,8 +25635,8 @@ class lW {
|
|
|
25635
25635
|
const m = this.findItemById(
|
|
25636
25636
|
"segmentation_audiences_realTime"
|
|
25637
25637
|
/* Segmentation_Audiences_RealTime */
|
|
25638
|
-
),
|
|
25639
|
-
m.visible = l
|
|
25638
|
+
), l = (Ua.isEnabled(xi.TemporarilyUnifiedExperience) ? o0[l0.IsOnTemporarilyUnifiedExperience].optedIn : o0[l0.IsJourneysUnified].optedIn) || !window.mParticleConfig.organizationPolicy.uiEnableAudiencesRealTime;
|
|
25639
|
+
m.visible = !l;
|
|
25640
25640
|
}
|
|
25641
25641
|
static findItemById(m) {
|
|
25642
25642
|
const C = (l) => {
|