mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 18:02:13 +00:00
bump stremio-video
This commit is contained in:
parent
a2c10e5d14
commit
c456133173
2 changed files with 15 additions and 15 deletions
28
package-lock.json
generated
28
package-lock.json
generated
|
|
@ -14,7 +14,7 @@
|
|||
"@stremio/stremio-colors": "5.0.1",
|
||||
"@stremio/stremio-core-web": "0.45.1",
|
||||
"@stremio/stremio-icons": "5.0.0-beta.3",
|
||||
"@stremio/stremio-video": "0.0.26",
|
||||
"@stremio/stremio-video": "0.0.29-beta.1",
|
||||
"a-color-picker": "1.2.1",
|
||||
"bowser": "2.11.0",
|
||||
"buffer": "6.0.3",
|
||||
|
|
@ -3194,16 +3194,16 @@
|
|||
"integrity": "sha512-K+jDsizEgxpBC+b0HExCUg+bnsWPZnx96qUfkdQ9nBDVAN/kzcP24Jq/4KwkiEyqDEcvC5l+xBzOLzkhdLwTMw=="
|
||||
},
|
||||
"node_modules/@stremio/stremio-video": {
|
||||
"version": "0.0.26",
|
||||
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.26.tgz",
|
||||
"integrity": "sha512-0aFL09mG4np7/oJRHg3+unLN1IqlUCL+QtOjODVoT64v4FTlCEOu55K+PFVsAouYLoXXGNLA4o4ofLIF9uDPdw==",
|
||||
"version": "0.0.29-beta.1",
|
||||
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.29-beta.1.tgz",
|
||||
"integrity": "sha512-vrInUsUpd/mhPzCCA8BFWBwTCqkNILGkJwh0SB3cmtjTfAu4gO/wD6NkEGJcisy95UvVkelF5SiPd4rDcpkZaw==",
|
||||
"dependencies": {
|
||||
"buffer": "6.0.3",
|
||||
"color": "4.2.3",
|
||||
"deep-freeze": "0.0.1",
|
||||
"eventemitter3": "4.0.7",
|
||||
"hat": "0.0.3",
|
||||
"hls.js": "https://github.com/Stremio/hls.js/releases/download/v1.2.3-patch1/hls.js-1.2.3-patch1.tgz",
|
||||
"hls.js": "https://github.com/Stremio/hls.js/releases/download/v1.4.14-patch1/hls.js-1.4.14-patch1.tgz",
|
||||
"lodash.clonedeep": "4.5.0",
|
||||
"magnet-uri": "6.2.0",
|
||||
"url": "0.11.0",
|
||||
|
|
@ -7501,9 +7501,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/hls.js": {
|
||||
"version": "1.2.3-patch1.0.canary.8609",
|
||||
"resolved": "https://github.com/Stremio/hls.js/releases/download/v1.2.3-patch1/hls.js-1.2.3-patch1.tgz",
|
||||
"integrity": "sha512-b/WMwSXyV6QvoGYotzzrG0ldRW8mOzqxEhPDd+as4haAx78tmxoVkdYYtVKZ8MiJcMa6j00lfx7ti/2HlO5ByQ==",
|
||||
"version": "1.4.14-patch1",
|
||||
"resolved": "https://github.com/Stremio/hls.js/releases/download/v1.4.14-patch1/hls.js-1.4.14-patch1.tgz",
|
||||
"integrity": "sha512-vch+NHoUpO+JB2lqVvOlNnBvFiLMBrDhrAosoYMqmHiBXZWk5Ifd/tsdL///FkvOWxizFLzHbPIz1mugEBvhyA==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/hpack.js": {
|
||||
|
|
@ -18062,16 +18062,16 @@
|
|||
"integrity": "sha512-K+jDsizEgxpBC+b0HExCUg+bnsWPZnx96qUfkdQ9nBDVAN/kzcP24Jq/4KwkiEyqDEcvC5l+xBzOLzkhdLwTMw=="
|
||||
},
|
||||
"@stremio/stremio-video": {
|
||||
"version": "0.0.26",
|
||||
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.26.tgz",
|
||||
"integrity": "sha512-0aFL09mG4np7/oJRHg3+unLN1IqlUCL+QtOjODVoT64v4FTlCEOu55K+PFVsAouYLoXXGNLA4o4ofLIF9uDPdw==",
|
||||
"version": "0.0.29-beta.1",
|
||||
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.29-beta.1.tgz",
|
||||
"integrity": "sha512-vrInUsUpd/mhPzCCA8BFWBwTCqkNILGkJwh0SB3cmtjTfAu4gO/wD6NkEGJcisy95UvVkelF5SiPd4rDcpkZaw==",
|
||||
"requires": {
|
||||
"buffer": "6.0.3",
|
||||
"color": "4.2.3",
|
||||
"deep-freeze": "0.0.1",
|
||||
"eventemitter3": "4.0.7",
|
||||
"hat": "0.0.3",
|
||||
"hls.js": "https://github.com/Stremio/hls.js/releases/download/v1.2.3-patch1/hls.js-1.2.3-patch1.tgz",
|
||||
"hls.js": "https://github.com/Stremio/hls.js/releases/download/v1.4.14-patch1/hls.js-1.4.14-patch1.tgz",
|
||||
"lodash.clonedeep": "4.5.0",
|
||||
"magnet-uri": "6.2.0",
|
||||
"url": "0.11.0",
|
||||
|
|
@ -21459,8 +21459,8 @@
|
|||
"dev": true
|
||||
},
|
||||
"hls.js": {
|
||||
"version": "https://github.com/Stremio/hls.js/releases/download/v1.2.3-patch1/hls.js-1.2.3-patch1.tgz",
|
||||
"integrity": "sha512-b/WMwSXyV6QvoGYotzzrG0ldRW8mOzqxEhPDd+as4haAx78tmxoVkdYYtVKZ8MiJcMa6j00lfx7ti/2HlO5ByQ=="
|
||||
"version": "https://github.com/Stremio/hls.js/releases/download/v1.4.14-patch1/hls.js-1.4.14-patch1.tgz",
|
||||
"integrity": "sha512-vch+NHoUpO+JB2lqVvOlNnBvFiLMBrDhrAosoYMqmHiBXZWk5Ifd/tsdL///FkvOWxizFLzHbPIz1mugEBvhyA=="
|
||||
},
|
||||
"hpack.js": {
|
||||
"version": "2.1.6",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
"@stremio/stremio-colors": "5.0.1",
|
||||
"@stremio/stremio-core-web": "0.45.1",
|
||||
"@stremio/stremio-icons": "5.0.0-beta.3",
|
||||
"@stremio/stremio-video": "0.0.26",
|
||||
"@stremio/stremio-video": "0.0.29-beta.1",
|
||||
"a-color-picker": "1.2.1",
|
||||
"bowser": "2.11.0",
|
||||
"buffer": "6.0.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue