Skip to content

Commit

Permalink
feat(FEC-10296): upgrade hls.js to 0.14.9 (#348)
Browse files Browse the repository at this point in the history
hls.js added multiple improvements and bug fixes for live and VOD.
  • Loading branch information
Yuvalke authored Aug 19, 2020
1 parent c0c855b commit 2d0ec6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@playkit-js/playkit-js-dash": "1.19.1",
"@playkit-js/playkit-js-hls": "1.20.0",
"@playkit-js/playkit-js-ui": "0.58.1",
"hls.js": "^0.13.1",
"hls.js": "^0.14.9",
"js-logger": "^1.6.0",
"playkit-js-providers": "https://github.com/kaltura/playkit-js-providers.git#v2.22.0",
"proxy-polyfill": "^0.3.0",
Expand Down
17 changes: 6 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3917,12 +3917,7 @@ etag@~1.8.1:
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=

eventemitter3@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.0.tgz#090b4d6cdbd645ed10bf750d4b5407942d7ba163"
integrity sha512-ivIvhpq/Y0uSjcHDcOIccjmYjGLcP09MFGE7ysAwkAvkXfpZlC985pH2/ui64DKazbTW/4kN3yqozUxlXzI6cA==

eventemitter3@^4.0.0:
eventemitter3@^4.0.0, eventemitter3@^4.0.3:
version "4.0.4"
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.4.tgz#b5463ace635a083d018bdc7c917b4c5f10a85384"
integrity sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ==
Expand Down Expand Up @@ -4851,12 +4846,12 @@ highlight.js@^9.15.5:
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.18.1.tgz#ed21aa001fe6252bb10a3d76d47573c6539fe13c"
integrity sha512-OrVKYz70LHsnCgmbXctv/bfuvntIKDz177h0Co37DQ5jamGZLVmoCVMtjMtNZY3X9DrCcKfklHPNeA0uPZhSJg==

hls.js@^0.13.1:
version "0.13.2"
resolved "https://registry.yarnpkg.com/hls.js/-/hls.js-0.13.2.tgz#3e7dd28e3787c69c6aba42b64b11eb2c3c8c29f1"
integrity sha512-sIg2t4uGpWQLzuK1Iid9614WOKqxj4OYg+EbFbhhTDCsxpENBN+Du3yBFnoi+a83DuOOHdiQd1ydnti9loSGXw==
hls.js@^0.14.9:
version "0.14.9"
resolved "https://registry.yarnpkg.com/hls.js/-/hls.js-0.14.9.tgz#e85be87d94385ed9947155716578f7c568957d15"
integrity sha512-5j1ONTvIzcIxCtg2eafikFbZ3b/9fDhR6u871LmK7jZ44/Qdc2G4xaSBCwcVK61gz7kTyiobaAhB++2M4J58rQ==
dependencies:
eventemitter3 "3.1.0"
eventemitter3 "^4.0.3"
url-toolkit "^2.1.6"

hmac-drbg@^1.0.0:
Expand Down

0 comments on commit 2d0ec6e

Please sign in to comment.