Skip to content

Commit 9e40e66

Browse files
committed
chore: bump pg-protocol for next deploy
1 parent 94d13d9 commit 9e40e66

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,6 +1,6 @@
11
{
22
"name": "@supabase/pg-protocol",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/pg",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [
66
"database",

0 commit comments

Comments
 (0)