@remixproject/plugin-api
Advanced tools
Comparing version 0.3.30 to 0.3.31
@@ -11,5 +11,5 @@ "use strict"; | ||
version: "0.0.1", | ||
methods: ['getCurrentWorkspace', 'getWorkspaces', 'createWorkspace', 'registerContextMenuItem', 'renameWorkspace'], | ||
methods: ['getCurrentWorkspace', 'getWorkspaces', 'createWorkspace', 'registerContextMenuItem', 'renameWorkspace', 'deleteWorkspace'], | ||
events: ['setWorkspace', 'workspaceRenamed', 'workspaceDeleted', 'workspaceCreated'], | ||
}; | ||
//# sourceMappingURL=profile.js.map |
{ | ||
"name": "@remixproject/plugin-api", | ||
"version": "0.3.30", | ||
"version": "0.3.31", | ||
"homepage": "https://github.com/ethereum/remix-plugin/tree/master/packages/api#readme", | ||
@@ -27,5 +27,5 @@ "repository": { | ||
"dependencies": { | ||
"@remixproject/plugin-utils": "0.3.30" | ||
"@remixproject/plugin-utils": "0.3.31" | ||
}, | ||
"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
64842
+ Added@remixproject/plugin-utils@0.3.31(transitive)
- Removed@remixproject/plugin-utils@0.3.30(transitive)