@cubejs-backend/shared
Advanced tools
Comparing version 0.33.0 to 0.33.11
@@ -7,2 +7,3 @@ "use strict"; | ||
const cli_1 = require("./cli"); | ||
const platform_1 = require("./platform"); | ||
class InvalidConfiguration extends Error { | ||
@@ -832,2 +833,5 @@ constructor(key, value, description) { | ||
if (isDevMode) { | ||
if (process.platform === 'linux' && (0, platform_1.detectLibc)() === 'musl') { | ||
return undefined; | ||
} | ||
return 15432; | ||
@@ -834,0 +838,0 @@ } |
@@ -16,3 +16,4 @@ export { getEnv, assertDataSource, keyByDataSource, isDockerImage, } from './env'; | ||
export * from './process'; | ||
export * from './platform'; | ||
export * from './FileRepository'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -37,3 +37,4 @@ "use strict"; | ||
__exportStar(require("./process"), exports); | ||
__exportStar(require("./platform"), exports); | ||
__exportStar(require("./FileRepository"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.33.0", | ||
"version": "0.33.11", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -74,3 +74,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "2cd366915c99b15477142bf6fe4af52c0fc8d0c6" | ||
"gitHead": "affcdbfacfe51721da7e94bdeb4b5761f2905231" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
180070
79
2353
4