Skip to content

Commit

Permalink
update for fastify@5
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Jul 22, 2024
1 parent 2c4d8b6 commit 2abe4ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0
with:
license-check: true
lint: true
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function basic404 (req, reply) {
}

module.exports = fp(fastifyZipkin, {
fastify: '>=3.x',
fastify: '>=5.x',
name: '@fastify/zipkin'
})
module.exports.default = fastifyZipkin
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"license": "MIT",
"devDependencies": {
"@fastify/pre-commit": "2.1.0",
"fastify": "^4.3.0",
"fastify": "^5.0.0-alpha.3",
"node-fetch": "^2.6.7",
"sinon": "^18.0.0",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tsd": "^0.31.0"
},
"dependencies": {
"fastify-plugin": "^4.0.0",
"fastify-plugin": "^5.0.0-pre.fv5.1",
"zipkin": "^0.22.0",
"zipkin-context-cls": "^0.22.0",
"zipkin-transport-http": "^0.22.0"
Expand Down

0 comments on commit 2abe4ad

Please sign in to comment.