We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f428e0b commit f8f4ed7Copy full SHA for f8f4ed7
.gitignore
@@ -9,5 +9,4 @@ dist
9
.DS_Store
10
/.eslintcache
11
.vscode/
12
-manually-test-on-heroku.js
13
-!packages/pg-protocol/dist
+manually-test-on-heroku.js
packages/pg/package.json
@@ -22,7 +22,7 @@
22
"dependencies": {
23
"pg-connection-string": "^2.7.0",
24
"pg-pool": "^3.8.0",
25
- "pg-protocol": "https://gitpkg.vercel.app/supabase/node-postgres/packages/pg-protocol?master",
+ "pg-protocol": "npm:@supabase/pg-protocol@^0.0.0",
26
"pg-types": "^2.1.0",
27
"pgpass": "1.x"
28
},
0 commit comments