@mparticle/web-optimizely-kit 2.1.4 → 2.1.5

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.
@@ -404,6 +404,8 @@ var initialization = {
404
404
  );
405
405
 
406
406
  } else {
407
+ common.userIdField = settings.userIdField;
408
+ common.userAttributes = userAttributes;
407
409
  loadFullStackEvents();
408
410
  }
409
411
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mparticle/web-optimizely-kit",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "author": "mParticle Developers <developers@mparticle.com> (https://www.mparticle.com)",
5
5
  "description": "mParticle integration sdk for Optimizely",
6
6
  "main": "dist/OptimizelyKit.common.js",
package/CHANGELOG.md DELETED
@@ -1,18 +0,0 @@
1
- ## Releases
2
-
3
- --
4
-
5
- #### 2.1.4 - 2022-03-31
6
- * fix - update datafile loading callback
7
-
8
- #### 2.1.3 - 202108-09
9
- * fix - correct casing for customerid
10
-
11
- #### 2.1.2 - 2020-09-02
12
- * fix - remove other instances of settings.useFullStack
13
-
14
- #### 2.1.1 - 2020-09-01
15
- * fix - turn useFullStack into a boolean on common module
16
-
17
- #### 2.1.0 - 2020-08-26
18
- * feat - implement Optimizely Full Stack