@cubejs-client/core 0.30.64 → 0.31.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.31.0](https://github.com/cube-js/cube.js/compare/v0.30.75...v0.31.0) (2022-10-03)
7
+
8
+ **Note:** Version bump only for package @cubejs-client/core
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.30.74](https://github.com/cube-js/cube.js/compare/v0.30.73...v0.30.74) (2022-09-20)
15
+
16
+ **Note:** Version bump only for package @cubejs-client/core
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.30.64](https://github.com/cube-js/cube.js/compare/v0.30.63...v0.30.64) (2022-09-07)
7
23
 
8
24
  **Note:** Version bump only for package @cubejs-client/core
package/index.d.ts CHANGED
@@ -151,7 +151,7 @@ declare module '@cubejs-client/core' {
151
151
  measureToLeafMeasures?: Record<string, LeafMeasure[]>;
152
152
  };
153
153
 
154
- export type PreAggregationType = 'rollup' | 'rollupJoin' | 'originalSql';
154
+ export type PreAggregationType = 'rollup' | 'rollupJoin' | 'rollupLambda' | 'originalSql';
155
155
 
156
156
  type UsedPreAggregation = {
157
157
  targetTableName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-client/core",
3
- "version": "0.30.64",
3
+ "version": "0.31.0",
4
4
  "engines": {},
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,5 +45,5 @@
45
45
  "eslint-plugin-node": "^5.2.1",
46
46
  "jest": "^26.0.1"
47
47
  },
48
- "gitHead": "f5123837220235430a0eabf921e2c9cd4f513261"
48
+ "gitHead": "8cdec759f298fb20c48194254ccc04b6fdad46bf"
49
49
  }