dev v0.0.47
neeboo 5 years ago
parent 03ca6f8992
commit caa33e4b2e
  1. 2
      lerna.json
  2. 12
      packages/harmony-account/package.json
  3. 12
      packages/harmony-contract/package.json
  4. 14
      packages/harmony-core/package.json
  5. 4
      packages/harmony-crypto/package.json
  6. 6
      packages/harmony-network/package.json
  7. 10
      packages/harmony-transaction/package.json
  8. 2
      packages/harmony-utils/package.json

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

@ -1,6 +1,6 @@
{
"name": "@harmony-js/account",
"version": "0.0.46",
"version": "0.0.47",
"description": "account and wallet for harmony",
"main": "dist/index.js",
"node": "dist/index.js",
@ -18,11 +18,11 @@
"author": "neeboo@firestack.one",
"license": "ISC",
"dependencies": {
"@harmony-js/core": "0.0.46",
"@harmony-js/crypto": "0.0.46",
"@harmony-js/network": "0.0.46",
"@harmony-js/transaction": "0.0.46",
"@harmony-js/utils": "0.0.46"
"@harmony-js/core": "0.0.47",
"@harmony-js/crypto": "0.0.47",
"@harmony-js/network": "0.0.47",
"@harmony-js/transaction": "0.0.47",
"@harmony-js/utils": "0.0.47"
},
"gitHead": "faed9fd0516d967c136344853804001bc881cbfb"
}

@ -1,6 +1,6 @@
{
"name": "@harmony-js/contract",
"version": "0.0.46",
"version": "0.0.47",
"description": "contract libraries for harmony",
"main": "dist/index.js",
"node": "dist/index.js",
@ -18,11 +18,11 @@
},
"license": "ISC",
"dependencies": {
"@harmony-js/account": "0.0.46",
"@harmony-js/crypto": "0.0.46",
"@harmony-js/network": "0.0.46",
"@harmony-js/transaction": "0.0.46",
"@harmony-js/utils": "0.0.46"
"@harmony-js/account": "0.0.47",
"@harmony-js/crypto": "0.0.47",
"@harmony-js/network": "0.0.47",
"@harmony-js/transaction": "0.0.47",
"@harmony-js/utils": "0.0.47"
},
"gitHead": "faed9fd0516d967c136344853804001bc881cbfb"
}

@ -1,6 +1,6 @@
{
"name": "@harmony-js/core",
"version": "0.0.46",
"version": "0.0.47",
"description": "harmony core package",
"main": "dist/index.js",
"node": "dist/index.js",
@ -18,12 +18,12 @@
"author": "neeboo@firestack.one",
"license": "ISC",
"dependencies": {
"@harmony-js/account": "0.0.46",
"@harmony-js/contract": "0.0.46",
"@harmony-js/crypto": "0.0.46",
"@harmony-js/network": "0.0.46",
"@harmony-js/transaction": "0.0.46",
"@harmony-js/utils": "0.0.46"
"@harmony-js/account": "0.0.47",
"@harmony-js/contract": "0.0.47",
"@harmony-js/crypto": "0.0.47",
"@harmony-js/network": "0.0.47",
"@harmony-js/transaction": "0.0.47",
"@harmony-js/utils": "0.0.47"
},
"gitHead": "faed9fd0516d967c136344853804001bc881cbfb"
}

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

@ -1,6 +1,6 @@
{
"name": "@harmony-js/network",
"version": "0.0.46",
"version": "0.0.47",
"description": "network suites for harmony",
"main": "dist/index.js",
"node": "dist/index.js",
@ -18,8 +18,8 @@
"author": "neeboo@firestack.one",
"license": "ISC",
"dependencies": {
"@harmony-js/core": "0.0.46",
"@harmony-js/utils": "0.0.46",
"@harmony-js/core": "0.0.47",
"@harmony-js/utils": "0.0.47",
"cross-fetch": "^3.0.2",
"mitt": "^1.1.3",
"websocket": "^1.0.28"

@ -1,6 +1,6 @@
{
"name": "@harmony-js/transaction",
"version": "0.0.46",
"version": "0.0.47",
"description": "transaction package for harmony",
"main": "dist/index.js",
"node": "dist/index.js",
@ -18,10 +18,10 @@
"author": "neeboo@firestack.one",
"license": "ISC",
"dependencies": {
"@harmony-js/core": "0.0.46",
"@harmony-js/crypto": "0.0.46",
"@harmony-js/network": "0.0.46",
"@harmony-js/utils": "0.0.46"
"@harmony-js/core": "0.0.47",
"@harmony-js/crypto": "0.0.47",
"@harmony-js/network": "0.0.47",
"@harmony-js/utils": "0.0.47"
},
"gitHead": "faed9fd0516d967c136344853804001bc881cbfb"
}

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

Loading…
Cancel
Save