@desynova-digital/player 3.10.1 → 3.10.2

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.
@@ -273,7 +273,7 @@ var Video = /*#__PURE__*/function (_Component) {
273
273
  _this2.hls.destroy();
274
274
  break;
275
275
  }
276
- } else if (data.details === 'internalException' && data.type === 'otherError') {
276
+ } else if (data.details === 'internalException' && data.type === 'otherError' || data.details === 'bufferStalledError' && data.type === 'mediaError') {
277
277
  _this2.hls.startLoad();
278
278
  }
279
279
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@desynova-digital/player",
3
- "version": "3.10.1",
3
+ "version": "3.10.2",
4
4
  "description": "Video Player Package for Contido Application",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -55,7 +55,7 @@
55
55
  "dependencies": {
56
56
  "@desynova-digital/components": "^8.19.3",
57
57
  "@desynova-digital/tokens": "^8.19.3",
58
- "hls.js": "^1.4.3",
58
+ "hls.js": "0.11.0",
59
59
  "babel-core": "7.0.0-bridge.0",
60
60
  "latest-version": "^4.0.0",
61
61
  "prettycli": "^1.4.3",