Skip to content

chore: change package json for supabase host #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 26, 2025
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "node-postgres",
"name": "@supabase/node-postgres",
"description": "node postgres monorepo",
"main": "index.js",
"private": true,
"repository": "[email protected]:brianc/node-postgres.git",
"repository": "[email protected]:supabase/node-postgres.git",
"author": "Brian M. Carlson <[email protected]>",
"license": "MIT",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-postgres.git",
"url": "git://github.com/supabase/node-postgres.git",
"directory": "packages/pg-cloudflare"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/pg-connection-string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-postgres.git",
"url": "git://github.com/supabase/node-postgres.git",
"directory": "packages/pg-connection-string"
},
"keywords": [
Expand All @@ -23,9 +23,9 @@
"author": "Blaine Bublitz <[email protected]> (http://iceddev.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/brianc/node-postgres/issues"
"url": "https://github.com/supabase/node-postgres/issues"
},
"homepage": "https://github.com/brianc/node-postgres/tree/master/packages/pg-connection-string",
"homepage": "https://github.com/supabase/node-postgres/tree/master/packages/pg-connection-string",
"devDependencies": {
"chai": "^4.1.1",
"coveralls": "^3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-cursor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-postgres.git",
"url": "git://github.com/supabase/node-postgres.git",
"directory": "packages/pg-cursor"
},
"author": "Brian M. Carlson",
Expand Down
8 changes: 4 additions & 4 deletions packages/pg-native/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pg-native",
"name": "@supabase/pg-native",
"version": "3.3.0",
"description": "A slightly nicer interface to Postgres over node-libpq",
"main": "index.js",
Expand All @@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/brianc/node-postgres.git"
"url": "https://github.com/supabase/node-postgres.git"
},
"keywords": [
"postgres",
Expand All @@ -18,9 +18,9 @@
"author": "Brian M. Carlson",
"license": "MIT",
"bugs": {
"url": "https://github.com/brianc/node-postgres/issues"
"url": "https://github.com/supabase/node-postgres/issues"
},
"homepage": "https://github.com/brianc/node-postgres/tree/master/packages/pg-native",
"homepage": "https://github.com/supabase/node-postgres/tree/master/packages/pg-native",
"dependencies": {
"libpq": "1.8.14",
"pg-types": "^2.1.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/pg-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-postgres.git",
"url": "git://github.com/supabase/node-postgres.git",
"directory": "packages/pg-pool"
},
"keywords": [
Expand All @@ -23,9 +23,9 @@
"author": "Brian M. Carlson",
"license": "MIT",
"bugs": {
"url": "https://github.com/brianc/node-pg-pool/issues"
"url": "https://github.com/supabase/node-pg-pool/issues"
},
"homepage": "https://github.com/brianc/node-pg-pool#readme",
"homepage": "https://github.com/supabase/node-pg-pool#readme",
"devDependencies": {
"bluebird": "3.7.2",
"co": "4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-postgres.git",
"url": "git://github.com/supabase/node-postgres.git",
"directory": "packages/pg-protocol"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/pg-query-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-postgres.git",
"url": "git://github.com/supabase/node-postgres.git",
"directory": "packages/pg-query-stream"
},
"keywords": [
Expand All @@ -26,7 +26,7 @@
"author": "Brian M. Carlson",
"license": "MIT",
"bugs": {
"url": "https://github.com/brianc/node-postgres/issues"
"url": "https://github.com/supabase/node-postgres/issues"
},
"devDependencies": {
"@types/chai": "^4.2.13",
Expand Down
6 changes: 3 additions & 3 deletions packages/pg/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pg",
"name": "@supabase/pg",
"version": "8.14.1",
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [
Expand All @@ -11,10 +11,10 @@
"postgresql",
"rdbms"
],
"homepage": "https://github.com/brianc/node-postgres",
"homepage": "https://github.com/supabase/node-postgres",
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-postgres.git",
"url": "git://github.com/supabase/node-postgres.git",
"directory": "packages/pg"
},
"author": "Brian Carlson <[email protected]>",
Expand Down