@cubejs-backend/shared
Advanced tools
Comparing version 0.26.16 to 0.26.19
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.26.19](https://github.com/cube-js/cube.js/compare/v0.26.18...v0.26.19) (2021-02-19) | ||
**Note:** Version bump only for package @cubejs-backend/shared | ||
## [0.26.16](https://github.com/cube-js/cube.js/compare/v0.26.15...v0.26.16) (2021-02-18) | ||
@@ -8,0 +16,0 @@ |
@@ -36,2 +36,3 @@ export declare class InvalidConfiguration extends Error { | ||
jwtClaimsNamespace: () => string | undefined; | ||
playgroundAuthSecret: () => string | undefined; | ||
}; | ||
@@ -38,0 +39,0 @@ declare type Vars = typeof variables; |
@@ -134,2 +134,4 @@ "use strict"; | ||
.asString(), | ||
playgroundAuthSecret: () => env_var_1.get('PLAYGROUND_AUTH_SECRET') | ||
.asString(), | ||
}; | ||
@@ -136,0 +138,0 @@ function getEnv(key) { |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.26.16", | ||
"version": "0.26.19", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -53,3 +53,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "0c271d2dcc6950b96e94b6b97cee5a3b5fc6cce6" | ||
"gitHead": "50d982fa15e1d332c7d9313510a1c8fdab638b56" | ||
} |
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
79697
864