Skip to content

Commit

Permalink
fix: Add missing PostgrestError export to wrapper.mjs
Browse files Browse the repository at this point in the history
As per title
  • Loading branch information
krizzu authored Nov 17, 2024
1 parent efa3e5c commit 375f3de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wrapper.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const {
PostgrestFilterBuilder,
PostgrestTransformBuilder,
PostgrestBuilder,
PostgrestError,
} = index

export {
Expand All @@ -13,6 +14,7 @@ export {
PostgrestFilterBuilder,
PostgrestQueryBuilder,
PostgrestTransformBuilder,
PostgrestError,
}

// compatibility with CJS output
Expand All @@ -22,4 +24,5 @@ export default {
PostgrestFilterBuilder,
PostgrestTransformBuilder,
PostgrestBuilder,
PostgrestError,
}

0 comments on commit 375f3de

Please sign in to comment.