@types v0.0.3
neeboo 6 years ago
parent 415b288a93
commit 95230b89a2
  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.2"
"version": "0.0.3"
}

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

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

@ -1,6 +1,6 @@
{
"name": "@harmony/core",
"version": "0.0.2",
"version": "0.0.3",
"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.2",
"@harmony/contract": "^0.0.2",
"@harmony/crypto": "^0.0.2",
"@harmony/network": "^0.0.2",
"@harmony/transaction": "^0.0.2",
"@harmony/utils": "^0.0.2"
"@harmony/account": "^0.0.3",
"@harmony/contract": "^0.0.3",
"@harmony/crypto": "^0.0.3",
"@harmony/network": "^0.0.3",
"@harmony/transaction": "^0.0.3",
"@harmony/utils": "^0.0.3"
},
"gitHead": "cf2beed66ef7a97f223311349ba7547bbc927402"
}

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

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

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

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

Loading…
Cancel
Save