@bull-monitor/root
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [5.0.3](https://github.com/s-r-x/bull-monitor/compare/v5.0.2...v5.0.3) (2023-01-10) | ||
### Bug Fixes | ||
* set persistedQueries to false in the apollo server constructor to suppress cache related apollo warning in production ([acf9ba0](https://github.com/s-r-x/bull-monitor/commit/acf9ba0108595213cb913fe3df15a8100fec91ed)) | ||
## [5.0.2](https://github.com/s-r-x/bull-monitor/compare/v5.0.1...v5.0.2) (2023-01-10) | ||
@@ -8,0 +19,0 @@ |
@@ -34,2 +34,3 @@ "use strict"; | ||
this.server = new Server({ | ||
persistedQueries: false, | ||
typeDefs: type_defs_1.typeDefs, | ||
@@ -36,0 +37,0 @@ resolvers: resolvers_1.resolvers, |
{ | ||
"name": "@bull-monitor/root", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"repository": { | ||
@@ -46,3 +46,3 @@ "type": "git", | ||
}, | ||
"gitHead": "d41bf7737c1dd554343fd498a977d8b3830ab0ea" | ||
"gitHead": "1759a9d3c4594956e36b9db679974c1cf1c34ef7" | ||
} |
Sorry, the diff of this file is not supported yet
154104
2549