@cubejs-client/core 1.3.5 → 1.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cubejs-client-core.esm.js +1 -1
- package/dist/cubejs-client-core.esm.js.map +1 -1
- package/dist/cubejs-client-core.js +350 -384
- package/dist/cubejs-client-core.js.map +1 -1
- package/dist/cubejs-client-core.umd.js +2948 -2968
- package/dist/cubejs-client-core.umd.js.map +1 -1
- package/package.json +3 -3
|
@@ -1632,7 +1632,7 @@ class CubeApi {
|
|
|
1632
1632
|
}), response => response, options, callback);
|
|
1633
1633
|
}
|
|
1634
1634
|
}
|
|
1635
|
-
var index = (
|
|
1635
|
+
var index = (apiToken, options) => new CubeApi(apiToken, options);
|
|
1636
1636
|
|
|
1637
1637
|
export default index;
|
|
1638
1638
|
export { CubeApi, DEFAULT_GRANULARITY, DateRegex, GRANULARITIES, HttpTransport, LocalDateRegex, Meta, RequestError, ResultSet, TIME_SERIES, addInterval, aliasSeries, areQueriesEqual, dayRange, defaultHeuristics, defaultOrder, diffTimeUnitForInterval, flattenFilters, getOrderMembersFromOrder, getQueryMembers, granularityFor, internalDayjs, isPredefinedGranularity, isQueryPresent, minGranularityForIntervals, moveItemInArray, movePivotItem, parseSqlInterval, removeEmptyQueryFields, subtractInterval, timeSeriesFromCustomInterval, validateQuery };
|