We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350b369 commit 90cc7aeCopy full SHA for 90cc7ae
packages/core/postgrest-js/wrapper.mjs
@@ -1,12 +1,12 @@
1
-import index from '../cjs/index.js'
+import * as index from '../cjs/index.js'
2
const {
3
PostgrestClient,
4
PostgrestQueryBuilder,
5
PostgrestFilterBuilder,
6
PostgrestTransformBuilder,
7
PostgrestBuilder,
8
PostgrestError,
9
-} = index
+} = index.default || index
10
11
export {
12
0 commit comments