Skip to content

Commit

Permalink
feat(@cubejs-client/core): exporting CubejsApi class (#2773)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spittal committed May 19, 2021
1 parent 2262d46 commit 03cfaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-client-core/src/index.js
Expand Up @@ -235,7 +235,7 @@ class CubejsApi {

export default (apiToken, options) => new CubejsApi(apiToken, options);

export { HttpTransport, ResultSet };
export { CubejsApi, HttpTransport, ResultSet };
export {
areQueriesEqual,
defaultHeuristics,
Expand Down

0 comments on commit 03cfaff

Please sign in to comment.