Skip to content

Commit a3aa6d4

Browse files
committed
chore:rebase
1 parent 2bf6643 commit a3aa6d4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/ws": "^8.5.10",
3434
"fastify": "^5.0.0",
3535
"fastify-tsconfig": "^2.0.0",
36-
"neostandard": "^0.11.9",
36+
"neostandard": "^0.12.0",
3737
"split2": "^4.2.0",
3838
"tap": "^18.7.1",
3939
"tsd": "^0.31.0"

types/index.d.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/// <reference types="node" />
2-
import { IncomingMessage, ServerResponse, Server } from 'node:http';
3-
import { FastifyRequest, FastifyPluginCallback, RawServerBase, RawServerDefault, RawRequestDefaultExpression, RawReplyDefaultExpression, RequestGenericInterface, ContextConfigDefault, FastifyInstance, FastifySchema, FastifyTypeProvider, FastifyTypeProviderDefault, FastifyBaseLogger } from 'fastify';
4-
import * as fastify from 'fastify';
5-
import * as WebSocket from 'ws';
6-
import { FastifyReply } from 'fastify/types/reply';
7-
import { preCloseHookHandler, preCloseAsyncHookHandler } from 'fastify/types/hooks';
8-
import { RouteGenericInterface } from 'fastify/types/route';
2+
import { IncomingMessage, ServerResponse, Server } from 'node:http'
3+
import { FastifyRequest, FastifyPluginCallback, RawServerBase, RawServerDefault, RawRequestDefaultExpression, RawReplyDefaultExpression, RequestGenericInterface, ContextConfigDefault, FastifyInstance, FastifySchema, FastifyTypeProvider, FastifyTypeProviderDefault, FastifyBaseLogger } from 'fastify'
4+
import * as fastify from 'fastify'
5+
import * as WebSocket from 'ws'
6+
import { FastifyReply } from 'fastify/types/reply'
7+
import { preCloseHookHandler, preCloseAsyncHookHandler } from 'fastify/types/hooks'
8+
import { RouteGenericInterface } from 'fastify/types/route'
99

1010
interface WebsocketRouteOptions<
1111
RawServer extends RawServerBase = RawServerDefault,

0 commit comments

Comments
 (0)