@remixproject/engine-electron
Advanced tools
Comparing version 0.3.36 to 0.3.37
{ | ||
"name": "@remixproject/engine-electron", | ||
"version": "0.3.36", | ||
"version": "0.3.37", | ||
"homepage": "https://github.com/ethereum/remix-plugin/tree/master/packages/engine/node#readme", | ||
@@ -22,7 +22,7 @@ "repository": { | ||
"dependencies": { | ||
"@remixproject/plugin-utils": "0.3.36", | ||
"@remixproject/engine": "0.3.36", | ||
"@remixproject/plugin-api": "0.3.36" | ||
"@remixproject/plugin-utils": "0.3.37", | ||
"@remixproject/engine": "0.3.37", | ||
"@remixproject/plugin-api": "0.3.37" | ||
}, | ||
"peerDependencies": {} | ||
} |
@@ -42,3 +42,4 @@ "use strict"; | ||
return tslib_1.__awaiter(this, void 0, void 0, function* () { | ||
if ((yield window.electronAPI.activatePlugin(name)) && !this.loaded) { | ||
const connected = yield window.electronAPI.activatePlugin(name); | ||
if (connected && !this.loaded) { | ||
this.handshake(); | ||
@@ -45,0 +46,0 @@ } |
Sorry, the diff of this file is not supported yet
14467
221
+ Added@remixproject/engine@0.3.37(transitive)
+ Added@remixproject/plugin-api@0.3.37(transitive)
+ Added@remixproject/plugin-utils@0.3.37(transitive)
- Removed@remixproject/engine@0.3.36(transitive)
- Removed@remixproject/plugin-api@0.3.36(transitive)
- Removed@remixproject/plugin-utils@0.3.36(transitive)
Updated@remixproject/engine@0.3.37