|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
{ |
|
|
|
|
"name": "@harmony-js/core", |
|
|
|
|
"version": "0.1.32", |
|
|
|
|
"version": "0.1.33", |
|
|
|
|
"description": "harmony core package", |
|
|
|
|
"main": "dist/index.js", |
|
|
|
|
"node": "dist/index.js", |
|
|
|
@ -18,12 +18,12 @@ |
|
|
|
|
"author": "neeboo@firestack.one", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@harmony-js/account": "0.1.32", |
|
|
|
|
"@harmony-js/contract": "0.1.32", |
|
|
|
|
"@harmony-js/crypto": "0.1.32", |
|
|
|
|
"@harmony-js/account": "0.1.33", |
|
|
|
|
"@harmony-js/contract": "0.1.33", |
|
|
|
|
"@harmony-js/crypto": "0.1.33", |
|
|
|
|
"@harmony-js/network": "0.1.31", |
|
|
|
|
"@harmony-js/staking": "0.1.32", |
|
|
|
|
"@harmony-js/transaction": "0.1.32", |
|
|
|
|
"@harmony-js/staking": "0.1.33", |
|
|
|
|
"@harmony-js/transaction": "0.1.33", |
|
|
|
|
"@harmony-js/utils": "0.1.28" |
|
|
|
|
}, |
|
|
|
|
"gitHead": "0f2c4f00383611397ba83182322be3394451f8d6" |
|
|
|
|