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

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kita committed Mar 29, 2019
1 parent 3961148 commit 5b362aa
Show file tree
Hide file tree
Showing 23 changed files with 106 additions and 106 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -10,5 +10,5 @@
"allowBranch": "master"
}
},
"version": "0.2.0"
"version": "0.3.0"
}
2 changes: 1 addition & 1 deletion packages/async-loop/package.json
@@ -1,6 +1,6 @@
{
"name": "@uniqys/async-loop",
"version": "0.2.0",
"version": "0.3.0",
"description": "start/stop async function loop",
"author": "Uniqys Project (https://uniqys.net)",
"license": "Apache-2.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/blockchain/package.json
@@ -1,6 +1,6 @@
{
"name": "@uniqys/blockchain",
"version": "0.2.0",
"version": "0.3.0",
"description": "Uniqys blockchain structure",
"author": "Uniqys Project (https://uniqys.net)",
"license": "MPL-2.0",
Expand All @@ -23,18 +23,18 @@
"devDependencies": {
"@types/jest": "^23.3.0",
"@types/node": "^10.9.4",
"@uniqys/types": "^0.2.0",
"@uniqys/types": "^0.3.0",
"jest": "^23.3.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^23.0.1",
"tslint": "^5.11.0",
"typescript": "^3.0.3"
},
"dependencies": {
"@uniqys/config-validator": "^0.2.0",
"@uniqys/lock": "^0.2.0",
"@uniqys/serialize": "^0.2.0",
"@uniqys/signature": "^0.2.0",
"@uniqys/store": "^0.2.0"
"@uniqys/config-validator": "^0.3.0",
"@uniqys/lock": "^0.3.0",
"@uniqys/serialize": "^0.3.0",
"@uniqys/signature": "^0.3.0",
"@uniqys/store": "^0.3.0"
}
}
22 changes: 11 additions & 11 deletions packages/chain-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@uniqys/chain-core",
"version": "0.2.0",
"version": "0.3.0",
"description": "Uniqys Chain Core",
"author": "Uniqys Project (https://uniqys.net)",
"license": "MPL-2.0",
Expand All @@ -21,22 +21,22 @@
"test:jest": "jest --forceExit --detectOpenHandles --coverage --verbose"
},
"dependencies": {
"@uniqys/async-loop": "^0.2.0",
"@uniqys/blockchain": "^0.2.0",
"@uniqys/dapp-interface": "^0.2.0",
"@uniqys/lock": "^0.2.0",
"@uniqys/p2p-network": "^0.2.0",
"@uniqys/priority-queue": "^0.2.0",
"@uniqys/protocol": "^0.2.0",
"@uniqys/signature": "^0.2.0",
"@uniqys/types": "^0.2.0",
"@uniqys/async-loop": "^0.3.0",
"@uniqys/blockchain": "^0.3.0",
"@uniqys/dapp-interface": "^0.3.0",
"@uniqys/lock": "^0.3.0",
"@uniqys/p2p-network": "^0.3.0",
"@uniqys/priority-queue": "^0.3.0",
"@uniqys/protocol": "^0.3.0",
"@uniqys/signature": "^0.3.0",
"@uniqys/types": "^0.3.0",
"debug": "^3.1.0"
},
"devDependencies": {
"@types/debug": "0.0.30",
"@types/jest": "^23.3.0",
"@types/node": "^10.9.4",
"@uniqys/type-definitions": "^0.2.0",
"@uniqys/type-definitions": "^0.3.0",
"jest": "^23.3.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^23.0.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@uniqys/cli",
"version": "0.2.0",
"version": "0.3.0",
"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.2.0",
"@uniqys/config-validator": "^0.2.0",
"@uniqys/easy-framework": "^0.2.0",
"@uniqys/signature": "^0.2.0",
"@uniqys/store": "^0.2.0",
"@uniqys/types": "^0.2.0",
"@uniqys/blockchain": "^0.3.0",
"@uniqys/config-validator": "^0.3.0",
"@uniqys/easy-framework": "^0.3.0",
"@uniqys/signature": "^0.3.0",
"@uniqys/store": "^0.3.0",
"@uniqys/types": "^0.3.0",
"fs-extra": "^7.0.0",
"leveldown": "^4.0.1",
"yargs": "^12.0.2"
Expand All @@ -43,7 +43,7 @@
"@types/leveldown": "^4.0.0",
"@types/node": "^10.9.4",
"@types/yargs": "^11.1.2",
"@uniqys/type-definitions": "^0.2.0",
"@uniqys/type-definitions": "^0.3.0",
"npm-run-all": "^4.1.5",
"run-for-every-file": "^1.1.0",
"tslint": "^5.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config-validator/package.json
@@ -1,6 +1,6 @@
{
"name": "@uniqys/config-validator",
"version": "0.2.0",
"version": "0.3.0",
"description": "validate json configuration",
"author": "Uniqys Project (https://uniqys.net)",
"license": "Apache-2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/dapp-interface/package.json
@@ -1,6 +1,6 @@
{
"name": "@uniqys/dapp-interface",
"version": "0.2.0",
"version": "0.3.0",
"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.2.0",
"@uniqys/signature": "^0.2.0",
"@uniqys/types": "^0.2.0"
"@uniqys/blockchain": "^0.3.0",
"@uniqys/signature": "^0.3.0",
"@uniqys/types": "^0.3.0"
}
}
8 changes: 4 additions & 4 deletions packages/easy-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@uniqys/easy-client",
"version": "0.2.0",
"version": "0.3.0",
"description": "Uniqys Easy Framework client",
"author": "Uniqys Project (https://uniqys.net)",
"license": "MPL-2.0",
Expand All @@ -23,9 +23,9 @@
"test:lint": "npm run lint"
},
"dependencies": {
"@uniqys/easy-types": "^0.2.0",
"@uniqys/signature": "^0.2.0",
"@uniqys/types": "^0.2.0",
"@uniqys/easy-types": "^0.3.0",
"@uniqys/signature": "^0.3.0",
"@uniqys/types": "^0.3.0",
"axios": "^0.18.0",
"web3": "1.0.0-beta.37"
},
Expand Down
26 changes: 13 additions & 13 deletions packages/easy-framework/package.json
@@ -1,6 +1,6 @@
{
"name": "@uniqys/easy-framework",
"version": "0.2.0",
"version": "0.3.0",
"description": "Uniqys Easy Framework server",
"author": "Uniqys Project (https://uniqys.net)",
"license": "MPL-2.0",
Expand All @@ -21,17 +21,17 @@
"test:jest": "jest --forceExit --detectOpenHandles --coverage --verbose"
},
"dependencies": {
"@uniqys/async-loop": "^0.2.0",
"@uniqys/blockchain": "^0.2.0",
"@uniqys/chain-core": "^0.2.0",
"@uniqys/dapp-interface": "^0.2.0",
"@uniqys/easy-types": "^0.2.0",
"@uniqys/lock": "^0.2.0",
"@uniqys/merkle-patricia-trie": "^0.2.0",
"@uniqys/serialize": "^0.2.0",
"@uniqys/signature": "^0.2.0",
"@uniqys/store": "^0.2.0",
"@uniqys/types": "^0.2.0",
"@uniqys/async-loop": "^0.3.0",
"@uniqys/blockchain": "^0.3.0",
"@uniqys/chain-core": "^0.3.0",
"@uniqys/dapp-interface": "^0.3.0",
"@uniqys/easy-types": "^0.3.0",
"@uniqys/lock": "^0.3.0",
"@uniqys/merkle-patricia-trie": "^0.3.0",
"@uniqys/serialize": "^0.3.0",
"@uniqys/signature": "^0.3.0",
"@uniqys/store": "^0.3.0",
"@uniqys/types": "^0.3.0",
"debug": "^3.1.0",
"koa": "^2.5.2",
"koa-bodyparser": "^4.2.1",
Expand All @@ -47,7 +47,7 @@
"@types/node": "^10.9.4",
"@types/split": "^1.0.0",
"@types/url-join": "^4.0.0",
"@uniqys/type-definitions": "^0.2.0",
"@uniqys/type-definitions": "^0.3.0",
"jest": "^23.3.0",
"npm-run-all": "^4.1.5",
"split": "^1.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/easy-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@uniqys/easy-types",
"version": "0.2.0",
"version": "0.3.0",
"description": "Uniqys Easy Framework types",
"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.2.0",
"@uniqys/serialize": "^0.2.0",
"@uniqys/signature": "^0.2.0"
"@uniqys/blockchain": "^0.3.0",
"@uniqys/serialize": "^0.3.0",
"@uniqys/signature": "^0.3.0"
},
"devDependencies": {
"@types/jest": "^23.3.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/event-provider/ethereum/package.json
@@ -1,6 +1,6 @@
{
"name": "@uniqys/event-provider-ethereum",
"version": "0.2.0",
"version": "0.3.0",
"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.2.0",
"@uniqys/dapp-interface": "^0.2.0",
"@uniqys/easy-types": "^0.2.0",
"@uniqys/serialize": "0.2.0",
"@uniqys/signature": "^0.2.0",
"@uniqys/types": "^0.2.0",
"@uniqys/blockchain": "^0.3.0",
"@uniqys/dapp-interface": "^0.3.0",
"@uniqys/easy-types": "^0.3.0",
"@uniqys/serialize": "^0.3.0",
"@uniqys/signature": "^0.3.0",
"@uniqys/types": "^0.3.0",
"debug": "^3.1.0",
"openzeppelin-solidity": "^2.1.1",
"solidity-bytes-utils": "^0.0.7",
Expand All @@ -42,15 +42,15 @@
"@types/chai": "^4.1.7",
"@types/debug": "0.0.30",
"@types/jest": "^23.3.0",
"@types/node": "^10.9.4",
"@types/mocha": "^5.2.6",
"@types/node": "^10.9.4",
"@types/web3": "^1.0.18",
"ganache-cli": "^6.3.0",
"npm-run-all": "^4.1.5",
"solhint": "^2.0.0",
"truffle": "^5.0.2",
"tslint": "^5.11.0",
"ts-node": "^8.0.3",
"tslint": "^5.11.0",
"typescript": "^3.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/lock/package.json
@@ -1,6 +1,6 @@
{
"name": "@uniqys/lock",
"version": "0.2.0",
"version": "0.3.0",
"description": "mutex and read/write lock",
"author": "Uniqys Project (https://uniqys.net)",
"license": "Apache-2.0",
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.2.0",
"version": "0.3.0",
"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.2.0",
"@uniqys/signature": "^0.2.0",
"@uniqys/store": "^0.2.0",
"@uniqys/types": "^0.2.0"
"@uniqys/serialize": "^0.3.0",
"@uniqys/signature": "^0.3.0",
"@uniqys/store": "^0.3.0",
"@uniqys/types": "^0.3.0"
}
}
10 changes: 5 additions & 5 deletions packages/p2p-network/package.json
@@ -1,6 +1,6 @@
{
"name": "@uniqys/p2p-network",
"version": "0.2.0",
"version": "0.3.0",
"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.2.0",
"@uniqys/serialize": "^0.2.0",
"@uniqys/signature": "^0.2.0",
"@uniqys/blockchain": "^0.3.0",
"@uniqys/serialize": "^0.3.0",
"@uniqys/signature": "^0.3.0",
"axios": "^0.18.0",
"debug": "^3.1.0",
"ejs": "^2.6.1",
Expand All @@ -45,7 +45,7 @@
"@types/internal-ip": "^2.0.0",
"@types/jest": "^23.3.0",
"@types/node": "^10.9.4",
"@uniqys/type-definitions": "^0.2.0",
"@uniqys/type-definitions": "^0.3.0",
"jest": "^23.3.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^23.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/priority-queue/package.json
@@ -1,6 +1,6 @@
{
"name": "@uniqys/priority-queue",
"version": "0.2.0",
"version": "0.3.0",
"description": "TypeScript implementation of priority queue based on heap",
"author": "Uniqys Project (https://uniqys.net)",
"license": "Apache-2.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/protocol/package.json
@@ -1,6 +1,6 @@
{
"name": "@uniqys/protocol",
"version": "0.2.0",
"version": "0.3.0",
"description": "Uniqys network protocol",
"author": "Uniqys Project (https://uniqys.net)",
"license": "MPL-2.0",
Expand All @@ -21,15 +21,15 @@
"test:jest": "jest --forceExit --detectOpenHandles --coverage --verbose"
},
"dependencies": {
"@uniqys/blockchain": "^0.2.0",
"@uniqys/p2p-network": "^0.2.0",
"@uniqys/serialize": "^0.2.0",
"@uniqys/signature": "^0.2.0"
"@uniqys/blockchain": "^0.3.0",
"@uniqys/p2p-network": "^0.3.0",
"@uniqys/serialize": "^0.3.0",
"@uniqys/signature": "^0.3.0"
},
"devDependencies": {
"@types/jest": "^23.3.0",
"@types/node": "^10.9.4",
"@uniqys/type-definitions": "^0.2.0",
"@uniqys/type-definitions": "^0.3.0",
"jest": "^23.3.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^23.0.1",
Expand Down

0 comments on commit 5b362aa

Please sign in to comment.