-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(node-ws): Added missing WSContext raw type #940
Conversation
🦋 Changeset detectedLatest commit: f6a8a55 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Hi @Ryiski Thank you for the PR. Can you do that? If not, please ping me. |
@yusukebe sure thing |
packages/node-ws/package.json
Outdated
@@ -34,15 +34,16 @@ | |||
"devDependencies": { | |||
"@hono/node-server": "^1.11.1", | |||
"@types/ws": "^8", | |||
"hono": "^4.2.9", | |||
"hono": "^4.6.17", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think 4.6.0
is okay, that can support the generics for upgradeWebSocket
.
Hi @Ryiski I updated the lock file and fix the version of |
The author should do the following, if applicable
yarn changeset
at the top of this repo and push the changeset