We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0e213 commit 93a0d23Copy full SHA for 93a0d23
packages/pg/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pg",
3
- "version": "0.0.1",
+ "version": "8.14.2",
4
"description": "PostgreSQL client - pure javascript & libpq with the same API",
5
"keywords": [
6
"database",
@@ -22,7 +22,7 @@
22
"dependencies": {
23
"pg-connection-string": "^2.7.0",
24
"pg-pool": "^3.8.0",
25
- "pg-protocol": "npm:@supabase/pg-protocol@^0.0.1",
+ "pg-protocol": "npm:@supabase/pg-protocol@^1.8.1",
26
"pg-types": "^2.1.0",
27
"pgpass": "1.x"
28
},
0 commit comments