Skip to content

Commit ad10d61

Browse files
committed
tmp
1 parent 88b3643 commit ad10d61

File tree

14 files changed

+474
-444
lines changed

14 files changed

+474
-444
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ yarn-error.log
1212
.rpt2_cache/
1313
**/.nyc_output
1414
**/coverage
15-
lerna-debug.log
15+
lerna-debug.log
16+
tsconfig.tsbuildinfo

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint:fix": "lerna run lint:fix",
1212
"tsc": "tsc --build",
1313
"tsc:watch": "tsc --build --watch",
14-
"tsc:clean": "rm -rf packages/*/dist"
14+
"clean": "rimraf packages/*/{tsconfig.tsbuildinfo,lib,dist}"
1515
},
1616
"author": "Cube Dev, Inc.",
1717
"dependencies": {
@@ -56,6 +56,7 @@
5656
"is-ci": "^2.0.0",
5757
"lerna": "^3.13.1",
5858
"prettier": "^2.0.5",
59+
"rimraf": "^3.0.2",
5960
"rollup": "^2.25.0",
6061
"typescript": "^4.1.3"
6162
},

packages/cubejs-druid-driver/src/DruidClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type DruidClientConfiguration = DruidClientBaseConfiguration & {
1111
};
1212

1313
export class DruidClient {
14-
constructor(
14+
public constructor(
1515
protected readonly config: DruidClientConfiguration,
1616
) {
1717
}

packages/cubejs-druid-driver/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"src",
55
"test"
66
],
7+
"files": ["custom.d.ts"],
78
"compilerOptions": {
89
"outDir": "dist",
910
"rootDir": ".",

packages/cubejs-server/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
"node": ">=8.11.1"
1414
},
1515
"main": "index.js",
16-
"typings": "dist/index.d.ts",
16+
"typings": "dist/src/index.d.ts",
1717
"files": [
1818
"dist",
1919
"bin",
20+
"index.js",
2021
"/oclif.manifest.json"
2122
],
2223
"bin": {
@@ -31,11 +32,11 @@
3132
"tsc": "tsc",
3233
"watch": "tsc -w",
3334
"test": "npm run unit",
34-
"lint": "linter src/* tests/ --ext .ts,.js",
35-
"lint:fix": "linter --fix src/* tests/ --ext .ts,js",
35+
"lint": "linter src/* test/ --ext .ts,.js",
36+
"lint:fix": "linter --fix src/* test/ --ext .ts,js",
3637
"unit": "jest",
37-
"unit:debug": "jest --runInBand",
38-
"jest:shapshot": "jest --updateSnapshot"
38+
"unit:debug": "jest --runInBand test",
39+
"jest:shapshot": "jest --updateSnapshot test"
3940
},
4041
"dependencies": {
4142
"@cubejs-backend/server-core": "^0.25.14",
@@ -86,7 +87,7 @@
8687
"^.+\\.js$": "ts-jest"
8788
},
8889
"testMatch": [
89-
"<rootDir>/tests/*.(test|spec).(ts|js)"
90+
"<rootDir>/test/*.(test|spec).(ts|js)"
9091
]
9192
},
9293
"oclif": {

packages/cubejs-server/tsconfig.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"extends": "../../tsconfig.base.json",
3-
"include": [
4-
"src",
5-
"test"
6-
],
3+
"include": ["src"],
74
"compilerOptions": {
85
"outDir": "dist",
9-
"rootDir": ".",
6+
"rootDir": "src",
107
"baseUrl": ".",
118
"allowJs": true,
129
"resolveJsonModule": true,

packages/cubejs-server/yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -847,10 +847,10 @@
847847
exec-sh "^0.3.2"
848848
minimist "^1.2.0"
849849

850-
"@cubejs-backend/api-gateway@^0.25.2":
851-
version "0.25.2"
852-
resolved "https://registry.yarnpkg.com/@cubejs-backend/api-gateway/-/api-gateway-0.25.2.tgz#cb640f2c9e1349c4641fa1b330f92b1bb588d768"
853-
integrity sha512-t10tpqTxa5QYz6WFMRy/btx5XiNfKy3jXo9yUCZ/JTeJs1L+EQT5VnXQI5LahYXqe5cHO+2eFJobwUXNUtqjUw==
850+
"@cubejs-backend/api-gateway@^0.25.14":
851+
version "0.25.14"
852+
resolved "https://registry.yarnpkg.com/@cubejs-backend/api-gateway/-/api-gateway-0.25.14.tgz#908ef4ae8ac6176a45eeb3a86579836e7446e557"
853+
integrity sha512-w1JYzM3GAVva/6SR5+W8izAkTfYUIvleKT/8WzScubOHCRBnqUIh4h8fu87LfrPVbkG90WXQuWKNIddvq0anaQ==
854854
dependencies:
855855
"@hapi/joi" "^15.1.1"
856856
body-parser "^1.19.0"
@@ -874,12 +874,12 @@
874874
eslint-plugin-import "^2.22.1"
875875
eslint-plugin-node "^9.2.0"
876876

877-
"@cubejs-backend/query-orchestrator@^0.25.4":
878-
version "0.25.4"
879-
resolved "https://registry.yarnpkg.com/@cubejs-backend/query-orchestrator/-/query-orchestrator-0.25.4.tgz#0de7a016ae7c3adf56a146403c3f62733cb5c51a"
880-
integrity sha512-qqQzML9U92Emlb/uvUszLYEbZ+OoQPtDG1aun6MvjoyFwn3ucO5zcw4fPEX9I35EyakYxamybp8KV1rLYf0ymQ==
877+
"@cubejs-backend/query-orchestrator@^0.25.13":
878+
version "0.25.13"
879+
resolved "https://registry.yarnpkg.com/@cubejs-backend/query-orchestrator/-/query-orchestrator-0.25.13.tgz#152e1ddbbcb50553d1d9b52ceec99d16dfb93762"
880+
integrity sha512-7ULZk5I7Z0iKpgNRThnAWx4H5bSLTmDi7pCVSyneW3lACRbpL/WrKCfIDnM65lhRC/EQee3s9zDFwflKpM7MRg==
881881
dependencies:
882-
"@cubejs-backend/shared" "^0.25.4"
882+
"@cubejs-backend/shared" "^0.25.6"
883883
generic-pool "^3.7.1"
884884
ramda "^0.27.0"
885885
redis "^3.0.2"
@@ -908,15 +908,15 @@
908908
ramda "^0.27.0"
909909
syntax-error "^1.3.0"
910910

911-
"@cubejs-backend/server-core@^0.25.4":
912-
version "0.25.4"
913-
resolved "https://registry.yarnpkg.com/@cubejs-backend/server-core/-/server-core-0.25.4.tgz#9c977655f089c479ec383eee29feeb34886e323b"
914-
integrity sha512-aDDgDsnxLrc/9/zJ+s7CYC+2gKcDIZgSrMqEjWmISFDHwNSUJDEDcbXJ15dDQdJIPoWcXnU2++69/UO6xIGOdg==
911+
"@cubejs-backend/server-core@^0.25.14":
912+
version "0.25.14"
913+
resolved "https://registry.yarnpkg.com/@cubejs-backend/server-core/-/server-core-0.25.14.tgz#35c2e656d403c6a128e79ecd2bd64d53312593a7"
914+
integrity sha512-8OV1Ai3xVZKBFATpyrzn1pp4aqQ7YY4+vczCWRVcKw0WpjH2u6vDyGS3DD7Gp212cirgRcqZom9WhnIM0jaEjQ==
915915
dependencies:
916-
"@cubejs-backend/api-gateway" "^0.25.2"
917-
"@cubejs-backend/query-orchestrator" "^0.25.4"
916+
"@cubejs-backend/api-gateway" "^0.25.14"
917+
"@cubejs-backend/query-orchestrator" "^0.25.13"
918918
"@cubejs-backend/schema-compiler" "^0.25.2"
919-
"@cubejs-backend/shared" "^0.25.4"
919+
"@cubejs-backend/shared" "^0.25.6"
920920
"@hapi/joi" "^15.1.1"
921921
codesandbox-import-utils "^2.1.12"
922922
cross-spawn "^7.0.1"
@@ -937,10 +937,10 @@
937937
sqlstring "^2.3.1"
938938
uuid "^3.3.3"
939939

940-
"@cubejs-backend/shared@^0.25.4":
941-
version "0.25.4"
942-
resolved "https://registry.yarnpkg.com/@cubejs-backend/shared/-/shared-0.25.4.tgz#158394fc21dec1d1d35308c9888a47ba80c518e5"
943-
integrity sha512-y+g2f64JMyzz+NVya95PW+l1K54ZvsHBd7BPT6zA9mMg28IsxpHb+kXDAGcQbz89XN5CHczrN4LZY77R2cJZJQ==
940+
"@cubejs-backend/shared@^0.25.6":
941+
version "0.25.6"
942+
resolved "https://registry.yarnpkg.com/@cubejs-backend/shared/-/shared-0.25.6.tgz#50892544737f96fa15b0750539c04b41857fe59e"
943+
integrity sha512-DGMukOARNv9fkfC5RezQfQCFaNSyXFBSpI1WlVXpkYM6vKrwzUUxiLXR9+8dZ6USdYtwUgon0IdF+nK99DltqQ==
944944
dependencies:
945945
env-var "^6.3.0"
946946
node-fetch "^2.6.1"

0 commit comments

Comments
 (0)