Skip to content

Commit ad5353a

Browse files
committed
chore: use same name
1 parent c5c3457 commit ad5353a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@
3636
"arrowParens": "always",
3737
"trailingComma": "es5",
3838
"singleQuote": true
39-
}
39+
},
40+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
4041
}

packages/pg-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@supabase/pg-native",
2+
"name": "pg-native",
33
"version": "3.3.0",
44
"description": "A slightly nicer interface to Postgres over node-libpq",
55
"main": "index.js",

packages/pg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@supabase/pg",
2+
"name": "pg",
33
"version": "8.14.1",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [

0 commit comments

Comments
 (0)