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

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
t-yamazaki committed Dec 10, 2018
1 parent d78df9b commit 2ae9f63
Show file tree
Hide file tree
Showing 21 changed files with 91 additions and 91 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -9,5 +9,5 @@
"allowBranch": "master"
}
},
"version": "0.1.1"
"version": "0.1.2"
}
2 changes: 1 addition & 1 deletion 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",
Expand Down
14 changes: 7 additions & 7 deletions 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",
Expand All @@ -23,18 +23,18 @@
"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",
"tslint": "^5.11.0",
"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"
}
}
22 changes: 11 additions & 11 deletions 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",
Expand All @@ -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",
Expand Down
16 changes: 8 additions & 8 deletions 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",
Expand Down Expand Up @@ -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"
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.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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
6 changes: 3 additions & 3 deletions 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",
Expand All @@ -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"
}
}
8 changes: 4 additions & 4 deletions 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",
Expand All @@ -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": {
Expand Down
26 changes: 13 additions & 13 deletions 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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions 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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
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.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",
Expand Down Expand Up @@ -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"
}
}
10 changes: 5 additions & 5 deletions 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",
Expand All @@ -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",
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.1.1",
"@uniqys/type-definitions": "^0.1.2",
"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.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",
Expand Down
12 changes: 6 additions & 6 deletions 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",
Expand All @@ -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",
Expand Down
20 changes: 10 additions & 10 deletions 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,
Expand All @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 2ae9f63

Please sign in to comment.