@cubejs-client/core 0.29.33 → 0.29.42

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,17 @@
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.29.42](https://github.com/cube-js/cube.js/compare/v0.29.41...v0.29.42) (2022-04-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **playground:** rollup designer count distinct warning ([#4309](https://github.com/cube-js/cube.js/issues/4309)) ([add2dd3](https://github.com/cube-js/cube.js/commit/add2dd3106f7fd9deb3ea88fa74467ccd1b9244f))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.29.33](https://github.com/cube-js/cube.js/compare/v0.29.32...v0.29.33) (2022-03-17)
7
18
 
8
19
 
package/index.d.ts CHANGED
@@ -134,6 +134,7 @@ declare module '@cubejs-client/core' {
134
134
  type LeafMeasure = {
135
135
  measure: string;
136
136
  additive: boolean;
137
+ type: 'count' | 'countDistinct' | 'sum' | 'min' | 'max' | 'number' | 'countDistinctApprox'
137
138
  };
138
139
 
139
140
  export type TransformedQuery = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-client/core",
3
- "version": "0.29.33",
3
+ "version": "0.29.42",
4
4
  "engines": {},
5
5
  "repository": {
6
6
  "type": "git",
@@ -46,5 +46,5 @@
46
46
  "eslint-plugin-node": "^5.2.1",
47
47
  "jest": "^26.0.1"
48
48
  },
49
- "gitHead": "b52e4400b0786c37544b285de1e4c66dcee96e43"
49
+ "gitHead": "d05b5199da6e06f4d8baaed1baddb56cf1538637"
50
50
  }