@cubejs-backend/shared
Advanced tools
Comparing version 0.26.95 to 0.26.103
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.26.103](https://github.com/cube-js/cube.js/compare/v0.26.102...v0.26.103) (2021-04-24) | ||
### Bug Fixes | ||
* Typo JWK_KEY -> JWT_KEY ([#2516](https://github.com/cube-js/cube.js/issues/2516)) ([7bdb576](https://github.com/cube-js/cube.js/commit/7bdb576e2130c61eec87e88575fdb96c55d6b4a6)), closes [#ch449](https://github.com/cube-js/cube.js/issues/ch449) | ||
## [0.26.95](https://github.com/cube-js/cube.js/compare/v0.26.94...v0.26.95) (2021-04-13) | ||
@@ -8,0 +19,0 @@ |
@@ -134,5 +134,5 @@ "use strict"; | ||
.asBoolStrict(), | ||
jwkKey: () => env_var_1.get('CUBEJS_JWK_KEY') | ||
.asUrlString(), | ||
jwkUrl: () => env_var_1.get('CUBEJS_JWK_URL') | ||
.asString(), | ||
jwtKey: () => env_var_1.get('CUBEJS_JWT_KEY') | ||
.asUrlString(), | ||
@@ -139,0 +139,0 @@ jwtAlgorithms: () => env_var_1.get('CUBEJS_JWT_ALGS') |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.26.95", | ||
"version": "0.26.103", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -63,3 +63,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "e65ce4a8c33ef0fb6aaccfdfe24f5e30727c51d8" | ||
"gitHead": "b26143cf1127a355022c51236c565bb24d04aa5b" | ||
} |
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
102556