@ninetailed/experience.js-plugin-preview 4.0.0-beta.8 → 4.0.0-beta.9
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/index.cjs +1 -1
- package/index.js +1 -1
- package/package.json +7 -7
package/index.cjs
CHANGED
|
@@ -3189,6 +3189,7 @@ class NinetailedPreviewPlugin extends experience_jsPluginAnalytics.NinetailedPlu
|
|
|
3189
3189
|
this.audienceOverwrites = Object.assign(Object.assign({}, this.audienceOverwrites), {
|
|
3190
3190
|
[id]: true
|
|
3191
3191
|
});
|
|
3192
|
+
this.onChange();
|
|
3192
3193
|
// When a audience is activated, they should show their natural state
|
|
3193
3194
|
this.experiences.filter(experience => {
|
|
3194
3195
|
var _b;
|
|
@@ -3196,7 +3197,6 @@ class NinetailedPreviewPlugin extends experience_jsPluginAnalytics.NinetailedPlu
|
|
|
3196
3197
|
}).forEach(experience => {
|
|
3197
3198
|
this.resetExperience(experience.id);
|
|
3198
3199
|
});
|
|
3199
|
-
this.onChange();
|
|
3200
3200
|
}
|
|
3201
3201
|
deactivateAudience(id) {
|
|
3202
3202
|
if (!this.isKnownAudience(id)) {
|
package/index.js
CHANGED
|
@@ -3167,6 +3167,7 @@ class NinetailedPreviewPlugin extends NinetailedPlugin {
|
|
|
3167
3167
|
this.audienceOverwrites = Object.assign(Object.assign({}, this.audienceOverwrites), {
|
|
3168
3168
|
[id]: true
|
|
3169
3169
|
});
|
|
3170
|
+
this.onChange();
|
|
3170
3171
|
// When a audience is activated, they should show their natural state
|
|
3171
3172
|
this.experiences.filter(experience => {
|
|
3172
3173
|
var _b;
|
|
@@ -3174,7 +3175,6 @@ class NinetailedPreviewPlugin extends NinetailedPlugin {
|
|
|
3174
3175
|
}).forEach(experience => {
|
|
3175
3176
|
this.resetExperience(experience.id);
|
|
3176
3177
|
});
|
|
3177
|
-
this.onChange();
|
|
3178
3178
|
}
|
|
3179
3179
|
deactivateAudience(id) {
|
|
3180
3180
|
if (!this.isKnownAudience(id)) {
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ninetailed/experience.js-plugin-preview",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.9",
|
|
4
4
|
"module": "./index.js",
|
|
5
5
|
"main": "./index.cjs",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "./index.d.ts",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@ninetailed/experience.js-shared": "4.0.0-beta.
|
|
10
|
-
"@ninetailed/experience.js": "4.0.0-beta.
|
|
11
|
-
"@ninetailed/experience.js-plugin-analytics": "4.0.0-beta.
|
|
12
|
-
"@ninetailed/experience.js-utils": "4.0.0-beta.
|
|
13
|
-
"@ninetailed/experience.js-react": "4.0.0-beta.
|
|
14
|
-
"@ninetailed/experience.js-preview-bridge": "4.0.0-beta.
|
|
9
|
+
"@ninetailed/experience.js-shared": "4.0.0-beta.9",
|
|
10
|
+
"@ninetailed/experience.js": "4.0.0-beta.9",
|
|
11
|
+
"@ninetailed/experience.js-plugin-analytics": "4.0.0-beta.9",
|
|
12
|
+
"@ninetailed/experience.js-utils": "4.0.0-beta.8",
|
|
13
|
+
"@ninetailed/experience.js-react": "4.0.0-beta.9",
|
|
14
|
+
"@ninetailed/experience.js-preview-bridge": "4.0.0-beta.9",
|
|
15
15
|
"react": "18.2.0",
|
|
16
16
|
"uuid": "9.0.0"
|
|
17
17
|
},
|