Skip to content

Commit 2d48c2e

Browse files
committed
chore:rebase
1 parent 4c7a705 commit 2d48c2e

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
@@ -62,7 +62,7 @@
6262
"@types/ws": "^8.5.10",
6363
"fastify": "^5.0.0",
6464
"fastify-tsconfig": "^2.0.0",
65-
"neostandard": "^0.11.9",
65+
"neostandard": "^0.12.0",
6666
"split2": "^4.2.0",
6767
"tap": "^18.7.1",
6868
"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)