@remixproject/engine
Advanced tools
Comparing version 0.3.6-beta to 0.3.6
@@ -51,3 +51,2 @@ "use strict"; | ||
const letcontinue = () => { | ||
delete this.currentRequest; | ||
if (timedout) { | ||
@@ -60,2 +59,3 @@ const { from } = this.currentRequest; | ||
// Remove current request and call next | ||
delete this.currentRequest; | ||
this.requestQueue.shift(); | ||
@@ -62,0 +62,0 @@ if (this.requestQueue.length !== 0) |
@@ -10,3 +10,2 @@ import type { Profile } from '@remixproject/plugin-utils'; | ||
canCall(from: Profile, to: Profile, method: string): Promise<boolean>; | ||
callPlugin(from: Profile, to: Profile, method: string): Promise<any>; | ||
toggleActive(name: string): any; | ||
@@ -99,10 +98,2 @@ addProfile(profiles: Partial<Profile> | Partial<Profile>[]): any; | ||
/** | ||
* Call a method of another plugin | ||
* @param from Profile of the caller plugin | ||
* @param to Profile of the target plugin | ||
* @param method Method targetted by the caller | ||
* @param message Method provided by the targetted method plugin | ||
*/ | ||
callPlugin(from: Profile, to: Profile, method: string, message?: string): Promise<boolean>; | ||
/** | ||
* Check if a plugin can update profile of another one | ||
@@ -109,0 +100,0 @@ * @param from Profile of the caller plugin |
@@ -252,14 +252,2 @@ "use strict"; | ||
/** | ||
* Call a method of another plugin | ||
* @param from Profile of the caller plugin | ||
* @param to Profile of the target plugin | ||
* @param method Method targetted by the caller | ||
* @param message Method provided by the targetted method plugin | ||
*/ | ||
callPlugin(from, to, method, message) { | ||
return tslib_1.__awaiter(this, void 0, void 0, function* () { | ||
return true; | ||
}); | ||
} | ||
/** | ||
* Check if a plugin can update profile of another one | ||
@@ -266,0 +254,0 @@ * @param from Profile of the caller plugin |
{ | ||
"name": "@remixproject/engine", | ||
"version": "0.3.6-beta", | ||
"version": "0.3.6", | ||
"homepage": "https://github.com/ethereum/remix-plugin/tree/master/packages/engine/core#readme", | ||
@@ -27,6 +27,6 @@ "repository": { | ||
"dependencies": { | ||
"@remixproject/plugin-utils": "0.3.6-beta", | ||
"@remixproject/plugin-api": "0.3.6-beta" | ||
"@remixproject/plugin-utils": "0.3.6", | ||
"@remixproject/plugin-api": "0.3.6" | ||
}, | ||
"peerDependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
93833
1341
+ Added@remixproject/plugin-api@0.3.6(transitive)
+ Added@remixproject/plugin-utils@0.3.6(transitive)
- Removed@remixproject/plugin-api@0.3.6-beta(transitive)
- Removed@remixproject/plugin-utils@0.3.6-beta(transitive)