Skip to content

Commit 85ab8bc

Browse files
committed
Update dependency
1 parent 62d8925 commit 85ab8bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { FastifyPluginCallback, preHandlerHookHandler } from 'fastify';
55
import {
66
FastifyReplyFromOptions,
77
FastifyReplyFromHooks,
8-
} from 'fastify-reply-from';
8+
} from '@fastify/reply-from';
99

1010
import { ClientOptions, ServerOptions } from 'ws';
1111

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict'
2-
const From = require('fastify-reply-from')
2+
const From = require('@fastify/reply-from')
33
const WebSocket = require('ws')
44
const { convertUrlToWebSocket } = require('./utils')
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"typescript": "^4.5.4"
5252
},
5353
"dependencies": {
54-
"fastify-reply-from": "^6.4.1",
54+
"@fastify/reply-from": "^7.0.0",
5555
"ws": "^8.4.2"
5656
},
5757
"tsd": {

0 commit comments

Comments
 (0)