|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
{ |
|
|
|
|
"name": "@harmony-js/core", |
|
|
|
|
"version": "0.1.22", |
|
|
|
|
"version": "0.1.23", |
|
|
|
|
"description": "harmony core package", |
|
|
|
|
"main": "dist/index.js", |
|
|
|
|
"node": "dist/index.js", |
|
|
|
@ -18,12 +18,12 @@ |
|
|
|
|
"author": "neeboo@firestack.one", |
|
|
|
|
"license": "ISC", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@harmony-js/account": "0.1.22", |
|
|
|
|
"@harmony-js/contract": "0.1.20", |
|
|
|
|
"@harmony-js/crypto": "0.1.14", |
|
|
|
|
"@harmony-js/network": "0.1.19", |
|
|
|
|
"@harmony-js/transaction": "0.1.20", |
|
|
|
|
"@harmony-js/utils": "0.1.14" |
|
|
|
|
"@harmony-js/account": "0.1.23", |
|
|
|
|
"@harmony-js/contract": "0.1.23", |
|
|
|
|
"@harmony-js/crypto": "0.1.23", |
|
|
|
|
"@harmony-js/network": "0.1.23", |
|
|
|
|
"@harmony-js/transaction": "0.1.23", |
|
|
|
|
"@harmony-js/utils": "0.1.23" |
|
|
|
|
}, |
|
|
|
|
"gitHead": "0f2c4f00383611397ba83182322be3394451f8d6" |
|
|
|
|
} |
|
|
|
|