Skip to content
Draft
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apps/search-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
"test": "tsx --test ./src/**/*.test.ts"
},
"dependencies": {
"@aws-sdk/credential-provider-node": "^3.972.60",
Comment thread
justincorrigible marked this conversation as resolved.
Outdated
"@overture-stack/arranger-graphql-router": "file:../../modules/graphql-router",
"@overture-stack/sqon": "file:../../modules/sqon",
"@overture-stack/arranger-types": "file:../../modules/types",
"@overture-stack/sqon": "file:../../modules/sqon",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
Expand Down
Loading