Skip to content

Commit

Permalink
chore: add missing dependency @fonoster/common
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Jun 27, 2024
1 parent 83c134c commit a64224c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mods/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"postbuild": "cp -a src/protos dist/protos && cp -a src/connect/protos dist/connect/protos"
},
"dependencies": {
"@fonoster/common": "0.6.0",
"@fonoster/logger": "0.6.0",
"@grpc/grpc-js": "~1.10.1",
"@grpc/proto-loader": "~0.7.10",
Expand Down
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/common": "^0.6.0",
"@fonoster/common": "0.6.0",
"@fonoster/logger": "0.6.0",
"@grpc/grpc-js": "~1.10.1",
"@opentelemetry/api": "^1.0.4",
Expand Down

0 comments on commit a64224c

Please sign in to comment.