From 4845c956ce7bccf954b1843b44373f92f18e95f5 Mon Sep 17 00:00:00 2001 From: unclekingpin Date: Sun, 5 Nov 2023 08:18:03 -0800 Subject: [PATCH] bump 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 7e2a30e4b..f7c539bae 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.25", "@stremio/stremio-icons": "5.0.0-beta.3", - "@stremio/stremio-video": "0.0.25-rc.6", + "@stremio/stremio-video": "0.0.26", "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.25-rc.6", - "resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.25-rc.6.tgz", - "integrity": "sha512-og8PCAibsPLFwWhQLD+wzn4/zNdyXCVI2zNZ6sCoV3Lv1jtVqY+IP5FhxXRjRtABKlC3OrnMeerp+llxWNrNOw==", + "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==", "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.25-rc.6", - "resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.25-rc.6.tgz", - "integrity": "sha512-og8PCAibsPLFwWhQLD+wzn4/zNdyXCVI2zNZ6sCoV3Lv1jtVqY+IP5FhxXRjRtABKlC3OrnMeerp+llxWNrNOw==", + "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==", "requires": { "buffer": "6.0.3", "color": "4.2.3", diff --git a/package.json b/package.json index d2243c065..7bb34c389 100755 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@stremio/stremio-colors": "5.0.1", "@stremio/stremio-core-web": "0.44.25", "@stremio/stremio-icons": "5.0.0-beta.3", - "@stremio/stremio-video": "0.0.25-rc.6", + "@stremio/stremio-video": "0.0.26", "a-color-picker": "1.2.1", "bowser": "2.11.0", "buffer": "6.0.3",