Skip to content

Commit 6637f20

Browse files
committed
Bring your own node-postgres version
1 parent 97ff8ce commit 6637f20

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-postgres",
3-
"version": "1.3.2",
3+
"version": "2.0.0",
44
"description": "Fastify PostgreSQL connection plugin",
55
"main": "index.js",
66
"scripts": {
@@ -27,13 +27,16 @@
2727
},
2828
"homepage": "https://github.com/fastify/fastify-postgres#readme",
2929
"dependencies": {
30-
"fastify-plugin": "^1.4.0",
31-
"pg": "^7.8.0"
30+
"fastify-plugin": "^1.4.0"
3231
},
3332
"devDependencies": {
3433
"fastify": "^1.13.4",
34+
"pg": "*",
3535
"pg-native": "^3.0.0",
3636
"standard": "^12.0.0",
3737
"tap": "^12.5.2"
38+
},
39+
"peerDependencies": {
40+
"pg": ">=6.0.0"
3841
}
3942
}

0 commit comments

Comments
 (0)