Skip to content

Commit 79a45c7

Browse files
authored
Update package.json
1 parent f8f4ed7 commit 79a45c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/pg/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg",
3-
"version": "8.14.1",
3+
"version": "0.0.1",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [
66
"database",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"pg-connection-string": "^2.7.0",
2424
"pg-pool": "^3.8.0",
25-
"pg-protocol": "npm:@supabase/pg-protocol@^0.0.0",
25+
"pg-protocol": "npm:@supabase/pg-protocol@^0.0.1",
2626
"pg-types": "^2.1.0",
2727
"pgpass": "1.x"
2828
},

0 commit comments

Comments
 (0)