Skip to content

Commit 5b6c3c4

Browse files
committed
1 parent 07ef3fd commit 5b6c3c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Input, InputObject } from 'into-stream';
33
import { Stream } from 'stream';
44

55
declare module "fastify" {
6-
interface FastifyReplyInterface {
6+
interface FastifyReply {
77
compress(input: Stream | Input | InputObject): void;
88
}
99
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/node": "^14.0.1",
2424
"@typescript-eslint/parser": "^3.0.0",
2525
"eslint-plugin-typescript": "^0.14.0",
26-
"fastify": "^3.0.0-rc.3",
26+
"fastify": "^3.0.0-rc.4",
2727
"jsonstream": "^1.0.3",
2828
"pre-commit": "^1.2.2",
2929
"standard": "^14.3.1",

0 commit comments

Comments
 (0)