@remixproject/plugin-api
Advanced tools
Comparing version 0.3.9-alpha.2 to 0.3.9-alpha.3
export interface ContentImport { | ||
content: string; | ||
content: any; | ||
cleanUrl: string; | ||
@@ -4,0 +4,0 @@ type: 'github' | 'http' | 'https' | 'swarm' | 'ipfs'; |
@@ -12,3 +12,4 @@ import { RemixTx, RemixTxReceipt, RemixTxEvent, VMAccount, UdappSettings } from './type'; | ||
getSettings(): UdappSettings; | ||
setEnvironmentMode(env: 'vm' | 'injected' | 'web3'): void; | ||
}; | ||
} |
{ | ||
"name": "@remixproject/plugin-api", | ||
"version": "0.3.9-alpha.2", | ||
"version": "0.3.9-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.9-alpha.2" | ||
"@remixproject/plugin-utils": "0.3.9-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
52322
1079
+ Added@remixproject/plugin-utils@0.3.9-alpha.3(transitive)
- Removed@remixproject/plugin-utils@0.3.9-alpha.2(transitive)