@micromag/viewer 0.3.690 → 0.3.692

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.
Files changed (2) hide show
  1. package/es/index.js +2 -2
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -3760,7 +3760,7 @@ var ViewerContainer = function ViewerContainer(_ref) {
3760
3760
  var _ref7 = storyCode || {},
3761
3761
  type = _ref7.type,
3762
3762
  trackingId = _ref7.id;
3763
- return (type === 'ga' || type === 'ga4') && !isEmpty(trackingId);
3763
+ return type === 'ga4' && !isEmpty(trackingId);
3764
3764
  }).map(function (_ref8) {
3765
3765
  var trackingId = _ref8.id;
3766
3766
  return trackingId;
@@ -3772,7 +3772,7 @@ var ViewerContainer = function ViewerContainer(_ref) {
3772
3772
  storyTitle: title,
3773
3773
  screensCount: (components || []).length,
3774
3774
  organisationSlug: organisationSlug,
3775
- extraGaIds: uniq(googleAnalyticsIds)
3775
+ googleAnalyticsIds: uniq(googleAnalyticsIds)
3776
3776
  }, trackingVariables);
3777
3777
  }, [story, trackingVariables]);
3778
3778
  var _ref9 = story || {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/viewer",
3
- "version": "0.3.690",
3
+ "version": "0.3.692",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -92,5 +92,5 @@
92
92
  "access": "public",
93
93
  "registry": "https://registry.npmjs.org/"
94
94
  },
95
- "gitHead": "9276b46b41f12414d4c1cdb386dee4d0b83a7741"
95
+ "gitHead": "e5f2433817cbd0a1836594c0a2b7f5d2633384b3"
96
96
  }