@micromag/viewer 0.3.690 → 0.3.691

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
@@ -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.691",
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": "5b0954c06f68063de3948f60705883662fbfce92"
96
96
  }