We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ff8ce commit 6637f20Copy full SHA for 6637f20
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fastify-postgres",
3
- "version": "1.3.2",
+ "version": "2.0.0",
4
"description": "Fastify PostgreSQL connection plugin",
5
"main": "index.js",
6
"scripts": {
@@ -27,13 +27,16 @@
27
},
28
"homepage": "https://github.com/fastify/fastify-postgres#readme",
29
"dependencies": {
30
- "fastify-plugin": "^1.4.0",
31
- "pg": "^7.8.0"
+ "fastify-plugin": "^1.4.0"
32
33
"devDependencies": {
34
"fastify": "^1.13.4",
+ "pg": "*",
35
"pg-native": "^3.0.0",
36
"standard": "^12.0.0",
37
"tap": "^12.5.2"
38
+ },
39
+ "peerDependencies": {
40
+ "pg": ">=6.0.0"
41
}
42
0 commit comments