@cubejs-backend/server-core 1.3.11 → 1.3.12
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.
|
@@ -114,7 +114,7 @@ export class CompilerApi {
|
|
|
114
114
|
dataSources(orchestratorApi: any, query: any): Promise<{
|
|
115
115
|
dataSources: any[];
|
|
116
116
|
}>;
|
|
117
|
-
canUsePreAggregationForTransformedQuery(transformedQuery: any, refs: any): (
|
|
117
|
+
canUsePreAggregationForTransformedQuery(transformedQuery: any, refs: any): import("@cubejs-backend/schema-compiler").CanUsePreAggregationFn;
|
|
118
118
|
}
|
|
119
119
|
import { NativeInstance } from '@cubejs-backend/native';
|
|
120
120
|
import { LRUCache } from 'lru-cache';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompilerApi.d.ts","sourceRoot":"","sources":["../../../src/core/CompilerApi.js"],"names":[],"mappings":"AAMA;IACE;;;;;OAKG;IAEH,mFA8BC;IA7BC,iCAA4B;IAC5B,sBAAoB;IACpB,kBAAwC;IACxC,aAA4B;IAC5B,sBAA0F;IAC1F,YAAiC;IACjC,2BAA+D;IAC/D,qCAAmF;IACnF,kCAA6E;IAC7E,mBAA+C;IAC/C,oBAAiD;IACjD,oBAA4C;IAC5C,mCAA0E;IAC1E,cAAgC;IAChC,gBAAoC;IACpC,+BAAiD;IACjD,+CAIE;IAIA,4CAGC;IAIL,gBAIC;IAED,oCAEC;IADC,mBAA2B;IAG7B,wBAEC;IAED,uCAEC;IAED;;qBAwBC;IARG,eAGE;IACF,qBAAsC;IAM1C;;;;;;;;;OAkCC;IAlBG,2BAA4D;IAoBhE,0DAcC;IAED,6CAEC;IAED,sDAEC;IAED;;;OAiCC;IAED,+CA6BC;IAED,qDAKC;IAED,4CAEC;IAED,mDAUC;IAED,+DAGC;IAED,sCAKC;IAED,6EAeC;IAED;;;;;;MAoBC;IAED;;;;;;;;;MASE;IACF;;;OAkEC;IAED,qCAUC;IAED,kHAoCC;IAED,kGAOC;IAED;;;;OAIG;IACH,wBAHW,OAAO,GACL,QAAQ,yBAAyB,CAAC,CAK9C;IAED,yCAGC;IAED,gGAMC;IAED,6EAeC;IAED;;;MAGE;IACF;;;OA4EC;IAED,0EAKC;IAED,4DAoBC;IAED;;;OAWC;IAED,uCAEC;IAED,+CAOC;IAED;;OA0BC;IAED;;OAsBC;IAED,
|
|
1
|
+
{"version":3,"file":"CompilerApi.d.ts","sourceRoot":"","sources":["../../../src/core/CompilerApi.js"],"names":[],"mappings":"AAMA;IACE;;;;;OAKG;IAEH,mFA8BC;IA7BC,iCAA4B;IAC5B,sBAAoB;IACpB,kBAAwC;IACxC,aAA4B;IAC5B,sBAA0F;IAC1F,YAAiC;IACjC,2BAA+D;IAC/D,qCAAmF;IACnF,kCAA6E;IAC7E,mBAA+C;IAC/C,oBAAiD;IACjD,oBAA4C;IAC5C,mCAA0E;IAC1E,cAAgC;IAChC,gBAAoC;IACpC,+BAAiD;IACjD,+CAIE;IAIA,4CAGC;IAIL,gBAIC;IAED,oCAEC;IADC,mBAA2B;IAG7B,wBAEC;IAED,uCAEC;IAED;;qBAwBC;IARG,eAGE;IACF,qBAAsC;IAM1C;;;;;;;;;OAkCC;IAlBG,2BAA4D;IAoBhE,0DAcC;IAED,6CAEC;IAED,sDAEC;IAED;;;OAiCC;IAED,+CA6BC;IAED,qDAKC;IAED,4CAEC;IAED,mDAUC;IAED,+DAGC;IAED,sCAKC;IAED,6EAeC;IAED;;;;;;MAoBC;IAED;;;;;;;;;MASE;IACF;;;OAkEC;IAED,qCAUC;IAED,kHAoCC;IAED,kGAOC;IAED;;;;OAIG;IACH,wBAHW,OAAO,GACL,QAAQ,yBAAyB,CAAC,CAK9C;IAED,yCAGC;IAED,gGAMC;IAED,6EAeC;IAED;;;MAGE;IACF;;;OA4EC;IAED,0EAKC;IAED,4DAoBC;IAED;;;OAWC;IAED,uCAEC;IAED,+CAOC;IAED;;OA0BC;IAED;;OAsBC;IAED,4IAEC;CACF;+BA/oB8B,wBAAwB;yBAD9B,WAAW;6BAF4C,iCAAiC"}
|
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": "1.3.
|
|
5
|
+
"version": "1.3.12",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/cube-js/cube.git",
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"unit": "jest --runInBand --forceExit --coverage dist/test"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@cubejs-backend/api-gateway": "1.3.
|
|
33
|
-
"@cubejs-backend/cloud": "1.3.
|
|
32
|
+
"@cubejs-backend/api-gateway": "1.3.12",
|
|
33
|
+
"@cubejs-backend/cloud": "1.3.12",
|
|
34
34
|
"@cubejs-backend/dotenv": "^9.0.2",
|
|
35
|
-
"@cubejs-backend/native": "1.3.
|
|
36
|
-
"@cubejs-backend/query-orchestrator": "1.3.
|
|
37
|
-
"@cubejs-backend/schema-compiler": "1.3.
|
|
38
|
-
"@cubejs-backend/shared": "1.3.
|
|
39
|
-
"@cubejs-backend/templates": "1.3.
|
|
35
|
+
"@cubejs-backend/native": "1.3.12",
|
|
36
|
+
"@cubejs-backend/query-orchestrator": "1.3.12",
|
|
37
|
+
"@cubejs-backend/schema-compiler": "1.3.12",
|
|
38
|
+
"@cubejs-backend/shared": "1.3.12",
|
|
39
|
+
"@cubejs-backend/templates": "1.3.12",
|
|
40
40
|
"codesandbox-import-utils": "^2.1.12",
|
|
41
41
|
"cross-spawn": "^7.0.1",
|
|
42
42
|
"fs-extra": "^8.1.0",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"ws": "^7.5.3"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@cubejs-backend/cubestore-driver": "1.3.
|
|
63
|
-
"@cubejs-backend/linter": "1.3.
|
|
64
|
-
"@cubejs-client/playground": "1.3.
|
|
62
|
+
"@cubejs-backend/cubestore-driver": "1.3.12",
|
|
63
|
+
"@cubejs-backend/linter": "1.3.12",
|
|
64
|
+
"@cubejs-client/playground": "1.3.12",
|
|
65
65
|
"@types/cross-spawn": "^6.0.2",
|
|
66
66
|
"@types/express": "^4.17.21",
|
|
67
67
|
"@types/fs-extra": "^9.0.8",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"eslintConfig": {
|
|
79
79
|
"extends": "../cubejs-linter"
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "8eafc364a791913174725473cb17c26b2bed208b"
|
|
82
82
|
}
|
|
Binary file
|