From 757ac79bcd498dee5abb06ef7ccfff2b45d03d91 Mon Sep 17 00:00:00 2001 From: unclekingpin Date: Tue, 10 Oct 2023 10:05:18 -0700 Subject: [PATCH] update stremio-video --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 366b5f240..f7c76a0dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@stremio/stremio-colors": "5.0.1", "@stremio/stremio-core-web": "0.44.23", "@stremio/stremio-icons": "5.0.0-beta.3", - "@stremio/stremio-video": "0.0.24", + "@stremio/stremio-video": "0.0.25-rc.2", "a-color-picker": "1.2.1", "bowser": "2.11.0", "buffer": "6.0.3", @@ -2717,9 +2717,9 @@ "integrity": "sha512-K+jDsizEgxpBC+b0HExCUg+bnsWPZnx96qUfkdQ9nBDVAN/kzcP24Jq/4KwkiEyqDEcvC5l+xBzOLzkhdLwTMw==" }, "node_modules/@stremio/stremio-video": { - "version": "0.0.24", - "resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.24.tgz", - "integrity": "sha512-k9bSyQBbZQnLll62P/enc/gy2eILZrW0xuU/MRxxTm9gtjo+8JLp/77H0a4tQFFHjJ9WPuNj4K6Lo2UnGem3kg==", + "version": "0.0.25-rc.2", + "resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.25-rc.2.tgz", + "integrity": "sha512-OXNimBgPpkin5gX39Bsx/w6M+5ifP71amZEYlvsZz3CDKxGHkQTPLzl4z6RrbVr8wz8nt6eiWIj8BKxa4/u6nQ==", "dependencies": { "buffer": "6.0.3", "color": "4.2.3", @@ -16847,9 +16847,9 @@ "integrity": "sha512-K+jDsizEgxpBC+b0HExCUg+bnsWPZnx96qUfkdQ9nBDVAN/kzcP24Jq/4KwkiEyqDEcvC5l+xBzOLzkhdLwTMw==" }, "@stremio/stremio-video": { - "version": "0.0.24", - "resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.24.tgz", - "integrity": "sha512-k9bSyQBbZQnLll62P/enc/gy2eILZrW0xuU/MRxxTm9gtjo+8JLp/77H0a4tQFFHjJ9WPuNj4K6Lo2UnGem3kg==", + "version": "0.0.25-rc.2", + "resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.25-rc.2.tgz", + "integrity": "sha512-OXNimBgPpkin5gX39Bsx/w6M+5ifP71amZEYlvsZz3CDKxGHkQTPLzl4z6RrbVr8wz8nt6eiWIj8BKxa4/u6nQ==", "requires": { "buffer": "6.0.3", "color": "4.2.3", diff --git a/package.json b/package.json index d8d32d32d..982cd9e61 100755 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@stremio/stremio-colors": "5.0.1", "@stremio/stremio-core-web": "0.44.23", "@stremio/stremio-icons": "5.0.0-beta.3", - "@stremio/stremio-video": "0.0.24", + "@stremio/stremio-video": "0.0.25-rc.2", "a-color-picker": "1.2.1", "bowser": "2.11.0", "buffer": "6.0.3",