We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc3049 commit ecb2f96Copy full SHA for ecb2f96
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fastify/postgres",
3
- "version": "6.0.0-pre.fv5.2",
+ "version": "6.0.0",
4
"description": "Fastify PostgreSQL connection plugin",
5
"main": "index.js",
6
"type": "commonjs",
@@ -36,12 +36,12 @@
36
},
37
"homepage": "https://github.com/fastify/fastify-postgres#readme",
38
"dependencies": {
39
- "fastify-plugin": "^5.0.0-pre.fv5.1"
+ "fastify-plugin": "^5.0.0"
40
41
"devDependencies": {
42
"@tsconfig/node10": "^1.0.9",
43
"@types/pg": "^8.11.4",
44
- "fastify": "^5.0.0-alpha.3",
+ "fastify": "^5.0.0-alpha.4",
45
"pg": "^8.11.3",
46
"pg-native": "^3.0.1",
47
"standard": "^17.1.0",
0 commit comments