@micromag/core 0.3.610 → 0.3.614
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 +3 -3
package/es/index.js
CHANGED
|
@@ -2191,7 +2191,7 @@ var Tracking = /*#__PURE__*/function (_BaseTracking) {
|
|
|
2191
2191
|
metadata = _ref2$metadata === undefined ? {} : _ref2$metadata;
|
|
2192
2192
|
var _ref3 = metadata || {},
|
|
2193
2193
|
screenTitle = _ref3.title;
|
|
2194
|
-
if (this.screensViewed.indexOf(screenId || screenIndex)
|
|
2194
|
+
if (this.screensViewed.indexOf(screenId || screenIndex) === -1) {
|
|
2195
2195
|
this.screensViewed = [].concat(_toConsumableArray(this.screensViewed), [screenId || screenIndex]);
|
|
2196
2196
|
}
|
|
2197
2197
|
var data = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.614",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@babel/runtime": "^7.13.10",
|
|
108
108
|
"@folklore/fetch": "^0.1.17",
|
|
109
109
|
"@folklore/forms": "~0.0.23",
|
|
110
|
-
"@folklore/routes": "^0.2.
|
|
110
|
+
"@folklore/routes": "^0.2.36",
|
|
111
111
|
"@folklore/services": "^0.1.24",
|
|
112
112
|
"@folklore/size": "^0.1.20",
|
|
113
113
|
"@folklore/tracking": "~0.0.18",
|
|
@@ -144,5 +144,5 @@
|
|
|
144
144
|
"access": "public",
|
|
145
145
|
"registry": "https://registry.npmjs.org/"
|
|
146
146
|
},
|
|
147
|
-
"gitHead": "
|
|
147
|
+
"gitHead": "98ba70b785fcd089365cc26eb8ee79ec897016dc"
|
|
148
148
|
}
|