Skip to content

Commit 0af65f5

Browse files
krizzusoedirgo
authored andcommitted
fix: Add missing PostgrestError export to wrapper.mjs
As per title
1 parent efa3e5c commit 0af65f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wrapper.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const {
55
PostgrestFilterBuilder,
66
PostgrestTransformBuilder,
77
PostgrestBuilder,
8+
PostgrestError,
89
} = index
910

1011
export {
@@ -13,6 +14,7 @@ export {
1314
PostgrestFilterBuilder,
1415
PostgrestQueryBuilder,
1516
PostgrestTransformBuilder,
17+
PostgrestError,
1618
}
1719

1820
// compatibility with CJS output
@@ -22,4 +24,5 @@ export default {
2224
PostgrestFilterBuilder,
2325
PostgrestTransformBuilder,
2426
PostgrestBuilder,
27+
PostgrestError,
2528
}

0 commit comments

Comments
 (0)