@micromag/core 0.3.576 → 0.3.578

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/utils.js +1 -1
  2. package/package.json +2 -2
package/es/utils.js CHANGED
@@ -971,7 +971,7 @@ var getStyleFromMargin = function getStyleFromMargin(value) {
971
971
  } : null);
972
972
  };
973
973
 
974
- var possibleMimes = ['video/webm', 'video/mp4', 'video/ogg'];
974
+ var possibleMimes = ['video/webm', 'video/mp4', 'video/ogg', 'application/vnd.apple.mpegurl'];
975
975
  var supportedMimes = null;
976
976
  function getVideoSupportedMimes() {
977
977
  var mimes = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : possibleMimes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/core",
3
- "version": "0.3.576",
3
+ "version": "0.3.578",
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": "fa6ef8f8ed78d40e2a96e669c9cd794a50269c4b"
147
+ "gitHead": "924e621e3cf56f4d46abed790ef7f1f13ec29fb1"
148
148
  }