Skip to content

Commit

Permalink
refactor(bus): rework command dispatcher to satisfy requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk committed Apr 12, 2022
1 parent f00e5ed commit 8cd75a7
Show file tree
Hide file tree
Showing 21 changed files with 472 additions and 364 deletions.
55 changes: 55 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"is-ci": "~3.0.1",
"jest": "^27.5.1",
"lint-staged": "^12.3.4",
"nock": "^13.2.4",
"nx": "13.9.4",
"prettier": "2.6.0",
"semantic-release": "~19.0.2",
Expand Down
2 changes: 0 additions & 2 deletions packages/bus/src/brokers/index.ts

This file was deleted.

140 changes: 0 additions & 140 deletions packages/bus/src/command-dispatchers/AxiosCommandDispatcher.spec.ts

This file was deleted.

77 changes: 0 additions & 77 deletions packages/bus/src/command-dispatchers/AxiosCommandDispatcher.ts

This file was deleted.

Loading

0 comments on commit 8cd75a7

Please sign in to comment.