@remixproject/plugin-api
Advanced tools
Comparing version 0.3.13-alpha.2 to 0.3.13-alpha.3
@@ -11,2 +11,3 @@ import { ProfileMap } from '@remixproject/plugin-utils'; | ||
import { ISettings } from './settings'; | ||
import { IVScodeExtAPI } from './vscextapi'; | ||
import { IPluginManager } from './plugin-manager'; | ||
@@ -28,2 +29,3 @@ import { IFilePanel } from './file-system/file-panel'; | ||
theme: ITheme; | ||
vscodeExtAPI: IVScodeExtAPI; | ||
} | ||
@@ -30,0 +32,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"); | ||
@@ -32,2 +33,3 @@ const file_panel_1 = require("./file-system/file-panel"); | ||
theme: theme_1.themeProfile, | ||
vscodeExtAPI: vscextapi_1.vscodeExtProfile, | ||
}); | ||
@@ -48,4 +50,5 @@ /** Profiles of all the remix's Native Plugins */ | ||
settings: settings_1.settingsProfile, | ||
theme: theme_1.themeProfile | ||
theme: theme_1.themeProfile, | ||
vscodeExtAPI: vscextapi_1.vscodeExtProfile, | ||
}); | ||
//# sourceMappingURL=remix-profile.js.map |
{ | ||
"name": "@remixproject/plugin-api", | ||
"version": "0.3.13-alpha.2", | ||
"version": "0.3.13-alpha.3", | ||
"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.2" | ||
"@remixproject/plugin-utils": "0.3.13-alpha.3" | ||
}, | ||
"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
60166
176
1214
+ Added@remixproject/plugin-utils@0.3.13-alpha.3(transitive)
- Removed@remixproject/plugin-utils@0.3.13-alpha.2(transitive)