Skip to content

Commit

Permalink
feat(node): Remove streamr-broker command (#2881)
Browse files Browse the repository at this point in the history
Removed the deprecated command.

Maybe it is ok remove it now as it was deprecated in the previous major
release (i.e. v101, see
#2626)

## Other chages

Fixed changelog item for PR
#2830
  • Loading branch information
teogeb authored Nov 14, 2024
1 parent 65a8f1c commit 18c28ca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ Changes before Tatum release are not documented in this file.

#### Removed

- **BREAKING CHANGE:** Remove deprecated `bin/config-wizard` script (i.e. the `streamr-broker-init` command)
- **BREAKING CHANGE:** Remove deprecated `bin/config-wizard` script (i.e. the `streamr-broker-init` command) (https://github.com/streamr-dev/network/pull/2830)
- use `streamr-node-init` command instead
- **BREAKING CHANGE:** Remove deprecated command `streamr-broker` (https://github.com/streamr-dev/network/pull/2881)
- use `streamr-node` command instead

#### Fixed

Expand Down
1 change: 0 additions & 1 deletion package-lock.json

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

11 changes: 0 additions & 11 deletions packages/node/bin/broker.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"directory": "packages/broker"
},
"bin": {
"streamr-broker": "dist/bin/broker.js",
"streamr-node": "dist/bin/streamr-node.js",
"streamr-node-init": "dist/bin/streamr-node-init.js",
"delete-expired-data": "dist/bin/delete-expired-data.js",
Expand Down

0 comments on commit 18c28ca

Please sign in to comment.