@micromag/core 0.3.616 → 0.3.617

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
@@ -2271,7 +2271,7 @@ var Tracking = /*#__PURE__*/function (_BaseTracking) {
2271
2271
  data.mediaCurrentTime = Math.round(currentTime);
2272
2272
  }
2273
2273
  if (currentTime !== null && duration !== null && duration > 0) {
2274
- data.mediaProgress = Math.round(currentTime / duration * 100);
2274
+ data.mediaProgress = currentTime / duration;
2275
2275
  }
2276
2276
  this.push(data);
2277
2277
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/core",
3
- "version": "0.3.616",
3
+ "version": "0.3.617",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -144,5 +144,5 @@
144
144
  "access": "public",
145
145
  "registry": "https://registry.npmjs.org/"
146
146
  },
147
- "gitHead": "040b32d80d95f2377c284d30eea3673838a89cb2"
147
+ "gitHead": "71149efe833960ffd5ce890735ff4d1c23ee6966"
148
148
  }