@cubejs-backend/shared
Advanced tools
Comparing version 0.30.0 to 0.30.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.30.1](https://github.com/cube-js/cube.js/compare/v0.30.0...v0.30.1) (2022-05-14) | ||
### Features | ||
* **cubesql:** Add CUBEJS_PG_SQL_PORT env support and SQL API reference docs ([#4531](https://github.com/cube-js/cube.js/issues/4531)) ([de60d71](https://github.com/cube-js/cube.js/commit/de60d71c360be47e3231e7eafa349b9a0fddd244)) | ||
# [0.30.0](https://github.com/cube-js/cube.js/compare/v0.29.57...v0.30.0) (2022-05-11) | ||
@@ -8,0 +19,0 @@ |
@@ -283,2 +283,9 @@ "use strict"; | ||
}, | ||
pgSqlPort: () => { | ||
const port = asFalseOrPort(process.env.CUBEJS_PG_SQL_PORT || 'false', 'CUBEJS_PG_SQL_PORT'); | ||
if (port) { | ||
return port; | ||
} | ||
return undefined; | ||
}, | ||
sqlNonce: () => { | ||
@@ -285,0 +292,0 @@ if (process.env.CUBEJS_SQL_NONCE) { |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.30.0", | ||
"version": "0.30.1", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -73,3 +73,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "bc4774e0945cdf0141e344657406115e8a4597f7" | ||
"gitHead": "e4757337c26890369df40ec1d7a8ae633ca1fafe" | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
151793
1550
24