@cubejs-backend/postgres-driver
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.9.1](https://github.com/statsbotco/cubejs-client/compare/v0.9.0...v0.9.1) (2019-05-11) | ||
### Bug Fixes | ||
* update BaseDriver dependencies ([a7aef2b](https://github.com/statsbotco/cubejs-client/commit/a7aef2b)) | ||
# [0.9.0](https://github.com/statsbotco/cubejs-client/compare/v0.8.7...v0.9.0) (2019-05-11) | ||
@@ -8,0 +19,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "Statsbot, Inc.", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"engines": { | ||
@@ -15,7 +15,7 @@ "node": ">=8.11.1" | ||
"dependencies": { | ||
"@cubejs-backend/query-orchestrator": "^0.0.7", | ||
"@cubejs-backend/query-orchestrator": "^0.9.0", | ||
"pg": "^7.8.0" | ||
}, | ||
"license": "Apache-2.0", | ||
"gitHead": "f841cc3e463d756bf49c58223bb077f0afff18bb" | ||
"gitHead": "0309d03352a4eeb14f2c03d8004c08da30b1b2e4" | ||
} |
17013
+ Added@cubejs-backend/query-orchestrator@0.9.14(transitive)
- Removed@cubejs-backend/query-orchestrator@0.0.7(transitive)
- Removedutil-promisifyall@1.0.6(transitive)