|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "remix-tests", |
|
|
|
"name": "remix-tests", |
|
|
|
"version": "0.1.22", |
|
|
|
"version": "0.1.23", |
|
|
|
"description": "Tool to test Solidity smart contracts", |
|
|
|
"description": "Tool to test Solidity smart contracts", |
|
|
|
"main": "./dist/index.js", |
|
|
|
"main": "./dist/index.js", |
|
|
|
"types": "./dist/index.d.ts", |
|
|
|
"types": "./dist/index.d.ts", |
|
|
@ -42,9 +42,9 @@ |
|
|
|
"change-case": "^3.0.1", |
|
|
|
"change-case": "^3.0.1", |
|
|
|
"colors": "^1.1.2", |
|
|
|
"colors": "^1.1.2", |
|
|
|
"commander": "^2.13.0", |
|
|
|
"commander": "^2.13.0", |
|
|
|
"remix-lib": "0.4.16", |
|
|
|
"remix-lib": "0.4.17", |
|
|
|
"remix-simulator": "0.1.9-alpha.9", |
|
|
|
"remix-simulator": "0.1.9-alpha.10", |
|
|
|
"remix-solidity": "0.3.19", |
|
|
|
"remix-solidity": "0.3.20", |
|
|
|
"signale": "^1.4.0", |
|
|
|
"signale": "^1.4.0", |
|
|
|
"web3": "1.0.0-beta.36", |
|
|
|
"web3": "1.0.0-beta.36", |
|
|
|
"winston": "^3.0.0" |
|
|
|
"winston": "^3.0.0" |
|
|
|