diff --git a/lerna.json b/lerna.json index 470cb5e..7a2b206 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,5 @@ "allowBranch": "master" } }, - "version": "0.1.1" + "version": "0.1.2" } diff --git a/packages/async-loop/package.json b/packages/async-loop/package.json index 8fd3b06..1437fcc 100644 --- a/packages/async-loop/package.json +++ b/packages/async-loop/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/async-loop", - "version": "0.1.1", + "version": "0.1.2", "description": "start/stop async function loop", "author": "Uniqys Project (https://uniqys.net)", "license": "Apache-2.0", diff --git a/packages/blockchain/package.json b/packages/blockchain/package.json index b0dbd41..2cabc5a 100644 --- a/packages/blockchain/package.json +++ b/packages/blockchain/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/blockchain", - "version": "0.1.1", + "version": "0.1.2", "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.1.1", + "@uniqys/types": "^0.1.2", "jest": "^23.3.0", "npm-run-all": "^4.1.5", "ts-jest": "^23.0.1", @@ -31,10 +31,10 @@ "typescript": "^3.0.3" }, "dependencies": { - "@uniqys/config-validator": "^0.1.1", - "@uniqys/lock": "^0.1.1", - "@uniqys/serialize": "^0.1.1", - "@uniqys/signature": "^0.1.1", - "@uniqys/store": "^0.1.1" + "@uniqys/config-validator": "^0.1.2", + "@uniqys/lock": "^0.1.2", + "@uniqys/serialize": "^0.1.2", + "@uniqys/signature": "^0.1.2", + "@uniqys/store": "^0.1.2" } } diff --git a/packages/chain-core/package.json b/packages/chain-core/package.json index a35d252..7e5a8d2 100644 --- a/packages/chain-core/package.json +++ b/packages/chain-core/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/chain-core", - "version": "0.1.1", + "version": "0.1.2", "description": "Uniqys Chain Core", "author": "Uniqys Project (https://uniqys.net)", "license": "MPL-2.0", @@ -21,22 +21,22 @@ "test:jest": "jest --forceExit --detectOpenHandles --coverage --verbose" }, "dependencies": { - "@uniqys/async-loop": "^0.1.1", - "@uniqys/blockchain": "^0.1.1", - "@uniqys/dapp-interface": "^0.1.1", - "@uniqys/lock": "^0.1.1", - "@uniqys/p2p-network": "^0.1.1", - "@uniqys/priority-queue": "^0.1.1", - "@uniqys/protocol": "^0.1.1", - "@uniqys/signature": "^0.1.1", - "@uniqys/types": "^0.1.1", + "@uniqys/async-loop": "^0.1.2", + "@uniqys/blockchain": "^0.1.2", + "@uniqys/dapp-interface": "^0.1.2", + "@uniqys/lock": "^0.1.2", + "@uniqys/p2p-network": "^0.1.2", + "@uniqys/priority-queue": "^0.1.2", + "@uniqys/protocol": "^0.1.2", + "@uniqys/signature": "^0.1.2", + "@uniqys/types": "^0.1.2", "debug": "^3.1.0" }, "devDependencies": { "@types/debug": "0.0.30", "@types/jest": "^23.3.0", "@types/node": "^10.9.4", - "@uniqys/type-definitions": "^0.1.1", + "@uniqys/type-definitions": "^0.1.2", "jest": "^23.3.0", "npm-run-all": "^4.1.5", "ts-jest": "^23.0.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index 6eaed93..2a35cdf 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/cli", - "version": "0.1.1", + "version": "0.1.2", "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.1.1", - "@uniqys/config-validator": "^0.1.1", - "@uniqys/easy-framework": "^0.1.1", - "@uniqys/signature": "^0.1.1", - "@uniqys/store": "^0.1.1", - "@uniqys/types": "^0.1.1", + "@uniqys/blockchain": "^0.1.2", + "@uniqys/config-validator": "^0.1.2", + "@uniqys/easy-framework": "^0.1.2", + "@uniqys/signature": "^0.1.2", + "@uniqys/store": "^0.1.2", + "@uniqys/types": "^0.1.2", "fs-extra": "^7.0.0", "leveldown": "^4.0.1", "yargs": "^12.0.2" @@ -43,7 +43,7 @@ "@types/leveldown": "^4.0.0", "@types/node": "^10.9.4", "@types/yargs": "^11.1.2", - "@uniqys/type-definitions": "^0.1.1", + "@uniqys/type-definitions": "^0.1.2", "npm-run-all": "^4.1.5", "run-for-every-file": "^1.1.0", "tslint": "^5.11.0", diff --git a/packages/config-validator/package.json b/packages/config-validator/package.json index d79aaaa..b37a3fa 100644 --- a/packages/config-validator/package.json +++ b/packages/config-validator/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/config-validator", - "version": "0.1.1", + "version": "0.1.2", "description": "validate json configuration", "author": "Uniqys Project (https://uniqys.net)", "license": "Apache-2.0", diff --git a/packages/dapp-interface/package.json b/packages/dapp-interface/package.json index 6f82509..259caf8 100644 --- a/packages/dapp-interface/package.json +++ b/packages/dapp-interface/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/dapp-interface", - "version": "0.1.1", + "version": "0.1.2", "description": "Uniqys DAPI definition", "author": "Uniqys Project (https://uniqys.net)", "license": "MPL-2.0", @@ -22,7 +22,7 @@ "typescript": "^3.0.3" }, "dependencies": { - "@uniqys/blockchain": "^0.1.1", - "@uniqys/signature": "^0.1.1" + "@uniqys/blockchain": "^0.1.2", + "@uniqys/signature": "^0.1.2" } } diff --git a/packages/easy-client/package.json b/packages/easy-client/package.json index b760239..d84bcac 100644 --- a/packages/easy-client/package.json +++ b/packages/easy-client/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/easy-client", - "version": "0.1.1", + "version": "0.1.2", "description": "Uniqys Easy Framework client", "author": "Uniqys Project (https://uniqys.net)", "license": "MPL-2.0", @@ -23,9 +23,9 @@ "test:lint": "npm run lint" }, "dependencies": { - "@uniqys/easy-types": "^0.1.1", - "@uniqys/signature": "^0.1.1", - "@uniqys/types": "^0.1.1", + "@uniqys/easy-types": "^0.1.2", + "@uniqys/signature": "^0.1.2", + "@uniqys/types": "^0.1.2", "axios": "^0.18.0" }, "devDependencies": { diff --git a/packages/easy-framework/package.json b/packages/easy-framework/package.json index 75625b6..5d6ef6d 100644 --- a/packages/easy-framework/package.json +++ b/packages/easy-framework/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/easy-framework", - "version": "0.1.1", + "version": "0.1.2", "description": "Uniqys Easy Framework server", "author": "Uniqys Project (https://uniqys.net)", "license": "MPL-2.0", @@ -21,17 +21,17 @@ "test:jest": "jest --forceExit --detectOpenHandles --coverage --verbose" }, "dependencies": { - "@uniqys/async-loop": "^0.1.1", - "@uniqys/blockchain": "^0.1.1", - "@uniqys/chain-core": "^0.1.1", - "@uniqys/dapp-interface": "^0.1.1", - "@uniqys/easy-types": "^0.1.1", - "@uniqys/lock": "^0.1.1", - "@uniqys/merkle-patricia-trie": "^0.1.1", - "@uniqys/serialize": "^0.1.1", - "@uniqys/signature": "^0.1.1", - "@uniqys/store": "^0.1.1", - "@uniqys/types": "^0.1.1", + "@uniqys/async-loop": "^0.1.2", + "@uniqys/blockchain": "^0.1.2", + "@uniqys/chain-core": "^0.1.2", + "@uniqys/dapp-interface": "^0.1.2", + "@uniqys/easy-types": "^0.1.2", + "@uniqys/lock": "^0.1.2", + "@uniqys/merkle-patricia-trie": "^0.1.2", + "@uniqys/serialize": "^0.1.2", + "@uniqys/signature": "^0.1.2", + "@uniqys/store": "^0.1.2", + "@uniqys/types": "^0.1.2", "debug": "^3.1.0", "koa": "^2.5.2", "koa-bodyparser": "^4.2.1", @@ -45,7 +45,7 @@ "@types/koa-router": "^7.0.30", "@types/node": "^10.9.4", "@types/split": "^1.0.0", - "@uniqys/type-definitions": "^0.1.1", + "@uniqys/type-definitions": "^0.1.2", "jest": "^23.3.0", "npm-run-all": "^4.1.5", "split": "^1.0.1", diff --git a/packages/easy-types/package.json b/packages/easy-types/package.json index 5e09f96..6c014c5 100644 --- a/packages/easy-types/package.json +++ b/packages/easy-types/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/easy-types", - "version": "0.1.1", + "version": "0.1.2", "description": "Uniqys Easy Framework types", "author": "Uniqys Project (https://uniqys.net)", "license": "MPL-2.0", @@ -21,8 +21,8 @@ "test:jest": "jest --forceExit --detectOpenHandles --coverage --verbose" }, "dependencies": { - "@uniqys/serialize": "^0.1.1", - "@uniqys/signature": "^0.1.1" + "@uniqys/serialize": "^0.1.2", + "@uniqys/signature": "^0.1.2" }, "devDependencies": { "@types/jest": "^23.3.0", diff --git a/packages/lock/package.json b/packages/lock/package.json index 68ba763..bab2418 100644 --- a/packages/lock/package.json +++ b/packages/lock/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/lock", - "version": "0.1.1", + "version": "0.1.2", "description": "mutex and read/write lock", "author": "Uniqys Project (https://uniqys.net)", "license": "Apache-2.0", diff --git a/packages/merkle-patricia-trie/package.json b/packages/merkle-patricia-trie/package.json index 48f5786..3d9f5f4 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.1.1", + "version": "0.1.2", "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.1.1", - "@uniqys/signature": "^0.1.1", - "@uniqys/store": "^0.1.1", - "@uniqys/types": "^0.1.1" + "@uniqys/serialize": "^0.1.2", + "@uniqys/signature": "^0.1.2", + "@uniqys/store": "^0.1.2", + "@uniqys/types": "^0.1.2" } } diff --git a/packages/p2p-network/package.json b/packages/p2p-network/package.json index 01df086..419bc46 100644 --- a/packages/p2p-network/package.json +++ b/packages/p2p-network/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/p2p-network", - "version": "0.1.1", + "version": "0.1.2", "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.1.1", - "@uniqys/serialize": "^0.1.1", - "@uniqys/signature": "^0.1.1", + "@uniqys/blockchain": "^0.1.2", + "@uniqys/serialize": "^0.1.2", + "@uniqys/signature": "^0.1.2", "axios": "^0.18.0", "debug": "^3.1.0", "ejs": "^2.6.1", @@ -45,7 +45,7 @@ "@types/internal-ip": "^2.0.0", "@types/jest": "^23.3.0", "@types/node": "^10.9.4", - "@uniqys/type-definitions": "^0.1.1", + "@uniqys/type-definitions": "^0.1.2", "jest": "^23.3.0", "npm-run-all": "^4.1.5", "ts-jest": "^23.0.1", diff --git a/packages/priority-queue/package.json b/packages/priority-queue/package.json index b0c3dbf..d5260fa 100644 --- a/packages/priority-queue/package.json +++ b/packages/priority-queue/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/priority-queue", - "version": "0.1.1", + "version": "0.1.2", "description": "TypeScript implementation of priority queue based on heap", "author": "Uniqys Project (https://uniqys.net)", "license": "Apache-2.0", diff --git a/packages/protocol/package.json b/packages/protocol/package.json index 389966a..c0acce8 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/protocol", - "version": "0.1.1", + "version": "0.1.2", "description": "Uniqys network protocol", "author": "Uniqys Project (https://uniqys.net)", "license": "MPL-2.0", @@ -21,15 +21,15 @@ "test:jest": "jest --forceExit --detectOpenHandles --coverage --verbose" }, "dependencies": { - "@uniqys/blockchain": "^0.1.1", - "@uniqys/p2p-network": "^0.1.1", - "@uniqys/serialize": "^0.1.1", - "@uniqys/signature": "^0.1.1" + "@uniqys/blockchain": "^0.1.2", + "@uniqys/p2p-network": "^0.1.2", + "@uniqys/serialize": "^0.1.2", + "@uniqys/signature": "^0.1.2" }, "devDependencies": { "@types/jest": "^23.3.0", "@types/node": "^10.9.4", - "@uniqys/type-definitions": "^0.1.1", + "@uniqys/type-definitions": "^0.1.2", "jest": "^23.3.0", "npm-run-all": "^4.1.5", "ts-jest": "^23.0.1", diff --git a/packages/samples/messages/package.json b/packages/samples/messages/package.json index 5836de2..524e061 100644 --- a/packages/samples/messages/package.json +++ b/packages/samples/messages/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/sample-messages", - "version": "0.1.1", + "version": "0.1.2", "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.1.1", - "@uniqys/chain-core": "^0.1.1", - "@uniqys/cli": "^0.1.1", - "@uniqys/easy-client": "^0.1.1", - "@uniqys/easy-framework": "^0.1.1", - "@uniqys/easy-types": "^0.1.1", - "@uniqys/signature": "^0.1.1", - "@uniqys/store": "^0.1.1", + "@uniqys/blockchain": "^0.1.2", + "@uniqys/chain-core": "^0.1.2", + "@uniqys/cli": "^0.1.2", + "@uniqys/easy-client": "^0.1.2", + "@uniqys/easy-framework": "^0.1.2", + "@uniqys/easy-types": "^0.1.2", + "@uniqys/signature": "^0.1.2", + "@uniqys/store": "^0.1.2", "axios": "^0.18.0", "debug": "^3.1.0", "koa": "^2.5.2", @@ -50,7 +50,7 @@ "@types/memcached": "^2.2.5", "@types/node": "^10.9.4", "@types/yargs": "^11.1.2", - "@uniqys/type-definitions": "^0.1.1", + "@uniqys/type-definitions": "^0.1.2", "npm-run-all": "^4.1.5", "ts-node": "^7.0.0", "tslint": "^5.11.0", diff --git a/packages/serialize/package.json b/packages/serialize/package.json index e0243e6..eae243f 100644 --- a/packages/serialize/package.json +++ b/packages/serialize/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/serialize", - "version": "0.1.1", + "version": "0.1.2", "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 d816e95..356915c 100644 --- a/packages/signature/package.json +++ b/packages/signature/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/signature", - "version": "0.1.1", + "version": "0.1.2", "description": "cryptographic signature and address for Uniqys", "author": "Uniqys Project (https://uniqys.net)", "license": "Apache-2.0", @@ -21,16 +21,16 @@ "test:jest": "jest --forceExit --detectOpenHandles --coverage --verbose" }, "dependencies": { - "@uniqys/config-validator": "^0.1.1", - "@uniqys/serialize": "^0.1.1", - "@uniqys/types": "^0.1.1", + "@uniqys/config-validator": "^0.1.2", + "@uniqys/serialize": "^0.1.2", + "@uniqys/types": "^0.1.2", "keccak": "^1.4.0", "secp256k1": "^3.5.0" }, "devDependencies": { "@types/jest": "^23.3.0", "@types/node": "^10.9.4", - "@uniqys/type-definitions": "^0.1.1", + "@uniqys/type-definitions": "^0.1.2", "jest": "^23.3.0", "npm-run-all": "^4.1.5", "ts-jest": "^23.0.1", diff --git a/packages/store/package.json b/packages/store/package.json index 90a5361..bddb654 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/store", - "version": "0.1.1", + "version": "0.1.2", "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.1.1", + "@uniqys/types": "^0.1.2", "abstract-leveldown": "^5.0.0", "levelup": "^3.1.1" }, diff --git a/packages/type-definitions/package.json b/packages/type-definitions/package.json index 86bb3c5..90e4e8b 100644 --- a/packages/type-definitions/package.json +++ b/packages/type-definitions/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/type-definitions", - "version": "0.1.1", + "version": "0.1.2", "description": "TypeScript type definitions for external packages", "author": "Uniqys Project (https://uniqys.net)", "license": "Apache-2.0", diff --git a/packages/types/package.json b/packages/types/package.json index 4ab6272..81546cc 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@uniqys/types", - "version": "0.1.1", + "version": "0.1.2", "description": "base types of Uniqys Kit", "author": "Uniqys Project (https://uniqys.net)", "license": "Apache-2.0", @@ -30,6 +30,6 @@ "typescript": "^3.0.3" }, "dependencies": { - "@uniqys/serialize": "^0.1.1" + "@uniqys/serialize": "^0.1.2" } }