@ninetailed/experience.js-react 2.0.0-beta.15 → 2.0.0-beta.18
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 -1
- package/index.umd.js +2 -1
- package/package.json +3 -3
package/index.esm.js
CHANGED
package/index.umd.js
CHANGED
|
@@ -2063,7 +2063,8 @@
|
|
|
2063
2063
|
|
|
2064
2064
|
var useJoinExperiment = function useJoinExperiment(_a) {
|
|
2065
2065
|
var experiences = _a.experiences;
|
|
2066
|
-
var identify = useNinetailed().identify;
|
|
2066
|
+
var identify = useNinetailed().identify; // TODO this gets called twice
|
|
2067
|
+
|
|
2067
2068
|
return React.useCallback(function (_a) {
|
|
2068
2069
|
var _b;
|
|
2069
2070
|
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ninetailed/experience.js-react",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.18",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"react": ">=16.8.0"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@analytics/google-analytics": "0.5.3",
|
|
9
9
|
"react-visibility-sensor": "5.1.1",
|
|
10
|
-
"@ninetailed/experience.js": "2.0.0-beta.
|
|
10
|
+
"@ninetailed/experience.js": "2.0.0-beta.18",
|
|
11
11
|
"analytics": "^0.8.0",
|
|
12
|
-
"@ninetailed/experience.js-shared": "2.0.0-beta.
|
|
12
|
+
"@ninetailed/experience.js-shared": "2.0.0-beta.18",
|
|
13
13
|
"uuid": "^8.3.2",
|
|
14
14
|
"ts-toolbelt": "^9.6.0",
|
|
15
15
|
"locale-enum": "^1.1.1",
|