@types v0.0.6
neeboo 6 years ago
parent 9d91233cd8
commit 4e20cd3884
  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

@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.5"
"version": "0.0.6"
}

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

@ -1,6 +1,6 @@
{
"name": "@harmony/contract",
"version": "0.0.5",
"version": "0.0.6",
"description": "contract libraries for harmony",
"main": "dist/index.js",
"node": "dist/index.js",
@ -17,11 +17,11 @@
},
"license": "ISC",
"dependencies": {
"@harmony/account": "0.0.5",
"@harmony/crypto": "0.0.5",
"@harmony/network": "0.0.5",
"@harmony/transaction": "0.0.5",
"@harmony/utils": "0.0.5",
"@harmony/account": "0.0.6",
"@harmony/crypto": "0.0.6",
"@harmony/network": "0.0.6",
"@harmony/transaction": "0.0.6",
"@harmony/utils": "0.0.6",
"abi-decoder": "^1.2.0"
},
"gitHead": "fcb10df63e2369534342a235edd70091154e2390"

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

@ -1,6 +1,6 @@
{
"name": "@harmony/crypto",
"version": "0.0.5",
"version": "0.0.6",
"description": "crypto libraries for harmony",
"main": "dist/index.js",
"node": "dist/index.js",
@ -17,7 +17,7 @@
},
"license": "ISC",
"dependencies": {
"@harmony/utils": "0.0.5",
"@harmony/utils": "0.0.6",
"aes-js": "^3.1.2",
"base-x": "^3.0.5",
"bip39": "^2.5.0",

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

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

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

Loading…
Cancel
Save