Skip to content

Commit d73424e

Browse files
committed
feat: enhance GraphQL client integration, optimize Kafka configurations, and update message fields
feat: add authentication example with WebSocket integration and chat room functionality feat: enhance GraphQL client integration with new message signals and update deprecated fields
1 parent f93cda2 commit d73424e

19 files changed

Lines changed: 1806 additions & 1808 deletions

File tree

packages/badai-api/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
"@graphql-typed-document-node/core": "^3.2.0",
3636
"@types/node": "^22.14.0",
3737
"graphql": "^16.11.0",
38-
"graphql-request": "^7.2.0"
38+
"graphql-request": "^7.2.0",
39+
"graphql-ws": "^6.0.6",
40+
"keccak256": "^1.0.6",
41+
"viem": "^2.37.7"
3942
},
4043
"devDependencies": {
4144
"@badaitech/typescript-config": "workspace:*",

0 commit comments

Comments
 (0)