Skip to content

Commit

Permalink
feat: rabbitmq health check
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Oct 5, 2023
1 parent 30fa935 commit 9779e82
Show file tree
Hide file tree
Showing 5 changed files with 427 additions and 399 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"test:e2e": "jest --config ./test/jest-e2e.json --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.423.0",
"@aws-sdk/client-ses": "^3.423.0",
"@aws-sdk/client-s3": "^3.425.0",
"@aws-sdk/client-ses": "^3.425.0",
"@casl/ability": "^6.5.0",
"@golevelup/nestjs-rabbitmq": "^4.0.0",
"@golevelup/nestjs-stripe": "^0.6.3",
Expand All @@ -68,20 +68,20 @@
"@mikro-orm/sql-highlighter": "^1.0.1",
"@nestjs/axios": "^3.0.0",
"@nestjs/cache-manager": "^2.1.0",
"@nestjs/common": "10.2.6",
"@nestjs/common": "10.2.7",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "10.2.6",
"@nestjs/core": "10.2.7",
"@nestjs/jwt": "^10.1.1",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "^10.2.6",
"@nestjs/platform-socket.io": "^10.2.6",
"@nestjs/platform-express": "^10.2.7",
"@nestjs/platform-socket.io": "^10.2.7",
"@nestjs/schedule": "^3.0.4",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/swagger": "^7.1.13",
"@nestjs/terminus": "^10.1.1",
"@nestjs/throttler": "^5.0.0",
"@nestjs/websockets": "^10.2.6",
"@nestjs/websockets": "^10.2.7",
"@ntegral/nestjs-sentry": "^4.0.0",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.73.0",
Expand All @@ -103,7 +103,7 @@
"helper-fns": "^2.6.27",
"ioredis": "^5.3.2",
"isomorphic-dompurify": "^1.9.0",
"joi": "^17.10.2",
"joi": "^17.11.0",
"jspdf": "^2.5.1",
"mime-types": "^2.1.35",
"nestjs-cloudinary": "^2.0.7",
Expand All @@ -120,7 +120,7 @@
"passport-jwt": "4.0.1",
"passport-magic-login": "^1.2.2",
"pino-http": "^8.5.0",
"pino-pretty": "^10.2.2",
"pino-pretty": "^10.2.3",
"poolifier": "^2.7.5",
"preview-email": "^3.0.19",
"prom-client": "^14.2.0",
Expand All @@ -134,7 +134,7 @@
"socket.io": "^4.7.2",
"stripe": "^13.8.0",
"swagger-stats": "^0.99.7",
"twilio": "4.18.0",
"twilio": "4.18.1",
"unprofane": "^1.0.6",
"url-minify": "^2.8.4"
},
Expand All @@ -146,12 +146,12 @@
"@mikro-orm/seeder": "^5.8.6",
"@nestjs/cli": "10.1.18",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.6",
"@nestjs/testing": "10.2.7",
"@rubiin/eslint-config": "^1.8.8",
"@rubiin/tsconfig": "^1.1.0",
"@sentry/types": "^7.73.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.91",
"@swc/core": "^1.3.92",
"@swc/jest": "^0.2.29",
"@total-typescript/ts-reset": "^0.5.1",
"@types/cache-manager": "^4.0.3",
Expand Down
Loading

0 comments on commit 9779e82

Please sign in to comment.