@remixproject/plugin-api
Advanced tools
Comparing version 0.3.12-alpha.3 to 0.3.12
export * from './lib/compiler'; | ||
export * from './lib/content-import'; | ||
export * from './lib/editor'; | ||
export * from './lib/file-system/file-manager'; | ||
export * from './lib/file-system/file-explorers'; | ||
export * from './lib/dgit'; | ||
export * from './lib/file-system'; | ||
export * from './lib/git'; | ||
@@ -8,0 +6,0 @@ export * from './lib/network'; |
@@ -7,5 +7,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./lib/editor"), exports); | ||
tslib_1.__exportStar(require("./lib/file-system/file-manager"), exports); | ||
tslib_1.__exportStar(require("./lib/file-system/file-explorers"), exports); | ||
tslib_1.__exportStar(require("./lib/dgit"), exports); | ||
tslib_1.__exportStar(require("./lib/file-system"), exports); | ||
tslib_1.__exportStar(require("./lib/git"), exports); | ||
@@ -12,0 +10,0 @@ tslib_1.__exportStar(require("./lib/network"), exports); |
import { ProfileMap } from '@remixproject/plugin-utils'; | ||
import { ICompiler } from './compiler'; | ||
import { IFileSystem } from './file-system/file-manager'; | ||
import { IFileSystem } from './file-system'; | ||
import { IEditor } from './editor'; | ||
@@ -12,4 +12,2 @@ import { INetwork } from './network'; | ||
import { IPluginManager } from './plugin-manager'; | ||
import { IFileExplorer } from './file-system/file-explorers'; | ||
import { IDgitSystem } from './dgit'; | ||
export interface IRemixApi { | ||
@@ -19,4 +17,2 @@ manager: IPluginManager; | ||
fileManager: IFileSystem; | ||
fileExplorers: IFileExplorer; | ||
dGitProvider: IDgitSystem; | ||
solidityUnitTesting: IUnitTesting; | ||
@@ -23,0 +19,0 @@ editor: IEditor; |
@@ -5,3 +5,3 @@ "use strict"; | ||
const compiler_1 = require("./compiler"); | ||
const file_manager_1 = require("./file-system/file-manager"); | ||
const file_system_1 = require("./file-system"); | ||
const editor_1 = require("./editor"); | ||
@@ -16,4 +16,2 @@ const network_1 = require("./network"); | ||
const plugin_manager_1 = require("./plugin-manager"); | ||
const file_explorers_1 = require("./file-system/file-explorers"); | ||
const dgit_1 = require("./dgit"); | ||
/** @deprecated Use remixProfiles instead. Will be remove in next version */ | ||
@@ -23,5 +21,3 @@ exports.remixApi = Object.freeze({ | ||
solidity: Object.assign(Object.assign({}, compiler_1.compilerProfile), { name: 'solidity' }), | ||
fileManager: Object.assign(Object.assign({}, file_manager_1.filSystemProfile), { name: 'fileManager' }), | ||
dGitProvider: dgit_1.dGitProfile, | ||
fileExplorers: file_explorers_1.fileExplorerProfile, | ||
fileManager: Object.assign(Object.assign({}, file_system_1.filSystemProfile), { name: 'fileManager' }), | ||
solidityUnitTesting: Object.assign(Object.assign({}, unit_testing_1.unitTestProfile), { name: 'solidityUnitTesting' }), | ||
@@ -39,5 +35,4 @@ editor: editor_1.editorProfile, | ||
solidity: Object.assign(Object.assign({}, compiler_1.compilerProfile), { name: 'solidity' }), | ||
fileManager: Object.assign(Object.assign({}, file_manager_1.filSystemProfile), { name: 'fileManager' }), | ||
fileManager: Object.assign(Object.assign({}, file_system_1.filSystemProfile), { name: 'fileManager' }), | ||
git: Object.assign(Object.assign({}, git_1.gitProfile), { name: 'git' }), | ||
dGitProvider: dgit_1.dGitProfile, | ||
solidityUnitTesting: Object.assign(Object.assign({}, unit_testing_1.unitTestProfile), { name: 'solidityUnitTesting' }), | ||
@@ -44,0 +39,0 @@ editor: editor_1.editorProfile, |
import { ProfileMap } from '@remixproject/plugin-utils'; | ||
import { ICompiler } from './compiler'; | ||
import { IFileSystem } from './file-system/file-manager'; | ||
import { IFileSystem } from './file-system'; | ||
import { IEditor } from './editor'; | ||
@@ -5,0 +5,0 @@ import { INetwork } from './network'; |
@@ -5,3 +5,3 @@ "use strict"; | ||
const compiler_1 = require("./compiler"); | ||
const file_manager_1 = require("./file-system/file-manager"); | ||
const file_system_1 = require("./file-system"); | ||
const editor_1 = require("./editor"); | ||
@@ -15,3 +15,3 @@ const network_1 = require("./network"); | ||
solidity: Object.assign(Object.assign({}, compiler_1.compilerProfile), { name: 'solidity' }), | ||
fileManager: Object.assign(Object.assign({}, file_manager_1.filSystemProfile), { name: 'fileManager' }), | ||
fileManager: Object.assign(Object.assign({}, file_system_1.filSystemProfile), { name: 'fileManager' }), | ||
editor: editor_1.editorProfile, | ||
@@ -18,0 +18,0 @@ network: network_1.networkProfile, |
{ | ||
"name": "@remixproject/plugin-api", | ||
"version": "0.3.12-alpha.3", | ||
"version": "0.3.12", | ||
"homepage": "https://github.com/ethereum/remix-plugin/tree/master/packages/api#readme", | ||
@@ -27,5 +27,5 @@ "repository": { | ||
"dependencies": { | ||
"@remixproject/plugin-utils": "0.3.12-alpha.3" | ||
"@remixproject/plugin-utils": "0.3.12" | ||
}, | ||
"peerDependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
52308
149
1079
+ Added@remixproject/plugin-utils@0.3.12(transitive)
- Removed@remixproject/plugin-utils@0.3.12-alpha.3(transitive)