Skip to content

Commit

Permalink
chore!: migrate websockets to OpenRPC client
Browse files Browse the repository at this point in the history
BREAKING CHANGE: auth is not supported (yet) in websocket connections
  • Loading branch information
Albermonte committed Jan 2, 2025
1 parent c78ed5f commit ffebcc1
Show file tree
Hide file tree
Showing 5 changed files with 263 additions and 173 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"release": "pnpm lint && pnpm build && bumpp --commit --push --tag && pnpm publish"
},
"dependencies": {
"ws": "^8.18.0"
"@open-rpc/client-js": "^1.8.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
Expand Down
90 changes: 82 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ffebcc1

Please sign in to comment.