@ninetailed/experience.js-react 2.0.0-beta.38 → 2.0.0-beta.40
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.esm.js +2 -2
- package/index.umd.js +2 -2
- package/package.json +3 -3
package/index.esm.js
CHANGED
|
@@ -2645,7 +2645,7 @@ const Experience = _a => {
|
|
|
2645
2645
|
ninetailed: {
|
|
2646
2646
|
isPersonalized: false,
|
|
2647
2647
|
audience: {
|
|
2648
|
-
id: '
|
|
2648
|
+
id: (audience === null || audience === void 0 ? void 0 : audience.id) || 'all visitors'
|
|
2649
2649
|
}
|
|
2650
2650
|
}
|
|
2651
2651
|
})));
|
|
@@ -2661,7 +2661,7 @@ const Experience = _a => {
|
|
|
2661
2661
|
ninetailed: {
|
|
2662
2662
|
isPersonalized,
|
|
2663
2663
|
audience: {
|
|
2664
|
-
id: (audience === null || audience === void 0 ? void 0 : audience.id) || '
|
|
2664
|
+
id: (audience === null || audience === void 0 ? void 0 : audience.id) || 'all visitors'
|
|
2665
2665
|
}
|
|
2666
2666
|
}
|
|
2667
2667
|
})));
|
package/index.umd.js
CHANGED
|
@@ -2190,7 +2190,7 @@
|
|
|
2190
2190
|
ninetailed: {
|
|
2191
2191
|
isPersonalized: false,
|
|
2192
2192
|
audience: {
|
|
2193
|
-
id: '
|
|
2193
|
+
id: (audience === null || audience === void 0 ? void 0 : audience.id) || 'all visitors'
|
|
2194
2194
|
}
|
|
2195
2195
|
}
|
|
2196
2196
|
})));
|
|
@@ -2206,7 +2206,7 @@
|
|
|
2206
2206
|
ninetailed: {
|
|
2207
2207
|
isPersonalized: isPersonalized,
|
|
2208
2208
|
audience: {
|
|
2209
|
-
id: (audience === null || audience === void 0 ? void 0 : audience.id) || '
|
|
2209
|
+
id: (audience === null || audience === void 0 ? void 0 : audience.id) || 'all visitors'
|
|
2210
2210
|
}
|
|
2211
2211
|
}
|
|
2212
2212
|
})));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ninetailed/experience.js-react",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.40",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"react": ">=16.8.0"
|
|
6
6
|
},
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"@analytics/google-analytics": "0.5.3",
|
|
9
9
|
"react-visibility-sensor": "5.1.1",
|
|
10
10
|
"lodash": "^4.17.21",
|
|
11
|
-
"@ninetailed/experience.js": "2.0.0-beta.
|
|
11
|
+
"@ninetailed/experience.js": "2.0.0-beta.40",
|
|
12
12
|
"analytics": "^0.8.0",
|
|
13
|
-
"@ninetailed/experience.js-shared": "2.0.0-beta.
|
|
13
|
+
"@ninetailed/experience.js-shared": "2.0.0-beta.40",
|
|
14
14
|
"uuid": "^8.3.2",
|
|
15
15
|
"ts-toolbelt": "^9.6.0",
|
|
16
16
|
"locale-enum": "^1.1.1",
|