From 1960a8938e60a1267bd77f801648b578021d3570 Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Thu, 1 Apr 2021 18:44:26 +0200 Subject: [PATCH 1/7] adding error tracking --- apps/remix-ide/src/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/remix-ide/src/index.html b/apps/remix-ide/src/index.html index d20b3cf4ac..22b2497d16 100644 --- a/apps/remix-ide/src/index.html +++ b/apps/remix-ide/src/index.html @@ -44,6 +44,7 @@ /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['disableCookies']); _paq.push(['enableLinkTracking']); + _paq.push(['enableJSErrorTracking']); _paq.push(['trackPageView']); (function() { var u="https://matomo.ethereum.org/"; From ce0b7933de077d0c73d62e535f664916a0be6ed5 Mon Sep 17 00:00:00 2001 From: Rob Stupay Date: Wed, 31 Mar 2021 22:47:52 -0400 Subject: [PATCH 2/7] update remixd modal --- apps/remix-ide/src/app/files/remixd-handle.js | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/apps/remix-ide/src/app/files/remixd-handle.js b/apps/remix-ide/src/app/files/remixd-handle.js index 5b2f02cb35..b5f9ec9804 100644 --- a/apps/remix-ide/src/app/files/remixd-handle.js +++ b/apps/remix-ide/src/app/files/remixd-handle.js @@ -130,21 +130,20 @@ export class RemixdHandle extends WebsocketPlugin { function remixdDialog () { return yo`
-
Interact with your file system from Remix. Click connect and find shared folder in the Remix file explorer (under localhost). - Before you get started, check out the Remixd tutorial. - to find out how to run Remixd. +
Interact with your file system from Remix.
See the Remixd tutorial for more info.
-
If you have looked at that tutorial and are just looking for the remixd command,
here it is: +
If you have looked at the Remixd docs and just need remixd command,
here it is:
remixd -s absolute-path-to-the-shared-folder --remix-ide your-remix-ide-URL-instance
Connection will start a session between ${window.location.href} and your local file system ws://127.0.0.1:65520 so please make sure your system is secured enough (port 65520 neither opened nor forwarded). - will show you current connection status. +
+
+
+ Before using, make sure you have the latest remixd version.
Read here how to update it +
This feature is still in Alpha, so we recommend you to keep a copy of the shared folder.
- - Please make sure you have the latest remixd version. Read here how to update it -
` } From 1b1cfdcda20a185a3fe87e47c39aac52c457c21c Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Thu, 1 Apr 2021 12:38:13 +0100 Subject: [PATCH 3/7] Update remix-plugin version to 0.3.11-alpha.2 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a3414a0862..0409175141 100644 --- a/package.json +++ b/package.json @@ -130,13 +130,13 @@ }, "dependencies": { "@erebos/bzz-node": "^0.13.0", - "@remixproject/engine": "^0.3.3", - "@remixproject/engine-web": "^0.3.3", - "@remixproject/plugin": "^0.3.3", - "@remixproject/plugin-api": "^0.3.2", - "@remixproject/plugin-utils": "^0.3.2", - "@remixproject/plugin-webview": "^0.3.3", - "@remixproject/plugin-ws": "^0.3.3", + "@remixproject/engine": "^0.3.11-alpha.2", + "@remixproject/engine-web": "^0.3.11-alpha.2", + "@remixproject/plugin": "^0.3.11-alpha.2", + "@remixproject/plugin-api": "^0.3.11-alpha.2", + "@remixproject/plugin-utils": "^0.3.11-alpha.2", + "@remixproject/plugin-webview": "^0.3.11-alpha.2", + "@remixproject/plugin-ws": "^0.3.11-alpha.2", "@types/jest": "^26.0.5", "@types/tape": "^4.2.33", "ansi-gray": "^0.1.1", From c6d4316b2f03db2e7ce8473747619c4821fdc8c3 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Thu, 1 Apr 2021 12:59:41 +0100 Subject: [PATCH 4/7] Include package-lock.json --- package-lock.json | 112 +++++++++++++++------------------------------- 1 file changed, 37 insertions(+), 75 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5af0ace15d..c921c01632 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6934,53 +6934,53 @@ "integrity": "sha512-tVkIU9JQw5fYPxLQgok/a7I6J1eEZ79svwQGpe2mb3jlVsPADOleefOnQBiS/takK7jQuNeswCUicMH1VWVziA==" }, "@remixproject/engine": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@remixproject/engine/-/engine-0.3.3.tgz", - "integrity": "sha1-jEde0zAFQBj8C0s49f1FqbK9gIY=", + "version": "0.3.11-alpha.3", + "resolved": "https://registry.npmjs.org/@remixproject/engine/-/engine-0.3.11-alpha.3.tgz", + "integrity": "sha512-uVDLvGPKLia3/uw5ZxeBfxNXtL76En83qh+qWZ+j16lHci4X853od8/cpMRWkoWVKTnk1llpnwB7m8obg7WeIw==", "requires": { - "@remixproject/plugin-api": "0.3.3", - "@remixproject/plugin-utils": "0.3.3" + "@remixproject/plugin-api": "0.3.11-alpha.3", + "@remixproject/plugin-utils": "0.3.11-alpha.3" } }, "@remixproject/engine-web": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@remixproject/engine-web/-/engine-web-0.3.3.tgz", - "integrity": "sha1-ZQZD7museqljZNPHpuOwG7dgiZU=", + "version": "0.3.11-alpha.3", + "resolved": "https://registry.npmjs.org/@remixproject/engine-web/-/engine-web-0.3.11-alpha.3.tgz", + "integrity": "sha512-g+vMSUTzcjJhp7u3KesvRg6l9zqQnxMUJr9y4zZWXTCyfWzJ0hEiTNYdWcv9qzUDRZdHcUfj7vmwX7PVG3ZwFw==", "requires": { - "@remixproject/engine": "0.3.3", - "@remixproject/plugin-api": "0.3.3", - "@remixproject/plugin-utils": "0.3.3" + "@remixproject/engine": "0.3.11-alpha.3", + "@remixproject/plugin-api": "0.3.11-alpha.3", + "@remixproject/plugin-utils": "0.3.11-alpha.3" } }, "@remixproject/plugin": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@remixproject/plugin/-/plugin-0.3.3.tgz", - "integrity": "sha1-yy+ifasg+IQ5CDJ2jmXRaRc8sAE=", + "version": "0.3.11-alpha.3", + "resolved": "https://registry.npmjs.org/@remixproject/plugin/-/plugin-0.3.11-alpha.3.tgz", + "integrity": "sha512-3M7EGF+rh5PFZolHFc5RR53m9bt9JE0hf7oa1gN8xsqLWC31ZbZ1uHzN2klZgfkQZmdgO1Dw6F//3FDAp99lhQ==", "requires": { - "@remixproject/plugin-api": "0.3.3", - "@remixproject/plugin-utils": "0.3.3", + "@remixproject/plugin-api": "0.3.11-alpha.3", + "@remixproject/plugin-utils": "0.3.11-alpha.3", "events": "3.2.0" }, "dependencies": { "events": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/events/-/events-3.2.0.tgz", - "integrity": "sha1-k7h8GPjvzUICpGGuxN/AVWtjk3k=" + "integrity": "sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg==" } } }, "@remixproject/plugin-api": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@remixproject/plugin-api/-/plugin-api-0.3.3.tgz", - "integrity": "sha1-jjutHY0IsBQ1g9F3Ko8XfrnfMHw=", + "version": "0.3.11-alpha.3", + "resolved": "https://registry.npmjs.org/@remixproject/plugin-api/-/plugin-api-0.3.11-alpha.3.tgz", + "integrity": "sha512-fupi9Dy7FZavdY2dcmqnHyVNE/kqFsg3FLYnrxKbALKN4hDt77WwMpEdN0DkHkEO0p5Gf/szonoQO4gBvjRsXA==", "requires": { - "@remixproject/plugin-utils": "0.3.3" + "@remixproject/plugin-utils": "0.3.11-alpha.3" } }, "@remixproject/plugin-utils": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@remixproject/plugin-utils/-/plugin-utils-0.3.3.tgz", - "integrity": "sha1-SBJncwtNIf9+xAQPogI53WChr5M=", + "version": "0.3.11-alpha.3", + "resolved": "https://registry.npmjs.org/@remixproject/plugin-utils/-/plugin-utils-0.3.11-alpha.3.tgz", + "integrity": "sha512-uwf/ThgNgi4IyBoQbyMddJmab9cgCgA/jGyOFrKVZStpceLvV3/q2AIxU7XqOKNEbx678ED4aTEB9HlZrn22eA==", "requires": { "tslib": "2.0.1" }, @@ -6988,66 +6988,28 @@ "tslib": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz", - "integrity": "sha1-QQ6w0RPltjVkkO7HSWA3JbAhtD4=" + "integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==" } } }, "@remixproject/plugin-webview": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@remixproject/plugin-webview/-/plugin-webview-0.3.3.tgz", - "integrity": "sha1-3x7RgdkD1ya0JTjfWsIp8cpQOqI=", + "version": "0.3.11-alpha.3", + "resolved": "https://registry.npmjs.org/@remixproject/plugin-webview/-/plugin-webview-0.3.11-alpha.3.tgz", + "integrity": "sha512-hySFhs4Q2X6eqP82Yx/aMeJyjk64M7zX3g8Cs3AoN5YqBYoz9BoJ/67d54QPsfJMJjWMRKwadU/ecDcALyCXsg==", "requires": { - "@remixproject/plugin": "0.3.3", - "@remixproject/plugin-api": "0.3.3", - "@remixproject/plugin-utils": "0.3.3" + "@remixproject/plugin": "0.3.11-alpha.3", + "@remixproject/plugin-api": "0.3.11-alpha.3", + "@remixproject/plugin-utils": "0.3.11-alpha.3" } }, "@remixproject/plugin-ws": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@remixproject/plugin-ws/-/plugin-ws-0.3.3.tgz", - "integrity": "sha1-qxGVX9ut7uRG0FE+8gOnbyodNr8=", + "version": "0.3.11-alpha.3", + "resolved": "https://registry.npmjs.org/@remixproject/plugin-ws/-/plugin-ws-0.3.11-alpha.3.tgz", + "integrity": "sha512-BWBDljd1Mh8B5Ih8XWnMVS+ne+HOgFMZHNyyEHl0Lk2A6Hnz7BBZf14I0WcdPvuW/JwGQe8nj9b8ivywNcBQlA==", "requires": { - "@remixproject/plugin": "0.3.3", - "@remixproject/plugin-api": "0.3.3", - "@remixproject/plugin-utils": "0.3.3" - }, - "dependencies": { - "@remixproject/plugin": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@remixproject/plugin/-/plugin-0.3.3.tgz", - "integrity": "sha512-gSZdgBjb4y2N2+5kMfbJYjO2zH8b1pFd3xdY4ViL5vtt8l4lup+iOVidrGTv1lPPl7Snk+E8NQhRk8Snr6//mg==", - "requires": { - "@remixproject/plugin-api": "0.3.3", - "@remixproject/plugin-utils": "0.3.3", - "events": "3.2.0" - } - }, - "@remixproject/plugin-api": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@remixproject/plugin-api/-/plugin-api-0.3.3.tgz", - "integrity": "sha512-Wsic9cnTj/9B7dGKQEq+VTAwit2o7rtdVwJ+lcI68SbavhNHGo0IUexOZkxwGFL2THchWz2hjfrs80W10yle0A==", - "requires": { - "@remixproject/plugin-utils": "0.3.3" - } - }, - "@remixproject/plugin-utils": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@remixproject/plugin-utils/-/plugin-utils-0.3.3.tgz", - "integrity": "sha512-w1WCdS7bDmbaY83ybIjHzFW9TlQUV2Rt6Fw8hXGnT29ontD6mKoBWhoEPYzasMEHG47lmNzDjRToVPhQh54Q+w==", - "requires": { - "tslib": "2.0.1" - } - }, - "events": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.2.0.tgz", - "integrity": "sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg==" - }, - "tslib": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz", - "integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==" - } + "@remixproject/plugin": "0.3.11-alpha.3", + "@remixproject/plugin-api": "0.3.11-alpha.3", + "@remixproject/plugin-utils": "0.3.11-alpha.3" } }, "@restart/context": { From d21adece80c2cc743b7e1ef3e123a2bd6f30d3f8 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Thu, 1 Apr 2021 14:10:27 +0200 Subject: [PATCH 5/7] bump again --- package-lock.json | 4 ++-- package.json | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c921c01632..aab0c0643d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16954,7 +16954,7 @@ "express-ws": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/express-ws/-/express-ws-4.0.0.tgz", - "integrity": "sha1-2r2NyXRRZBiQKkH+bjDtlJtNNsQ=", + "integrity": "sha512-KEyUw8AwRET2iFjFsI1EJQrJ/fHeGiJtgpYgEWG3yDv4l/To/m3a2GaYfeGyB3lsWdvbesjF5XCMx+SVBgAAYw==", "requires": { "ws": "^5.2.0" }, @@ -16962,7 +16962,7 @@ "ws": { "version": "5.2.2", "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz", - "integrity": "sha1-3/7xSGa46NyRM1glFNG++vlumA8=", + "integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==", "requires": { "async-limiter": "~1.0.0" } diff --git a/package.json b/package.json index 0409175141..1023a21716 100644 --- a/package.json +++ b/package.json @@ -130,13 +130,13 @@ }, "dependencies": { "@erebos/bzz-node": "^0.13.0", - "@remixproject/engine": "^0.3.11-alpha.2", - "@remixproject/engine-web": "^0.3.11-alpha.2", - "@remixproject/plugin": "^0.3.11-alpha.2", - "@remixproject/plugin-api": "^0.3.11-alpha.2", - "@remixproject/plugin-utils": "^0.3.11-alpha.2", - "@remixproject/plugin-webview": "^0.3.11-alpha.2", - "@remixproject/plugin-ws": "^0.3.11-alpha.2", + "@remixproject/engine": "^0.3.11-alpha.3", + "@remixproject/engine-web": "^0.3.11-alpha.3", + "@remixproject/plugin": "^0.3.11-alpha.3", + "@remixproject/plugin-api": "^0.3.11-alpha.3", + "@remixproject/plugin-utils": "^0.3.11-alpha.3", + "@remixproject/plugin-webview": "^0.3.11-alpha.3", + "@remixproject/plugin-ws": "^0.3.11-alpha.3", "@types/jest": "^26.0.5", "@types/tape": "^4.2.33", "ansi-gray": "^0.1.1", From e8c148e9fdffc18d18bad30344e15d19907b6ddc Mon Sep 17 00:00:00 2001 From: filip mertens Date: Thu, 1 Apr 2021 20:18:42 +0200 Subject: [PATCH 6/7] update --- package-lock.json | 70 +++++++++++++++++++++++------------------------ package.json | 14 +++++----- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/package-lock.json b/package-lock.json index aab0c0643d..2ff131cb9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6934,31 +6934,31 @@ "integrity": "sha512-tVkIU9JQw5fYPxLQgok/a7I6J1eEZ79svwQGpe2mb3jlVsPADOleefOnQBiS/takK7jQuNeswCUicMH1VWVziA==" }, "@remixproject/engine": { - "version": "0.3.11-alpha.3", - "resolved": "https://registry.npmjs.org/@remixproject/engine/-/engine-0.3.11-alpha.3.tgz", - "integrity": "sha512-uVDLvGPKLia3/uw5ZxeBfxNXtL76En83qh+qWZ+j16lHci4X853od8/cpMRWkoWVKTnk1llpnwB7m8obg7WeIw==", + "version": "0.3.11-alpha.5", + "resolved": "https://registry.npmjs.org/@remixproject/engine/-/engine-0.3.11-alpha.5.tgz", + "integrity": "sha512-3i8dLZ1Tl7C499hPU0DOsm6BSQzlvqz77AdTOzG8f9Rl0Vh8O+TYdXW8+d4esfNZS6MPhsk8t3MYk5KVcmmD5A==", "requires": { - "@remixproject/plugin-api": "0.3.11-alpha.3", - "@remixproject/plugin-utils": "0.3.11-alpha.3" + "@remixproject/plugin-api": "0.3.11-alpha.5", + "@remixproject/plugin-utils": "0.3.11-alpha.5" } }, "@remixproject/engine-web": { - "version": "0.3.11-alpha.3", - "resolved": "https://registry.npmjs.org/@remixproject/engine-web/-/engine-web-0.3.11-alpha.3.tgz", - "integrity": "sha512-g+vMSUTzcjJhp7u3KesvRg6l9zqQnxMUJr9y4zZWXTCyfWzJ0hEiTNYdWcv9qzUDRZdHcUfj7vmwX7PVG3ZwFw==", + "version": "0.3.11-alpha.5", + "resolved": "https://registry.npmjs.org/@remixproject/engine-web/-/engine-web-0.3.11-alpha.5.tgz", + "integrity": "sha512-2OvXJzS4Phcl/GC2ubQWDU3/6be9F5mFiyg5eFM8e6bjRVWUmmeO/RnyXM08ZvOz0zFZ+n2j4U8HYhJZnYGXtg==", "requires": { - "@remixproject/engine": "0.3.11-alpha.3", - "@remixproject/plugin-api": "0.3.11-alpha.3", - "@remixproject/plugin-utils": "0.3.11-alpha.3" + "@remixproject/engine": "0.3.11-alpha.5", + "@remixproject/plugin-api": "0.3.11-alpha.5", + "@remixproject/plugin-utils": "0.3.11-alpha.5" } }, "@remixproject/plugin": { - "version": "0.3.11-alpha.3", - "resolved": "https://registry.npmjs.org/@remixproject/plugin/-/plugin-0.3.11-alpha.3.tgz", - "integrity": "sha512-3M7EGF+rh5PFZolHFc5RR53m9bt9JE0hf7oa1gN8xsqLWC31ZbZ1uHzN2klZgfkQZmdgO1Dw6F//3FDAp99lhQ==", + "version": "0.3.11-alpha.5", + "resolved": "https://registry.npmjs.org/@remixproject/plugin/-/plugin-0.3.11-alpha.5.tgz", + "integrity": "sha512-e8hgn6rF21EjphbPks0Lhqgo9eItpy/VUPuoaV4h18qf0rrvc6P76LoHY2G/fSSVcSd8n0t+ozD92q1F5aJ8Sg==", "requires": { - "@remixproject/plugin-api": "0.3.11-alpha.3", - "@remixproject/plugin-utils": "0.3.11-alpha.3", + "@remixproject/plugin-api": "0.3.11-alpha.5", + "@remixproject/plugin-utils": "0.3.11-alpha.5", "events": "3.2.0" }, "dependencies": { @@ -6970,17 +6970,17 @@ } }, "@remixproject/plugin-api": { - "version": "0.3.11-alpha.3", - "resolved": "https://registry.npmjs.org/@remixproject/plugin-api/-/plugin-api-0.3.11-alpha.3.tgz", - "integrity": "sha512-fupi9Dy7FZavdY2dcmqnHyVNE/kqFsg3FLYnrxKbALKN4hDt77WwMpEdN0DkHkEO0p5Gf/szonoQO4gBvjRsXA==", + "version": "0.3.11-alpha.5", + "resolved": "https://registry.npmjs.org/@remixproject/plugin-api/-/plugin-api-0.3.11-alpha.5.tgz", + "integrity": "sha512-bwdKy2tWIub8I9Ofu42fSlfrLhDEag3k6wTafAE7X3xFQDD1Tp1UuaOtwNqz6UWUarKqyFdR5LnEFx+zZX1O8Q==", "requires": { - "@remixproject/plugin-utils": "0.3.11-alpha.3" + "@remixproject/plugin-utils": "0.3.11-alpha.5" } }, "@remixproject/plugin-utils": { - "version": "0.3.11-alpha.3", - "resolved": "https://registry.npmjs.org/@remixproject/plugin-utils/-/plugin-utils-0.3.11-alpha.3.tgz", - "integrity": "sha512-uwf/ThgNgi4IyBoQbyMddJmab9cgCgA/jGyOFrKVZStpceLvV3/q2AIxU7XqOKNEbx678ED4aTEB9HlZrn22eA==", + "version": "0.3.11-alpha.5", + "resolved": "https://registry.npmjs.org/@remixproject/plugin-utils/-/plugin-utils-0.3.11-alpha.5.tgz", + "integrity": "sha512-VIlxBVnwHnxtR85quK3YEWiKS3I0wHO9iy9hnqfgoRjHdQQWggjEat0ZkO8xhrlDhOO+u+xF9QqgP4VmZ+VZGw==", "requires": { "tslib": "2.0.1" }, @@ -6993,23 +6993,23 @@ } }, "@remixproject/plugin-webview": { - "version": "0.3.11-alpha.3", - "resolved": "https://registry.npmjs.org/@remixproject/plugin-webview/-/plugin-webview-0.3.11-alpha.3.tgz", - "integrity": "sha512-hySFhs4Q2X6eqP82Yx/aMeJyjk64M7zX3g8Cs3AoN5YqBYoz9BoJ/67d54QPsfJMJjWMRKwadU/ecDcALyCXsg==", + "version": "0.3.11-alpha.5", + "resolved": "https://registry.npmjs.org/@remixproject/plugin-webview/-/plugin-webview-0.3.11-alpha.5.tgz", + "integrity": "sha512-vIL1RN7O/bGKg8wEaygQKatjZrvL/tWl1jNDfC7k34ojC8qvgjUxRJ/dyTfAXAqAaY9cRu2x8vpyEhH28NGAaQ==", "requires": { - "@remixproject/plugin": "0.3.11-alpha.3", - "@remixproject/plugin-api": "0.3.11-alpha.3", - "@remixproject/plugin-utils": "0.3.11-alpha.3" + "@remixproject/plugin": "0.3.11-alpha.5", + "@remixproject/plugin-api": "0.3.11-alpha.5", + "@remixproject/plugin-utils": "0.3.11-alpha.5" } }, "@remixproject/plugin-ws": { - "version": "0.3.11-alpha.3", - "resolved": "https://registry.npmjs.org/@remixproject/plugin-ws/-/plugin-ws-0.3.11-alpha.3.tgz", - "integrity": "sha512-BWBDljd1Mh8B5Ih8XWnMVS+ne+HOgFMZHNyyEHl0Lk2A6Hnz7BBZf14I0WcdPvuW/JwGQe8nj9b8ivywNcBQlA==", + "version": "0.3.11-alpha.5", + "resolved": "https://registry.npmjs.org/@remixproject/plugin-ws/-/plugin-ws-0.3.11-alpha.5.tgz", + "integrity": "sha512-CLV0Xjjua4/gVRTeS4Ce6lqFhsPCF+Kr67oVshoeD09ljfsMUg0ggbJfbYlYLN+9Hq+Q4TpW7BdP4YuIEmEidw==", "requires": { - "@remixproject/plugin": "0.3.11-alpha.3", - "@remixproject/plugin-api": "0.3.11-alpha.3", - "@remixproject/plugin-utils": "0.3.11-alpha.3" + "@remixproject/plugin": "0.3.11-alpha.5", + "@remixproject/plugin-api": "0.3.11-alpha.5", + "@remixproject/plugin-utils": "0.3.11-alpha.5" } }, "@restart/context": { diff --git a/package.json b/package.json index 1023a21716..0a2507608f 100644 --- a/package.json +++ b/package.json @@ -130,13 +130,13 @@ }, "dependencies": { "@erebos/bzz-node": "^0.13.0", - "@remixproject/engine": "^0.3.11-alpha.3", - "@remixproject/engine-web": "^0.3.11-alpha.3", - "@remixproject/plugin": "^0.3.11-alpha.3", - "@remixproject/plugin-api": "^0.3.11-alpha.3", - "@remixproject/plugin-utils": "^0.3.11-alpha.3", - "@remixproject/plugin-webview": "^0.3.11-alpha.3", - "@remixproject/plugin-ws": "^0.3.11-alpha.3", + "@remixproject/engine": "^0.3.11-alpha.5", + "@remixproject/engine-web": "^0.3.11-alpha.5", + "@remixproject/plugin": "^0.3.11-alpha.5", + "@remixproject/plugin-api": "^0.3.11-alpha.5", + "@remixproject/plugin-utils": "^0.3.11-alpha.5", + "@remixproject/plugin-webview": "^0.3.11-alpha.5", + "@remixproject/plugin-ws": "^0.3.11-alpha.5", "@types/jest": "^26.0.5", "@types/tape": "^4.2.33", "ansi-gray": "^0.1.1", From 18e27656396cef516adb57c880773e4fdbcc5415 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Fri, 2 Apr 2021 09:15:58 +0200 Subject: [PATCH 7/7] bump 311 --- libs/remixd/package.json | 8 ++++---- package.json | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/libs/remixd/package.json b/libs/remixd/package.json index 3c3d9f22b1..0b39ec2da2 100644 --- a/libs/remixd/package.json +++ b/libs/remixd/package.json @@ -35,10 +35,10 @@ }, "homepage": "https://github.com/ethereum/remix-project#readme", "dependencies": { - "@remixproject/plugin": "^0.3.3", - "@remixproject/plugin-api": "^0.3.3", - "@remixproject/plugin-utils": "^0.3.3", - "@remixproject/plugin-ws": "^0.3.3", + "@remixproject/plugin": "^0.3.11", + "@remixproject/plugin-api": "^0.3.11", + "@remixproject/plugin-utils": "^0.3.11", + "@remixproject/plugin-ws": "^0.3.11", "axios": ">=0.21.1", "chokidar": "^2.1.8", "commander": "^2.20.3", diff --git a/package.json b/package.json index 0a2507608f..5180840e01 100644 --- a/package.json +++ b/package.json @@ -130,13 +130,13 @@ }, "dependencies": { "@erebos/bzz-node": "^0.13.0", - "@remixproject/engine": "^0.3.11-alpha.5", - "@remixproject/engine-web": "^0.3.11-alpha.5", - "@remixproject/plugin": "^0.3.11-alpha.5", - "@remixproject/plugin-api": "^0.3.11-alpha.5", - "@remixproject/plugin-utils": "^0.3.11-alpha.5", - "@remixproject/plugin-webview": "^0.3.11-alpha.5", - "@remixproject/plugin-ws": "^0.3.11-alpha.5", + "@remixproject/engine": "^0.3.11", + "@remixproject/engine-web": "^0.3.11", + "@remixproject/plugin": "^0.3.11", + "@remixproject/plugin-api": "^0.3.11", + "@remixproject/plugin-utils": "^0.3.11", + "@remixproject/plugin-webview": "^0.3.11", + "@remixproject/plugin-ws": "^0.3.11", "@types/jest": "^26.0.5", "@types/tape": "^4.2.33", "ansi-gray": "^0.1.1",