Skip to content

Commit 94d13d9

Browse files
committed
chore: fix packages names
1 parent d7055c9 commit 94d13d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/pg-protocol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "pg-protocol",
2+
"name": "@supabase/pg-protocol",
33
"version": "0.0.1",
44
"description": "The postgres client/server binary protocol, implemented in TypeScript",
55
"main": "dist/index.js",

packages/pg/package.json

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

0 commit comments

Comments
 (0)