ethershell 0.2.2-beta.0 → 0.2.3-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ethershell",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.3-beta.0",
|
|
5
5
|
"description": "Interactive JavaScript console for Ethereum smart contract management",
|
|
6
6
|
"author": "Alireza Kiakojouri (alirezaethdev@gmail.com)",
|
|
7
7
|
"repository": {
|
|
@@ -101,8 +101,7 @@ if(storedUrl) {
|
|
|
101
101
|
|
|
102
102
|
// 3) Set Compiler to Memory:
|
|
103
103
|
// Initialize global configuration of compiler
|
|
104
|
-
|
|
105
|
-
if(false){
|
|
104
|
+
if(storedCompConfig){
|
|
106
105
|
configFile.compiler = storedCompConfig.compiler;
|
|
107
106
|
console.info(`Compiler is loading ...`);
|
|
108
107
|
compConfig.currentSolcInstance = await loadSolcVersion(configFile.compiler.version);
|