@cubejs-backend/postgres-driver
Advanced tools
Comparing version 0.18.3 to 0.18.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.18.4](https://github.com/cube-js/cube.js/compare/v0.18.3...v0.18.4) (2020-03-09) | ||
**Note:** Version bump only for package @cubejs-backend/postgres-driver | ||
## [0.18.3](https://github.com/cube-js/cube.js/compare/v0.18.2...v0.18.3) (2020-03-02) | ||
@@ -8,0 +16,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "Statsbot, Inc.", | ||
"version": "0.18.3", | ||
"version": "0.18.4", | ||
"repository": { | ||
@@ -21,3 +21,3 @@ "type": "git", | ||
"dependencies": { | ||
"@cubejs-backend/query-orchestrator": "^0.18.3", | ||
"@cubejs-backend/query-orchestrator": "^0.18.4", | ||
"moment": "^2.24.0", | ||
@@ -29,3 +29,3 @@ "pg": "^7.10.0" | ||
"@types/pg": "^7.14.1", | ||
"eslint": "^5.16.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
@@ -35,3 +35,3 @@ "eslint-plugin-import": "^2.16.0", | ||
}, | ||
"gitHead": "05839b836c4b01db61cc5c8b8cbb070978ef5ef2" | ||
"gitHead": "7815151e45678ed5d7aed33c334e96108589fcb3" | ||
} |
29683