Skip to content

Commit 39603c1

Browse files
authored
Merge pull request #14 from lependu/update-dependencies
Updates dependencies, plugin-meta
2 parents dc3c563 + 9a6955d commit 39603c1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,7 @@ function fastifyPostgres (fastify, options, next) {
4343
next()
4444
}
4545

46-
module.exports = fp(fastifyPostgres, '>=0.13.1')
46+
module.exports = fp(fastifyPostgres, {
47+
fastify: '>=0.39.1',
48+
name: 'fastify-postgres'
49+
})

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
},
2727
"homepage": "https://github.com/fastify/fastify-postgres#readme",
2828
"dependencies": {
29-
"fastify-plugin": "^0.1.1",
29+
"fastify-plugin": "^0.2.1",
3030
"pg": "^7.3.0"
3131
},
3232
"devDependencies": {
33-
"fastify": "^0.30.2",
33+
"fastify": "^0.39.1",
3434
"pg-native": "^2.2.0",
3535
"standard": "^10.0.3",
36-
"tap": "^10.7.2"
36+
"tap": "^11.0.1"
3737
}
3838
}

0 commit comments

Comments
 (0)