@remixproject/plugin-api
Advanced tools
Comparing version 0.3.12 to 0.3.13-alpha
@@ -11,2 +11,3 @@ import { ProfileMap } from '@remixproject/plugin-utils'; | ||
import { ISettings } from './settings'; | ||
import { IVScodeExtAPI } from './vscextapi'; | ||
import { IPluginManager } from './plugin-manager'; | ||
@@ -24,2 +25,3 @@ export interface IRemixApi { | ||
theme: ITheme; | ||
vscodeExtAPI: IVScodeExtAPI; | ||
} | ||
@@ -26,0 +28,0 @@ export declare type RemixApi = Readonly<IRemixApi>; |
@@ -14,2 +14,3 @@ "use strict"; | ||
const git_1 = require("./git"); | ||
const vscextapi_1 = require("./vscextapi"); | ||
const plugin_manager_1 = require("./plugin-manager"); | ||
@@ -28,2 +29,3 @@ /** @deprecated Use remixProfiles instead. Will be remove in next version */ | ||
theme: theme_1.themeProfile, | ||
vscodeExtAPI: vscextapi_1.vscodeExtProfile, | ||
}); | ||
@@ -42,4 +44,4 @@ /** Profiles of all the remix's Native Plugins */ | ||
settings: settings_1.settingsProfile, | ||
theme: theme_1.themeProfile | ||
theme: theme_1.themeProfile, | ||
}); | ||
//# sourceMappingURL=remix-profile.js.map |
{ | ||
"name": "@remixproject/plugin-api", | ||
"version": "0.3.12", | ||
"version": "0.3.13-alpha", | ||
"homepage": "https://github.com/ethereum/remix-plugin/tree/master/packages/api#readme", | ||
@@ -27,5 +27,5 @@ "repository": { | ||
"dependencies": { | ||
"@remixproject/plugin-utils": "0.3.12" | ||
"@remixproject/plugin-utils": "0.3.13-alpha" | ||
}, | ||
"peerDependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
54111
158
1109
+ Added@remixproject/plugin-utils@0.3.13-alpha(transitive)
- Removed@remixproject/plugin-utils@0.3.12(transitive)