Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed Jun 4, 2021
1 parent e13db05 commit 05cd2a7
Show file tree
Hide file tree
Showing 17 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.8.2"
"version": "0.9.0"
}
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ataraxia-cli",
"version": "0.8.2",
"version": "0.9.0",
"description": "Command-line client for inspecting Ataraxia networks",
"license": "MIT",
"repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/cli",
Expand All @@ -21,10 +21,10 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"ataraxia": "^0.8.2",
"ataraxia-hyperswarm": "^0.8.2",
"ataraxia-local": "^0.8.2",
"ataraxia-tcp": "^0.8.2",
"ataraxia": "^0.9.0",
"ataraxia-hyperswarm": "^0.9.0",
"ataraxia-local": "^0.9.0",
"ataraxia-tcp": "^0.9.0",
"chalk": "^4.1.1",
"minimatch": "^3.0.4",
"prettyjson": "^1.2.1",
Expand All @@ -33,8 +33,8 @@
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.0",
"@types/minimatch": "^3.0.4",
"@types/node": "^15.12.0",
"@types/prettyjson": "^0.0.29",
"jest": "^27.0.3",
"ts-jest": "^27.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ataraxia",
"version": "0.8.2",
"version": "0.9.0",
"description": "P2P messaging over mesh networks",
"license": "MIT",
"repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/core",
Expand Down
2 changes: 1 addition & 1 deletion packages/hyperswarm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/hyperswarm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ataraxia-hyperswarm",
"version": "0.8.2",
"version": "0.9.0",
"description": "Hyperswarm transport for Ataraxia P2P messaging",
"license": "MIT",
"repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/hyperswarm",
Expand All @@ -15,7 +15,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"ataraxia": "^0.8.2",
"ataraxia": "^0.9.0",
"debug": "^4.3.1",
"hyperswarm": "^2.15.3",
"noise-peer": "^2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/local/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ataraxia-local",
"version": "0.8.2",
"version": "0.9.0",
"description": "Machine-local transport for Ataraxia P2P messaging",
"license": "MIT",
"repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/local",
Expand All @@ -15,7 +15,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"ataraxia": "^0.8.2",
"ataraxia": "^0.9.0",
"atvik": "^1.0.0",
"debug": "^4.3.1",
"local-machine-network": "^0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ataraxia-services",
"version": "0.8.2",
"version": "0.9.0",
"description": "Services with RPC and events over Ataraxia mesh network",
"license": "MIT",
"repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/services",
Expand All @@ -18,7 +18,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"ataraxia": "^0.8.2",
"ataraxia": "^0.9.0",
"atvik": "^1.0.0",
"debug": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tcp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/tcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ataraxia-tcp",
"version": "0.8.2",
"version": "0.9.0",
"description": "TCP transport for Ataraxia P2P messaging",
"license": "MIT",
"repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/tcp",
Expand All @@ -15,7 +15,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"ataraxia": "^0.8.2",
"ataraxia": "^0.9.0",
"debug": "^4.3.1",
"noise-peer": "^2.1.1",
"tinkerhub-discovery": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/ws-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ataraxia-ws-client",
"version": "0.8.2",
"version": "0.9.0",
"description": "WebSocket client for Ataraxia P2P messaging",
"license": "MIT",
"repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/ws-client",
Expand All @@ -17,7 +17,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"ataraxia": "^0.8.2",
"ataraxia": "^0.9.0",
"debug": "^4.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/ws-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ataraxia-ws-server",
"version": "0.8.2",
"version": "0.9.0",
"description": "WebSocket server for Ataraxia P2P messaging",
"license": "MIT",
"repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/ws-server",
Expand All @@ -17,8 +17,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"ataraxia": "^0.8.2",
"ataraxia-ws-client": "^0.8.2",
"ataraxia": "^0.9.0",
"ataraxia-ws-client": "^0.9.0",
"debug": "^4.3.1",
"ws": "^7.4.6"
},
Expand Down

0 comments on commit 05cd2a7

Please sign in to comment.