File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1111 "engines" : {
1212 "node" : " ^14.0.0 || ^16.0.0 || >=17.0.0"
1313 },
14+ "files" : [
15+ " dist/src" ,
16+ " index.js"
17+ ],
1418 "main" : " index.js" ,
19+ "typings" : " dist/src/index.d.ts" ,
1520 "dependencies" : {
1621 "@cubejs-backend/base-driver" : " 1.3.5" ,
22+ "@cubejs-backend/shared" : " 1.3.5" ,
1723 "mssql" : " ^11.0.1"
1824 },
1925 "devDependencies" : {
2329 "jest" : {
2430 "testEnvironment" : " node"
2531 },
32+ "eslintConfig" : {
33+ "extends" : " ../cubejs-linter"
34+ },
2635 "license" : " Apache-2.0" ,
2736 "publishConfig" : {
2837 "access" : " public"
Original file line number Diff line number Diff line change 2929 "dependencies" : {
3030 "@cubejs-backend/base-driver" : " 1.3.5" ,
3131 "@cubejs-backend/shared" : " 1.3.5" ,
32- "@types/mysql" : " ^2.15.21" ,
3332 "generic-pool" : " ^3.8.2" ,
3433 "mysql" : " ^2.18.1"
3534 },
3635 "devDependencies" : {
3736 "@cubejs-backend/linter" : " 1.3.5" ,
3837 "@cubejs-backend/testing-shared" : " 1.3.5" ,
3938 "@types/generic-pool" : " ^3.8.2" ,
39+ "@types/mysql" : " ^2.15.21" ,
4040 "@types/jest" : " ^27" ,
4141 "jest" : " ^27" ,
4242 "stream-to-array" : " ^2.3.0" ,
You can’t perform that action at this time.
0 commit comments