staking v0.1.26
neeboo 5 years ago
parent 33571de9ec
commit 8c709e0e1e
  1. 2
      lerna.json
  2. 6
      packages/harmony-account/package.json
  3. 6
      packages/harmony-contract/package.json
  4. 8
      packages/harmony-core/package.json
  5. 2
      packages/harmony-transaction/package.json

@ -2,5 +2,5 @@
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.1.25"
"version": "0.1.26"
}

@ -1,6 +1,6 @@
{
"name": "@harmony-js/account",
"version": "0.1.25",
"version": "0.1.26",
"description": "account and wallet for harmony",
"main": "dist/index.js",
"node": "dist/index.js",
@ -18,10 +18,10 @@
"author": "neeboo@firestack.one",
"license": "ISC",
"dependencies": {
"@harmony-js/core": "0.1.25",
"@harmony-js/core": "^0.1.26",
"@harmony-js/crypto": "0.1.23",
"@harmony-js/network": "0.1.23",
"@harmony-js/transaction": "0.1.23",
"@harmony-js/transaction": "^0.1.26",
"@harmony-js/utils": "0.1.23"
},
"gitHead": "0f2c4f00383611397ba83182322be3394451f8d6"

@ -1,6 +1,6 @@
{
"name": "@harmony-js/contract",
"version": "0.1.23",
"version": "0.1.26",
"description": "contract libraries for harmony",
"main": "dist/index.js",
"node": "dist/index.js",
@ -18,10 +18,10 @@
},
"license": "ISC",
"dependencies": {
"@harmony-js/account": "0.1.25",
"@harmony-js/account": "^0.1.26",
"@harmony-js/crypto": "0.1.23",
"@harmony-js/network": "0.1.23",
"@harmony-js/transaction": "0.1.23",
"@harmony-js/transaction": "^0.1.26",
"@harmony-js/utils": "0.1.23"
},
"gitHead": "0f2c4f00383611397ba83182322be3394451f8d6"

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

@ -1,6 +1,6 @@
{
"name": "@harmony-js/transaction",
"version": "0.1.23",
"version": "0.1.26",
"description": "transaction package for harmony",
"main": "dist/index.js",
"node": "dist/index.js",

Loading…
Cancel
Save