@remixproject/plugin-api
Advanced tools
Comparing version 0.3.13-alpha.3 to 0.3.13-alpha.4
import { StatusEvents } from '@remixproject/plugin-utils'; | ||
import { customAction } from './type'; | ||
export interface IFilePanel { | ||
@@ -8,2 +9,3 @@ events: { | ||
createWorkspace: (workspace: any) => void; | ||
customAction: (cmd: customAction) => void; | ||
} & StatusEvents; | ||
@@ -18,3 +20,4 @@ methods: { | ||
renameWorkspace(oldName: string, newName: string): void; | ||
registerContextMenuItem(cmd: customAction): void; | ||
}; | ||
} |
export * from './api'; | ||
export * from './profile'; | ||
export * from './type'; |
@@ -6,2 +6,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./profile"), exports); | ||
tslib_1.__exportStar(require("./type"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@remixproject/plugin-api", | ||
"version": "0.3.13-alpha.3", | ||
"version": "0.3.13-alpha.4", | ||
"homepage": "https://github.com/ethereum/remix-plugin/tree/master/packages/api#readme", | ||
@@ -27,5 +27,5 @@ "repository": { | ||
"dependencies": { | ||
"@remixproject/plugin-utils": "0.3.13-alpha.3" | ||
"@remixproject/plugin-utils": "0.3.13-alpha.4" | ||
}, | ||
"peerDependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61337
179
1239
+ Added@remixproject/plugin-utils@0.3.13-alpha.4(transitive)
- Removed@remixproject/plugin-utils@0.3.13-alpha.3(transitive)