diff --git a/lerna.json b/lerna.json index f5f81b5..4ccd47a 100644 --- a/lerna.json +++ b/lerna.json @@ -10,6 +10,6 @@ "allowBranch": "master" } }, - "version": "0.3.4", + "version": "0.3.5", "hoist": true } diff --git a/packages/blockchain/package.json b/packages/blockchain/package.json index a06418c..c404395 100644 --- a/packages/blockchain/package.json +++ b/packages/blockchain/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/blockchain", - "version": "0.3.4", + "version": "0.3.5", "description": "Uniqys blockchain structure", "author": "Uniqys Project (https://uniqys.net)", "license": "MPL-2.0", @@ -23,7 +23,7 @@ "devDependencies": { "@types/jest": "^23.3.0", "@types/node": "^10.9.4", - "@uniqys/types": "^0.3.4", + "@uniqys/types": "^0.3.5", "jest": "^23.3.0", "npm-run-all": "^4.1.5", "ts-jest": "^23.0.1", @@ -33,8 +33,8 @@ "dependencies": { "@uniqys/config-validator": "^0.3.0", "@uniqys/lock": "^0.3.0", - "@uniqys/serialize": "^0.3.4", - "@uniqys/signature": "^0.3.4", - "@uniqys/store": "^0.3.4" + "@uniqys/serialize": "^0.3.5", + "@uniqys/signature": "^0.3.5", + "@uniqys/store": "^0.3.5" } } diff --git a/packages/chain-core/package.json b/packages/chain-core/package.json index 8fe4020..ebbf8f6 100644 --- a/packages/chain-core/package.json +++ b/packages/chain-core/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/chain-core", - "version": "0.3.4", + "version": "0.3.5", "description": "Uniqys Chain Core", "author": "Uniqys Project (https://uniqys.net)", "license": "MPL-2.0", @@ -22,14 +22,14 @@ }, "dependencies": { "@uniqys/async-loop": "^0.3.0", - "@uniqys/blockchain": "^0.3.4", - "@uniqys/dapp-interface": "^0.3.4", + "@uniqys/blockchain": "^0.3.5", + "@uniqys/dapp-interface": "^0.3.5", "@uniqys/lock": "^0.3.0", - "@uniqys/p2p-network": "^0.3.4", + "@uniqys/p2p-network": "^0.3.5", "@uniqys/priority-queue": "^0.3.0", - "@uniqys/protocol": "^0.3.4", - "@uniqys/signature": "^0.3.4", - "@uniqys/types": "^0.3.4", + "@uniqys/protocol": "^0.3.5", + "@uniqys/signature": "^0.3.5", + "@uniqys/types": "^0.3.5", "debug": "^3.1.0" }, "devDependencies": { diff --git a/packages/cli/package.json b/packages/cli/package.json index b2216be..04b019b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/cli", - "version": "0.3.4", + "version": "0.3.5", "description": "Uniqys Command Line Tool", "author": "Uniqys Project (https://uniqys.net)", "license": "MPL-2.0", @@ -28,12 +28,12 @@ "test:lint": "npm run lint" }, "dependencies": { - "@uniqys/blockchain": "^0.3.4", + "@uniqys/blockchain": "^0.3.5", "@uniqys/config-validator": "^0.3.0", - "@uniqys/easy-framework": "^0.3.4", - "@uniqys/signature": "^0.3.4", - "@uniqys/store": "^0.3.4", - "@uniqys/types": "^0.3.4", + "@uniqys/easy-framework": "^0.3.5", + "@uniqys/signature": "^0.3.5", + "@uniqys/store": "^0.3.5", + "@uniqys/types": "^0.3.5", "fs-extra": "^7.0.0", "leveldown": "^4.0.1", "shlex": "^2.0.1", diff --git a/packages/dapp-interface/package.json b/packages/dapp-interface/package.json index 9c94362..6a070c4 100644 --- a/packages/dapp-interface/package.json +++ b/packages/dapp-interface/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/dapp-interface", - "version": "0.3.4", + "version": "0.3.5", "description": "Uniqys DAPI definition", "author": "Uniqys Project (https://uniqys.net)", "license": "MPL-2.0", @@ -22,8 +22,8 @@ "typescript": "^3.0.3" }, "dependencies": { - "@uniqys/blockchain": "^0.3.4", - "@uniqys/signature": "^0.3.4", - "@uniqys/types": "^0.3.4" + "@uniqys/blockchain": "^0.3.5", + "@uniqys/signature": "^0.3.5", + "@uniqys/types": "^0.3.5" } } diff --git a/packages/easy-client/package.json b/packages/easy-client/package.json index 2713cd6..e32edae 100644 --- a/packages/easy-client/package.json +++ b/packages/easy-client/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/easy-client", - "version": "0.3.4", + "version": "0.3.5", "description": "Uniqys Easy Framework client", "author": "Uniqys Project (https://uniqys.net)", "license": "MPL-2.0", @@ -29,9 +29,9 @@ "test:lint": "npm run lint" }, "dependencies": { - "@uniqys/easy-types": "^0.3.4", - "@uniqys/signature": "^0.3.4", - "@uniqys/types": "^0.3.4", + "@uniqys/easy-types": "^0.3.5", + "@uniqys/signature": "^0.3.5", + "@uniqys/types": "^0.3.5", "axios": "^0.18.0", "web3": "1.0.0-beta.37" }, diff --git a/packages/easy-framework/package.json b/packages/easy-framework/package.json index dd3f465..fce0595 100644 --- a/packages/easy-framework/package.json +++ b/packages/easy-framework/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/easy-framework", - "version": "0.3.4", + "version": "0.3.5", "description": "Uniqys Easy Framework server", "author": "Uniqys Project (https://uniqys.net)", "license": "MPL-2.0", @@ -22,16 +22,16 @@ }, "dependencies": { "@uniqys/async-loop": "^0.3.0", - "@uniqys/blockchain": "^0.3.4", - "@uniqys/chain-core": "^0.3.4", - "@uniqys/dapp-interface": "^0.3.4", - "@uniqys/easy-types": "^0.3.4", + "@uniqys/blockchain": "^0.3.5", + "@uniqys/chain-core": "^0.3.5", + "@uniqys/dapp-interface": "^0.3.5", + "@uniqys/easy-types": "^0.3.5", "@uniqys/lock": "^0.3.0", - "@uniqys/merkle-patricia-trie": "^0.3.4", - "@uniqys/serialize": "^0.3.4", - "@uniqys/signature": "^0.3.4", - "@uniqys/store": "^0.3.4", - "@uniqys/types": "^0.3.4", + "@uniqys/merkle-patricia-trie": "^0.3.5", + "@uniqys/serialize": "^0.3.5", + "@uniqys/signature": "^0.3.5", + "@uniqys/store": "^0.3.5", + "@uniqys/types": "^0.3.5", "debug": "^3.1.0", "koa": "^2.5.2", "koa-bodyparser": "^4.2.1", diff --git a/packages/easy-types/package.json b/packages/easy-types/package.json index 533e22a..7a3daef 100644 --- a/packages/easy-types/package.json +++ b/packages/easy-types/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/easy-types", - "version": "0.3.4", + "version": "0.3.5", "description": "Uniqys Easy Framework types", "author": "Uniqys Project (https://uniqys.net)", "license": "MPL-2.0", @@ -26,9 +26,9 @@ "test:jest": "jest --forceExit --detectOpenHandles --coverage --verbose" }, "dependencies": { - "@uniqys/blockchain": "^0.3.4", - "@uniqys/serialize": "^0.3.4", - "@uniqys/signature": "^0.3.4" + "@uniqys/blockchain": "^0.3.5", + "@uniqys/serialize": "^0.3.5", + "@uniqys/signature": "^0.3.5" }, "devDependencies": { "@types/jest": "^23.3.0", diff --git a/packages/event-provider/ethereum/package.json b/packages/event-provider/ethereum/package.json index 681a327..cea389d 100755 --- a/packages/event-provider/ethereum/package.json +++ b/packages/event-provider/ethereum/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/event-provider-ethereum", - "version": "0.3.4", + "version": "0.3.5", "description": "Uniqys Ethereum Event Provider", "author": "Uniqys Project (https://uniqys.net)", "license": "MPL-2.0", @@ -27,12 +27,12 @@ "migrate": "truffle migrate" }, "dependencies": { - "@uniqys/blockchain": "^0.3.4", - "@uniqys/dapp-interface": "^0.3.4", - "@uniqys/easy-types": "^0.3.4", - "@uniqys/serialize": "^0.3.4", - "@uniqys/signature": "^0.3.4", - "@uniqys/types": "^0.3.4", + "@uniqys/blockchain": "^0.3.5", + "@uniqys/dapp-interface": "^0.3.5", + "@uniqys/easy-types": "^0.3.5", + "@uniqys/serialize": "^0.3.5", + "@uniqys/signature": "^0.3.5", + "@uniqys/types": "^0.3.5", "debug": "^3.1.0", "openzeppelin-solidity": "^2.1.1", "solidity-bytes-utils": "^0.0.7", diff --git a/packages/merkle-patricia-trie/package.json b/packages/merkle-patricia-trie/package.json index c0487ca..cd05dd3 100644 --- a/packages/merkle-patricia-trie/package.json +++ b/packages/merkle-patricia-trie/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/merkle-patricia-trie", - "version": "0.3.4", + "version": "0.3.5", "description": "Merkle Patricia Trie as a merkleized key-value store", "author": "Uniqys Project (https://uniqys.net)", "license": "MPL-2.0", @@ -30,9 +30,9 @@ "typescript": "^3.0.3" }, "dependencies": { - "@uniqys/serialize": "^0.3.4", - "@uniqys/signature": "^0.3.4", - "@uniqys/store": "^0.3.4", - "@uniqys/types": "^0.3.4" + "@uniqys/serialize": "^0.3.5", + "@uniqys/signature": "^0.3.5", + "@uniqys/store": "^0.3.5", + "@uniqys/types": "^0.3.5" } } diff --git a/packages/p2p-network/package.json b/packages/p2p-network/package.json index 5055f73..f3aeaaa 100644 --- a/packages/p2p-network/package.json +++ b/packages/p2p-network/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/p2p-network", - "version": "0.3.4", + "version": "0.3.5", "description": "P2P network implementation for Uniqys", "author": "Uniqys Project (https://uniqys.net)", "license": "MPL-2.0", @@ -21,9 +21,9 @@ "test:jest": "jest --forceExit --detectOpenHandles --coverage --verbose" }, "dependencies": { - "@uniqys/blockchain": "^0.3.4", - "@uniqys/serialize": "^0.3.4", - "@uniqys/signature": "^0.3.4", + "@uniqys/blockchain": "^0.3.5", + "@uniqys/serialize": "^0.3.5", + "@uniqys/signature": "^0.3.5", "axios": "^0.18.0", "debug": "^3.1.0", "ejs": "^2.6.1", diff --git a/packages/protocol/package.json b/packages/protocol/package.json index 7b75126..eb18657 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/protocol", - "version": "0.3.4", + "version": "0.3.5", "description": "Uniqys network protocol", "author": "Uniqys Project (https://uniqys.net)", "license": "MPL-2.0", @@ -21,10 +21,10 @@ "test:jest": "jest --forceExit --detectOpenHandles --coverage --verbose" }, "dependencies": { - "@uniqys/blockchain": "^0.3.4", - "@uniqys/p2p-network": "^0.3.4", - "@uniqys/serialize": "^0.3.4", - "@uniqys/signature": "^0.3.4" + "@uniqys/blockchain": "^0.3.5", + "@uniqys/p2p-network": "^0.3.5", + "@uniqys/serialize": "^0.3.5", + "@uniqys/signature": "^0.3.5" }, "devDependencies": { "@types/jest": "^23.3.0", diff --git a/packages/samples/eth-sidechain/package.json b/packages/samples/eth-sidechain/package.json index 767b4a7..c1ce205 100644 --- a/packages/samples/eth-sidechain/package.json +++ b/packages/samples/eth-sidechain/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/sample-eth-sidechain", - "version": "0.3.4", + "version": "0.3.5", "description": "A simple Ethereum sidechain sample.", "author": "Uniqys Project (https://uniqys.net)", "private": true, @@ -16,9 +16,9 @@ "migrate": "cd contract && truffle migrate --reset" }, "dependencies": { - "@uniqys/cli": "^0.3.4", - "@uniqys/easy-client": "^0.3.4", - "@uniqys/event-provider-ethereum": "^0.3.4", + "@uniqys/cli": "^0.3.5", + "@uniqys/easy-client": "^0.3.5", + "@uniqys/event-provider-ethereum": "^0.3.5", "axios": "^0.18.0", "debug": "^3.1.0", "koa": "^2.5.2", diff --git a/packages/samples/messages/package.json b/packages/samples/messages/package.json index 72881ab..5385273 100644 --- a/packages/samples/messages/package.json +++ b/packages/samples/messages/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/sample-messages", - "version": "0.3.4", + "version": "0.3.5", "description": "A simple messaging application sample.", "author": "Uniqys Project (https://uniqys.net)", "private": true, @@ -17,14 +17,14 @@ "build:client": "webpack --config webpack.config.js" }, "dependencies": { - "@uniqys/blockchain": "^0.3.4", - "@uniqys/chain-core": "^0.3.4", - "@uniqys/cli": "^0.3.4", - "@uniqys/easy-client": "^0.3.4", - "@uniqys/easy-framework": "^0.3.4", - "@uniqys/easy-types": "^0.3.4", - "@uniqys/signature": "^0.3.4", - "@uniqys/store": "^0.3.4", + "@uniqys/blockchain": "^0.3.5", + "@uniqys/chain-core": "^0.3.5", + "@uniqys/cli": "^0.3.5", + "@uniqys/easy-client": "^0.3.5", + "@uniqys/easy-framework": "^0.3.5", + "@uniqys/easy-types": "^0.3.5", + "@uniqys/signature": "^0.3.5", + "@uniqys/store": "^0.3.5", "axios": "^0.18.0", "debug": "^3.1.0", "koa": "^2.5.2", diff --git a/packages/serialize/package.json b/packages/serialize/package.json index 88e6e17..36beda0 100644 --- a/packages/serialize/package.json +++ b/packages/serialize/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/serialize", - "version": "0.3.4", + "version": "0.3.5", "description": "serialize/deserialize to/from Buffer", "author": "Uniqys Project (https://uniqys.net)", "license": "Apache-2.0", diff --git a/packages/signature/package.json b/packages/signature/package.json index 0574e2e..3533c45 100644 --- a/packages/signature/package.json +++ b/packages/signature/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/signature", - "version": "0.3.4", + "version": "0.3.5", "description": "cryptographic signature and address for Uniqys", "author": "Uniqys Project (https://uniqys.net)", "license": "Apache-2.0", @@ -27,8 +27,8 @@ }, "dependencies": { "@uniqys/config-validator": "^0.3.0", - "@uniqys/serialize": "^0.3.4", - "@uniqys/types": "^0.3.4", + "@uniqys/serialize": "^0.3.5", + "@uniqys/types": "^0.3.5", "keccak": "^1.4.0", "secp256k1": "^3.5.0" }, diff --git a/packages/store/package.json b/packages/store/package.json index 809387a..8b0b446 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/store", - "version": "0.3.4", + "version": "0.3.5", "description": "common key-value store class", "author": "Uniqys Project (https://uniqys.net)", "license": "Apache-2.0", @@ -21,7 +21,7 @@ "test:jest": "jest --forceExit --detectOpenHandles --coverage --verbose" }, "dependencies": { - "@uniqys/types": "^0.3.4", + "@uniqys/types": "^0.3.5", "abstract-leveldown": "^5.0.0", "levelup": "^3.1.1" }, diff --git a/packages/types/package.json b/packages/types/package.json index a68f7ca..d32de9d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/types", - "version": "0.3.4", + "version": "0.3.5", "description": "base types of Uniqys Kit", "author": "Uniqys Project (https://uniqys.net)", "license": "Apache-2.0", @@ -35,6 +35,6 @@ "typescript": "^3.0.3" }, "dependencies": { - "@uniqys/serialize": "^0.3.4" + "@uniqys/serialize": "^0.3.5" } }