pull/121/merge v0.1.58
Ganesha Upadhyaya 2 years ago
parent 71304c22ad
commit 5eddd0feb2
  1. 4
      .env
  2. 2
      lerna.json
  3. 12
      packages/harmony-account/package.json
  4. 10
      packages/harmony-contract/package.json
  5. 14
      packages/harmony-core/package.json
  6. 2
      packages/harmony-crypto/package-lock.json
  7. 4
      packages/harmony-crypto/package.json
  8. 4
      packages/harmony-network/package.json
  9. 10
      packages/harmony-staking/package.json
  10. 8
      packages/harmony-transaction/package.json
  11. 2
      packages/harmony-utils/package.json

@ -0,0 +1,4 @@
CHAIN_ID=2
CHAIN_TYPE=hmy
HTTP_PROVIDER=https://api.harmony.one
GENESIS_PRIV_KEY=fd416cb87dcf8ed187e85545d7734a192fc8e976f5b540e9e21e896ec2bc25c3

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

@ -18,12 +18,12 @@
"author": "neeboo@firestack.one", "author": "neeboo@firestack.one",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@harmony-js/core": "0.1.57", "@harmony-js/core": "0.1.58",
"@harmony-js/crypto": "0.1.56", "@harmony-js/crypto": "0.1.58",
"@harmony-js/network": "0.1.56", "@harmony-js/network": "0.1.58",
"@harmony-js/staking": "0.1.56", "@harmony-js/staking": "0.1.58",
"@harmony-js/transaction": "0.1.56", "@harmony-js/transaction": "0.1.58",
"@harmony-js/utils": "0.1.56" "@harmony-js/utils": "0.1.58"
}, },
"gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf" "gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf"
} }

@ -1,6 +1,6 @@
{ {
"name": "@harmony-js/contract", "name": "@harmony-js/contract",
"version": "0.1.56", "version": "0.1.58",
"description": "contract libraries for harmony", "description": "contract libraries for harmony",
"main": "dist/index.js", "main": "dist/index.js",
"node": "dist/index.js", "node": "dist/index.js",
@ -19,10 +19,10 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@harmony-js/account": "0.1.58", "@harmony-js/account": "0.1.58",
"@harmony-js/crypto": "0.1.56", "@harmony-js/crypto": "0.1.58",
"@harmony-js/network": "0.1.56", "@harmony-js/network": "0.1.58",
"@harmony-js/transaction": "0.1.56", "@harmony-js/transaction": "0.1.58",
"@harmony-js/utils": "0.1.56" "@harmony-js/utils": "0.1.58"
}, },
"gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf" "gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf"
} }

@ -1,6 +1,6 @@
{ {
"name": "@harmony-js/core", "name": "@harmony-js/core",
"version": "0.1.57", "version": "0.1.58",
"description": "harmony core package", "description": "harmony core package",
"main": "dist/index.js", "main": "dist/index.js",
"node": "dist/index.js", "node": "dist/index.js",
@ -19,12 +19,12 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@harmony-js/account": "0.1.58", "@harmony-js/account": "0.1.58",
"@harmony-js/contract": "0.1.56", "@harmony-js/contract": "0.1.58",
"@harmony-js/crypto": "0.1.56", "@harmony-js/crypto": "0.1.58",
"@harmony-js/network": "0.1.56", "@harmony-js/network": "0.1.58",
"@harmony-js/staking": "0.1.56", "@harmony-js/staking": "0.1.58",
"@harmony-js/transaction": "0.1.56", "@harmony-js/transaction": "0.1.58",
"@harmony-js/utils": "0.1.56" "@harmony-js/utils": "0.1.58"
}, },
"gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf" "gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf"
} }

@ -1,6 +1,6 @@
{ {
"name": "@harmony-js/crypto", "name": "@harmony-js/crypto",
"version": "0.1.56", "version": "0.1.58",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {

@ -1,6 +1,6 @@
{ {
"name": "@harmony-js/crypto", "name": "@harmony-js/crypto",
"version": "0.1.56", "version": "0.1.58",
"description": "crypto libraries for harmony", "description": "crypto libraries for harmony",
"main": "dist/index.js", "main": "dist/index.js",
"node": "dist/index.js", "node": "dist/index.js",
@ -18,7 +18,7 @@
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@harmony-js/utils": "0.1.56", "@harmony-js/utils": "0.1.58",
"aes-js": "^3.1.2", "aes-js": "^3.1.2",
"bip39": "^2.5.0", "bip39": "^2.5.0",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",

@ -1,6 +1,6 @@
{ {
"name": "@harmony-js/network", "name": "@harmony-js/network",
"version": "0.1.56", "version": "0.1.58",
"description": "network suites for harmony", "description": "network suites for harmony",
"main": "dist/index.js", "main": "dist/index.js",
"node": "dist/index.js", "node": "dist/index.js",
@ -18,7 +18,7 @@
"author": "neeboo@firestack.one", "author": "neeboo@firestack.one",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@harmony-js/utils": "0.1.56", "@harmony-js/utils": "0.1.58",
"cross-fetch": "^3.0.2", "cross-fetch": "^3.0.2",
"mitt": "^1.2.0", "mitt": "^1.2.0",
"websocket": "^1.0.28" "websocket": "^1.0.28"

@ -1,6 +1,6 @@
{ {
"name": "@harmony-js/staking", "name": "@harmony-js/staking",
"version": "0.1.56", "version": "0.1.58",
"description": "staking transaction package for harmony", "description": "staking transaction package for harmony",
"main": "dist/index.js", "main": "dist/index.js",
"node": "dist/index.js", "node": "dist/index.js",
@ -18,10 +18,10 @@
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@harmony-js/crypto": "0.1.56", "@harmony-js/crypto": "0.1.58",
"@harmony-js/network": "0.1.56", "@harmony-js/network": "0.1.58",
"@harmony-js/transaction": "0.1.56", "@harmony-js/transaction": "0.1.58",
"@harmony-js/utils": "0.1.56", "@harmony-js/utils": "0.1.58",
"text-encoding": "^0.7.0" "text-encoding": "^0.7.0"
}, },
"gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf" "gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf"

@ -1,6 +1,6 @@
{ {
"name": "@harmony-js/transaction", "name": "@harmony-js/transaction",
"version": "0.1.56", "version": "0.1.58",
"description": "transaction package for harmony", "description": "transaction package for harmony",
"main": "dist/index.js", "main": "dist/index.js",
"node": "dist/index.js", "node": "dist/index.js",
@ -18,9 +18,9 @@
"author": "neeboo@firestack.one", "author": "neeboo@firestack.one",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@harmony-js/crypto": "0.1.56", "@harmony-js/crypto": "0.1.58",
"@harmony-js/network": "0.1.56", "@harmony-js/network": "0.1.58",
"@harmony-js/utils": "0.1.56" "@harmony-js/utils": "0.1.58"
}, },
"gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf" "gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf"
} }

@ -1,6 +1,6 @@
{ {
"name": "@harmony-js/utils", "name": "@harmony-js/utils",
"version": "0.1.56", "version": "0.1.58",
"description": "utils for harmony", "description": "utils for harmony",
"main": "dist/index.js", "main": "dist/index.js",
"node": "dist/index.js", "node": "dist/index.js",

Loading…
Cancel
Save