Skip to content

Commit 69a8e9a

Browse files
committed
more fixes
1 parent 4b3ef32 commit 69a8e9a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/cubejs-client-core/src/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -647,12 +647,12 @@ class CubeApi {
647647
export default (apiToken: string | (() => Promise<string>), options: CubeApiOptions) => new CubeApi(apiToken, options);
648648

649649
export { CubeApi };
650-
export * from './Meta';
651-
export * from './SqlQuery';
652-
export * from './RequestError';
653-
export * from './ProgressResult';
650+
export { default as Meta } from './Meta';
651+
export { default as SqlQuery } from './SqlQuery';
652+
export { default as RequestError } from './RequestError';
653+
export { default as ProgressResult } from './ProgressResult';
654654
export { default as ResultSet } from './ResultSet';
655-
export * from './HttpTransport';
655+
export { default as HttpTransport } from './HttpTransport';
656656
export * from './utils';
657657
export * from './time';
658658
export * from './types';

0 commit comments

Comments
 (0)