Skip to content

Commit 2bfc980

Browse files
committed
another try to fix rollup
1 parent bb3c70a commit 2bfc980

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,9 +646,11 @@ class CubeApi {
646646

647647
export default (apiToken: string | (() => Promise<string>), options: CubeApiOptions) => new CubeApi(apiToken, options);
648648

649-
export { CubeApi, Meta, ProgressResult, HttpTransport, SqlQuery };
649+
export { CubeApi };
650650
export * from './Meta';
651+
export * from './SqlQuery';
651652
export * from './RequestError';
653+
export * from './ProgressResult';
652654
export * from './ResultSet';
653655
export * from './HttpTransport';
654656
export * from './utils';

0 commit comments

Comments
 (0)