diff --git a/package-lock.json b/package-lock.json index 24e91f138..125fa55f1 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": "git+ssh://git@github.com/Stremio/stremio-core-web.git#51e739b45338f26932c64051b33c265332fc69e8", + "@stremio/stremio-core-web": "0.44.28", "@stremio/stremio-icons": "5.0.0-beta.3", "@stremio/stremio-video": "0.0.26", "a-color-picker": "1.2.1", @@ -72,7 +72,6 @@ "../core-web": { "name": "@stremio/stremio-core-web", "version": "0.44.28", - "extraneous": true, "license": "MIT", "dependencies": { "@babel/runtime": "7.16.0" @@ -2720,13 +2719,8 @@ "integrity": "sha512-Dt3PYmy1DZ473QNs99KYXVWQPHtpIl37VUY0+gCEvvuCqE1fRrZIJtZ9KbysUKonvO7WwdQDztgcW0iGoc1dEA==" }, "node_modules/@stremio/stremio-core-web": { - "version": "0.44.28", - "resolved": "git+ssh://git@github.com/Stremio/stremio-core-web.git#51e739b45338f26932c64051b33c265332fc69e8", - "integrity": "sha512-QDXykdRmmZzhD5IfaA5KqIW7Ads5oq4qpoUreRq/LIKkbhmg2ZdD7ZgXyRO6zQBlo3wHzwGqeZD6GnuHwPX8HA==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "7.16.0" - } + "resolved": "../core-web", + "link": true }, "node_modules/@stremio/stremio-icons": { "version": "5.0.0-beta.3", @@ -16851,11 +16845,14 @@ "integrity": "sha512-Dt3PYmy1DZ473QNs99KYXVWQPHtpIl37VUY0+gCEvvuCqE1fRrZIJtZ9KbysUKonvO7WwdQDztgcW0iGoc1dEA==" }, "@stremio/stremio-core-web": { - "version": "git+ssh://git@github.com/Stremio/stremio-core-web.git#51e739b45338f26932c64051b33c265332fc69e8", - "integrity": "sha512-QDXykdRmmZzhD5IfaA5KqIW7Ads5oq4qpoUreRq/LIKkbhmg2ZdD7ZgXyRO6zQBlo3wHzwGqeZD6GnuHwPX8HA==", - "from": "@stremio/stremio-core-web@git+ssh://git@github.com/Stremio/stremio-core-web.git#51e739b45338f26932c64051b33c265332fc69e8", + "version": "file:../core-web", "requires": { - "@babel/runtime": "7.16.0" + "@babel/cli": "7.16.8", + "@babel/core": "7.16.0", + "@babel/plugin-transform-runtime": "7.16.10", + "@babel/preset-env": "7.16.0", + "@babel/runtime": "7.16.0", + "babel-plugin-bundled-import-meta": "0.3.2" } }, "@stremio/stremio-icons": { diff --git a/package.json b/package.json index 55e15b77d..7597e4c33 100755 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@babel/runtime": "7.16.0", "@sentry/browser": "6.13.3", "@stremio/stremio-colors": "5.0.1", - "@stremio/stremio-core-web": "git+ssh://git@github.com/Stremio/stremio-core-web.git#51e739b45338f26932c64051b33c265332fc69e8", + "@stremio/stremio-core-web": "0.44.28", "@stremio/stremio-icons": "5.0.0-beta.3", "@stremio/stremio-video": "0.0.26", "a-color-picker": "1.2.1",