@micromag/viewer 0.3.691 → 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.
- package/es/index.js +1 -1
- 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
|
|
3763
|
+
return type === 'ga4' && !isEmpty(trackingId);
|
|
3764
3764
|
}).map(function (_ref8) {
|
|
3765
3765
|
var trackingId = _ref8.id;
|
|
3766
3766
|
return trackingId;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/viewer",
|
|
3
|
-
"version": "0.3.
|
|
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": "
|
|
95
|
+
"gitHead": "e5f2433817cbd0a1836594c0a2b7f5d2633384b3"
|
|
96
96
|
}
|