@cubejs-backend/testing 0.28.56 → 0.28.61

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,41 @@
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.28.61](https://github.com/cube-js/cube.js/compare/v0.28.60...v0.28.61) (2021-11-30)
7
+
8
+ **Note:** Version bump only for package @cubejs-backend/testing
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.28.60](https://github.com/cube-js/cube.js/compare/v0.28.59...v0.28.60) (2021-11-25)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * Empty pre-aggregation with partitionGranularity throws ParserError("Expected identifier, found: )") ([#3714](https://github.com/cube-js/cube.js/issues/3714)) ([86c6aaf](https://github.com/cube-js/cube.js/commit/86c6aaf8001d16b78f3a3029903affae4a82f41d))
20
+
21
+
22
+
23
+
24
+
25
+ ## [0.28.59](https://github.com/cube-js/cube.js/compare/v0.28.58...v0.28.59) (2021-11-21)
26
+
27
+ **Note:** Version bump only for package @cubejs-backend/testing
28
+
29
+
30
+
31
+
32
+
33
+ ## [0.28.58](https://github.com/cube-js/cube.js/compare/v0.28.57...v0.28.58) (2021-11-18)
34
+
35
+ **Note:** Version bump only for package @cubejs-backend/testing
36
+
37
+
38
+
39
+
40
+
6
41
  ## [0.28.56](https://github.com/cube-js/cube.js/compare/v0.28.55...v0.28.56) (2021-11-14)
7
42
 
8
43
  **Note:** Version bump only for package @cubejs-backend/testing
@@ -342,6 +342,7 @@ cube('EveryHourVisitors', {
342
342
  timeDimensionReference: createdAt,
343
343
  granularity: 'day',
344
344
  partitionGranularity: 'month',
345
+ external: true,
345
346
  refreshKey: {
346
347
  every: '1 hour',
347
348
  incremental: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-backend/testing",
3
- "version": "0.28.56",
3
+ "version": "0.28.61",
4
4
  "description": "Cube.js Testing Helpers",
5
5
  "author": "Cube Dev, Inc.",
6
6
  "license": "Apache-2.0",
@@ -40,8 +40,8 @@
40
40
  "birdbox-fixtures"
41
41
  ],
42
42
  "dependencies": {
43
- "@cubejs-backend/query-orchestrator": "^0.28.56",
44
- "@cubejs-backend/schema-compiler": "^0.28.56",
43
+ "@cubejs-backend/query-orchestrator": "^0.28.61",
44
+ "@cubejs-backend/schema-compiler": "^0.28.61",
45
45
  "@cubejs-backend/shared": "^0.28.55",
46
46
  "@cubejs-client/ws-transport": "^0.28.52",
47
47
  "fs-extra": "^8.1.0",
@@ -83,5 +83,5 @@
83
83
  "eslintConfig": {
84
84
  "extends": "../cubejs-linter"
85
85
  },
86
- "gitHead": "148e7e28900396a71d2c370d337c6f1dfe39f1a6"
86
+ "gitHead": "9f7975f9257be6868c779802b933c4ab2a580880"
87
87
  }