Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
odanado committed Jun 11, 2019
1 parent bcf8fa9 commit f26f2c2
Show file tree
Hide file tree
Showing 18 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -10,6 +10,6 @@
"allowBranch": "master"
}
},
"version": "0.3.4",
"version": "0.3.5",
"hoist": true
}
10 changes: 5 additions & 5 deletions 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",
Expand All @@ -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",
Expand All @@ -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"
}
}
14 changes: 7 additions & 7 deletions 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",
Expand All @@ -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": {
Expand Down
12 changes: 6 additions & 6 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions 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",
Expand All @@ -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"
}
}
8 changes: 4 additions & 4 deletions 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",
Expand Down Expand Up @@ -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"
},
Expand Down
20 changes: 10 additions & 10 deletions 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",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions 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",
Expand All @@ -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",
Expand Down
14 changes: 7 additions & 7 deletions 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",
Expand All @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions 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",
Expand Down Expand Up @@ -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"
}
}
8 changes: 4 additions & 4 deletions 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",
Expand All @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions 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",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions 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,
Expand All @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions 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,
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
6 changes: 3 additions & 3 deletions 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",
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -35,6 +35,6 @@
"typescript": "^3.0.3"
},
"dependencies": {
"@uniqys/serialize": "^0.3.4"
"@uniqys/serialize": "^0.3.5"
}
}

0 comments on commit f26f2c2

Please sign in to comment.