@cubejs-backend/server 0.28.66 → 0.29.2

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,59 @@
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.2](https://github.com/cube-js/cube.js/compare/v0.29.1...v0.29.2) (2021-12-15)
7
+
8
+ **Note:** Version bump only for package @cubejs-backend/server
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.29.1](https://github.com/cube-js/cube.js/compare/v0.29.0...v0.29.1) (2021-12-15)
15
+
16
+ **Note:** Version bump only for package @cubejs-backend/server
17
+
18
+
19
+
20
+
21
+
22
+ # [0.29.0](https://github.com/cube-js/cube.js/compare/v0.28.67...v0.29.0) (2021-12-14)
23
+
24
+
25
+ ### Features
26
+
27
+ * **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))
28
+
29
+
30
+ ### Reverts
31
+
32
+ * 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)
33
+
34
+
35
+ * 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)
36
+
37
+
38
+ ### BREAKING CHANGES
39
+
40
+ * Drop support for Node.js 10 (12.x is a minimal version)
41
+ * Upgrade Node.js to 14 for Docker images
42
+ * Drop support for Node.js 15
43
+
44
+
45
+
46
+
47
+
48
+ ## [0.28.67](https://github.com/cube-js/cube.js/compare/v0.28.66...v0.28.67) (2021-12-14)
49
+
50
+
51
+ ### Bug Fixes
52
+
53
+ * **playground:** Revert GraphQL support ([#3807](https://github.com/cube-js/cube.js/issues/3807)) ([6eb894b](https://github.com/cube-js/cube.js/commit/6eb894b856eaa918a66bf537e88d90bb6ae9f71e))
54
+
55
+
56
+
57
+
58
+
6
59
  ## [0.28.66](https://github.com/cube-js/cube.js/compare/v0.28.65...v0.28.66) (2021-12-14)
7
60
 
8
61
 
@@ -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.66","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.2","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.66",
5
+ "version": "0.29.2",
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",
@@ -40,10 +40,10 @@
40
40
  "jest:shapshot": "jest --updateSnapshot test"
41
41
  },
42
42
  "dependencies": {
43
- "@cubejs-backend/cubestore-driver": "^0.28.66",
43
+ "@cubejs-backend/cubestore-driver": "^0.29.0",
44
44
  "@cubejs-backend/dotenv": "^9.0.2",
45
- "@cubejs-backend/server-core": "^0.28.66",
46
- "@cubejs-backend/shared": "^0.28.55",
45
+ "@cubejs-backend/server-core": "^0.29.2",
46
+ "@cubejs-backend/shared": "^0.29.0",
47
47
  "@oclif/color": "^1.0.0",
48
48
  "@oclif/command": "^1.8.13",
49
49
  "@oclif/config": "^1.18.2",
@@ -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": "0de0dfca94735e9bacbb19a0b16da866d22660af"
93
+ "gitHead": "3f87debb0661e6427f2d9c8343fcd62a354cd1a1"
94
94
  }