@cubejs-backend/server-core 0.32.21 → 0.32.22
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.
|
@@ -22,6 +22,7 @@ module.exports = {
|
|
|
22
22
|
elasticsearch: '@cubejs-backend/elasticsearch-driver',
|
|
23
23
|
dremio: '@cubejs-backend/dremio-driver',
|
|
24
24
|
druid: '@cubejs-backend/druid-driver',
|
|
25
|
+
ducksdb: '@cubejs-backend/ducksdb-driver',
|
|
25
26
|
cubestore: '@cubejs-backend/cubestore-driver',
|
|
26
27
|
ksql: '@cubejs-backend/ksql-driver',
|
|
27
28
|
questdb: '@cubejs-backend/questdb-driver',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DriverDependencies.js","sourceRoot":"","sources":["../../../src/core/DriverDependencies.js"],"names":[],"mappings":";AAAA,MAAM,CAAC,OAAO,GAAG;IACf,QAAQ,EAAE,iCAAiC;IAC3C,KAAK,EAAE,8BAA8B;IACrC,qBAAqB,EAAE,gDAAgD;IACvE,KAAK,EAAE,8BAA8B;IACrC,MAAM,EAAE,+BAA+B;IACvC,IAAI,EAAE,6BAA6B;IACnC,OAAO,EAAE,gCAAgC;IACzC,QAAQ,EAAE,iCAAiC;IAC3C,QAAQ,EAAE,iCAAiC;IAC3C,UAAU,EAAE,mCAAmC;IAC/C,KAAK,EAAE,8BAA8B;IACrC,QAAQ,EAAE,iCAAiC;IAC3C,IAAI,EAAE,6BAA6B;IACnC,SAAS,EAAE,kCAAkC;IAC7C,QAAQ,EAAE,iCAAiC;IAC3C,KAAK,EAAE,8BAA8B;IACrC,MAAM,EAAE,+BAA+B;IACvC,MAAM,EAAE,+BAA+B;IACvC,gBAAgB,EAAE,sCAAsC;IACxD,aAAa,EAAE,sCAAsC;IACrD,MAAM,EAAE,+BAA+B;IACvC,KAAK,EAAE,8BAA8B;IACrC,SAAS,EAAE,kCAAkC;IAC7C,IAAI,EAAE,6BAA6B;IACnC,OAAO,EAAE,gCAAgC;IACzC,WAAW,EAAE,oCAAoC;IACjD,wBAAwB;IACxB,iBAAiB,EAAE,wCAAwC;CAC5D,CAAC"}
|
|
1
|
+
{"version":3,"file":"DriverDependencies.js","sourceRoot":"","sources":["../../../src/core/DriverDependencies.js"],"names":[],"mappings":";AAAA,MAAM,CAAC,OAAO,GAAG;IACf,QAAQ,EAAE,iCAAiC;IAC3C,KAAK,EAAE,8BAA8B;IACrC,qBAAqB,EAAE,gDAAgD;IACvE,KAAK,EAAE,8BAA8B;IACrC,MAAM,EAAE,+BAA+B;IACvC,IAAI,EAAE,6BAA6B;IACnC,OAAO,EAAE,gCAAgC;IACzC,QAAQ,EAAE,iCAAiC;IAC3C,QAAQ,EAAE,iCAAiC;IAC3C,UAAU,EAAE,mCAAmC;IAC/C,KAAK,EAAE,8BAA8B;IACrC,QAAQ,EAAE,iCAAiC;IAC3C,IAAI,EAAE,6BAA6B;IACnC,SAAS,EAAE,kCAAkC;IAC7C,QAAQ,EAAE,iCAAiC;IAC3C,KAAK,EAAE,8BAA8B;IACrC,MAAM,EAAE,+BAA+B;IACvC,MAAM,EAAE,+BAA+B;IACvC,gBAAgB,EAAE,sCAAsC;IACxD,aAAa,EAAE,sCAAsC;IACrD,MAAM,EAAE,+BAA+B;IACvC,KAAK,EAAE,8BAA8B;IACrC,OAAO,EAAE,gCAAgC;IACzC,SAAS,EAAE,kCAAkC;IAC7C,IAAI,EAAE,6BAA6B;IACnC,OAAO,EAAE,gCAAgC;IACzC,WAAW,EAAE,oCAAoC;IACjD,wBAAwB;IACxB,iBAAiB,EAAE,wCAAwC;CAC5D,CAAC"}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@cubejs-backend/server-core",
|
|
3
3
|
"description": "Cube.js base component to wire all backend components together",
|
|
4
4
|
"author": "Cube Dev, Inc.",
|
|
5
|
-
"version": "0.32.
|
|
5
|
+
"version": "0.32.22",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/cube-js/cube.git",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"tst": "clear && yarn tsc && jest --runInBand --coverage dist/test/unit/OptsHandler.test.js"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@cubejs-backend/api-gateway": "^0.32.
|
|
34
|
-
"@cubejs-backend/cloud": "^0.32.
|
|
33
|
+
"@cubejs-backend/api-gateway": "^0.32.22",
|
|
34
|
+
"@cubejs-backend/cloud": "^0.32.22",
|
|
35
35
|
"@cubejs-backend/dotenv": "^9.0.2",
|
|
36
|
-
"@cubejs-backend/query-orchestrator": "^0.32.
|
|
37
|
-
"@cubejs-backend/schema-compiler": "^0.32.
|
|
38
|
-
"@cubejs-backend/shared": "^0.32.
|
|
39
|
-
"@cubejs-backend/templates": "^0.32.
|
|
36
|
+
"@cubejs-backend/query-orchestrator": "^0.32.22",
|
|
37
|
+
"@cubejs-backend/schema-compiler": "^0.32.22",
|
|
38
|
+
"@cubejs-backend/shared": "^0.32.22",
|
|
39
|
+
"@cubejs-backend/templates": "^0.32.22",
|
|
40
40
|
"codesandbox-import-utils": "^2.1.12",
|
|
41
41
|
"cross-spawn": "^7.0.1",
|
|
42
42
|
"fs-extra": "^8.1.0",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"ws": "^7.5.3"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@cubejs-backend/cubestore-driver": "^0.32.
|
|
60
|
+
"@cubejs-backend/cubestore-driver": "^0.32.22",
|
|
61
61
|
"@cubejs-backend/linter": "^0.32.12",
|
|
62
|
-
"@cubejs-client/playground": "^0.32.
|
|
62
|
+
"@cubejs-client/playground": "^0.32.22",
|
|
63
63
|
"@types/cross-spawn": "^6.0.2",
|
|
64
64
|
"@types/express": "^4.17.9",
|
|
65
65
|
"@types/fs-extra": "^9.0.8",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
".*\\.d\\.ts"
|
|
92
92
|
]
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "5c20a75d129919500a5cff0fcdfc5edf0ec310eb"
|
|
95
95
|
}
|