@cubejs-backend/shared
Advanced tools
Comparing version 0.27.4 to 0.27.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.27.5](https://github.com/cube-js/cube.js/compare/v0.27.4...v0.27.5) (2021-05-03) | ||
### Features | ||
* Use Cube Store as default EXTERNAL_DB, prefix variables ([30d52c4](https://github.com/cube-js/cube.js/commit/30d52c4f8f1ae1d6619ec4976d9db1eeb1e44140)) | ||
## [0.27.4](https://github.com/cube-js/cube.js/compare/v0.27.3...v0.27.4) (2021-04-29) | ||
@@ -8,0 +19,0 @@ |
@@ -105,2 +105,11 @@ "use strict"; | ||
.asString(), | ||
// Cube Store | ||
cubeStoreHost: () => env_var_1.get('CUBEJS_CUBESTORE_HOST') | ||
.asString(), | ||
cubeStorePort: () => env_var_1.get('CUBEJS_CUBESTORE_PORT') | ||
.asPortNumber(), | ||
cubeStoreUser: () => env_var_1.get('CUBEJS_CUBESTORE_USER') | ||
.asString(), | ||
cubeStorePass: () => env_var_1.get('CUBEJS_CUBESTORE_PASS') | ||
.asString(), | ||
// Databricks | ||
@@ -107,0 +116,0 @@ databrickUrl: () => env_var_1.get('CUBEJS_DB_DATABRICKS_URL') |
@@ -11,2 +11,3 @@ export declare type BaseEvent = { | ||
nodeVersion: string; | ||
sentFrom: 'backend'; | ||
}; | ||
@@ -13,0 +14,0 @@ export declare function getAnonymousId(): string; |
@@ -68,2 +68,3 @@ "use strict"; | ||
anonymousId, | ||
sentFrom: 'backend' | ||
}); | ||
@@ -70,0 +71,0 @@ const currentPromise = (flushPromise || Promise.resolve()).then(() => flush()).then(() => { |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.27.4", | ||
"version": "0.27.5", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -63,3 +63,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "908bb4d3e99d2b6ca6cc69ab80187240271adc70" | ||
"gitHead": "b6acab46c48b620c9cbdc4796b9e1c7858befaeb" | ||
} |
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
108106
1176