Skip to content

Commit 1f2443c

Browse files
authored
feat(client-core): Add Meta to export (#6988) Thanks @philipprus!
1 parent d01eca6 commit 1f2443c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,5 +348,5 @@ class CubejsApi {
348348

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

351-
export { CubejsApi, HttpTransport, ResultSet, RequestError };
351+
export { CubejsApi, HttpTransport, ResultSet, RequestError, Meta };
352352
export * from './utils';

0 commit comments

Comments
 (0)