cubejs-cli 0.32.29 → 0.32.30

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.
@@ -182,7 +182,7 @@ const ordersJs = `cube(\`Orders\`, {
182
182
  \`,
183
183
 
184
184
  preAggregations: {
185
- // Pre-Aggregations definitions go here
185
+ // Pre-aggregation definitions go here
186
186
  // Learn more here: https://cube.dev/docs/caching/pre-aggregations/getting-started
187
187
  },
188
188
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "cubejs-cli",
3
3
  "description": "Cube.js Command Line Interface",
4
4
  "author": "Cube Dev, Inc.",
5
- "version": "0.32.29",
5
+ "version": "0.32.30",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/cube-js/cube.git",
@@ -31,8 +31,8 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "@cubejs-backend/dotenv": "^9.0.2",
34
- "@cubejs-backend/schema-compiler": "^0.32.29",
35
- "@cubejs-backend/shared": "^0.32.28",
34
+ "@cubejs-backend/schema-compiler": "^0.32.30",
35
+ "@cubejs-backend/shared": "^0.32.30",
36
36
  "chalk": "^2.4.2",
37
37
  "cli-progress": "^3.10",
38
38
  "commander": "^2.19.0",
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "@cubejs-backend/linter": "^0.32.28",
53
- "@cubejs-backend/server": "^0.32.29",
53
+ "@cubejs-backend/server": "^0.32.30",
54
54
  "@oclif/command": "^1.8.0",
55
55
  "@types/cli-progress": "^3.8.0",
56
56
  "@types/cross-spawn": "^6.0.2",
@@ -69,5 +69,5 @@
69
69
  "eslintConfig": {
70
70
  "extends": "../cubejs-linter"
71
71
  },
72
- "gitHead": "a41aa533c103c818511845b5df727e0502c03114"
72
+ "gitHead": "71afde6187516487d1c38294aae9f494c140fb4a"
73
73
  }