@remixproject/engine
Advanced tools
@@ -42,3 +42,3 @@ import type { ExternalProfile, Profile, Message } from '@remixproject/plugin-utils'; | ||
/** Perform handshake with the client if not loaded yet */ | ||
protected handshake(handshakeSpecificPayload?: string[]): Promise<any>; | ||
protected handshake(): Promise<any>; | ||
/** | ||
@@ -45,0 +45,0 @@ * React when a message comes from client |
@@ -62,3 +62,3 @@ "use strict"; | ||
/** Perform handshake with the client if not loaded yet */ | ||
handshake(handshakeSpecificPayload) { | ||
handshake() { | ||
var _a, _b; | ||
@@ -70,3 +70,3 @@ return tslib_1.__awaiter(this, void 0, void 0, function* () { | ||
try { | ||
methods = yield this.callPluginMethod('handshake', [this.profile.name, (_a = this.options) === null || _a === void 0 ? void 0 : _a.engine, ...handshakeSpecificPayload]); | ||
methods = yield this.callPluginMethod('handshake', [this.profile.name, (_a = this.options) === null || _a === void 0 ? void 0 : _a.engine]); | ||
} | ||
@@ -73,0 +73,0 @@ catch (err) { |
{ | ||
"name": "@remixproject/engine", | ||
"version": "0.3.11-alpha.2", | ||
"version": "0.3.11-alpha.3", | ||
"homepage": "https://github.com/ethereum/remix-plugin/tree/master/packages/engine/core#readme", | ||
@@ -27,6 +27,6 @@ "repository": { | ||
"dependencies": { | ||
"@remixproject/plugin-utils": "0.3.11-alpha.2", | ||
"@remixproject/plugin-api": "0.3.11-alpha.2" | ||
"@remixproject/plugin-utils": "0.3.11-alpha.3", | ||
"@remixproject/plugin-api": "0.3.11-alpha.3" | ||
}, | ||
"peerDependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
94091
-0.12%