Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Rename Module
This commit renames the module in accordance with the discussion in
fastify/fastify/issues/3733 .
  • Loading branch information
jsumners committed Apr 27, 2022
commit 59795cfd958b884d96aedfb739cf365c240518b0
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-postgres",
"version": "3.6.0",
"name": "@fastify/postgres",
"version": "4.0.0",
"description": "Fastify PostgreSQL connection plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -52,5 +52,8 @@
},
"tsd": {
"directory": "test/types"
},
"publishConfig": {
"access": "public"
}
}