Skip to content

Commit

Permalink
v1.22.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hopr-version-bot committed Oct 16, 2020
1 parent 4ce9c61 commit f9c9104
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 47 deletions.
6 changes: 4 additions & 2 deletions lerna.json
@@ -1,5 +1,7 @@
{
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"npmClient": "yarn",
"version": "1.21.0-alpha.0"
"version": "1.22.0-alpha.0"
}
8 changes: 4 additions & 4 deletions packages/chat/package.json
@@ -1,6 +1,6 @@
{
"name": "@hoprnet/hopr-chat",
"version": "1.21.0-alpha.0",
"version": "1.22.0-alpha.0",
"description": "Interactive chat PoC for HOPR Protocol",
"repository": "https://github.com/hoprnet/hoprnet.git",
"homepage": "https://hoprnet.org",
Expand Down Expand Up @@ -35,9 +35,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"@hoprnet/hopr-core": "1.21.0-alpha.0",
"@hoprnet/hopr-core-connector-interface": "1.21.0-alpha.0",
"@hoprnet/hopr-utils": "1.21.0-alpha.0",
"@hoprnet/hopr-core": "1.22.0-alpha.0",
"@hoprnet/hopr-core-connector-interface": "1.22.0-alpha.0",
"@hoprnet/hopr-utils": "1.22.0-alpha.0",
"@zeit/ncc": "^0.22.3",
"bignumber.js": "^9.0.0",
"bn.js": "~5.1.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/chatbot/package.json
@@ -1,6 +1,6 @@
{
"name": "@hoprnet/chat-bot",
"version": "1.21.0-alpha.0",
"version": "1.22.0-alpha.0",
"description": "",
"repository": "https://github.com/hoprnet/hoprnet.git",
"homepage": "https://hoprnet.org",
Expand All @@ -27,10 +27,10 @@
"yarn": "1"
},
"dependencies": {
"@hoprnet/hopr-core": "1.21.0-alpha.0",
"@hoprnet/hopr-core-connector-interface": "1.21.0-alpha.0",
"@hoprnet/hopr-core-ethereum": "1.21.0-alpha.0",
"@hoprnet/hopr-utils": "1.21.0-alpha.0",
"@hoprnet/hopr-core": "1.22.0-alpha.0",
"@hoprnet/hopr-core-connector-interface": "1.22.0-alpha.0",
"@hoprnet/hopr-core-ethereum": "1.22.0-alpha.0",
"@hoprnet/hopr-utils": "1.22.0-alpha.0",
"@hoprnet/twitter-api-client": "^0.1.8",
"@linkdrop/sdk": "1.1.6",
"debug": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-connector-interface/package.json
@@ -1,6 +1,6 @@
{
"name": "@hoprnet/hopr-core-connector-interface",
"version": "1.21.0-alpha.0",
"version": "1.22.0-alpha.0",
"description": "",
"repository": "https://github.com/hoprnet/hoprnet.git",
"homepage": "https://hoprnet.org",
Expand Down
12 changes: 6 additions & 6 deletions packages/core-ethereum/package.json
@@ -1,6 +1,6 @@
{
"name": "@hoprnet/hopr-core-ethereum",
"version": "1.21.0-alpha.0",
"version": "1.22.0-alpha.0",
"description": "",
"repository": "https://github.com/hoprnet/hoprnet.git",
"homepage": "https://hoprnet.org",
Expand All @@ -27,8 +27,8 @@
"yarn": "1"
},
"dependencies": {
"@hoprnet/hopr-ethereum": "1.21.0-alpha.0",
"@hoprnet/hopr-utils": "1.21.0-alpha.0",
"@hoprnet/hopr-ethereum": "1.22.0-alpha.0",
"@hoprnet/hopr-utils": "1.22.0-alpha.0",
"bn.js": "^5.1.2",
"chalk": "^4.1.0",
"debug": "^4.1.1",
Expand All @@ -43,9 +43,9 @@
"web3-eth-contract": "^1.2.11"
},
"devDependencies": {
"@hoprnet/hopr-core-connector-interface": "1.21.0-alpha.0",
"@hoprnet/hopr-demo-seeds": "1.21.0-alpha.0",
"@hoprnet/hopr-testing": "1.21.0-alpha.0",
"@hoprnet/hopr-core-connector-interface": "1.22.0-alpha.0",
"@hoprnet/hopr-demo-seeds": "1.22.0-alpha.0",
"@hoprnet/hopr-testing": "1.22.0-alpha.0",
"@types/debug": "^4.1.5",
"@types/keccak": "^3.0.1",
"@types/levelup": "^4.3.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@hoprnet/hopr-core",
"version": "1.21.0-alpha.0",
"version": "1.22.0-alpha.0",
"description": "Privacy-preserving messaging protocol with incentivations for relay operators",
"repository": "https://github.com/hoprnet/hoprnet.git",
"homepage": "https://hoprnet.org",
Expand Down Expand Up @@ -34,9 +34,9 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@hoprnet/hopr-core-ethereum": "1.21.0-alpha.0",
"@hoprnet/hopr-demo-seeds": "1.21.0-alpha.0",
"@hoprnet/hopr-utils": "1.21.0-alpha.0",
"@hoprnet/hopr-core-ethereum": "1.22.0-alpha.0",
"@hoprnet/hopr-demo-seeds": "1.22.0-alpha.0",
"@hoprnet/hopr-utils": "1.22.0-alpha.0",
"abort-controller": "^3.0.0",
"abortable-iterator": "^3.0.0",
"bl": "^4.0.3",
Expand Down Expand Up @@ -67,9 +67,9 @@
"wrtc": "0.4.6"
},
"devDependencies": {
"@hoprnet/hopr-core-connector-interface": "1.21.0-alpha.0",
"@hoprnet/hopr-ethereum": "1.21.0-alpha.0",
"@hoprnet/hopr-testing": "1.21.0-alpha.0",
"@hoprnet/hopr-core-connector-interface": "1.22.0-alpha.0",
"@hoprnet/hopr-ethereum": "1.22.0-alpha.0",
"@hoprnet/hopr-testing": "1.22.0-alpha.0",
"@types/bl": "^2.1.0",
"@types/debug": "^4.1.5",
"@types/jest": "^26.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo-seeds/package.json
@@ -1,6 +1,6 @@
{
"name": "@hoprnet/hopr-demo-seeds",
"version": "1.21.0-alpha.0",
"version": "1.22.0-alpha.0",
"description": "Demo seeds for HOPR testing",
"repository": "https://github.com/hoprnet/hoprnet.git",
"homepage": "https://hoprnet.org",
Expand Down
8 changes: 4 additions & 4 deletions packages/ethereum/package.json
@@ -1,6 +1,6 @@
{
"name": "@hoprnet/hopr-ethereum",
"version": "1.21.0-alpha.0",
"version": "1.22.0-alpha.0",
"description": "On-chain logic for hoprnet.org",
"repository": "https://github.com/hoprnet/hoprnet.git",
"homepage": "https://hoprnet.org",
Expand Down Expand Up @@ -36,8 +36,8 @@
}
},
"dependencies": {
"@hoprnet/hopr-demo-seeds": "1.21.0-alpha.0",
"@hoprnet/hopr-utils": "1.21.0-alpha.0",
"@hoprnet/hopr-demo-seeds": "1.22.0-alpha.0",
"@hoprnet/hopr-utils": "1.22.0-alpha.0",
"@openzeppelin/contracts": "^3.0.1",
"@truffle/debug-utils": "^4.1.1",
"@truffle/hdwallet-provider": "^1.0.34",
Expand All @@ -51,7 +51,7 @@
"web3": "^1.2.11"
},
"devDependencies": {
"@hoprnet/hopr-testing": "1.21.0-alpha.0",
"@hoprnet/hopr-testing": "1.22.0-alpha.0",
"@openzeppelin/test-helpers": "0.5.6",
"@types/chai": "^4.2.11",
"@types/mocha": "^8.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/hoprd/package.json
@@ -1,6 +1,6 @@
{
"name": "@hoprnet/hoprd",
"version": "1.21.0-alpha.0",
"version": "1.22.0-alpha.0",
"description": "",
"repository": "https://github.com/hoprnet/hoprnet.git",
"homepage": "https://hoprnet.org",
Expand All @@ -22,11 +22,11 @@
},
"license": "",
"dependencies": {
"@hoprnet/hopr-chat": "1.21.0-alpha.0",
"@hoprnet/hopr-core": "1.21.0-alpha.0",
"@hoprnet/hopr-core-connector-interface": "1.21.0-alpha.0",
"@hoprnet/hopr-server": "1.21.0-alpha.0",
"@hoprnet/hopr-utils": "1.21.0-alpha.0",
"@hoprnet/hopr-chat": "1.22.0-alpha.0",
"@hoprnet/hopr-core": "1.22.0-alpha.0",
"@hoprnet/hopr-core-connector-interface": "1.22.0-alpha.0",
"@hoprnet/hopr-server": "1.22.0-alpha.0",
"@hoprnet/hopr-utils": "1.22.0-alpha.0",
"@types/bs58": "^4.0.1",
"@types/clear": "^0.1.0",
"bs58": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/protos/package.json
@@ -1,6 +1,6 @@
{
"name": "@hoprnet/hopr-protos",
"version": "1.21.0-alpha.0",
"version": "1.22.0-alpha.0",
"description": "",
"repository": "https://github.com/hoprnet/hoprnet.git",
"homepage": "https://hoprnet.org",
Expand Down
14 changes: 7 additions & 7 deletions packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@hoprnet/hopr-server",
"version": "1.21.0-alpha.0",
"version": "1.22.0-alpha.0",
"description": "gRPC Server wrapper around HOPR Node",
"repository": "https://github.com/hoprnet/hoprnet.git",
"homepage": "https://hoprnet.org",
Expand Down Expand Up @@ -48,10 +48,10 @@
},
"dependencies": {
"@grpc/proto-loader": "^0.5.4",
"@hoprnet/hopr-core": "1.21.0-alpha.0",
"@hoprnet/hopr-core-connector-interface": "1.21.0-alpha.0",
"@hoprnet/hopr-protos": "1.21.0-alpha.0",
"@hoprnet/hopr-utils": "1.21.0-alpha.0",
"@hoprnet/hopr-core": "1.22.0-alpha.0",
"@hoprnet/hopr-core-connector-interface": "1.22.0-alpha.0",
"@hoprnet/hopr-protos": "1.22.0-alpha.0",
"@hoprnet/hopr-utils": "1.22.0-alpha.0",
"@nestjs/common": "^7.0.0",
"@nestjs/config": "^0.5.0",
"@nestjs/core": "^7.0.0",
Expand All @@ -69,8 +69,8 @@
"rxjs": "^6.6.0"
},
"devDependencies": {
"@hoprnet/hopr-ethereum": "1.21.0-alpha.0",
"@hoprnet/hopr-testing": "1.21.0-alpha.0",
"@hoprnet/hopr-ethereum": "1.22.0-alpha.0",
"@hoprnet/hopr-testing": "1.22.0-alpha.0",
"@nestjs/cli": "^7.0.0",
"@nestjs/schematics": "^7.0.0",
"@nestjs/testing": "^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@hoprnet/hopr-testing",
"version": "1.21.0-alpha.0",
"version": "1.22.0-alpha.0",
"description": "",
"repository": "https://github.com/hoprnet/hoprnet.git",
"homepage": "https://hoprnet.org",
Expand All @@ -24,7 +24,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@hoprnet/hopr-demo-seeds": "1.21.0-alpha.0",
"@hoprnet/hopr-demo-seeds": "1.22.0-alpha.0",
"debug": "^4.1.1",
"ganache-core": "^2.12.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@hoprnet/hopr-utils",
"description": "HOPR-based utilities to process multiple data structures",
"version": "1.21.0-alpha.0",
"version": "1.22.0-alpha.0",
"repository": "https://github.com/hoprnet/hoprnet.git",
"homepage": "https://hoprnet.org",
"license": "LGPL-3.0-only",
Expand Down

0 comments on commit f9c9104

Please sign in to comment.