File tree 3 files changed +10
-13
lines changed
3 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,17 @@ jobs:
18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- uses : actions/checkout@v4
21
-
21
+
22
22
- name : Setup Node.js
23
23
uses : actions/setup-node@v4
24
24
with :
25
25
node-version : ' 18'
26
26
registry-url : ' https://registry.npmjs.org'
27
-
27
+
28
28
- name : Install dependencies
29
29
run : yarn install --frozen-lockfile
30
-
31
- - name : Build package
32
- run : cd packages/pg && yarn build
33
-
30
+
34
31
- name : Publish to npm
35
32
run : cd packages/pg && npm publish
36
33
env :
37
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
34
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @supabase/pg" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " PostgreSQL client - pure javascript & libpq with the same API" ,
5
5
"keywords" : [
6
6
" database" ,
22
22
"dependencies" : {
23
23
"pg-connection-string" : " ^2.7.0" ,
24
24
"pg-pool" : " ^3.8.0" ,
25
- "pg-protocol" : " npm:@supabase/pg-protocol@^0.0.1 " ,
25
+ "pg-protocol" : " npm:@supabase/pg-protocol@^0.0.2 " ,
26
26
"pg-types" : " ^2.1.0" ,
27
27
"pgpass" : " 1.x"
28
28
},
Original file line number Diff line number Diff line change @@ -6167,10 +6167,10 @@ pg-protocol@^1.2.0, pg-protocol@^1.8.0:
6167
6167
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.8.0.tgz#c707101dd07813868035a44571488e4b98639d48"
6168
6168
integrity sha512-jvuYlEkL03NRvOoyoRktBK7+qU5kOvlAwvmrH8sr3wbLrOdVWsRxQfz8mMy9sZFsqJ1hEWNfdWKI4SAmoL+j7g==
6169
6169
6170
- " pg-protocol@npm:@supabase/pg-protocol@^0.0.1 " :
6171
- version "0.0.1 "
6172
- resolved "https://registry.yarnpkg.com/@supabase/pg-protocol/-/pg-protocol-0.0.1 .tgz#ef7bb9f92db4961653f599217cf504149aa0d967 "
6173
- integrity sha512-j/P+hc/dxp9djRxxCSxSae+H05mpSVCQyeRWsEXulQWv3u5aTpGV3E8qmNIiTHeQ7t2pQIYp2PIVr2DpRTad0A ==
6170
+ " pg-protocol@npm:@supabase/pg-protocol@^0.0.2 " :
6171
+ version "0.0.2 "
6172
+ resolved "https://registry.yarnpkg.com/@supabase/pg-protocol/-/pg-protocol-0.0.2 .tgz#95dd98022cc26bf6c80f6dda05181a2816ffc5ae "
6173
+ integrity sha512-OLp5LeWRmfJy4vwV753hsCE90vzNSTSAwhsbinCIeoT455DHBufrkktVc4YvPXYEFj+EzpVKw/N0piX+AvBMBg ==
6174
6174
6175
6175
pg-types@^2.1.0, pg-types@^2.2.0 :
6176
6176
version "2.2.0"
You can’t perform that action at this time.
0 commit comments