@cubejs-backend/testing 0.31.9 → 0.31.10

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.31.10](https://github.com/cube-js/cube.js/compare/v0.31.9...v0.31.10) (2022-11-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Revert back strict shown checks behavior for consistency reasons ([#5551](https://github.com/cube-js/cube.js/issues/5551)) ([c3ee4e6](https://github.com/cube-js/cube.js/commit/c3ee4e6911d07f7d5cb8977f563555157f7b5f2b)), closes [#5542](https://github.com/cube-js/cube.js/issues/5542)
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.31.9](https://github.com/cube-js/cube.js/compare/v0.31.8...v0.31.9) (2022-11-01)
7
18
 
8
19
  **Note:** Version bump only for package @cubejs-backend/testing
@@ -74,6 +74,7 @@ cube(`ECommerce`, {
74
74
  sql: 'row_id',
75
75
  type: 'number',
76
76
  primaryKey: true,
77
+ shown: true,
77
78
  },
78
79
  orderId: {
79
80
  sql: 'order_id',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-backend/testing",
3
- "version": "0.31.9",
3
+ "version": "0.31.10",
4
4
  "description": "Cube.js e2e tests",
5
5
  "author": "Cube Dev, Inc.",
6
6
  "license": "Apache-2.0",
@@ -129,5 +129,5 @@
129
129
  "eslintConfig": {
130
130
  "extends": "../cubejs-linter"
131
131
  },
132
- "gitHead": "bf98f799b56361081acff0ba9cdca5fd3ea473c2"
132
+ "gitHead": "ab0ce5272c42160ede672424859606044a206d55"
133
133
  }