@remixproject/plugin-api
Advanced tools
Comparing version 0.3.12-alpha.2 to 0.3.12-alpha.3
@@ -10,3 +10,6 @@ import { StatusEvents } from '@remixproject/plugin-utils'; | ||
methods: { | ||
getCurrentWorkspace(): string; | ||
getCurrentWorkspace(): { | ||
name: string; | ||
isLocalhost: boolean; | ||
}; | ||
getWorkspaces(): string[]; | ||
@@ -13,0 +16,0 @@ createWorkspace(name: string): void; |
{ | ||
"name": "@remixproject/plugin-api", | ||
"version": "0.3.12-alpha.2", | ||
"version": "0.3.12-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.12-alpha.2" | ||
"@remixproject/plugin-utils": "0.3.12-alpha.3" | ||
}, | ||
"peerDependencies": {} | ||
} |
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
58296
1182
+ Added@remixproject/plugin-utils@0.3.12-alpha.3(transitive)
- Removed@remixproject/plugin-utils@0.3.12-alpha.2(transitive)