@ninetailed/experience.js 2.0.0-beta.32 → 2.0.0-beta.33

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 CHANGED
@@ -3052,7 +3052,7 @@ class Ninetailed {
3052
3052
  };
3053
3053
 
3054
3054
  this.trackExperience = payload => {
3055
- return this.track('experience', payload, {
3055
+ return this.track('nt_experience', payload, {
3056
3056
  plugins: {
3057
3057
  all: true,
3058
3058
  ninetailed: false
package/index.umd.js CHANGED
@@ -2844,7 +2844,7 @@
2844
2844
  };
2845
2845
 
2846
2846
  this.trackExperience = function (payload) {
2847
- return _this.track('experience', payload, {
2847
+ return _this.track('nt_experience', payload, {
2848
2848
  plugins: {
2849
2849
  all: true,
2850
2850
  ninetailed: false
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ninetailed/experience.js",
3
- "version": "2.0.0-beta.32",
3
+ "version": "2.0.0-beta.33",
4
4
  "main": "./index.umd.js",
5
5
  "module": "./index.esm.js",
6
6
  "typings": "./index.d.ts",
7
7
  "dependencies": {
8
8
  "analytics": "^0.8.0",
9
- "@ninetailed/experience.js-shared": "2.0.0-beta.32",
9
+ "@ninetailed/experience.js-shared": "2.0.0-beta.33",
10
10
  "uuid": "^8.3.2",
11
11
  "ts-toolbelt": "^9.6.0",
12
12
  "locale-enum": "^1.1.1",