Skip to content

Commit

Permalink
chore(deps): update grpc-health-check dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Sep 16, 2023
1 parent d0c875e commit dbd1ea9
Show file tree
Hide file tree
Showing 5 changed files with 20,132 additions and 11,007 deletions.
2 changes: 1 addition & 1 deletion mods/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"postbuild": "cp -a src/protos dist/protos && cp -a src/connect/protos dist/connect/protos"
},
"dependencies": {
"@fonoster/grpc-health-check": "^3.1.2",
"@fonoster/grpc-health-check": "^3.1.3",
"@fonoster/logger": "0.3.20",
"@grpc/grpc-js": "^1.8.4",
"@grpc/proto-loader": "^0.7.2",
Expand Down
21 changes: 0 additions & 21 deletions mods/common/src/healthcheck.ts

This file was deleted.

1 change: 0 additions & 1 deletion mods/common/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@ export * as CommonTypes from "./types"
export * as CommonErrors from "./errors"
export * as ConnectSchemas from "./connect/schemas"
export * as Environment from "./envs"
export * as HealthCheck from "./healthcheck"
export * as Verifier from "./verifier"
2 changes: 1 addition & 1 deletion mods/pgdata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"run_pgdata": "dist/runner.js"
},
"dependencies": {
"@fonoster/grpc-health-check": "^3.1.2",
"@fonoster/grpc-health-check": "^3.1.3",
"@fonoster/logger": "0.3.20",
"@grpc/grpc-js": "^1.8.4",
"@opentelemetry/api": "^1.0.4",
Expand Down
Loading

0 comments on commit dbd1ea9

Please sign in to comment.