staking v0.1.25
neeboo 5 years ago
parent 952636a389
commit 6e7453f8a7
  1. 2
      lerna.json
  2. 4
      packages/harmony-account/package.json
  3. 4
      packages/harmony-core/package.json

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

@ -1,6 +1,6 @@
{
"name": "@harmony-js/account",
"version": "0.1.24",
"version": "0.1.25",
"description": "account and wallet for harmony",
"main": "dist/index.js",
"node": "dist/index.js",
@ -18,7 +18,7 @@
"author": "neeboo@firestack.one",
"license": "ISC",
"dependencies": {
"@harmony-js/core": "0.1.24",
"@harmony-js/core": "0.1.25",
"@harmony-js/crypto": "0.1.23",
"@harmony-js/network": "0.1.23",
"@harmony-js/transaction": "0.1.23",

@ -1,6 +1,6 @@
{
"name": "@harmony-js/core",
"version": "0.1.24",
"version": "0.1.25",
"description": "harmony core package",
"main": "dist/index.js",
"node": "dist/index.js",
@ -18,7 +18,7 @@
"author": "neeboo@firestack.one",
"license": "ISC",
"dependencies": {
"@harmony-js/account": "0.1.24",
"@harmony-js/account": "0.1.25",
"@harmony-js/contract": "0.1.23",
"@harmony-js/crypto": "0.1.23",
"@harmony-js/network": "0.1.23",

Loading…
Cancel
Save