Skip to content

Commit

Permalink
feat(bus): get rid of amqp event bus
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The `sectester/bus` package, which was intended
to provide support of communication via the AMQP transport is removed.
This change simplifies the codebase by removing deprecated options and
encourages the use of more modern and supported transport methods.

closes #196
  • Loading branch information
ostridm committed Jun 19, 2024
1 parent 7491fef commit a307ed1
Show file tree
Hide file tree
Showing 79 changed files with 93 additions and 2,818 deletions.
215 changes: 18 additions & 197 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@
"homepage": "https://github.com/NeuraLegion/sectester-js#readme",
"dependencies": {
"@har-sdk/core": "^1.4.3",
"amqp-connection-manager": "^4.1.13",
"amqplib": "^0.10.3",
"axios": "^0.26.1",
"axios-rate-limit": "^1.3.0",
"chalk": "^4.1.2",
Expand Down Expand Up @@ -111,7 +109,6 @@
"@nrwl/workspace": "14.5.6",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/amqplib": "^0.10.1",
"@types/content-type": "^1.1.5",
"@types/jest": "27.4.1",
"@types/node": "18.7.1",
Expand Down
3 changes: 0 additions & 3 deletions packages/bus/.babelrc

This file was deleted.

45 changes: 0 additions & 45 deletions packages/bus/.eslintrc.js

This file was deleted.

293 changes: 0 additions & 293 deletions packages/bus/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions packages/bus/jest.config.ts

This file was deleted.

Loading

0 comments on commit a307ed1

Please sign in to comment.