@cubejs-backend/shared
Advanced tools
Comparing version 0.27.13 to 0.27.15
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.27.15](https://github.com/cube-js/cube.js/compare/v0.27.14...v0.27.15) (2021-05-18) | ||
### Features | ||
* Enable external pre-aggregations by default for new users ([22de035](https://github.com/cube-js/cube.js/commit/22de0358ec35017c45e6a716faaacf176c49c652)) | ||
## [0.27.13](https://github.com/cube-js/cube.js/compare/v0.27.12...v0.27.13) (2021-05-13) | ||
@@ -8,0 +19,0 @@ |
@@ -212,7 +212,10 @@ "use strict"; | ||
.asInt(), | ||
telemetry: () => env_var_1.get('CUBEJS_TELEMETRY') | ||
.default('true'), | ||
// Experiments & Preview flags | ||
livePreview: () => env_var_1.get('CUBEJS_LIVE_PREVIEW') | ||
.default('false') | ||
.asBoolStrict(), | ||
telemetry: () => env_var_1.get('CUBEJS_TELEMETRY') | ||
.default('true') | ||
externalDefault: () => env_var_1.get('CUBEJS_EXTERNAL_DEFAULT') | ||
.default('false') | ||
.asBoolStrict(), | ||
@@ -219,0 +222,0 @@ }; |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.27.13", | ||
"version": "0.27.15", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -63,3 +63,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "ea44a03d29d7838f1fa9caa7b7358a251d051db0" | ||
"gitHead": "587351412eb05f16df51d54b8783e9bc6d6caa38" | ||
} |
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
109105
1182