cubejs-jdbc-driver-for-msfabric 1.3.3 → 1.3.4
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.
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.initMvn = void 0;
|
|
4
4
|
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
5
5
|
// const mvn = require('@cubejs-backend/node-java-maven');
|
|
6
|
-
const mvn = require(
|
|
6
|
+
const mvn = require("node-java-maven-secure");
|
|
7
7
|
let mvnPromise = null;
|
|
8
8
|
const initMvn = () => {
|
|
9
9
|
if (!mvnPromise) {
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "cubejs-jdbc-driver-for-msfabric",
|
|
3
3
|
"description": "Cube.js MS Fabric database driver",
|
|
4
4
|
"author": "RamSoft Inc.",
|
|
5
|
-
"version": "1.3.
|
|
5
|
+
"version": "1.3.4",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/ramsoft-inc/CubeFabricDriver"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@cubejs-backend/jdbc-driver": "1.3.44",
|
|
30
30
|
"@cubejs-backend/schema-compiler": "1.3.44",
|
|
31
31
|
"@cubejs-backend/shared": "1.3.44",
|
|
32
|
-
"node-java-maven": "0.1.
|
|
32
|
+
"node-java-maven-secure": "0.1.4",
|
|
33
33
|
"source-map-support": "^0.5.19"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|