Skip to content

Commit

Permalink
chore: move fastify to dev dependencies (open-telemetry#1228)
Browse files Browse the repository at this point in the history
Co-authored-by: Rauno Viskus <Rauno56@users.noreply.github.com>
  • Loading branch information
seemk and rauno56 committed Oct 17, 2022
1 parent a2719c5 commit fe79e29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"@types/mocha": "7.0.2",
"@types/node": "16.11.21",
"gts": "3.1.0",
"fastify": "^4.5.3",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
Expand All @@ -64,8 +65,7 @@
"dependencies": {
"@opentelemetry/core": "^1.0.0",
"@opentelemetry/instrumentation": "^0.32.0",
"@opentelemetry/semantic-conventions": "^1.0.0",
"fastify": "^4.5.3"
"@opentelemetry/semantic-conventions": "^1.0.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-fastify#readme"
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

import { Span } from '@opentelemetry/api';
import { FastifyReply } from 'fastify';
import type { FastifyReply } from 'fastify';
import { spanRequestSymbol } from './constants';

export type HandlerOriginal = (() => Promise<unknown>) & (() => void);
Expand Down

0 comments on commit fe79e29

Please sign in to comment.