Skip to content

Commit d7055c9

Browse files
committed
chore: change packages versions
1 parent 0981b37 commit d7055c9

File tree

3 files changed

+2783
-2027
lines changed

3 files changed

+2783
-2027
lines changed

packages/pg-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-protocol",
3-
"version": "1.8.1",
3+
"version": "0.0.1",
44
"description": "The postgres client/server binary protocol, implemented in TypeScript",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/pg/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg",
3-
"version": "8.14.2",
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@^1.8.1",
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)