@ninetailed/experience.js-plugin-google-analytics 1.7.1 → 1.7.2

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.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export * from './lib/google-analytics';
2
+ export { NinetailedGoogleAnalyticsPlugin as default } from './lib/google-analytics';
package/index.esm.js CHANGED
@@ -1084,4 +1084,4 @@ const NinetailedGoogleAnalyticsPlugin = options => {
1084
1084
  })];
1085
1085
  };
1086
1086
 
1087
- export { NinetailedGoogleAnalyticsPlugin };
1087
+ export { NinetailedGoogleAnalyticsPlugin, NinetailedGoogleAnalyticsPlugin as default };
package/index.umd.js CHANGED
@@ -90,6 +90,7 @@
90
90
  };
91
91
 
92
92
  exports.NinetailedGoogleAnalyticsPlugin = NinetailedGoogleAnalyticsPlugin;
93
+ exports["default"] = NinetailedGoogleAnalyticsPlugin;
93
94
 
94
95
  Object.defineProperty(exports, '__esModule', { value: true });
95
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ninetailed/experience.js-plugin-google-analytics",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "main": "./index.umd.js",
5
5
  "module": "./index.esm.js",
6
6
  "typings": "./index.d.ts",
@@ -8,7 +8,7 @@
8
8
  "analytics": "^0.8.0",
9
9
  "@analytics/google-analytics": "^0.5.3",
10
10
  "lodash": "^4.17.21",
11
- "@ninetailed/experience.js-shared": "1.7.1",
11
+ "@ninetailed/experience.js-shared": "1.7.2",
12
12
  "uuid": "^8.3.2",
13
13
  "ts-toolbelt": "^9.6.0",
14
14
  "locale-enum": "^1.1.1",