@micromag/viewer 0.3.688 → 0.3.689

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 +1 -1
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -3770,7 +3770,7 @@ var ViewerContainer = function ViewerContainer(_ref) {
3770
3770
  storyTitle: title,
3771
3771
  screensCount: (components || []).length,
3772
3772
  organisationSlug: organisationSlug,
3773
- gaIds: uniq(googleAnalyticsIds)
3773
+ extraGaIds: uniq(googleAnalyticsIds)
3774
3774
  }, trackingVariables);
3775
3775
  }, [story, trackingVariables]);
3776
3776
  var _ref9 = story || {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/viewer",
3
- "version": "0.3.688",
3
+ "version": "0.3.689",
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": "5449a21e38c8db07a341d1af5f15f9441e9ad01b"
95
+ "gitHead": "db685c39abbcc60cbdcd52b14c531a9ec54aaca4"
96
96
  }