staking v0.1.22
neeboo 5 years ago
parent a37b3ed022
commit 9cfa811ee4
  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.21"
"version": "0.1.22"
}

@ -1,6 +1,6 @@
{
"name": "@harmony-js/account",
"version": "0.1.21",
"version": "0.1.22",
"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.21",
"@harmony-js/core": "0.1.22",
"@harmony-js/crypto": "0.1.14",
"@harmony-js/network": "0.1.19",
"@harmony-js/transaction": "0.1.20",

@ -1,6 +1,6 @@
{
"name": "@harmony-js/core",
"version": "0.1.21",
"version": "0.1.22",
"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.21",
"@harmony-js/account": "0.1.22",
"@harmony-js/contract": "0.1.20",
"@harmony-js/crypto": "0.1.14",
"@harmony-js/network": "0.1.19",

Loading…
Cancel
Save