@cubejs-backend/postgres-driver
Advanced tools
Comparing version 0.17.7 to 0.17.8
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.17.8](https://github.com/cube-js/cube.js/compare/v0.17.7...v0.17.8) (2020-02-14) | ||
### Bug Fixes | ||
* typings export ([#373](https://github.com/cube-js/cube.js/issues/373)) Thanks to [@lvauvillier](https://github.com/lvauvillier)! ([f4ea839](https://github.com/cube-js/cube.js/commit/f4ea839)) | ||
## [0.17.7](https://github.com/cube-js/cube.js/compare/v0.17.6...v0.17.7) (2020-02-12) | ||
@@ -8,0 +19,0 @@ |
import { PoolConfig } from "pg"; | ||
declare module "@cubejs-backend/postgres-driver" { | ||
class PostgresDriver { | ||
export default class PostgresDriver { | ||
constructor(options?: PoolConfig); | ||
} | ||
export = PostgresDriver; | ||
} |
@@ -5,3 +5,3 @@ { | ||
"author": "Statsbot, Inc.", | ||
"version": "0.17.7", | ||
"version": "0.17.8", | ||
"repository": { | ||
@@ -27,2 +27,3 @@ "type": "git", | ||
"devDependencies": { | ||
"@types/pg": "^7.14.1", | ||
"eslint": "^5.16.0", | ||
@@ -33,3 +34,3 @@ "eslint-config-airbnb-base": "^13.1.0", | ||
}, | ||
"gitHead": "2f0179173c24604eba4f5f7cc8fca0804240dc6d" | ||
"gitHead": "da0cdce36d7a2882663bf4c3019e6e379b266120" | ||
} |
27617
5
97