staking_tnx_params v0.1.53
Ganesha Upadhyaya 4 years ago
parent 8bced38228
commit 17bcd47f37
  1. 2
      lerna.json
  2. 4
      packages/harmony-account/package.json
  3. 2
      packages/harmony-contract/package.json
  4. 6
      packages/harmony-core/package.json

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

@ -1,6 +1,6 @@
{
"name": "@harmony-js/account",
"version": "0.1.52",
"version": "0.1.53",
"description": "account and wallet for harmony",
"main": "dist/index.js",
"node": "dist/index.js",
@ -18,7 +18,7 @@
"author": "neeboo@firestack.one",
"license": "MIT",
"dependencies": {
"@harmony-js/core": "0.1.52",
"@harmony-js/core": "0.1.53",
"@harmony-js/crypto": "0.1.48",
"@harmony-js/network": "0.1.51",
"@harmony-js/staking": "0.1.51",

@ -1,6 +1,6 @@
{
"name": "@harmony-js/contract",
"version": "0.1.52",
"version": "0.1.53",
"description": "contract libraries for harmony",
"main": "dist/index.js",
"node": "dist/index.js",

@ -1,6 +1,6 @@
{
"name": "@harmony-js/core",
"version": "0.1.52",
"version": "0.1.53",
"description": "harmony core package",
"main": "dist/index.js",
"node": "dist/index.js",
@ -18,8 +18,8 @@
"author": "neeboo@firestack.one",
"license": "MIT",
"dependencies": {
"@harmony-js/account": "0.1.52",
"@harmony-js/contract": "0.1.52",
"@harmony-js/account": "0.1.53",
"@harmony-js/contract": "0.1.53",
"@harmony-js/crypto": "0.1.48",
"@harmony-js/network": "0.1.51",
"@harmony-js/staking": "0.1.51",

Loading…
Cancel
Save