@cubejs-backend/server 0.28.67 → 0.29.3

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,56 @@
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.3](https://github.com/cube-js/cube.js/compare/v0.29.2...v0.29.3) (2021-12-15)
7
+
8
+ **Note:** Version bump only for package @cubejs-backend/server
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.29.2](https://github.com/cube-js/cube.js/compare/v0.29.1...v0.29.2) (2021-12-15)
15
+
16
+ **Note:** Version bump only for package @cubejs-backend/server
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.29.1](https://github.com/cube-js/cube.js/compare/v0.29.0...v0.29.1) (2021-12-15)
23
+
24
+ **Note:** Version bump only for package @cubejs-backend/server
25
+
26
+
27
+
28
+
29
+
30
+ # [0.29.0](https://github.com/cube-js/cube.js/compare/v0.28.67...v0.29.0) (2021-12-14)
31
+
32
+
33
+ ### Features
34
+
35
+ * **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))
36
+
37
+
38
+ ### Reverts
39
+
40
+ * 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)
41
+
42
+
43
+ * 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)
44
+
45
+
46
+ ### BREAKING CHANGES
47
+
48
+ * Drop support for Node.js 10 (12.x is a minimal version)
49
+ * Upgrade Node.js to 14 for Docker images
50
+ * Drop support for Node.js 15
51
+
52
+
53
+
54
+
55
+
6
56
  ## [0.28.67](https://github.com/cube-js/cube.js/compare/v0.28.66...v0.28.67) (2021-12-14)
7
57
 
8
58
 
@@ -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.67","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.3","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.67",
5
+ "version": "0.29.3",
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.67",
43
+ "@cubejs-backend/cubestore-driver": "^0.29.0",
44
44
  "@cubejs-backend/dotenv": "^9.0.2",
45
- "@cubejs-backend/server-core": "^0.28.67",
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.3",
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": "c9249a5e0188d2f7d080d0bb29b48efe5c98b4bc"
93
+ "gitHead": "7b7505d414fd67a5c7d780b90fb1bb299c69936e"
94
94
  }