pull/67/head v0.1.56
Ganesha Upadhyaya 4 years ago
parent 2762c8edbf
commit 8f8e17fdae
  1. 2
      lerna.json
  2. 1081
      log.txt
  3. 2
      packages/harmony-account/package-lock.json
  4. 14
      packages/harmony-account/package.json
  5. 2
      packages/harmony-contract/package-lock.json
  6. 12
      packages/harmony-contract/package.json
  7. 2
      packages/harmony-core/package-lock.json
  8. 16
      packages/harmony-core/package.json
  9. 2
      packages/harmony-crypto/package-lock.json
  10. 4
      packages/harmony-crypto/package.json
  11. 2
      packages/harmony-network/package-lock.json
  12. 4
      packages/harmony-network/package.json
  13. 2
      packages/harmony-staking/package-lock.json
  14. 10
      packages/harmony-staking/package.json
  15. 2
      packages/harmony-transaction/package-lock.json
  16. 8
      packages/harmony-transaction/package.json
  17. 2
      packages/harmony-utils/package-lock.json
  18. 2
      packages/harmony-utils/package.json

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

1081
log.txt

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
{
"name": "@harmony-js/account",
"version": "0.1.55",
"version": "0.1.56",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,6 +1,6 @@
{
"name": "@harmony-js/account",
"version": "0.1.55",
"version": "0.1.56",
"description": "account and wallet for harmony",
"main": "dist/index.js",
"node": "dist/index.js",
@ -18,12 +18,12 @@
"author": "neeboo@firestack.one",
"license": "MIT",
"dependencies": {
"@harmony-js/core": "0.1.55",
"@harmony-js/crypto": "0.1.55",
"@harmony-js/network": "0.1.55",
"@harmony-js/staking": "0.1.55",
"@harmony-js/transaction": "0.1.55",
"@harmony-js/utils": "0.1.55"
"@harmony-js/core": "0.1.56",
"@harmony-js/crypto": "0.1.56",
"@harmony-js/network": "0.1.56",
"@harmony-js/staking": "0.1.56",
"@harmony-js/transaction": "0.1.56",
"@harmony-js/utils": "0.1.56"
},
"gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf"
}

@ -1,6 +1,6 @@
{
"name": "@harmony-js/contract",
"version": "0.1.55",
"version": "0.1.56",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -1,6 +1,6 @@
{
"name": "@harmony-js/core",
"version": "0.1.55",
"version": "0.1.56",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -1,6 +1,6 @@
{
"name": "@harmony-js/crypto",
"version": "0.1.55",
"version": "0.1.56",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -1,6 +1,6 @@
{
"name": "@harmony-js/network",
"version": "0.1.55",
"version": "0.1.56",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -1,6 +1,6 @@
{
"name": "@harmony-js/staking",
"version": "0.1.55",
"version": "0.1.56",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -1,6 +1,6 @@
{
"name": "@harmony-js/transaction",
"version": "0.1.55",
"version": "0.1.56",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -1,6 +1,6 @@
{
"name": "@harmony-js/utils",
"version": "0.1.55",
"version": "0.1.56",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

Loading…
Cancel
Save