@remixproject/plugin-api
Advanced tools
Comparing version 0.3.37 to 0.3.38
{ | ||
"name": "@remixproject/plugin-api", | ||
"version": "0.3.37", | ||
"version": "0.3.38", | ||
"homepage": "https://github.com/ethereum/remix-plugin/tree/master/packages/api#readme", | ||
@@ -27,5 +27,5 @@ "repository": { | ||
"dependencies": { | ||
"@remixproject/plugin-utils": "0.3.37" | ||
"@remixproject/plugin-utils": "0.3.38" | ||
}, | ||
"peerDependencies": {} | ||
} |
@@ -10,2 +10,3 @@ import { StatusEvents } from "@remixproject/plugin-utils"; | ||
rm(cmd: any): string; | ||
reset(cmd: any): string; | ||
log(cmd: any): any[]; | ||
@@ -12,0 +13,0 @@ lsfiles(cmd: any): any[]; |
@@ -6,4 +6,4 @@ "use strict"; | ||
name: 'dGitProvider', | ||
methods: ['clone', 'addremote', 'delremote', 'remotes', 'init', 'status', 'log', 'commit', 'add', 'rm', 'lsfiles', 'readblob', 'resolveref', 'branch', 'branches', 'checkout', 'currentbranch', 'zip', 'push', 'pull', 'setIpfsConfig', 'getItem', 'setItem', 'localStorageUsed'] | ||
methods: ['clone', 'addremote', 'delremote', 'remotes', 'init', 'status', 'log', 'commit', 'add', 'reset', 'rm', 'lsfiles', 'readblob', 'resolveref', 'branch', 'branches', 'checkout', 'currentbranch', 'zip', 'push', 'pull', 'setIpfsConfig', 'getItem', 'setItem', 'localStorageUsed'] | ||
}; | ||
//# sourceMappingURL=profile.js.map |
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
65083
1298
+ Added@remixproject/plugin-utils@0.3.38(transitive)
- Removed@remixproject/plugin-utils@0.3.37(transitive)