@cubejs-backend/server-core 0.33.65 → 0.34.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/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +1 -0
- package/dist/src/index.js.map +1 -1
- package/package.json +12 -12
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,cAAc,EAAE,CAAC;AAG1B,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AAEnC,YAAY,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAEtE,eAAe,gBAAgB,CAAC"}
|
package/dist/src/index.js
CHANGED
|
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
exports.FileRepository = void 0;
|
|
18
|
+
// Touch commit
|
|
18
19
|
const shared_1 = require("@cubejs-backend/shared");
|
|
19
20
|
Object.defineProperty(exports, "FileRepository", { enumerable: true, get: function () { return shared_1.FileRepository; } });
|
|
20
21
|
const server_1 = require("./core/server");
|
package/dist/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,mDAAwD;AAO/C,+FAPA,uBAAc,OAOA;AALvB,0CAAiD;AAEjD,gDAA8B;AAC9B,gDAA8B;AAC9B,+CAA6B;AAG7B,WAAW;AACX,0DAAwC;AACxC,yDAAuC;AACvC,qDAAmC;AAInC,kBAAe,yBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,eAAe;AACf,mDAAwD;AAO/C,+FAPA,uBAAc,OAOA;AALvB,0CAAiD;AAEjD,gDAA8B;AAC9B,gDAA8B;AAC9B,+CAA6B;AAG7B,WAAW;AACX,0DAAwC;AACxC,yDAAuC;AACvC,qDAAmC;AAInC,kBAAe,yBAAgB,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.
|
|
5
|
+
"version": "0.34.0",
|
|
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 --coverage dist/test"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@cubejs-backend/api-gateway": "^0.
|
|
33
|
-
"@cubejs-backend/cloud": "^0.
|
|
32
|
+
"@cubejs-backend/api-gateway": "^0.34.0",
|
|
33
|
+
"@cubejs-backend/cloud": "^0.34.0",
|
|
34
34
|
"@cubejs-backend/dotenv": "^9.0.2",
|
|
35
|
-
"@cubejs-backend/native": "^0.
|
|
36
|
-
"@cubejs-backend/query-orchestrator": "^0.
|
|
37
|
-
"@cubejs-backend/schema-compiler": "^0.
|
|
38
|
-
"@cubejs-backend/shared": "^0.
|
|
39
|
-
"@cubejs-backend/templates": "^0.
|
|
35
|
+
"@cubejs-backend/native": "^0.34.0",
|
|
36
|
+
"@cubejs-backend/query-orchestrator": "^0.34.0",
|
|
37
|
+
"@cubejs-backend/schema-compiler": "^0.34.0",
|
|
38
|
+
"@cubejs-backend/shared": "^0.34.0",
|
|
39
|
+
"@cubejs-backend/templates": "^0.34.0",
|
|
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.
|
|
61
|
-
"@cubejs-backend/linter": "^0.
|
|
62
|
-
"@cubejs-client/playground": "^0.
|
|
60
|
+
"@cubejs-backend/cubestore-driver": "^0.34.0",
|
|
61
|
+
"@cubejs-backend/linter": "^0.34.0",
|
|
62
|
+
"@cubejs-client/playground": "^0.34.0",
|
|
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": "55e796e52bd276f839c5fa842b9eb821d363e77e"
|
|
95
95
|
}
|