@remixproject/plugin-api
Advanced tools
Comparing version 0.3.16 to 0.3.17
@@ -15,3 +15,3 @@ import { StatusEvents } from '@remixproject/plugin-utils'; | ||
isLocalhost: boolean; | ||
workSpacesPath: string; | ||
absolutePath: string; | ||
}; | ||
@@ -18,0 +18,0 @@ getWorkspaces(): string[]; |
@@ -15,2 +15,3 @@ import { ProfileMap } from '@remixproject/plugin-utils'; | ||
import { IDgitSystem } from './dgit'; | ||
import { ITerminal } from './terminal'; | ||
export interface IRemixApi { | ||
@@ -30,2 +31,3 @@ manager: IPluginManager; | ||
vscodeExtAPI: IVScodeExtAPI; | ||
terminal: ITerminal; | ||
} | ||
@@ -32,0 +34,0 @@ export declare type RemixApi = Readonly<IRemixApi>; |
@@ -18,2 +18,3 @@ "use strict"; | ||
const dgit_1 = require("./dgit"); | ||
const terminal_1 = require("./terminal"); | ||
/** @deprecated Use remixProfiles instead. Will be remove in next version */ | ||
@@ -34,2 +35,3 @@ exports.remixApi = Object.freeze({ | ||
vscodeExtAPI: vscextapi_1.vscodeExtProfile, | ||
terminal: terminal_1.terminalProfile | ||
}); | ||
@@ -52,3 +54,4 @@ /** Profiles of all the remix's Native Plugins */ | ||
vscodeExtAPI: vscextapi_1.vscodeExtProfile, | ||
terminal: terminal_1.terminalProfile | ||
}); | ||
//# sourceMappingURL=remix-profile.js.map |
{ | ||
"name": "@remixproject/plugin-api", | ||
"version": "0.3.16", | ||
"version": "0.3.17", | ||
"homepage": "https://github.com/ethereum/remix-plugin/tree/master/packages/api#readme", | ||
@@ -27,5 +27,5 @@ "repository": { | ||
"dependencies": { | ||
"@remixproject/plugin-utils": "0.3.16" | ||
"@remixproject/plugin-utils": "0.3.17" | ||
}, | ||
"peerDependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
63232
191
1272
+ Added@remixproject/plugin-utils@0.3.17(transitive)
- Removed@remixproject/plugin-utils@0.3.16(transitive)