@cubejs-backend/api-gateway
Advanced tools
Comparing version 0.11.20 to 0.12.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.12.0](https://github.com/cube-js/cube.js/compare/v0.11.25...v0.12.0) (2019-11-25) | ||
### Features | ||
* Show `refreshKey` values in Playground ([b49e184](https://github.com/cube-js/cube.js/commit/b49e184)) | ||
## [0.11.20](https://github.com/cube-js/cube.js/compare/v0.11.19...v0.11.20) (2019-11-18) | ||
@@ -8,0 +19,0 @@ |
@@ -325,2 +325,4 @@ const jwt = require('jsonwebtoken'); | ||
data: transformData(aliasToMemberNameMap, flattenAnnotation, response.data), | ||
lastRefreshTime: response.lastRefreshTime && response.lastRefreshTime.toISOString(), | ||
refreshKeyValues: process.env.NODE_ENV === 'production' ? undefined : response.refreshKeyValues, | ||
annotation | ||
@@ -327,0 +329,0 @@ }); |
@@ -5,3 +5,3 @@ { | ||
"author": "Statsbot, Inc.", | ||
"version": "0.11.20", | ||
"version": "0.12.0", | ||
"repository": { | ||
@@ -37,3 +37,3 @@ "type": "git", | ||
"license": "Apache-2.0", | ||
"gitHead": "79670a0942c4fe03db87ba63a5ba2f33fcbd7bd1" | ||
"gitHead": "1e19567b8451359f9238f6efb8da1f2601bb06d8" | ||
} |
47269
731
4
13