cubejs-jdbc-driver-for-msfabric 1.3.5 → 1.3.7
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/package.json +50 -56
package/package.json
CHANGED
|
@@ -1,56 +1,50 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "cubejs-jdbc-driver-for-msfabric",
|
|
3
|
-
"description": "Cube.js MS Fabric database driver",
|
|
4
|
-
"author": "RamSoft Inc.",
|
|
5
|
-
"version": "1.3.
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "https://github.com/ramsoft-inc/CubeFabricDriver"
|
|
9
|
-
},
|
|
10
|
-
"engines": {
|
|
11
|
-
"node": ">=22.0.0"
|
|
12
|
-
},
|
|
13
|
-
"main": "dist/src/index.js",
|
|
14
|
-
"typings": "dist/src/index.d.ts",
|
|
15
|
-
"scripts": {
|
|
16
|
-
"build": "rimraf dist && npm run tsc",
|
|
17
|
-
"tsc": "tsc",
|
|
18
|
-
"watch": "tsc -w",
|
|
19
|
-
"lint": "eslint src/* --ext .ts",
|
|
20
|
-
"lint:fix": "eslint --fix src/* --ext .ts"
|
|
21
|
-
},
|
|
22
|
-
"files": [
|
|
23
|
-
"README.md",
|
|
24
|
-
"dist/src/*",
|
|
25
|
-
"bin"
|
|
26
|
-
],
|
|
27
|
-
"dependencies": {
|
|
28
|
-
"@cubejs-backend/base-driver": "1.3.44",
|
|
29
|
-
"@cubejs-backend/jdbc-driver": "1.3.44",
|
|
30
|
-
"@cubejs-backend/schema-compiler": "1.3.44",
|
|
31
|
-
"@cubejs-backend/shared": "1.3.44",
|
|
32
|
-
"node-java-maven-secure": "^0.1.
|
|
33
|
-
"source-map-support": "^0.5.19"
|
|
34
|
-
},
|
|
35
|
-
"devDependencies": {
|
|
36
|
-
"@cubejs-backend/linter": "^0.33.0",
|
|
37
|
-
"typescript": "~5.2.2",
|
|
38
|
-
"rimraf": "^6.0.1"
|
|
39
|
-
},
|
|
40
|
-
"
|
|
41
|
-
"@cubejs-backend/
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
"access": "public"
|
|
52
|
-
},
|
|
53
|
-
"eslintConfig": {
|
|
54
|
-
"extends": "../cubejs-linter"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "cubejs-jdbc-driver-for-msfabric",
|
|
3
|
+
"description": "Cube.js MS Fabric database driver",
|
|
4
|
+
"author": "RamSoft Inc.",
|
|
5
|
+
"version": "1.3.7",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/ramsoft-inc/CubeFabricDriver"
|
|
9
|
+
},
|
|
10
|
+
"engines": {
|
|
11
|
+
"node": ">=22.0.0"
|
|
12
|
+
},
|
|
13
|
+
"main": "dist/src/index.js",
|
|
14
|
+
"typings": "dist/src/index.d.ts",
|
|
15
|
+
"scripts": {
|
|
16
|
+
"build": "rimraf dist && npm run tsc",
|
|
17
|
+
"tsc": "tsc",
|
|
18
|
+
"watch": "tsc -w",
|
|
19
|
+
"lint": "eslint src/* --ext .ts",
|
|
20
|
+
"lint:fix": "eslint --fix src/* --ext .ts"
|
|
21
|
+
},
|
|
22
|
+
"files": [
|
|
23
|
+
"README.md",
|
|
24
|
+
"dist/src/*",
|
|
25
|
+
"bin"
|
|
26
|
+
],
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@cubejs-backend/base-driver": "1.3.44",
|
|
29
|
+
"@cubejs-backend/jdbc-driver": "1.3.44",
|
|
30
|
+
"@cubejs-backend/schema-compiler": "1.3.44",
|
|
31
|
+
"@cubejs-backend/shared": "1.3.44",
|
|
32
|
+
"node-java-maven-secure": "^0.1.6",
|
|
33
|
+
"source-map-support": "^0.5.19"
|
|
34
|
+
},
|
|
35
|
+
"devDependencies": {
|
|
36
|
+
"@cubejs-backend/linter": "^0.33.0",
|
|
37
|
+
"typescript": "~5.2.2",
|
|
38
|
+
"rimraf": "^6.0.1"
|
|
39
|
+
},
|
|
40
|
+
"optionalDependencies": {
|
|
41
|
+
"@cubejs-backend/jdbc": "^0.8.1",
|
|
42
|
+
"java": "^0.14.0"
|
|
43
|
+
},
|
|
44
|
+
"publishConfig": {
|
|
45
|
+
"access": "public"
|
|
46
|
+
},
|
|
47
|
+
"eslintConfig": {
|
|
48
|
+
"extends": "../cubejs-linter"
|
|
49
|
+
}
|
|
50
|
+
}
|