Skip to content

Commit

Permalink
release: v100.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harbu committed Apr 2, 2024
1 parent d68c49f commit 0008906
Show file tree
Hide file tree
Showing 14 changed files with 92 additions and 92 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Changes before Tatum release are not documented in this file.

#### Added

- Add node ID to metrics messages
- Add node ID to metrics messages (https://github.com/streamr-dev/network/pull/2468)

#### Changed

- Change the way in which the partition of the metrics stream is calculated (based on node ID)
- Change the way in which the partition of the metrics stream is calculated (based on node ID) (https://github.com/streamr-dev/network/pull/2468)

#### Deprecated

Expand Down
90 changes: 45 additions & 45 deletions 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/autocertifier-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamr/autocertifier-client",
"version": "100.2.0",
"version": "100.2.1",
"description": "Autocertifier Client for Streamr Network",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@protobuf-ts/runtime-rpc": "^2.8.2",
"@streamr/utils": "100.2.0",
"@streamr/utils": "100.2.1",
"eventemitter3": "^5.0.0",
"node-forge": "^1.3.1",
"request": "^2.88.2"
Expand Down
10 changes: 5 additions & 5 deletions packages/autocertifier-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamr/autocertifier-server",
"version": "100.2.0",
"version": "100.2.1",
"description": "Server for providing TLS Certificates",
"repository": {
"type": "git",
Expand All @@ -26,9 +26,9 @@
},
"dependencies": {
"@aws-sdk/client-route-53": "^3.529.1",
"@streamr/autocertifier-client": "100.2.0",
"@streamr/dht": "100.2.0",
"@streamr/utils": "100.2.0",
"@streamr/autocertifier-client": "100.2.1",
"@streamr/dht": "100.2.1",
"@streamr/utils": "100.2.1",
"acme-client": "^5.3.0",
"body-parser": "^1.20.2",
"dns2": "^2.1.0",
Expand All @@ -40,7 +40,7 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@streamr/test-utils": "100.2.0",
"@streamr/test-utils": "100.2.1",
"@types/dns2": "^2.0.9",
"@types/express": "^4.17.21",
"@types/request": "^2.48.8",
Expand Down
12 changes: 6 additions & 6 deletions packages/broker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamr/node",
"version": "100.2.0",
"version": "100.2.1",
"description": "A full-featured node implementation for the Streamr Network",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,9 +32,9 @@
"@inquirer/prompts": "^4.2.1",
"@streamr/config": "^5.2.5",
"@streamr/network-contracts": "^7.1.1",
"@streamr/protocol": "100.2.0",
"@streamr/sdk": "100.2.0",
"@streamr/utils": "100.2.0",
"@streamr/protocol": "100.2.1",
"@streamr/sdk": "100.2.1",
"@streamr/utils": "100.2.1",
"aedes": "^0.51.0",
"ajv": "^8.8.2",
"ajv-formats": "^2.1.1",
Expand All @@ -58,8 +58,8 @@
},
"devDependencies": {
"@inquirer/testing": "^2.1.12",
"@streamr/dht": "100.2.0",
"@streamr/test-utils": "100.2.0",
"@streamr/dht": "100.2.1",
"@streamr/test-utils": "100.2.1",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/heap": "^0.2.34",
Expand Down
2 changes: 1 addition & 1 deletion packages/cdn-location/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamr/cdn-location",
"version": "100.2.0",
"version": "100.2.1",
"description": "Library for getting own approximate location by querying CDN servers",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamr/cli-tools",
"version": "100.2.0",
"version": "100.2.1",
"description": "Command line tools for Streamr",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,15 +28,15 @@
"dependencies": {
"@ethersproject/wallet": "^5.5.0",
"@snapshot-labs/snapshot.js": "^0.11.8",
"@streamr/sdk": "100.2.0",
"@streamr/utils": "100.2.0",
"@streamr/sdk": "100.2.1",
"@streamr/utils": "100.2.1",
"commander": "^12.0.0",
"easy-table": "^1.1.1",
"event-stream": "^4.0.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@streamr/test-utils": "100.2.0",
"@streamr/test-utils": "100.2.1",
"@types/event-stream": "^4.0.5",
"@types/lodash": "^4.14.202",
"@types/merge2": "^1.4.4",
Expand Down
Loading

0 comments on commit 0008906

Please sign in to comment.