@cubejs-backend/server 0.28.64 → 0.29.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,62 @@
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.0](https://github.com/cube-js/cube.js/compare/v0.28.67...v0.29.0) (2021-12-14)
7
+
8
+
9
+ ### Features
10
+
11
+ * **playground:** GraphiQL sandbox. Allow using the cube GraphQL API ([#3810](https://github.com/cube-js/cube.js/issues/3810)) ([1f39042](https://github.com/cube-js/cube.js/commit/1f39042ac063feaa852b3674a1b857d2dbbc9d17))
12
+
13
+
14
+ ### Reverts
15
+
16
+ * Revert "BREAKING CHANGE: 0.29 (#3809)" (#3811) ([db005ed](https://github.com/cube-js/cube.js/commit/db005edc04d48e8251250ab9d0e19f496cf3b52b)), closes [#3809](https://github.com/cube-js/cube.js/issues/3809) [#3811](https://github.com/cube-js/cube.js/issues/3811)
17
+
18
+
19
+ * BREAKING CHANGE: 0.29 (#3809) ([6f1418b](https://github.com/cube-js/cube.js/commit/6f1418b9963774844f341682e594601a56bb0084)), closes [#3809](https://github.com/cube-js/cube.js/issues/3809)
20
+
21
+
22
+ ### BREAKING CHANGES
23
+
24
+ * Drop support for Node.js 10 (12.x is a minimal version)
25
+ * Upgrade Node.js to 14 for Docker images
26
+ * Drop support for Node.js 15
27
+
28
+
29
+
30
+
31
+
32
+ ## [0.28.67](https://github.com/cube-js/cube.js/compare/v0.28.66...v0.28.67) (2021-12-14)
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * **playground:** Revert GraphQL support ([#3807](https://github.com/cube-js/cube.js/issues/3807)) ([6eb894b](https://github.com/cube-js/cube.js/commit/6eb894b856eaa918a66bf537e88d90bb6ae9f71e))
38
+
39
+
40
+
41
+
42
+
43
+ ## [0.28.66](https://github.com/cube-js/cube.js/compare/v0.28.65...v0.28.66) (2021-12-14)
44
+
45
+
46
+ ### Features
47
+
48
+ * **playground:** GraphiQL sandbox. Allow using the cube GraphQL API ([#3803](https://github.com/cube-js/cube.js/issues/3803)) ([6c848c0](https://github.com/cube-js/cube.js/commit/6c848c02fae2f2658e2051055d4bf8419554fb26))
49
+
50
+
51
+
52
+
53
+
54
+ ## [0.28.65](https://github.com/cube-js/cube.js/compare/v0.28.64...v0.28.65) (2021-12-10)
55
+
56
+ **Note:** Version bump only for package @cubejs-backend/server
57
+
58
+
59
+
60
+
61
+
6
62
  ## [0.28.64](https://github.com/cube-js/cube.js/compare/v0.28.63...v0.28.64) (2021-12-05)
7
63
 
8
64
  **Note:** Version bump only for package @cubejs-backend/server
@@ -9,6 +9,7 @@ const argv = process.argv.slice(2);
9
9
  if (argv.length === 0) {
10
10
  argv.push('server');
11
11
  }
12
+ process.env.OCLIF_TS_NODE = '0';
12
13
  require('@oclif/command').run(argv)
13
14
  .then(require('@oclif/command/flush'))
14
15
  .catch(require('@oclif/errors/handle'));
@@ -1 +1 @@
1
- {"version":3,"file":"server.js","sourceRoot":"","sources":["../../../src/bin/server.ts"],"names":[],"mappings":";;AAAA,uCAAqC;AAErC,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;AAEnC;;;GAGG;AACH,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC,EAAE;IACrB,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;CACrB;AAED,OAAO,CAAC,gBAAgB,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC;KAChC,IAAI,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC;KACrC,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"server.js","sourceRoot":"","sources":["../../../src/bin/server.ts"],"names":[],"mappings":";;AAAA,uCAAqC;AAErC,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;AAEnC;;;GAGG;AACH,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC,EAAE;IACrB,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;CACrB;AAED,OAAO,CAAC,GAAG,CAAC,aAAa,GAAG,GAAG,CAAC;AAEhC,OAAO,CAAC,gBAAgB,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC;KAChC,IAAI,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC;KACrC,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":"0.28.64","commands":{"dev-server":{"id":"dev-server","description":"Run server in Development mode","pluginName":"@cubejs-backend/server","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print useful debug information","allowNo":false}},"args":[]},"server":{"id":"server","description":"Run server in Production mode","pluginName":"@cubejs-backend/server","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print useful debug information","allowNo":false}},"args":[]}}}
1
+ {"version":"0.29.0","commands":{"dev-server":{"id":"dev-server","description":"Run server in Development mode","pluginName":"@cubejs-backend/server","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print useful debug information","allowNo":false}},"args":[]},"server":{"id":"server","description":"Run server in Production mode","pluginName":"@cubejs-backend/server","pluginType":"core","aliases":[],"flags":{"debug":{"name":"debug","type":"boolean","description":"Print useful debug information","allowNo":false}},"args":[]}}}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@cubejs-backend/server",
3
3
  "description": "Cube.js all-in-one server",
4
4
  "author": "Cube Dev, Inc.",
5
- "version": "0.28.64",
5
+ "version": "0.29.0",
6
6
  "types": "index.d.ts",
7
7
  "repository": {
8
8
  "type": "git",
@@ -10,7 +10,7 @@
10
10
  "directory": "packages/cubejs-server"
11
11
  },
12
12
  "engines": {
13
- "node": ">=10.8.0"
13
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
14
14
  },
15
15
  "main": "index.js",
16
16
  "typings": "dist/src/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "cubejsCliVersion": ">=0.22",
29
29
  "scripts": {
30
30
  "postpack": "rm -f oclif.manifest.json",
31
- "prepack": "npm run tsc && oclif-dev manifest",
31
+ "prepack": "OCLIF_TS_NODE=0 oclif-dev manifest",
32
32
  "build": "rm -rf dist && npm run tsc",
33
33
  "tsc": "tsc",
34
34
  "watch": "tsc -w",
@@ -40,13 +40,13 @@
40
40
  "jest:shapshot": "jest --updateSnapshot test"
41
41
  },
42
42
  "dependencies": {
43
- "@cubejs-backend/cubestore-driver": "^0.28.64",
43
+ "@cubejs-backend/cubestore-driver": "^0.29.0",
44
44
  "@cubejs-backend/dotenv": "^9.0.2",
45
- "@cubejs-backend/server-core": "^0.28.64",
46
- "@cubejs-backend/shared": "^0.28.55",
47
- "@oclif/color": "^0.1.2",
48
- "@oclif/command": "^1.8.0",
49
- "@oclif/config": "^1.17.0",
45
+ "@cubejs-backend/server-core": "^0.29.0",
46
+ "@cubejs-backend/shared": "^0.29.0",
47
+ "@oclif/color": "^1.0.0",
48
+ "@oclif/command": "^1.8.13",
49
+ "@oclif/config": "^1.18.2",
50
50
  "@oclif/errors": "^1.3.4",
51
51
  "@oclif/plugin-help": "^3.2.0",
52
52
  "@yarnpkg/lockfile": "^1.1.0",
@@ -60,8 +60,8 @@
60
60
  "ws": "^7.1.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@cubejs-backend/linter": "^0.28.22",
64
- "@cubejs-backend/query-orchestrator": "^0.28.64",
63
+ "@cubejs-backend/linter": "^0.29.0",
64
+ "@cubejs-backend/query-orchestrator": "^0.29.0",
65
65
  "@oclif/dev-cli": "^1.23.1",
66
66
  "@types/body-parser": "^1.19.0",
67
67
  "@types/cors": "^2.8.8",
@@ -90,5 +90,5 @@
90
90
  "@oclif/plugin-help"
91
91
  ]
92
92
  },
93
- "gitHead": "765209d27873caf675e1bcd46c52b6cf69a07bc3"
93
+ "gitHead": "15502010fedcb085860d4f35267a57a6d60aa9ab"
94
94
  }