From 7874062156e73059be85db77e0d4d81e4abeca88 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 31 Oct 2024 15:10:16 +0100 Subject: [PATCH] chore: use dev build of core-web --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b10d3e62..cfd8c960f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/runtime": "7.16.0", "@sentry/browser": "6.13.3", "@stremio/stremio-colors": "5.0.1", - "@stremio/stremio-core-web": "0.47.8", + "@stremio/stremio-core-web": "http://stremio.github.io/stremio-core/stremio-core-web/development/stremio-stremio-core-web-0.47.8.tgz", "@stremio/stremio-icons": "5.2.0", "@stremio/stremio-video": "0.0.38", "a-color-picker": "1.2.1", @@ -3133,8 +3133,9 @@ }, "node_modules/@stremio/stremio-core-web": { "version": "0.47.8", - "resolved": "https://registry.npmjs.org/@stremio/stremio-core-web/-/stremio-core-web-0.47.8.tgz", - "integrity": "sha512-X5yKSCm5DXR7U6oIO+2kaI1q3TnaWP6df/HFa1RBi/uw+8IYk+FB8GWpryxXyisJTFiUfQgcJDIlHROauaBQkg==", + "resolved": "http://stremio.github.io/stremio-core/stremio-core-web/development/stremio-stremio-core-web-0.47.8.tgz", + "integrity": "sha512-TulKl3gUdMxIUa6xJpoVzyLWRLq0RRLmD3b0GuA5hx9MZC0zF8abeWzCV38Y/jWRIXSxnku+x6KR3E9ODFPS8Q==", + "license": "MIT", "dependencies": { "@babel/runtime": "7.24.1" } @@ -3143,6 +3144,7 @@ "version": "7.24.1", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.1.tgz", "integrity": "sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==", + "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -3153,7 +3155,8 @@ "node_modules/@stremio/stremio-core-web/node_modules/regenerator-runtime": { "version": "0.14.1", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", + "license": "MIT" }, "node_modules/@stremio/stremio-icons": { "version": "5.2.0", diff --git a/package.json b/package.json index 30613b0a9..3cb7cc1e8 100755 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@babel/runtime": "7.16.0", "@sentry/browser": "6.13.3", "@stremio/stremio-colors": "5.0.1", - "@stremio/stremio-core-web": "0.47.8", + "@stremio/stremio-core-web": "http://stremio.github.io/stremio-core/stremio-core-web/development/stremio-stremio-core-web-0.47.8.tgz", "@stremio/stremio-icons": "5.2.0", "@stremio/stremio-video": "0.0.38", "a-color-picker": "1.2.1",