We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553c9b3 commit 2c900e3Copy full SHA for 2c900e3
index.js
@@ -191,6 +191,6 @@ function close (fastify, done) {
191
}
192
193
module.exports = fp(fastifyWebsocket, {
194
- fastify: '>= 3.11.0',
+ fastify: '>= 4.0.0',
195
name: '@fastify/websocket'
196
})
package.json
@@ -28,8 +28,9 @@
28
"@fastify/pre-commit": "^2.0.2",
29
"@fastify/type-provider-typebox": "^2.3.0",
30
"@sinclair/typebox": "^0.25.10",
31
+ "@types/node": "^18.15.0",
32
"@types/ws": "^8.2.2",
- "fastify": "^4.0.0-rc.2",
33
+ "fastify": "^4.0.0",
34
"split2": "^4.1.0",
35
"standard": "^17.0.0",
36
"tap": "^16.0.0",
0 commit comments