Skip to content

Commit

Permalink
Bumped v11.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Sep 4, 2024
1 parent 8fe344c commit 9ca6618
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify/websocket",
"version": "11.0.0-pre.fv5.2",
"version": "11.0.0",
"description": "basic websocket support for fastify",
"main": "index.js",
"type": "commonjs",
Expand All @@ -27,10 +27,10 @@
"homepage": "https://github.com/fastify/fastify-websocket#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@fastify/type-provider-typebox": "^5.0.0-pre.fv5.2",
"@fastify/type-provider-typebox": "^5.0.0",
"@types/node": "^22.0.0",
"@types/ws": "^8.5.10",
"fastify": "^5.0.0-alpha.3",
"fastify": "^5.0.0-alpha.4",
"fastify-tsconfig": "^2.0.0",
"split2": "^4.2.0",
"standard": "^17.1.0",
Expand All @@ -39,7 +39,7 @@
},
"dependencies": {
"duplexify": "^4.1.3",
"fastify-plugin": "^5.0.0-pre.fv5.1",
"fastify-plugin": "^5.0.0",
"ws": "^8.16.0"
},
"publishConfig": {
Expand Down

0 comments on commit 9ca6618

Please sign in to comment.