@ovotech/potygen-cli
Advanced tools
Comparing version
@@ -41,3 +41,3 @@ "use strict"; | ||
.description('Convert postgres query files into typescript types') | ||
.version('0.9.5') | ||
.version('0.9.6') | ||
.option('-c, --config <config>', 'A configuration file to load', 'potygen.config.json') | ||
@@ -44,0 +44,0 @@ .option('-f, --files <files>', 'A glob pattern to search files by (default: "**/*.sql")') |
{ | ||
"name": "@ovotech/potygen-cli", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"homepage": "https://github.com/ovotech/potygen/tree/main/packages/cli", | ||
@@ -22,3 +22,3 @@ "description": "Command line interface for potygen (Postgres Typescript Generator)", | ||
"dependencies": { | ||
"@ovotech/potygen": "0.7.5", | ||
"@ovotech/potygen": "0.7.6", | ||
"@supercharge/promise-pool": "^2.3.2", | ||
@@ -25,0 +25,0 @@ "@types/pg": "^8.6.0", |
+ Added
- Removed
Updated