hls.js 1.5.8-0.canary.10115 → 1.5.8-0.canary.10119
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/dist/hls-demo.js +2 -3
- package/dist/hls-demo.js.map +1 -1
- package/dist/hls.js +301 -327
- package/dist/hls.js.map +1 -1
- package/dist/hls.light.js +201 -222
- package/dist/hls.light.js.map +1 -1
- package/dist/hls.light.min.js +1 -1
- package/dist/hls.light.min.js.map +1 -1
- package/dist/hls.light.mjs +3 -3
- package/dist/hls.min.js +1 -1
- package/dist/hls.min.js.map +1 -1
- package/dist/hls.mjs +3 -3
- package/dist/hls.worker.js +1 -1
- package/dist/hls.worker.js.map +1 -1
- package/package.json +8 -8
package/dist/hls-demo.js
CHANGED
@@ -1216,7 +1216,7 @@
|
|
1216
1216
|
}
|
1217
1217
|
function _toPropertyKey(t) {
|
1218
1218
|
var i = _toPrimitive(t, "string");
|
1219
|
-
return "symbol" == typeof i ? i :
|
1219
|
+
return "symbol" == typeof i ? i : i + "";
|
1220
1220
|
}
|
1221
1221
|
function _defineProperties(target, props) {
|
1222
1222
|
for (var i = 0; i < props.length; i++) {
|
@@ -23988,7 +23988,7 @@
|
|
23988
23988
|
ctx.stroke();
|
23989
23989
|
}
|
23990
23990
|
};
|
23991
|
-
_createClass(TimelineChart, [{
|
23991
|
+
return _createClass(TimelineChart, [{
|
23992
23992
|
key: "chartScales",
|
23993
23993
|
get: function get() {
|
23994
23994
|
return this.chart.scales;
|
@@ -24025,7 +24025,6 @@
|
|
24025
24025
|
}
|
24026
24026
|
}
|
24027
24027
|
}]);
|
24028
|
-
return TimelineChart;
|
24029
24028
|
}();
|
24030
24029
|
function stripDeliveryDirectives(url) {
|
24031
24030
|
if (url === '') {
|