From a3aa6d4a3c1f1ad88018fa109b16b5e26f4f9d71 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 16 Dec 2024 12:08:46 +0000 Subject: [PATCH] chore:rebase --- package.json | 2 +- types/index.d.ts | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 7283e40..fe7d4a2 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/ws": "^8.5.10", "fastify": "^5.0.0", "fastify-tsconfig": "^2.0.0", - "neostandard": "^0.11.9", + "neostandard": "^0.12.0", "split2": "^4.2.0", "tap": "^18.7.1", "tsd": "^0.31.0" diff --git a/types/index.d.ts b/types/index.d.ts index 7327ea5..7726557 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1,11 +1,11 @@ /// -import { IncomingMessage, ServerResponse, Server } from 'node:http'; -import { FastifyRequest, FastifyPluginCallback, RawServerBase, RawServerDefault, RawRequestDefaultExpression, RawReplyDefaultExpression, RequestGenericInterface, ContextConfigDefault, FastifyInstance, FastifySchema, FastifyTypeProvider, FastifyTypeProviderDefault, FastifyBaseLogger } from 'fastify'; -import * as fastify from 'fastify'; -import * as WebSocket from 'ws'; -import { FastifyReply } from 'fastify/types/reply'; -import { preCloseHookHandler, preCloseAsyncHookHandler } from 'fastify/types/hooks'; -import { RouteGenericInterface } from 'fastify/types/route'; +import { IncomingMessage, ServerResponse, Server } from 'node:http' +import { FastifyRequest, FastifyPluginCallback, RawServerBase, RawServerDefault, RawRequestDefaultExpression, RawReplyDefaultExpression, RequestGenericInterface, ContextConfigDefault, FastifyInstance, FastifySchema, FastifyTypeProvider, FastifyTypeProviderDefault, FastifyBaseLogger } from 'fastify' +import * as fastify from 'fastify' +import * as WebSocket from 'ws' +import { FastifyReply } from 'fastify/types/reply' +import { preCloseHookHandler, preCloseAsyncHookHandler } from 'fastify/types/hooks' +import { RouteGenericInterface } from 'fastify/types/route' interface WebsocketRouteOptions< RawServer extends RawServerBase = RawServerDefault,