Skip to content

Commit

Permalink
chore: add circuit breaker package
Browse files Browse the repository at this point in the history
Co-authored-by: imdudu1 <[email protected]>
  • Loading branch information
jbl428 and imdudu1 committed May 14, 2023
1 parent 07eb512 commit cd5aa0e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,15 @@
"prepare": "husky install",
"release": "release-it"
},
"dependencies": {
"opossum": "^7.1.0"
},
"devDependencies": {
"@nestjs/common": "^9.4.0",
"@nestjs/core": "^9.4.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/testing": "^9.4.0",
"@types/opossum": "^6.2.3",
"@vitest/coverage-c8": "^0.30.1",
"class-transformer": "^0.5.1",
"eslint": "^8.37.0",
Expand Down
19 changes: 19 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit cd5aa0e

Please sign in to comment.